<?xml version="1.0" encoding="UTF-8"?>
<tmx version="1.4">
	<header adminlang="en-US" creationtoolversion="0.1" creationtool="pontoon" datatype="plaintext" segtype="sentence" o-tmf="plain text" srclang="en-US" creationdate="2026-07-11T20:04:12.310683">
	</header>
	<body>
		<tu tuid="documentation-60:manpages/zabbix_agent2.xliff:manpageszabbix_agent2mdc754f1e2" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>### 

  </seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>###

  </seg>
			</tuv>
		</tu>
		<tu tuid="documentation-60:manual/xml_export_import.xliff:manualxml_export_importmd566c4be6" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg># 14. Configuration export/import</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg># 14. Export/import configurație</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-60:manual/xml_export_import/templates.xliff:manualxml_export_importtemplatesmde8fbaf7c" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg># 2 Templates</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg># 2 Șabloane</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-60:manpages/zabbix_agentd.xliff:manpageszabbix_agentdmde55ed07e" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>## AUTHOR

Alexei Vladishev &lt;&lt;alex@zabbix.com&gt;&gt;

------------------------------------------------------------------------

[ ]{#index}</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>## AUTOR

Alexei Vladishev &lt;&lt;alex@zabbix.com&gt;&gt;

-------------------------------------------------- -----------------------

[ ]{#index}</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-60:manpages/zabbix_agent2.xliff:manpageszabbix_agent2md96162c7c" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>## AUTHOR

Zabbix LLC

------------------------------------------------------------------------

[ ]{#index}</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>## AUTOR

Zabbix LLC

-------------------------------------------------- -----------------------

[ ]{#index}</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-60:manual/api/reference/correlation/object.xliff:manualapireferencecorrelationobjectmd72ee5420" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>#### Correlation filter condition

The correlation filter condition object defines a specific condition
that must be checked before running the correlation operations.

|Property|[Type](/manual/api/reference_commentary#data_types)|Description|
|--|--|------|
|**type**&lt;br&gt;(required)|integer|Type of condition.&lt;br&gt;&lt;br&gt;Possible values:&lt;br&gt;0 - old event tag;&lt;br&gt;1 - new event tag;&lt;br&gt;2 - new event host group;&lt;br&gt;3 - event tag pair;&lt;br&gt;4 - old event tag value;&lt;br&gt;5 - new event tag value.|
|tag|string|Event tag (old or new). Required when type of condition is: 0, 1, 4, 5.|
|groupid|string|Host group ID. Required when type of condition is: 2.|
|oldtag|string|Old event tag. Required when type of condition is: 3.|
|newtag|string|Old event tag. Required when type of condition is: 3.|
|value|string|Event tag (old or new) value. Required when type of condition is: 4, 5.|
|formulaid|string|Arbitrary unique ID that is used to reference the condition from a custom expression. Can only contain capital-case letters. The ID must be defined by the user when modifying filter conditions, but will be generated anew when requesting them afterward.|
|operator|integer|Condition operator.&lt;br&gt;&lt;br&gt;Required when type of condition is: 2, 4, 5.|

::: notetip
To better understand how to use filters with various
types of expressions, see examples on the
[correlation.get](get#retrieve_correlations) and
[correlation.create](create#using_a_custom_expression_filter) method
pages.
:::

The following operators and values are supported for each condition
type.

|Condition|Condition name|Supported operators|Expected value|
|---------|--------------|-------------------|--------------|
|2|Host group|=, &lt;&gt;|Host group ID.|
|4|Old event tag value|=, &lt;&gt;, like, not like|string|
|5|New event tag value|=, &lt;&gt;, like, not like|string|</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>#### Condiția filtrului de corelație

Obiectul de condiție a filtrului de corelație definește o condiție specifică
care trebuie verificat înainte de a rula operaţiile de corelare.

|Proprietate|[Tip](/manual/api/reference_commentary#data_types)|Descriere|
|--|--|------|
|**tip**&lt;br&gt;(obligatoriu)|întreg|Tipul de condiție.&lt;br&gt;&lt;br&gt;Valori posibile:&lt;br&gt;0 - etichetă de eveniment veche;&lt;br&gt;1 - etichetă de eveniment nouă;&lt;br&gt;2 - grup de gazdă a evenimentului nou;&lt;br&gt;3 - pereche de etichete de eveniment;&lt;br&gt;4 - valoare veche a etichetei de eveniment;&lt;br&gt;5 - valoare nouă a etichetei de eveniment.|
|tag|string|Etichetă de eveniment (veche sau nouă). Necesar atunci când tipul de condiție este: 0, 1, 4, 5.|
|groupid|string|ID grup gazdă. Necesar atunci când tipul de condiție este: 2.|
|oldtag|string|Etichetă de eveniment veche. Necesar atunci când tipul de condiție este: 3.|
|newtag|string|Etichetă de eveniment veche. Necesar atunci când tipul de condiție este: 3.|
|value|string|Valoare etichetă de eveniment (veche sau nouă). Necesar atunci când tipul de condiție este: 4, 5.|
|formulaid|șir|ID unic arbitrar care este folosit pentru a face referire la condiția dintr-o expresie personalizată. Poate conține doar majuscule. ID-ul trebuie să fie definit de utilizator la modificarea condițiilor de filtrare, dar va fi generat din nou la solicitarea acestora ulterior.|
|operator|întreg|Operator de condiție.&lt;br&gt;&lt;br&gt;Necesar când tipul de condiție este: 2, 4, 5.|

::: notetip
Pentru a înțelege mai bine cum să folosiți filtrele cu diverse
tipuri de expresii, vezi exemple de pe
[corelation.get](get#retrieve_corelations) și
Metoda [corelation.create](create#using_a_custom_expression_filter).
pagini.
:::

Următorii operatori și valori sunt acceptați pentru fiecare condiție
tip.

|Condiție|Numele condiției|Operatori acceptați|Valoare așteptată|
|---------|---------------|--------------------|---- -----------|
|2|Grup gazdă|=, &lt;&gt;|ID grup gazdă.|
|4|Valoare etichetă de eveniment veche|=, &lt;&gt;, like, not like|string|
|5|Valoare nouă etichetă de eveniment|=, &lt;&gt;, like, not like|string|</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-60:manual/api/reference/correlation/object.xliff:manualapireferencecorrelationobjectmdd0662dba" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>### Correlation filter

The correlation filter object defines a set of conditions that must be
met to perform the configured correlation operations. It has the
following properties.

|Property|[Type](/manual/api/reference_commentary#data_types)|Description|
|--|--|------|
|**evaltype**&lt;br&gt;(required)|integer|Filter condition evaluation method.&lt;br&gt;&lt;br&gt;Possible values:&lt;br&gt;0 - and/or;&lt;br&gt;1 - and;&lt;br&gt;2 - or;&lt;br&gt;3 - custom expression.|
|**conditions**&lt;br&gt;(required)|array|Set of filter conditions to use for filtering results.|
|eval\_formula|string|*(readonly)* Generated expression that will be used for evaluating filter conditions. The expression contains IDs that reference specific filter conditions by its `formulaid`. The value of `eval_formula` is equal to the value of `formula` for filters with a custom expression.|
|formula|string|User-defined expression to be used for evaluating conditions of filters with a custom expression. The expression must contain IDs that reference specific filter conditions by its `formulaid`. The IDs used in the expression must exactly match the ones defined in the filter conditions: no condition can remain unused or omitted.&lt;br&gt;&lt;br&gt;Required for custom expression filters.|</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>### Filtru de corelație

Obiectul filtru de corelație definește un set de condiții care trebuie să fie
întâlnite pentru a efectua operațiunile de corelare configurate. Are
următoarele proprietăți.

|Proprietate|[Tip](/manual/api/reference_commentary#data_types)|Descriere|
|--|--|------|
|**evaltype**&lt;br&gt;(obligatoriu)|întreg|Metoda de evaluare a condiției de filtrare.&lt;br&gt;&lt;br&gt;Valori posibile:&lt;br&gt;0 - și/sau;&lt;br&gt;1 - și;&lt;br&gt;2 - sau;&lt;br&gt;3 - expresie personalizată.|
|**condiții**&lt;br&gt;(obligatoriu)|matrice|Set de condiții de filtrare de utilizat pentru filtrarea rezultatelor.|
|eval\_formula|string|*(readonly)* Expresie generată care va fi folosită pentru evaluarea condițiilor de filtrare. Expresia conține ID-uri care fac referire la condiții specifice de filtru prin „formulaid”. Valoarea lui `eval_formula` este egală cu valoarea `formula` pentru filtrele cu o expresie personalizată.|
|formula|șir|Expresie definită de utilizator pentru a fi utilizată pentru evaluarea condițiilor filtrelor cu o expresie personalizată. Expresia trebuie să conțină ID-uri care fac referire la condiții specifice de filtru prin „formulaid”. ID-urile utilizate în expresie trebuie să se potrivească exact cu cele definite în condițiile de filtrare: nicio condiție nu poate rămâne nefolosită sau omisă.&lt;br&gt;&lt;br&gt;Necesar pentru filtrele de expresii personalizate.|</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-60:manual/api/reference/correlation/object.xliff:manualapireferencecorrelationobjectmdd12c2169" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>### Correlation operation

The correlation operation object defines an operation that will be
performed when a correlation is executed. It has the following
properties.

|Property|[Type](/manual/api/reference_commentary#data_types)|Description|
|--|--|------|
|**type**&lt;br&gt;(required)|integer|Type of operation.&lt;br&gt;&lt;br&gt;Possible values:&lt;br&gt;0 - close old events;&lt;br&gt;1 - close new event.|</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>### Operație de corelare

Obiectul operație de corelare definește o operație care va fi
efectuată atunci când se execută o corelație. Are următoarele
proprietăți.

|Proprietate|[Tip](/manual/api/reference_commentary#data_types)|Descriere|
|--|--|------|
|**tip**&lt;br&gt;(obligatoriu)|întreg|Tip de operație.&lt;br&gt;&lt;br&gt;Valori posibile:&lt;br&gt;0 - închide evenimente vechi;&lt;br&gt;1 - închide eveniment nou.|</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-60:manual/api/reference/correlation/object.xliff:manualapireferencecorrelationobjectmd935ba6ef" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>### Correlation

The correlation object has the following properties.

|Property|[Type](/manual/api/reference_commentary#data_types)|Description|
|--|--|------|
|correlationid|string|*(readonly)* ID of the correlation.|
|**name**&lt;br&gt;(required)|string|Name of the correlation.|
|description|string|Description of the correlation.|
|status|integer|Whether the correlation is enabled or disabled.&lt;br&gt;&lt;br&gt;Possible values are:&lt;br&gt;0 - *(default)* enabled;&lt;br&gt;1 - disabled.|

Note that for some methods (update, delete) the required/optional parameter combination is different.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>### Corelație

Obiectul de corelare are următoarele proprietăți.

|Proprietate|[Tip](/manual/api/reference_commentary#data_types)|Descriere|
|--|--|------|
|corelationid|string|*(readonly)* ID-ul corelației.|
|**nume**&lt;br&gt;(obligatoriu)|șir|Numele corelației.|
|descriere|șir|Descrierea corelației.|
|status|întreg|Dacă corelația este activată sau dezactivată.&lt;br&gt;&lt;br&gt;Valorile posibile sunt:&lt;br&gt;0 - *(implicit)* activat;&lt;br&gt;1 - dezactivat.|

Rețineți că pentru unele metode (actualizare, ștergere) combinația de parametri necesar/opțional este diferită.</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-60:manpages/zabbix_agent2.xliff:manpageszabbix_agent2md5b789849" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>## DESCRIPTION

**zabbix\_agent2** is an application for monitoring parameters of
various services.\
\
[ ]{#lbAE}</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>## DESCRIERE

**zabbix\_agent2** este o aplicație de monitorizare a parametrilor
diverselor servicii.\
\
[ ]{#lbAE}</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-60:manpages/zabbix_agentd.xliff:manpageszabbix_agentdmdecdda52c" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>## DESCRIPTION

**zabbix\_agentd** is a daemon for monitoring various server parameters.
[ ]{#lbAE}</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>## DESCRIERE

**zabbix\_agentd** este un daemon pentru monitorizarea diverșilor parametri ai serverului.
[ ]{#lbAE}</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-60:manpages/zabbix_get.xliff:manpageszabbix_getmdda08bc1a" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>## DESCRIPTION

**zabbix\_get** is a command line utility for getting data from Zabbix
agent. [ ]{#lbAE}</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>## DESCRIERE

**zabbix\_get** este un utilitar în linie de comandă pentru obținerea datelor de la agentul Zabbix. [ ]{#lbAE}</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-60:manual/xml_export_import.xliff:manualxml_export_importmdb87bd84d" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>#### Details about export

-   All supported elements are exported in one file.
-   Host and template entities (items, triggers, graphs, discovery
    rules) that are inherited from linked templates are not exported.
    Any changes made to those entities on a host level (such as changed
    item interval, modified regular expression or added prototypes to
    the low-level discovery rule) will be lost when exporting; when
    importing, all entities from linked templates are re-created as on
    the original linked template.
-   Entities created by low-level discovery and any entities depending
    on them are not exported. For example, a trigger created for an
    LLD-rule generated item will not be exported.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>#### Detalii despre export

- Toate elementele acceptate sunt exportate într-un singur fișier.
- Entități gazdă și șablon (articole, declanșatoare, grafice, descoperire
    regulile) care sunt moștenite din șabloanele legate nu sunt exportate.
    Orice modificări aduse acelor entități la nivel de gazdă (cum ar fi modificarea
    interval de articole, expresie regulată modificată sau prototipuri adăugate la
    regula de descoperire la nivel scăzut) se va pierde la export; când
    import, toate entitățile din șabloanele legate sunt re-create ca activate
    șablonul original legat.
- Entități create prin descoperire la nivel scăzut și orice entități care depind
    pe ele nu sunt exportate. De exemplu, un declanșator creat pentru un
    Elementul generat de reguli LLD nu va fi exportat.</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-60:manual/xml_export_import.xliff:manualxml_export_importmd44b0f5b3" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>##### Export format

Data can be exported using the Zabbix web frontend or [Zabbix
API](/manual/api/reference/configuration). Supported export formats are
YAML, XML and JSON.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>##### Format de export

Datele pot fi exportate folosind interfața web Zabbix sau [Zabbix
API](/manual/api/reference/configuration). Formatele de export acceptate sunt
YAML, XML și JSON.</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-60:manual/xml_export_import/templates.xliff:manualxml_export_importtemplatesmdca3e35f8" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>#### Exporting

To export templates, do the following:

-   Go to: *Configuration* → *Templates*
-   Mark the checkboxes of the templates to export
-   Click on *Export* below the list

![](../../../assets/en/manual/xml_export_import/export_templates.png)

Depending on the selected format, templates are exported to a local file
with a default name:

-   *zabbix\_export\_templates.yaml* - in YAML export (default option
    for export)
-   *zabbix\_export\_templates.xml* - in XML export
-   *zabbix\_export\_templates.json* - in JSON export</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>#### Export

Pentru a exporta șabloane, procedați în felul următor:

- Accesați: *Configurare* → *Șabloane*
- Bifați casetele de selectare ale șabloanelor de exportat
- Faceți clic pe *Export* sub listă

![](../../../assets/en/manual/xml_export_import/export_templates.png)

În funcție de formatul selectat, șabloanele sunt exportate într-un fișier local
cu un nume implicit:

- *zabbix\_export\_templates.yaml* - în exportul YAML (opțiune implicită
    Pentru export)
- *zabbix\_export\_templates.xml* - în exportul XML
- *zabbix\_export\_templates.json* - în exportul JSON</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-60:manpages/zabbix_agent2.xliff:manpageszabbix_agent2md37997f11" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>## FILES

*/usr/local/etc/zabbix\_agent2.conf*  
Default location of Zabbix agent 2 configuration file (if not modified
during compile time).

[ ]{#lbAH}</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>## FIȘIERE

*/usr/local/etc/zabbix\_agent2.conf*
Locația implicită a fișierului de configurare Zabbix agent 2 (dacă nu a fost modificată
în timpul compilării).

[ ]{#lbAH}</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-60:manpages/zabbix_agentd.xliff:manpageszabbix_agentdmdfcfd4796" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>## FILES

*/usr/local/etc/zabbix\_agentd.conf*  
Default location of Zabbix agent configuration file (if not modified
during compile time).

[ ]{#lbAI}</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>## FIȘIERE

*/usr/local/etc/zabbix\_agentd.conf*
Locația implicită a fișierului de configurare a agentului Zabbix (dacă nu a fost modificată
în timpul compilării).

[ ]{#lbAI}</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-60:manual/xml_export_import/templates.xliff:manualxml_export_importtemplatesmd78f6f939" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>#### Importing

To import templates, do the following:

-   Go to: *Configuration* → *Templates*
-   Click on *Import* to the right
-   Select the import file
-   Mark the required options in import rules
-   Click on *Import*

![](../../../assets/en/manual/xml_export_import/import_templates.png)

All mandatory input fields are marked with a red asterisk.

Import rules:

|Rule|Description|
|----|-----------|
|*Update existing*|Existing elements will be updated with data taken from the import file. Otherwise, they will not be updated.|
|*Create new*|The import will add new elements using data from the import file. Otherwise, it will not add them.|
|*Delete missing*|The import will remove existing elements not present in the import file. Otherwise, it will not remove them.&lt;br&gt;If *Delete missing* is marked for template linkage, existing template linkage not present in the import file will be removed from the template along with all entities inherited from the potentially unlinked templates (items, triggers, etc).|

On the next screen, you will be able to view the content of a template
being imported. If this is a new template all elements will be listed in
green. If updating an existing template, new template elements are
highlighted in green; removed template elements are highlighted in red;
elements that have not changed are listed on a gray background.

![](../../../assets/en/manual/xml_export_import/import_templates1.png){width="600"}

The menu on the left can be used to navigate through the list of
changes. Section *Updated* highlights all changes made to existing
template elements. Section *Added* lists new template elements. The
elements in each section are grouped by element type; press on the gray
arrow down to expand or collapse the group of elements.

![](../../../assets/en/manual/xml_export_import/templates_import_menu.png)

Review template changes, then press *Import* to perform template import.
A success or failure message of the import will be displayed in the
frontend.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>#### Import

Pentru a importa șabloane, procedați în felul următor:

- Accesați: *Configurare* → *Șabloane*
- Faceți clic pe *Import* în dreapta
- Selectați fișierul de import
- Marcați opțiunile necesare în regulile de import
- Faceți clic pe *Import*

![](../../../assets/en/manual/xml_export_import/import_templates.png)

Toate câmpurile de introducere obligatorii sunt marcate cu un asterisc roșu.

Reguli de import:

|Regulă|Descriere|
|----|-----------|
|*Actualizează existent*|Elementele existente vor fi actualizate cu datele preluate din fișierul de import. În caz contrar, acestea nu vor fi actualizate.|
|*Creare new*|Importul va adăuga elemente noi folosind datele din fișierul de import. În caz contrar, nu le va adăuga.|
|*Șterge lipsă*|Importul va elimina elementele existente care nu sunt prezente în fișierul de import. În caz contrar, nu le va elimina.&lt;br&gt;Dacă *Șterge lipsă* este marcată pentru legătura șablonului, legătura șablonului existentă care nu este prezentă în fișierul de import va fi eliminată din șablon împreună cu toate entitățile moștenite din șabloanele potențial deconectate (articole, declanșatoare etc).|

Pe ecranul următor, veți putea vizualiza conținutul unui șablon
fiind importate. Dacă acesta este un șablon nou, toate elementele vor fi listate în
verde. Dacă actualizați un șablon existent, noi elemente de șablon sunt
evidențiat cu verde; elementele șablonului eliminate sunt evidențiate în roșu;
elementele care nu s-au modificat sunt listate pe un fundal gri.

![](../../../assets/en/manual/xml_export_import/import_templates1.png){width="600"}

Meniul din stânga poate fi folosit pentru a naviga prin lista de
schimbări. Secțiunea *Actualizată* evidențiază toate modificările aduse celor existente
elemente de șablon. Secțiunea *Adăugat* listează elemente noi de șablon. The
elementele din fiecare secțiune sunt grupate după tipul de element; apăsați pe gri
săgeată în jos pentru a extinde sau restrânge grupul de elemente.

![](../../../assets/en/manual/xml_export_import/templates_import_menu.png)

Examinați modificările șablonului, apoi apăsați *Import* pentru a efectua importul șablonului.
Un mesaj de succes sau eșec al importului va fi afișat în fișierul
în față.</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-60:manpages/zabbix_agentd.xliff:manpageszabbix_agentdmd199def5e" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>### 

  
Log level control targets

  
*process-type*  
All processes of specified type (active checks, collector, listener)

  
*process-type,N*  
Process type and number (e.g., listener,3)

  
*pid*  
Process identifier, up to 65535. For larger values specify target as
"process-type,N"

```{=html}
&lt;!-- --&gt;
```
**-p**, **--print**  
Print known items and exit. For each item either generic defaults are
used, or specific defaults for testing are supplied. These defaults are
listed in square brackets as item key parameters. Returned values are
enclosed in square brackets and prefixed with the type of the returned
value, separated by a pipe character. For user parameters type is always
**t**, as the agent can not determine all possible return values. Items,
displayed as working, are not guaranteed to work from the Zabbix server
or zabbix\_get when querying a running agent daemon as permissions or
environment may be different. Returned value types are:

  
d  
Number with a decimal part.

  
m  
Not supported. This could be caused by querying an item that only works
in the active mode like a log monitoring item or an item that requires
multiple collected values. Permission issues or incorrect user
parameters could also result in the not supported state.

  
s  
Text. Maximum length not limited.

  
t  
Text. Same as **s**.

  
u  
Unsigned integer.

**-t**, **--test** *item-key*  
Test single item and exit. See **--print** for output description.

**-h**, **--help**  
Display this help and exit.

**-V**, **--version**  
Output version information and exit.

[ ]{#lbAH}</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>###

  
Țintele de control la nivel de jurnal

  
*tip de proces*
Toate procesele de tipul specificat (verificări active, colector, ascultător)

  
*tip de proces, N*
Tipul și numărul procesului (de exemplu, ascultător, 3)

  
*pid*
Identificator de proces, până la 65535. Pentru valori mai mari, specificați ținta ca
„tip de proces, N”

```{=html}
&lt;!-- --&gt;
```
**-p**, **--print**
Imprimați elementele cunoscute și ieșiți. Pentru fiecare articol fie valorile implicite generice sunt
utilizate sau sunt furnizate valori implicite specifice pentru testare. Aceste valori implicite sunt
enumerate între paranteze drepte ca parametri cheie ale articolului. Valorile returnate sunt
incluse între paranteze drepte și prefixate cu tipul returnat
valoare, separate printr-un caracter pipe. Pentru parametrii utilizator, tipul este întotdeauna
**t**, deoarece agentul nu poate determina toate valorile posibile de returnare. articole,
afișate ca funcționale, nu se garantează că funcționează de pe serverul Zabbix
sau zabbix\_get atunci când interogați un daemon agent care rulează ca permisiuni sau
mediul poate fi diferit. Tipurile de valori returnate sunt:

  
d
Număr cu o parte zecimală.

  
m
Nu sunt acceptate. Acest lucru ar putea fi cauzat de interogarea unui element care funcționează numai
în modul activ, cum ar fi un element de monitorizare a jurnalului sau un element care necesită
mai multe valori colectate. Probleme de permisiune sau utilizator incorect
parametrii ar putea duce, de asemenea, la starea neacceptată.

  
s
Text. Lungimea maximă nu este limitată.

  
t
Text. La fel ca **s**.

  
u
Număr întreg fără semn.

**-t**, **--test** *cheie-articol*
Testați un singur articol și ieșiți. Consultați **--print** pentru descrierea ieșirii.

**-h**, **--ajutor**
Afișați acest ajutor și ieșiți.

**-V**, **--versiune**
Ieșiți informații despre versiune și ieșiți.

[ ]{#lbAH}</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-60:manpages/zabbix_agent2.xliff:manpageszabbix_agent2md942e0d82" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>## NAME

zabbix\_agent2 - Zabbix agent 2\
\
[ ]{#lbAC}</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>## NUME

zabbix\_agent2 - agentul Zabbix 2\
\
[ ]{#lbAC}</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-60:manpages/zabbix_agentd.xliff:manpageszabbix_agentdmd75de926e" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>## NAME

zabbix\_agentd - Zabbix agent daemon [ ]{#lbAC}</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>## NUME

zabbix\_agentd - Daemon agent Zabbix [ ]{#lbAC}</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-60:manpages/zabbix_agentd.xliff:manpageszabbix_agentdmd63567f56" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>## OPTIONS

**-c**, **--config** *config-file*  
Use the alternate *config-file* instead of the default one.

**-f**, **--foreground**  
Run Zabbix agent in foreground.

**-R**, **--runtime-control** *runtime-option*  
Perform administrative functions according to *runtime-option*.

[ ]{#lbAF}</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>## OPȚIUNI

**-c**, **--config** *fișier-config*
Utilizați *config-file* alternativ în loc de cel implicit.

**-R**, **--runtime-control** *runtime-option*
Efectuați funcții administrative conform *runtime-option*.</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-60:manpages/zabbix_agent2.xliff:manpageszabbix_agent2md7197fda6" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>## OPTIONS

**-c**, **--config** *config-file*  
Use the alternate *config-file* instead of the default one.

**-R**, **--runtime-control** *runtime-option*  
Perform administrative functions according to *runtime-option*.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>## OPȚIUNI

**-c**, **--config** *fișier-config*
Utilizați *config-file* alternativ în loc de cel implicit.

**-R**, **--runtime-control** *runtime-option*
Efectuați funcții administrative conform *runtime-option*.</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-60:manual/xml_export_import/templates.xliff:manualxml_export_importtemplatesmd02fec82c" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>#### Overview

Templates are [exported](/manual/xml_export_import) with many related
objects and object relations.

Template export contains:

-   linked host groups
-   template data
-   linkage to other templates
-   linkage to host groups
-   directly linked items
-   directly linked triggers
-   directly linked graphs
-   directly linked dashboards
-   directly linked discovery rules with all prototypes
-   directly linked web scenarios
-   value maps</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>#### Prezentare generală

Șabloanele sunt [exportate](/manual/xml_export_import) cu multe legate
obiecte și relații obiectuale.

Exportul șablonului conține:

- grupuri gazdă legate
- date șablon
- legături cu alte șabloane
- legătura cu grupurile gazdă
- articole legate direct
- declanșatoare legate direct
- grafice direct legate
- tablouri de bord direct legate
- regulile de descoperire legate direct cu toate prototipurile
- scenarii web legate direct
- hărți de valori</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-60:manpages/zabbix_agentd.xliff:manpageszabbix_agentdmd539868a7" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>## SEE ALSO

Documentation &lt;https://www.zabbix.com/manuals&gt;

**[zabbix\_agent2](zabbix_agent2)**(8),
**[zabbix\_get](zabbix_get)**(1), **[zabbix\_js](zabbix_js)**(1),
**[zabbix\_proxy](zabbix_proxy)**(8),
**[zabbix\_sender](zabbix_sender)**(1),
**[zabbix\_server](zabbix_server)**(8) [ ]{#lbAJ}</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>## VEZI SI

Documentație &lt;https://www.zabbix.com/manuals&gt;

**[zabbix\_agent2](zabbix_agent2)**(8),
**[zabbix\_get](zabbix_get)**(1), **[zabbix\_js](zabbix_js)**(1),
**[zabbix\_proxy](zabbix_proxy)**(8),
**[zabbix\_sender](zabbix_sender)**(1),
**[zabbix\_server](zabbix_server)**(8) [ ]{#lbAJ}</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-60:manpages/zabbix_agent2.xliff:manpageszabbix_agent2mdad1bba15" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>## SEE ALSO

Documentation &lt;https://www.zabbix.com/manuals&gt;

**[zabbix\_agentd](zabbix_agentd)**(8),
**[zabbix\_get](zabbix_get)**(8), **[zabbix\_js](zabbix_js)**(8),
**[zabbix\_proxy](zabbix_proxy)**(8),
**[zabbix\_sender](zabbix_sender)**(8),
**[zabbix\_server](zabbix_server)**(8) [ ]{#lbAI}</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>## VEZI SI

Documentație &lt;https://www.zabbix.com/manuale&gt;

**[zabbix\_agentd](zabbix_agentd)**(8),
**[zabbix\_get](zabbix_get)**(8), **[zabbix\_js](zabbix_js)**(8),
**[zabbix\_proxy](zabbix_proxy)**(8),
**[zabbix\_sender](zabbix_sender)**(8),
**[zabbix\_server](zabbix_server)**(8) [ ]{#lbAI}</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-60:manpages/zabbix_agentd.xliff:manpageszabbix_agentdmdb8c27067" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>## SYNOPSIS

**zabbix\_agentd** \[**-c** *config-file*\]\
**zabbix\_agentd** \[**-c** *config-file*\] **-p**\
**zabbix\_agentd** \[**-c** *config-file*\] **-t** *item-key*\
**zabbix\_agentd** \[**-c** *config-file*\] **-R** *runtime-option*\
**zabbix\_agentd -h**\
**zabbix\_agentd -V** [ ]{#lbAD}</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>## SINOPSIS

**zabbix\_agentd** \[**-c** *fișier-config*\]\
**zabbix\_agentd** \[**-c** *fișier-config*\] **-p**\
**zabbix\_agentd** \[**-c** *config-file*\] **-t** *item-key*\
**zabbix\_agentd** \[**-c** *config-file*\] **-R** *runtime-option*\
**zabbix\_agentd -h**\
**zabbix\_agentd -V** [ ]{#lbAD}</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-60:manual/xml_export_import.xliff:manualxml_export_importmd19950447" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>##### What can be exported/imported

Objects that can be exported/imported are:

-   [host groups](/manual/xml_export_import/groups) (*through Zabbix API
    only*)
-   [templates](/manual/xml_export_import/templates)
-   [hosts](/manual/xml_export_import/hosts)
-   [network maps](/manual/xml_export_import/maps)
-   [media types](/manual/xml_export_import/media)
-   images</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>##### Ce poate fi exportat/importat

Obiectele care pot fi exportate/importate sunt:

- [grupuri gazdă](/manual/xml_export_import/groups) (*prin API-ul Zabbix
    numai*)
- [șabloane](/manual/xml_export_import/templates)
- [gazde](/manual/xml_export_import/hosts)
- [hărți de rețea](/manual/xml_export_import/maps)
- [tipuri media](/manual/xml_export_import/media)
- imagini</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-60:start.xliff:startmd63820343" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg># Zabbix documentation 6.0

These pages contain official Zabbix documentation.

Use the sidebar navigation to browse documentation pages.

To be able to watch pages, log in with your [Zabbix
forums](http://www.zabbix.com/forum/) username and password.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg># Documentația Zabbix 6.0

Aceste pagini conțin documentație oficială Zabbix.

Utilizați navigarea din bara laterală pentru a răsfoi paginile de documentație.

Pentru a putea viziona paginile, conectați-vă cu [Zabbix
forumuri](http://www.zabbix.com/forum/) nume de utilizator și parolă.</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-60:manpages.xliff:manpagesmdba84692f" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg># Zabbix manpages

These are Zabbix manpages for Zabbix processes.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg># pagini de manual Zabbix

Acestea sunt pagini de manual Zabbix pentru procesele Zabbix.</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-64:manpages/zabbix_agent2.xliff:manpageszabbix_agent2mdc754f1e2" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>### 

  </seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>###

  </seg>
			</tuv>
		</tu>
		<tu tuid="documentation-64:manual/xml_export_import.xliff:manualxml_export_importmd566c4be6" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg># 14. Configuration export/import</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg># 14. Export/import configurație</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-64:manual/introduction.xliff:manualintroductionmdea0cd30d" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg># 1 Introduction

Please use the sidebar to access content in the Introduction section.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg># 1 Introducere

Vă rugăm să utilizați bara laterală pentru a accesa conținutul din secțiunea Introducere.</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-64:manual/introduction/manual_structure.xliff:manualintroductionmanual_structuremdcbbea730" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg># 1 Manual structure</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg># 1 Structura manualului</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-64:manual/introduction/about.xliff:manualintroductionaboutmd761c4a6f" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg># 2 What is Zabbix</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg># 2 Ce este Zabbix</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-64:manual/introduction/features.xliff:manualintroductionfeaturesmd09ce3b2e" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg># 3 Zabbix features</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg># 3 Zabbix caracteristici</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-64:manual/installation/install.xliff:manualinstallationinstallmdbbdd82ac" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>##### 7 Start up the daemons

Run zabbix\_server on the server side.

    shell&gt; zabbix_server

::: noteclassic
Make sure that your system allows allocation of 36MB (or a
bit more) of shared memory, otherwise the server may not start and you
will see "Cannot allocate shared memory for &lt;type of cache&gt;." in
the server log file. This may happen on FreeBSD, Solaris 8.\.
:::

Run zabbix\_agentd on all the monitored machines.

    shell&gt; zabbix_agentd

::: noteclassic
Make sure that your system allows allocation of 2MB of
shared memory, otherwise the agent may not start and you will see
"Cannot allocate shared memory for collector." in the agent log file.
This may happen on Solaris 8.
:::

If you have installed Zabbix proxy, run zabbix\_proxy.

    shell&gt; zabbix_proxy</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>##### 7 Start up the daemons

Run zabbix\_server on the server side.

    shell&gt; zabbix_server

::: noteclassic
Make sure that your system allows allocation of 36MB (or a
bit more) of shared memory, otherwise the server may not start and you
will see "Cannot allocate shared memory for &lt;type of cache&gt;." in
the server log file. This may happen on FreeBSD, Solaris 8.\
:::

Run zabbix\_agentd on all the monitored machines.

    shell&gt; zabbix_agentd

::: noteclassic
Make sure that your system allows allocation of 2MB of
shared memory, otherwise the agent may not start and you will see
"Cannot allocate shared memory for collector." in the agent log file.
This may happen on Solaris 8.
:::

If you have installed Zabbix proxy, run zabbix\_proxy.

    shell&gt; zabbix_proxy</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-64:manpages/zabbix_agentd.xliff:manpageszabbix_agentdmde55ed07e" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>## AUTHOR

Alexei Vladishev &lt;&lt;alex@zabbix.com&gt;&gt;

------------------------------------------------------------------------

[ ]{#index}</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>## AUTOR

Alexei Vladishev &lt;&lt;alex@zabbix.com&gt;&gt;

-------------------------------------------------- -----------------------

[ ]{#index}</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-64:manpages/zabbix_agent2.xliff:manpageszabbix_agent2md96162c7c" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>## AUTHOR

Zabbix LLC

------------------------------------------------------------------------

[ ]{#index}</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>## AUTOR

Zabbix LLC

-------------------------------------------------- -----------------------

[ ]{#index}</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-64:manual/web_interface/menu.xliff:manualweb_interfacemenumd3086e8b2" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>##### Collapsed menu

When the menu is collapsed to icons only, a full menu reappears as soon
as the mouse cursor is placed upon it. Note that it reappears over page
content; to move page content to the right you have to click on the
expand button. If the mouse cursor again is placed outside the full
menu, the menu will collapse again after two seconds.

You can also make a collapsed menu reappear fully by hitting the Tab
key. Hitting the Tab key repeatedly will allow to focus on the next menu
element.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>##### Collapsed menu

When the menu is collapsed to icons only, a full menu reappears as soon
as the mouse cursor is placed upon it. Note that it reappears over page
content; to move page content to the right you have to click on the
expand button. If the mouse cursor again is placed outside the full
menu, the menu will collapse again after two seconds.

You can also make a collapsed menu reappear fully by hitting the Tab
key. Hitting the Tab key repeatedly will allow to focus on the next menu
element.</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-64:manual/api/reference/correlation/object.xliff:manualapireferencecorrelationobjectmde205e572" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg># &gt; Correlation object

The following objects are directly related to the `correlation` API.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg># &gt; Obiect de corelare

Următoarele obiecte sunt direct legate de API-ul „corelation”.</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-64:manpages/zabbix_agent2.xliff:manpageszabbix_agent2md5b789849" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>## DESCRIPTION

**zabbix\_agent2** is an application for monitoring parameters of
various services.\
\
[ ]{#lbAE}</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>## DESCRIERE

**zabbix\_agent2** este o aplicație de monitorizare a parametrilor
diverselor servicii.\
\
[ ]{#lbAE}</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-64:manpages/zabbix_agentd.xliff:manpageszabbix_agentdmdecdda52c" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>## DESCRIPTION

**zabbix\_agentd** is a daemon for monitoring various server parameters.
[ ]{#lbAE}</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>## DESCRIERE

**zabbix\_agentd** este un daemon pentru monitorizarea diverșilor parametri ai serverului.
[ ]{#lbAE}</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-64:manpages/zabbix_get.xliff:manpageszabbix_getmdda08bc1a" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>## DESCRIPTION

**zabbix\_get** is a command line utility for getting data from Zabbix
agent. [ ]{#lbAE}</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>## DESCRIERE

**zabbix\_get** este un utilitar în linie de comandă pentru obținerea datelor de la agentul Zabbix. [ ]{#lbAE}</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-64:manual/xml_export_import.xliff:manualxml_export_importmdb87bd84d" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>#### Details about export

-   All supported elements are exported in one file.
-   Host and template entities (items, triggers, graphs, discovery
    rules) that are inherited from linked templates are not exported.
    Any changes made to those entities on a host level (such as changed
    item interval, modified regular expression or added prototypes to
    the low-level discovery rule) will be lost when exporting; when
    importing, all entities from linked templates are re-created as on
    the original linked template.
-   Entities created by low-level discovery and any entities depending
    on them are not exported. For example, a trigger created for an
    LLD-rule generated item will not be exported.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>#### Detalii despre export

- Toate elementele acceptate sunt exportate într-un singur fișier.
- Entități gazdă și șablon (articole, declanșatoare, grafice, descoperire
    regulile) care sunt moștenite din șabloanele legate nu sunt exportate.
    Orice modificări aduse acelor entități la nivel de gazdă (cum ar fi modificarea
    interval de articole, expresie regulată modificată sau prototipuri adăugate la
    regula de descoperire la nivel scăzut) se va pierde la export; când
    import, toate entitățile din șabloanele legate sunt re-create ca activate
    șablonul original legat.
- Entități create prin descoperire la nivel scăzut și orice entități care depind
    pe ele nu sunt exportate. De exemplu, un declanșator creat pentru un
    Elementul generat de reguli LLD nu va fi exportat.</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-64:manual/config/notifications/action/conditions.xliff:manualconfignotificationsactionconditionsmd6df27208" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>#### Discovery actions

The following conditions can be used in discovery-based events:

|Condition type|Supported operators|Description|
|--|--|------|
|*Host IP*|equals&lt;br&gt;does not equal|Specify an IP address range or a range to exclude for a discovered host.&lt;br&gt;**equals** - host IP is in the range.&lt;br&gt;**does not equal** - host IP is not in the range.&lt;br&gt;It may have the following formats:&lt;br&gt;Single IP: 192.168.1.33&lt;br&gt;Range of IP addresses: 192.168.1-10.1-254&lt;br&gt;IP mask: 192.168.4.0/24&lt;br&gt;List: 192.168.1.1-254, 192.168.2.1-100, 192.168.2.200, 192.168.4.0/24&lt;br&gt;Support for spaces in the list format is provided since Zabbix 3.0.0.|
|*Service type*|equals&lt;br&gt;does not equal|Specify a service type of a discovered service or a service type to exclude.&lt;br&gt;**equals** - matches the discovered service.&lt;br&gt;**does not equal** - does not match the discovered service.&lt;br&gt;Available service types: SSH, LDAP, SMTP, FTP, HTTP, HTTPS *(available since Zabbix 2.2 version)*, POP, NNTP, IMAP, TCP, Zabbix agent, SNMPv1 agent, SNMPv2 agent, SNMPv3 agent, ICMP ping, telnet *(available since Zabbix 2.2 version)*.|
|*Service port*|equals&lt;br&gt;does not equal|Specify a TCP port range of a discovered service or a range to exclude.&lt;br&gt;**equals** - service port is in the range.&lt;br&gt;**does not equal** - service port is not in the range.|
|*Discovery rule*|equals&lt;br&gt;does not equal|Specify a discovery rule or a discovery rule to exclude.&lt;br&gt;**equals** - using this discovery rule.&lt;br&gt;**does not equal** - using any other discovery rule, except this one.|
|*Discovery check*|equals&lt;br&gt;does not equal|Specify a discovery check or a discovery check to exclude.&lt;br&gt;**equals** - using this discovery check.&lt;br&gt;**does not equal** - using any other discovery check, except this one.|
|*Discovery object*|equals|Specify the discovered object.&lt;br&gt;**equals** - equal to discovered object (a device or a service).|
|*Discovery status*|equals|**Up** - matches 'Host Up' and 'Service Up' events.&lt;br&gt;**Down** - matches 'Host Down' and 'Service Down' events.&lt;br&gt;**Discovered** - matches 'Host Discovered' and 'Service Discovered' events.&lt;br&gt;**Lost** - matches 'Host Lost' and 'Service Lost' events.|
|*Uptime/Downtime*|is greater than or equals&lt;br&gt;is less than or equals|Uptime for 'Host Up' and 'Service Up' events. Downtime for 'Host Down' and 'Service Down' events.&lt;br&gt;**is greater than or equals** - is more or equal to. Parameter is given in seconds.&lt;br&gt;**is less than or equals** - is less or equal to. Parameter is given in seconds.|
|*Received value*|equals&lt;br&gt;does not equal&lt;br&gt;is greater than or equals&lt;br&gt;is less than or equals&lt;br&gt;contains&lt;br&gt;does not contain|Specify the value received from an agent (Zabbix, SNMP) check in a discovery rule. String comparison. If several Zabbix agent or SNMP checks are configured for a rule, received values for each of them are checked (each check generates a new event which is matched against all conditions).&lt;br&gt;**equals** - equal to the value.&lt;br&gt;**does not equal** - not equal to the value.&lt;br&gt;**is greater than or equals** - more or equal to the value.&lt;br&gt;**is less than or equals** - less or equal to the value.&lt;br&gt;**contains** - contains the substring. Parameter is given as a string.&lt;br&gt;**does not contain** - does not contain the substring. Parameter is given as a string.|
|*Proxy*|equals&lt;br&gt;does not equal|Specify a proxy or a proxy to exclude.&lt;br&gt;**equals** - using this proxy.&lt;br&gt;**does not equal** - using any other proxy except this one.|

::: noteclassic
Service checks in a discovery rule, which result in
discovery events, do not take place simultaneously. Therefore, if
**multiple** values are configured for `Service type`, `Service port` or
`Received value` conditions in the action, they will be compared to one
discovery event at a time, but **not** to several events simultaneously.
As a result, actions with multiple values for the same check types may
not be executed correctly.
:::</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>#### Discovery actions

The following conditions can be used in discovery-based events:

|Condition type|Supported operators|Description|
|--|--|------|
|*Host IP*|equals&lt;br&gt;does not equal|Specify an IP address range or a range to exclude for a discovered host.&lt;br&gt;**equals** - host IP is in the range.&lt;br&gt;**does not equal** - host IP is not in the range.&lt;br&gt;It may have the following formats:&lt;br&gt;Single IP: 192.168.1.33&lt;br&gt;Range of IP addresses: 192.168.1-10.1-254&lt;br&gt;IP mask: 192.168.4.0/24&lt;br&gt;List: 192.168.1.1-254, 192.168.2.1-100, 192.168.2.200, 192.168.4.0/24&lt;br&gt;Support for spaces in the list format is provided since Zabbix 3.0.0.|
|*Service type*|equals&lt;br&gt;does not equal|Specify a service type of a discovered service or a service type to exclude.&lt;br&gt;**equals** - matches the discovered service.&lt;br&gt;**does not equal** - does not match the discovered service.&lt;br&gt;Available service types: SSH, LDAP, SMTP, FTP, HTTP, HTTPS *(available since Zabbix 2.2 version)*, POP, NNTP, IMAP, TCP, Zabbix agent, SNMPv1 agent, SNMPv2 agent, SNMPv3 agent, ICMP ping, telnet *(available since Zabbix 2.2 version)*.|
|*Service port*|equals&lt;br&gt;does not equal|Specify a TCP port range of a discovered service or a range to exclude.&lt;br&gt;**equals** - service port is in the range.&lt;br&gt;**does not equal** - service port is not in the range.|
|*Discovery rule*|equals&lt;br&gt;does not equal|Specify a discovery rule or a discovery rule to exclude.&lt;br&gt;**equals** - using this discovery rule.&lt;br&gt;**does not equal** - using any other discovery rule, except this one.|
|*Discovery check*|equals&lt;br&gt;does not equal|Specify a discovery check or a discovery check to exclude.&lt;br&gt;**equals** - using this discovery check.&lt;br&gt;**does not equal** - using any other discovery check, except this one.|
|*Discovery object*|equals|Specify the discovered object.&lt;br&gt;**equals** - equal to discovered object (a device or a service).|
|*Discovery status*|equals|**Up** - matches 'Host Up' and 'Service Up' events&lt;br&gt;**Down** - matches 'Host Down' and 'Service Down' events&lt;br&gt;**Discovered** - matches 'Host Discovered' and 'Service Discovered' events&lt;br&gt;**Lost** - matches 'Host Lost' and 'Service Lost' events|
|*Uptime/Downtime*|is greater than or equals&lt;br&gt;is less than or equals|Uptime for 'Host Up' and 'Service Up' events. Downtime for 'Host Down' and 'Service Down' events.&lt;br&gt;**is greater than or equals** - is more or equal to. Parameter is given in seconds.&lt;br&gt;**is less than or equals** - is less or equal to. Parameter is given in seconds.|
|*Received value*|equals&lt;br&gt;does not equal&lt;br&gt;is greater than or equals&lt;br&gt;is less than or equals&lt;br&gt;contains&lt;br&gt;does not contain|Specify the value received from an agent (Zabbix, SNMP) check in a discovery rule. String comparison. If several Zabbix agent or SNMP checks are configured for a rule, received values for each of them are checked (each check generates a new event which is matched against all conditions).&lt;br&gt;**equals** - equal to the value.&lt;br&gt;**does not equal** - not equal to the value.&lt;br&gt;**is greater than or equals** - more or equal to the value.&lt;br&gt;**is less than or equals** - less or equal to the value.&lt;br&gt;**contains** - contains the substring. Parameter is given as a string.&lt;br&gt;**does not contain** - does not contain the substring. Parameter is given as a string.|
|*Proxy*|equals&lt;br&gt;does not equal|Specify a proxy or a proxy to exclude.&lt;br&gt;**equals** - using this proxy.&lt;br&gt;**does not equal** - using any other proxy except this one.|

::: noteclassic
Service checks in a discovery rule, which result in
discovery events, do not take place simultaneously. Therefore, if
**multiple** values are configured for `Service type`, `Service port` or
`Received value` conditions in the action, they will be compared to one
discovery event at a time, but **not** to several events simultaneously.
As a result, actions with multiple values for the same check types may
not be executed correctly.
:::</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-64:manual/discovery/low_level_discovery/examples/systemd.xliff:manualdiscoverylow_level_discoveryexamplessystemdmd2d3b32d7" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>
##### Discovery of disabled systemd units

Since Zabbix 6.0.1 it is also possible to discover **disabled** systemd units. In this case 
three macros are returned in the resulting JSON: 

-    {#UNIT.PATH}
-    {#UNIT.ACTIVESTATE}
-    {#UNIT.UNITFILESTATE}. 

::: noteimportant
To have items and triggers created from prototypes for disabled systemd units, make sure to 
adjust (or remove) prohibiting LLD filters for {#UNIT.ACTIVESTATE} and {#UNIT.UNITFILESTATE}.
:::</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>##### Discovery of disabled systemd units

Since Zabbix 6.0.1 it is also possible to discover **disabled** systemd units. In this case 
three macros are returned in the resulting JSON: 

-    {#UNIT.PATH}
-    {#UNIT.ACTIVESTATE}
-    {#UNIT.UNITFILESTATE}. 

::: noteimportant
To have items and triggers created from prototypes for disabled systemd units, make sure to 
adjust (or remove) prohibiting LLD filters for {#UNIT.ACTIVESTATE} and {#UNIT.UNITFILESTATE}.
:::</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-64:manual/xml_export_import.xliff:manualxml_export_importmd44b0f5b3" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>##### Export format

Data can be exported using the Zabbix web frontend or [Zabbix
API](/manual/api/reference/configuration). Supported export formats are
YAML, XML and JSON.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>##### Format de export

Datele pot fi exportate folosind interfața web Zabbix sau [Zabbix
API](/manual/api/reference/configuration). Formatele de export acceptate sunt
YAML, XML și JSON.</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-64:manpages/zabbix_agent2.xliff:manpageszabbix_agent2md37997f11" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>## FILES

*/usr/local/etc/zabbix\_agent2.conf*  
Default location of Zabbix agent 2 configuration file (if not modified
during compile time).

[ ]{#lbAH}</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>## FIȘIERE

*/usr/local/etc/zabbix\_agent2.conf*
Locația implicită a fișierului de configurare Zabbix agent 2 (dacă nu a fost modificată
în timpul compilării).

[ ]{#lbAH}</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-64:manpages/zabbix_agentd.xliff:manpageszabbix_agentdmdfcfd4796" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>## FILES

*/usr/local/etc/zabbix\_agentd.conf*  
Default location of Zabbix agent configuration file (if not modified
during compile time).

[ ]{#lbAI}</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>## FIȘIERE

*/usr/local/etc/zabbix\_agentd.conf*
Locația implicită a fișierului de configurare a agentului Zabbix (dacă nu a fost modificată
în timpul compilării).

[ ]{#lbAI}</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-64:manual/web_interface/menu.xliff:manualweb_interfacemenumd7dd192ee" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>##### Hidden menu

Even when the menu is hidden completely, a full menu is just one mouse
click away, by clicking on the burger icon. Note that it reappears over
page content; to move page content to the right you have to unhide the
menu by clicking on the show sidebar button.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>##### Hidden menu

Even when the menu is hidden completely, a full menu is just one mouse
click away, by clicking on the burger icon. Note that it reappears over
page content; to move page content to the right you have to unhide the
menu by clicking on the show sidebar button.</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-64:manual/appendix/install/locales.xliff:manualappendixinstalllocalesmdbb6c0b89" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>#### Installing locales

To list all installed languages, run:

    locale -a

If some languages that are needed are not listed, open the
*/etc/locale.gen* file and uncomment the required locales. Since Zabbix
uses UTF-8 encoding, you need to select locales with UTF-8 charset.

Now run:

    locale-gen 

Restart the web server.

The locales should now be installed. It may be required to reload Zabbix
frontend page in browser using Ctrl + F5 for new languages to appear.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>#### Installing locales

To list all installed languages, run:

    locale -a

If some languages that are needed are not listed, open the
*/etc/locale.gen* file and uncomment the required locales. Since Zabbix
uses UTF-8 encoding, you need to select locales with UTF-8 charset.

Now, run:

    locale-gen 

Restart the web server.

The locales should now be installed. It may be required to reload Zabbix
frontend page in browser using Ctrl + F5 for new languages to appear.</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-64:manual/config/notifications/action/conditions.xliff:manualconfignotificationsactionconditionsmd133d6ae1" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>#### Internal event actions

The following conditions can be set for actions based on internal
events:

|Condition type|Supported operators|Description|
|--|--|------|
|*Event type*|equals|**Item in "not supported" state** - matches events where an item goes from a 'normal' to 'not supported' state.&lt;br&gt;**Low-level discovery rule in "not supported" state** - matches events where a low-level discovery rule goes from a 'normal' to 'not supported' state.&lt;br&gt;**Trigger in "unknown" state** - matches events where a trigger goes from a 'normal' to 'unknown' state.|
|*Host group*|equals&lt;br&gt;does not equal|Specify host groups or host groups to exclude.&lt;br&gt;**equals** - event belongs to this host group.&lt;br&gt;**does not equal** - event does not belong to this host group.|
|*Tag name*|equals&lt;br&gt;does not equal&lt;br&gt;contains&lt;br&gt;does not contain|Specify event tag or event tag to exclude.&lt;br&gt;**equals** - event has this tag.&lt;br&gt;**does not equal** - event does not have this tag.&lt;br&gt;**contains** - event has a tag containing this string.&lt;br&gt;**does not contain** - event does not have a tag containing this string.|
|*Tag value*|equals&lt;br&gt;does not equal&lt;br&gt;contains&lt;br&gt;does not contain|Specify event tag and value combination or tag and value combination to exclude.&lt;br&gt;**equals** - event has this tag and value.&lt;br&gt;**does not equal** - event does not have this tag and value.&lt;br&gt;**contains** - event has a tag and value containing these strings.&lt;br&gt;**does not contain** - event does not have a tag and value containing these strings.|
|*Template*|equals&lt;br&gt;does not equal|Specify templates or templates to exclude.&lt;br&gt;**equals** - event belongs to an item/trigger/low-level discovery rule inherited from this template.&lt;br&gt;**does not equal** - event does not belong to an item/trigger/low-level discovery rule inherited from this template.|
|*Host*|equals&lt;br&gt;does not equal|Specify hosts or hosts to exclude.&lt;br&gt;**equals** - event belongs to this host.&lt;br&gt;**does not equal** - event does not belong to this host.|</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>#### Internal event actions

The following conditions can be set for actions based on internal
events:

|Condition type|Supported operators|Description|
|--|--|------|
|*Event type*|equals|**Item in "not supported" state** - matches events where an item goes from a 'normal' to 'not supported' state&lt;br&gt;**Low-level discovery rule in "not supported" state** - matches events where a low-level discovery rule goes from a 'normal' to 'not supported' state&lt;br&gt;**Trigger in "unknown" state** - matches events where a trigger goes from a 'normal' to 'unknown' state|
|*Host group*|equals&lt;br&gt;does not equal|Specify host groups or host groups to exclude.&lt;br&gt;**equals** - event belongs to this host group.&lt;br&gt;**does not equal** - event does not belong to this host group.|
|*Tag name*|equals&lt;br&gt;does not equal&lt;br&gt;contains&lt;br&gt;does not contain|Specify event tag or event tag to exclude.&lt;br&gt;**equals** - event has this tag&lt;br&gt;**does not equal** - event does not have this tag&lt;br&gt;**contains** - event has a tag containing this string&lt;br&gt;**does not contain** - event does not have a tag containing this string|
|*Tag value*|equals&lt;br&gt;does not equal&lt;br&gt;contains&lt;br&gt;does not contain|Specify event tag and value combination or tag and value combination to exclude.&lt;br&gt;**equals** - event has this tag and value&lt;br&gt;**does not equal** - event does not have this tag and value&lt;br&gt;**contains** - event has a tag and value containing these strings&lt;br&gt;**does not contain** - event does not have a tag and value containing these strings|
|*Template*|equals&lt;br&gt;does not equal|Specify templates or templates to exclude.&lt;br&gt;**equals** - event belongs to an item/trigger/low-level discovery rule inherited from this template.&lt;br&gt;**does not equal** - event does not belong to an item/trigger/low-level discovery rule inherited from this template.|
|*Host*|equals&lt;br&gt;does not equal|Specify hosts or hosts to exclude.&lt;br&gt;**equals** - event belongs to this host.&lt;br&gt;**does not equal** - event does not belong to this host.|</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-64:manpages/zabbix_agentd.xliff:manpageszabbix_agentdmd199def5e" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>### 

  
Log level control targets

  
*process-type*  
All processes of specified type (active checks, collector, listener)

  
*process-type,N*  
Process type and number (e.g., listener,3)

  
*pid*  
Process identifier, up to 65535. For larger values specify target as
"process-type,N"

```{=html}
&lt;!-- --&gt;
```
**-p**, **--print**  
Print known items and exit. For each item either generic defaults are
used, or specific defaults for testing are supplied. These defaults are
listed in square brackets as item key parameters. Returned values are
enclosed in square brackets and prefixed with the type of the returned
value, separated by a pipe character. For user parameters type is always
**t**, as the agent can not determine all possible return values. Items,
displayed as working, are not guaranteed to work from the Zabbix server
or zabbix\_get when querying a running agent daemon as permissions or
environment may be different. Returned value types are:

  
d  
Number with a decimal part.

  
m  
Not supported. This could be caused by querying an item that only works
in the active mode like a log monitoring item or an item that requires
multiple collected values. Permission issues or incorrect user
parameters could also result in the not supported state.

  
s  
Text. Maximum length not limited.

  
t  
Text. Same as **s**.

  
u  
Unsigned integer.

**-t**, **--test** *item-key*  
Test single item and exit. See **--print** for output description.

**-h**, **--help**  
Display this help and exit.

**-V**, **--version**  
Output version information and exit.

[ ]{#lbAH}</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>###

  
Țintele de control la nivel de jurnal

  
*tip de proces*
Toate procesele de tipul specificat (verificări active, colector, ascultător)

  
*tip de proces, N*
Tipul și numărul procesului (de exemplu, ascultător, 3)

  
*pid*
Identificator de proces, până la 65535. Pentru valori mai mari, specificați ținta ca
„tip de proces, N”

```{=html}
&lt;!-- --&gt;
```
**-p**, **--print**
Imprimați elementele cunoscute și ieșiți. Pentru fiecare articol fie valorile implicite generice sunt
utilizate sau sunt furnizate valori implicite specifice pentru testare. Aceste valori implicite sunt
enumerate între paranteze drepte ca parametri cheie ale articolului. Valorile returnate sunt
incluse între paranteze drepte și prefixate cu tipul returnat
valoare, separate printr-un caracter pipe. Pentru parametrii utilizator, tipul este întotdeauna
**t**, deoarece agentul nu poate determina toate valorile posibile de returnare. articole,
afișate ca funcționale, nu se garantează că funcționează de pe serverul Zabbix
sau zabbix\_get atunci când interogați un daemon agent care rulează ca permisiuni sau
mediul poate fi diferit. Tipurile de valori returnate sunt:

  
d
Număr cu o parte zecimală.

  
m
Nu sunt acceptate. Acest lucru ar putea fi cauzat de interogarea unui element care funcționează numai
în modul activ, cum ar fi un element de monitorizare a jurnalului sau un element care necesită
mai multe valori colectate. Probleme de permisiune sau utilizator incorect
parametrii ar putea duce, de asemenea, la starea neacceptată.

  
s
Text. Lungimea maximă nu este limitată.

  
t
Text. La fel ca **s**.

  
u
Număr întreg fără semn.

**-t**, **--test** *cheie-articol*
Testați un singur articol și ieșiți. Consultați **--print** pentru descrierea ieșirii.

**-h**, **--ajutor**
Afișați acest ajutor și ieșiți.

**-V**, **--versiune**
Ieșiți informații despre versiune și ieșiți.

[ ]{#lbAH}</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-64:manual/web_interface/frontend_sections/data_collection/hosts/triggers.xliff:manualweb_interfacefrontend_sectionsdata_collectionhoststriggersmd4829e943" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>##### Mass editing options

Buttons below the list offer some mass-editing options:

-   *Enable* - change trigger status to *Enabled*.
-   *Disable* - change trigger status to *Disabled*.
-   *Copy* - copy the triggers to other hosts or templates.
-   *Mass update* - update several properties for a number of triggers
    at once.
-   *Delete* - delete the triggers.

To use these options, mark the checkboxes before the respective
triggers, then click on the required button.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>##### Mass editing options

Buttons below the list offer some mass-editing options:

-   *Enable* - change trigger status to *Enabled*
-   *Disable* - change trigger status to *Disabled*
-   *Copy* - copy the triggers to other hosts or templates
-   *Mass update* - update several properties for a number of triggers
    at once
-   *Delete* - delete the triggers

To use these options, mark the checkboxes before the respective
triggers, then click on the required button.</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-64:manpages/zabbix_agent2.xliff:manpageszabbix_agent2md942e0d82" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>## NAME

zabbix\_agent2 - Zabbix agent 2\
\
[ ]{#lbAC}</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>## NUME

zabbix\_agent2 - agentul Zabbix 2\
\
[ ]{#lbAC}</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-64:manpages/zabbix_agentd.xliff:manpageszabbix_agentdmd75de926e" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>## NAME

zabbix\_agentd - Zabbix agent daemon [ ]{#lbAC}</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>## NUME

zabbix\_agentd - Daemon agent Zabbix [ ]{#lbAC}</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-64:manpages/zabbix_agentd.xliff:manpageszabbix_agentdmd63567f56" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>## OPTIONS

**-c**, **--config** *config-file*  
Use the alternate *config-file* instead of the default one.

**-f**, **--foreground**  
Run Zabbix agent in foreground.

**-R**, **--runtime-control** *runtime-option*  
Perform administrative functions according to *runtime-option*.

[ ]{#lbAF}</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>## OPȚIUNI

**-c**, **--config** *fișier-config*
Utilizați *config-file* alternativ în loc de cel implicit.

**-R**, **--runtime-control** *runtime-option*
Efectuați funcții administrative conform *runtime-option*.</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-64:manpages/zabbix_agent2.xliff:manpageszabbix_agent2md7197fda6" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>## OPTIONS

**-c**, **--config** *config-file*  
Use the alternate *config-file* instead of the default one.

**-R**, **--runtime-control** *runtime-option*  
Perform administrative functions according to *runtime-option*.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>## OPȚIUNI

**-c**, **--config** *fișier-config*
Utilizați *config-file* alternativ în loc de cel implicit.

**-R**, **--runtime-control** *runtime-option*
Efectuați funcții administrative conform *runtime-option*.</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-64:manual/appendix/config/zabbix_agent2_plugins/mongodb_plugin.xliff:manualappendixconfigzabbix_agent2_pluginsmongodb_pluginmdeaba6cbf" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>
#### Options

|Parameter|Description|
|---------|-----------|
|-V --version|Print the plugin version and license information.|
|-h --help|Print help information (shorthand).|</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>#### Options

|Parameter|Description|
|---------|-----------|
|-V --version|Print the plugin version and license information.|
|-h --help|Print help information (shorthand).|</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-64:manual/config/notifications/action/escalations.xliff:manualconfignotificationsactionescalationsmd3bb564c1" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>#### Overview

With escalations you can create custom scenarios for sending
notifications or executing remote commands.

In practical terms it means that:

-   Users can be informed about new problems immediately.
-   Notifications can be repeated until the problem is resolved.
-   Sending a notification can be delayed.
-   Notifications can be escalated to another "higher" user group.
-   Remote commands can be executed immediately or when a problem is not
    resolved for a lengthy period.

Actions are escalated based on the **escalation step**. Each step has a
duration in time.

You can define both the default duration and a custom duration of an
individual step. The minimum duration of one escalation step is 60
seconds.

You can start actions, such as sending notifications or executing
commands, from any step. Step one is for immediate actions. If you want
to delay an action, you can assign it to a later step. For each step,
several actions can be defined.

The number of escalation steps is not limited.

Escalations are defined when [configuring an
operation](operation#configuring_an_operation). Escalations are
supported for problem operations only, not recovery.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>#### Overview

With escalations you can create custom scenarios for sending
notifications or executing remote commands.

In practical terms it means that:

-   Users can be informed about new problems immediately
-   Notifications can be repeated until the problem is resolved
-   Sending a notification can be delayed
-   Notifications can be escalated to another "higher" user group
-   Remote commands can be executed immediately or when a problem is not
    resolved for a lengthy period

Actions are escalated based on the **escalation step**. Each step has a
duration in time.

You can define both the default duration and a custom duration of an
individual step. The minimum duration of one escalation step is 60
seconds.

You can start actions, such as sending notifications or executing
commands, from any step. Step one is for immediate actions. If you want
to delay an action, you can assign it to a later step. For each step,
several actions can be defined.

The number of escalation steps is not limited.

Escalations are defined when [configuring an
operation](operation#configuring_an_operation). Escalations are
supported for problem operations only, not recovery.</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-64:manual/introduction/about.xliff:manualintroductionaboutmd319fca18" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>#### Overview

Zabbix was created by Alexei Vladishev, and currently is actively
developed and supported by Zabbix SIA.

Zabbix is an enterprise-class open source distributed monitoring
solution.

Zabbix is a software that monitors numerous parameters of a network and
the health and integrity of servers, virtual machines, applications,
services, databases, websites, the cloud and more. Zabbix uses a
flexible notification mechanism that allows users to configure email
based alerts for virtually any event. This allows a fast reaction to
server problems. Zabbix offers excellent reporting and data
visualization features based on the stored data. This makes Zabbix ideal
for capacity planning.

Zabbix supports both polling and trapping. All Zabbix reports and
statistics, as well as configuration parameters, are accessed through a
web-based frontend. A web-based frontend ensures that the status of your
network and the health of your servers can be assessed from any
location. Properly configured, Zabbix can play an important role in
monitoring IT infrastructure. This is equally true for small
organizations with a few servers and for large companies with a
multitude of servers.

Zabbix is free of cost. Zabbix is written and distributed under the GPL
General Public License version 2. It means that its source code is
freely distributed and available for the general public.

[Commercial support](http://www.zabbix.com/support.php) is available and
provided by Zabbix Company and its partners around the world.

Learn more about [Zabbix features](features).</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>#### Prezentare generală

Zabbix a fost creat de Alexei Vladishev și în prezent este dezvoltat
activ și susținut de Zabbix SIA.

Zabbix este o soluţie de monitorizare de clasă enterprise
bazată pe tehnologia open source.

Zabbix este un software care monitorizează numeroși parametri ai unei rețele,
sănătatea și integritatea serverelor, mașinilor virtuale, aplicațiilor,
serviciilor, bazelor de date, site-uri web, cloud și multe altele. Zabbix folosește un
mecanism flexibil de notificare care permite utilizatorilor să configureze alerte bazate pe e-mail pentru aproape orice eveniment. Aceasta permite o reacție rapidă la probleme serverelor. Zabbix oferă caracteristici de vizualizare de date și rapoarte
excelente bazate pe datele stocate. Acest lucru face din Zabbix o aplicație ideală
pentru planificarea capacității.

Zabbix acceptă atât sondarea, cât și capturarea datelor. Toate rapoartele și
statisticile Zabbix, precum și parametrii de configurare, sunt accesate prin intermediul unei interfețe web. O interfață bazată pe web asigură că informațiile
despre starea rețelei și a serverelor dvs. pot fi accesate din orice
locație. Configurat corect, Zabbix poate juca un rol important în
monitorizarea infrastructurii IT. Acest lucru este valabil atât pentru organizații mici,
cu câteva servere și pentru companii mari cu o
multitudine de servere.

Zabbix este gratuit. Zabbix este scris și distribuit sub licență GPL
General Public License versiunea 2. Aceasta înseamnă că codul sursă este
distribuit gratuit și disponibil
pentru publicul larg.
[Commercial support](http://www.zabbix.com/support.php) este disponibil și
oferit de compania Zabbix și de partenerii săi din întreaga lume.

Aflați mai multe despre [funcțiile Zabbix](features).</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-64:manual/api/reference/item/create.xliff:manualapireferenceitemcreatemd777e8bec" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>### Parameters

`(object/array)` Items to create.

Additionally to the [standard item properties](object#host), the method
accepts the following parameters.

|Parameter|[Type](/manual/api/reference_commentary#data_types)|Description|
|--|--|------|
|preprocessing|array|Item [preprocessing](/manual/api/reference/item/object#item_preprocessing) options.|
|tags|array|Item [tags](/manual/api/reference/item/object#item_tag).|</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>### Parameters

`(object/array)` Items to create.

Additionally to the [standard item properties](object#host), the method
accepts the following parameters.

|Parameter|[Type](/manual/api/reference_commentary#data_types)|Description|
|--|--|------|
|preprocessing|array|Item [preprocessing](/manual/api/reference/item/object#item_preprocessing) options.|
|tags|array|Item [tags.](/manual/api/reference/item/object#item_tag)|</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-64:manual/api/reference/httptest/update.xliff:manualapireferencehttptestupdatemd83b60d28" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>### Parameters

`(object/array)` Web scenario properties to be updated.

The `httptestid` property must be defined for each web scenario, all
other properties are optional. Only the passed properties will be
updated, all others will remain unchanged.

Additionally to the [standard web scenario
properties](object#web_scenario), the method accepts the following
parameters.

|Parameter|[Type](/manual/api/reference_commentary#data_types)|Description|
|--|--|------|
|steps|array|Scenario [steps](/manual/api/reference/httptest/object#scenario_step) to replace existing steps.|
|tags|array|Web scenario [tags](/manual/api/reference/httptest/object#web_scenario_tag).|</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>### Parameters

`(object/array)` Web scenario properties to be updated.

The `httptestid` property must be defined for each web scenario, all
other properties are optional. Only the passed properties will be
updated, all others will remain unchanged.

Additionally to the [standard web scenario
properties](object#web_scenario), the method accepts the following
parameters.

|Parameter|[Type](/manual/api/reference_commentary#data_types)|Description|
|--|--|------|
|steps|array|Scenario [steps](/manual/api/reference/httptest/object#scenario_step) to replace existing steps.|
|tags|array|Web scenario [tags.](/manual/api/reference/httptest/object#web_scenario_tag)|</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-64:devel/plugins.xliff:develpluginsmddf3774f3" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>
# Plugins</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg># Plugins</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-64:manual/installation/known_issues.xliff:manualinstallationknown_issuesmd40ea4656" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>
#### Possible deadlocks with MySQL/MariaDB

When running under high load, and with more than one LLD worker involved, it is possible to run into a deadlock caused by an InnoDB error related to the row-locking strategy (see [upstream bug](https://github.com/mysql/mysql-server/commit/7037a0bdc83196755a3bf3e935cfb3c0127715d5)). The error has been fixed in MySQL since 8.0.29, but not in MariaDB. For more details, see [ZBX-21506](https://support.zabbix.com/browse/ZBX-21506).</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>
#### Possible deadlocks with MySQL/MariaDB

When running under high load, and with more than one LLD worker involved, it is possible to run into a deadlock caused by an 
InnoDB error related to the row-locking strategy (see [upstream bug](https://github.com/mysql/mysql-server/commit/7037a0bdc83196755a3bf3e935cfb3c0127715d5)). 
The error has been fixed in MySQL since 8.0.29, but not in MariaDB. For more details, see [ZBX-21506](https://support.zabbix.com/browse/ZBX-21506).</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-64:manual/introduction/manual_structure.xliff:manualintroductionmanual_structuremd4f79bd48" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>#### Sections

[Introduction](about) provides general information about current Zabbix
software. Reading this section should equip you with some good reasons
to choose Zabbix.

[Zabbix concepts](/manual/definitions) explain the terminology used in
Zabbix and provides details on Zabbix components.

[Installation](/manual/installation/getting_zabbix) and
[Quickstart](/manual/quickstart/item) sections should help you to get
started with Zabbix. [Zabbix appliance](/manual/appliance) is an
alternative for getting a quick taster of what it is like to use Zabbix.

[Configuration](/manual/config) is one of the largest and more important
sections in this manual. It contains loads of essential advice about how
to set up Zabbix to monitor your environment, from setting up hosts to
getting essential data to viewing data to configuring notifications and
remote commands to be executed in case of problems.

[Service monitoring](/manual/it_services) section details how to use Zabbix for
a high-level overview of your monitoring environment.

[Web monitoring](/manual/web_monitoring) should help you learn how to
monitor the availability of web sites.

[Virtual machine monitoring](/manual/vm_monitoring) presents a how-to
for configuring VMware environment monitoring.

[Maintenance](/manual/maintenance), [Regular
expressions](/manual/regular_expressions), [Event
acknowledgment](/manual/acknowledges) and [XML
export/import](/manual/xml_export_import) are further sections that
reveal how to use these various aspects of Zabbix software.

[Discovery](/manual/discovery) contains instructions for setting up
automatic discovery of network devices, active agents, file systems,
network interfaces, etc.

[Distributed monitoring](/manual/distributed_monitoring) deals with the
possibilities of using Zabbix in larger and more complex environments.

[Encryption](/manual/encryption) helps explaining the possibilities of
encrypting communications between Zabbix components.

[Web interface](/manual/web_interface) contains information specific for
using the web interface of Zabbix.

[API](/manual/api) section presents details of working with Zabbix API.

Detailed lists of technical information are included in
[Appendixes](/manual/appendix). This is where you will also find a FAQ
section.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>#### Secțiuni

[Introducere](despre) oferă informații generale despre software-ul actual Zabbix. Citirea acestei secțiuni ar trebui să vă ofere câteva motive întemeiate
pentru a alege Zabbix.

[Concepte Zabbix](/manual/definitions) explică terminologia folosită în
Zabbix și oferă detalii despre componentele Zabbix.

Secțiunile [Instalare](/manual/installation/getting_zabbix) și
[Pornire rapidă](/manual/quickstart/item) ar trebui să vă ajute să porniți
o instalare Zabbix. [Zabbix appliance](/manual/appliance) este o
alternativă pentru vă face rapid o idee despre modul de utilizarea Zabbix.

[Configurarea](/manual/config) este una dintre cele mai mari și mai importante
secțiuni din acest manual. Conține o mulțime de sfaturi esențiale despre cum
să setați Zabbix pentru a vă monitoriza mediul; de la configurarea gazdelor pentru
obținerea datelor esențiale, vizualizarea datelor, configurarea notificărilor și
executate de la distanță a comenzilor care trebuie rulate în caz de probleme.

Secțiunea [Monitorizare servicii](/manual/it_services) detaliază cum să utilizați Zabbix pentru o privire de ansamblu la nivel înalt asupra mediului monitorizat de dvs.

[Monitorizare web](/manual/web_monitoring) ar trebui să vă ajute să învățați
cum să monitorizați disponibilitatea site-urilor web.

[Monitorizare mașini virtuale](/manual/vm_monitoring) prezintă un mod de
configurare a monitorizării mediului VMware.

[Întreținere](/manual/maintenance), [Expresii
regulate](/manual/regular_expressions), [Confirmarea
evenimentului](/manual/acknowledges) și [exportul/importul XML](/manual/xml_export_import) sunt secțiuni suplimentare care
dezvăluie cum să utilizați aceste aspecte diferite ale software-ului Zabbix.

[Descoperă](/manual/discovery) conține instrucțiuni pentru configurarea
descoperirii automată a echipamentelor de rețea, agenților activi, sistemelor de fișiere, interfețelor de rețea etc.

[Monitorizare distribuită](/manual/distributed_monitoring) se ocupă de
posibilitățile de utilizare a Zabbix în medii mai mari și mai complexe.

[Criptarea](/manual/encryption) ajută la explicarea posibilităților de
criptare a comunicațiilor între componentele Zabbix.

[Interfața web](/manual/web_interface) conține informații specifice pentru
folosirea interfaței web a Zabbix.

Secțiunea [API](/manual/api) prezintă detalii despre lucrul cu API-ul Zabbix.

Liste detaliate de informații tehnice sunt incluse în
[Anexe](/manual/appendix). Aici veți găsi și o secțiune de
întrebări frecvente.</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-64:manpages/zabbix_agentd.xliff:manpageszabbix_agentdmd539868a7" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>## SEE ALSO

Documentation &lt;https://www.zabbix.com/manuals&gt;

**[zabbix\_agent2](zabbix_agent2)**(8),
**[zabbix\_get](zabbix_get)**(1), **[zabbix\_js](zabbix_js)**(1),
**[zabbix\_proxy](zabbix_proxy)**(8),
**[zabbix\_sender](zabbix_sender)**(1),
**[zabbix\_server](zabbix_server)**(8) [ ]{#lbAJ}</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>## VEZI SI

Documentație &lt;https://www.zabbix.com/manuals&gt;

**[zabbix\_agent2](zabbix_agent2)**(8),
**[zabbix\_get](zabbix_get)**(1), **[zabbix\_js](zabbix_js)**(1),
**[zabbix\_proxy](zabbix_proxy)**(8),
**[zabbix\_sender](zabbix_sender)**(1),
**[zabbix\_server](zabbix_server)**(8) [ ]{#lbAJ}</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-64:manpages/zabbix_agent2.xliff:manpageszabbix_agent2mdad1bba15" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>## SEE ALSO

Documentation &lt;https://www.zabbix.com/manuals&gt;

**[zabbix\_agentd](zabbix_agentd)**(8),
**[zabbix\_get](zabbix_get)**(8), **[zabbix\_js](zabbix_js)**(8),
**[zabbix\_proxy](zabbix_proxy)**(8),
**[zabbix\_sender](zabbix_sender)**(8),
**[zabbix\_server](zabbix_server)**(8) [ ]{#lbAI}</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>## VEZI SI

Documentație &lt;https://www.zabbix.com/manuale&gt;

**[zabbix\_agentd](zabbix_agentd)**(8),
**[zabbix\_get](zabbix_get)**(8), **[zabbix\_js](zabbix_js)**(8),
**[zabbix\_proxy](zabbix_proxy)**(8),
**[zabbix\_sender](zabbix_sender)**(8),
**[zabbix\_server](zabbix_server)**(8) [ ]{#lbAI}</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-64:manual/installation/known_issues.xliff:manualinstallationknown_issuesmd8c5cdd23" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>#### SSH checks

   - Some Linux distributions like Debian, Ubuntu do not support encrypted
   private keys (with passphrase) if the libssh2 library is installed from
   packages. Please see [ZBX-4850](https://support.zabbix.com/browse/ZBX-4850) for more details.

   - When using libssh 0.9.x on some Linux distributions with OpenSSH 8, SSH checks may
   occasionally report "Cannot read data from SSH server". This is caused
   by a libssh [issue](https://gitlab.com/libssh/libssh-mirror/-/merge_requests/101) 
   ([more detailed report](https://bugs.libssh.org/T231)). The error is expected 
   to have been fixed by a stable libssh 0.9.5 release. See also 
   [ZBX-17756](https://support.zabbix.com/browse/ZBX-17756) for details.

   - Using the pipe "|" in the SSH script may lead to a 
   "Cannot read data from SSH server" error. In this case it is recommended 
   to upgrade the libssh library version. See also [ZBX-21337](https://support.zabbix.com/browse/ZBX-21337) 
   for details.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>#### SSH checks

   - Some Linux distributions like Debian, Ubuntu do not support encrypted
   private keys (with passphrase) if the libssh2 library is installed from
   packages. Please see [ZBX-4850](https://support.zabbix.com/browse/ZBX-4850) for more details.

   - When using libssh 0.9.x on some Linux distributions with OpenSSH 8 SSH checks may
   occasionally report "Cannot read data from SSH server". This is caused
   by a libssh [issue](https://gitlab.com/libssh/libssh-mirror/-/merge_requests/101) 
   ([more detailed report](https://bugs.libssh.org/T231)). The error is expected 
   to have been fixed by a stable libssh 0.9.5 release. See also 
   [ZBX-17756](https://support.zabbix.com/browse/ZBX-17756) for details.

   - Using the pipe "|" in the SSH script may lead to a 
   "Cannot read data from SSH server" error. In this case it is recommended 
   to upgrade the libssh library version. See also [ZBX-21337](https://support.zabbix.com/browse/ZBX-21337) 
   for details.</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-64:manual/concepts/server/ha.xliff:manualconceptsserverhamd23e81771" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>##### Starting Zabbix server as cluster node

Two parameters are required  in the server [configuration](/manual/appendix/config/zabbix_server) 
to start a Zabbix server as cluster node:

-    **HANodeName** parameter must be specified for each Zabbix server 
that will be an HA cluster node. 

This is a unique node identifier (e.g. `zabbix-node-01`) that the server will be referred to in agent 
and proxy configurations. If you do not specify HANodeName, then the server will be 
started in standalone mode.

-    **NodeAddress** parameter must be specified for each node. 

The NodeAddress parameter (address:port) will be used by Zabbix frontend to connect 
to the active server node. NodeAddress must match the IP or FQDN name of the respective Zabbix server.

Restart all Zabbix servers after making changes to the configuration files. They will 
now be started as cluster nodes. The new status of the servers can be seen in 
*Reports* → *[System information](/manual/web_interface/frontend_sections/reports/status_of_zabbix#status_of_ha_cluster_nodes)* 
and also by running:

```
zabbix_server -R ha_status
```

This runtime command will log the current HA cluster status into the Zabbix server log (and to stdout):

![](../../../../assets/en/manual/config/runtime_ha_status.png){width="600"}</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>##### Starting Zabbix server as cluster node

Two parameters are required  in the server [configuration](/manual/appendix/config/zabbix_server) 
to start a Zabbix server as cluster node:

-    **HANodeName** parameter must be specified for each Zabbix server 
that will be an HA cluster node. 

This is a unique node identifier (e.g. `zabbix-node-01`) that the server will be referred to in agent and proxy 
configurations. If you do not specify HANodeName, then the server will be started 
in standalone mode.

-    **NodeAddress** parameter must be specified for each node. 

The NodeAddress parameter (address:port) will be used by Zabbix frontend to connect 
to the active server node. NodeAddress must match the IP or FQDN name of the respective Zabbix server.

Restart all Zabbix servers after making changes to the configuration files. They will 
now be started as cluster nodes. The new status of the servers can be seen in 
*Reports* → *[System information](/manual/web_interface/frontend_sections/reports/status_of_zabbix#status_of_ha_cluster_nodes)* 
and also by running:

```
zabbix_server -R ha_status
```

This runtime command will log the current HA cluster status into the Zabbix server log (and to stdout):

![](../../../../assets/en/manual/config/runtime_ha_status.png){width="600"}</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-64:manual/introduction/manual_structure.xliff:manualintroductionmanual_structuremd14bd850a" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>#### Structure

The content of this manual is divided into sections and subsections to
provide easy access to particular subjects of interest.

When you navigate to respective sections, make sure that you expand
section folders to reveal full content of what is included in
subsections and individual pages.

Cross-linking between pages of related content is provided as much as
possible to make sure that relevant information is not missed by the
users.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>#### Structura

Conținutul acestui manual este împărțit în secțiuni și subsecțiuni pentru a
oferi acces ușor la anumite subiecte de interes.

Când navigați la secțiunile respective, asigurați-vă că extindeți/expandați
folderele secțiunilor respective pentru a dezvălui conținutul complet al celor incluse
în subsecțiuni și pagini individuale.

Legăturile încrucișate între paginile de conținut similar sunt furnizate cât mai mult
posibil pentru a vă asigura că informațiile relevante nu sunt ratate de
utilizatorii.</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-64:manpages/zabbix_agent2.xliff:manpageszabbix_agent2md5535a811" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>## SYNOPSIS

**zabbix\_agent2** \[**-c** *config-file*\]\
**zabbix\_agent2** \[**-c** *config-file*\] **-p**\
**zabbix\_agent2** \[**-c** *config-file*\] **-t** *item-key*\
**zabbix\_agent2** \[**-c** *config-file*\] **-R** *runtime-option*\
**zabbix\_agent2 -h**\
**zabbix\_agent2 -V**\
\
[ ]{#lbAD}</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>## SINOPSIS

**zabbix\_agent2** \[**-c** *fișier-config*\]\
**zabbix\_agent2** \[**-c** *fișier-config*\] **-p**\
**zabbix\_agent2** \[**-c** *config-file*\] **-t** *item-key*\
**zabbix\_agent2** \[**-c** *config-file*\] **-R** *runtime-option*\
**zabbix\_agent2 -h**\
**zabbix\_agent2 -V**\
\
[ ]{#lbAD}</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-64:manpages/zabbix_agentd.xliff:manpageszabbix_agentdmdb8c27067" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>## SYNOPSIS

**zabbix\_agentd** \[**-c** *config-file*\]\
**zabbix\_agentd** \[**-c** *config-file*\] **-p**\
**zabbix\_agentd** \[**-c** *config-file*\] **-t** *item-key*\
**zabbix\_agentd** \[**-c** *config-file*\] **-R** *runtime-option*\
**zabbix\_agentd -h**\
**zabbix\_agentd -V** [ ]{#lbAD}</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>## SINOPSIS

**zabbix\_agentd** \[**-c** *fișier-config*\]\
**zabbix\_agentd** \[**-c** *fișier-config*\] **-p**\
**zabbix\_agentd** \[**-c** *config-file*\] **-t** *item-key*\
**zabbix\_agentd** \[**-c** *config-file*\] **-R** *runtime-option*\
**zabbix\_agentd -h**\
**zabbix\_agentd -V** [ ]{#lbAD}</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-64:404.xliff:404md4a7f9e55" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg># This topic does not exist yet.

We are sorry, the page you are looking for cannot be found. Return to the homepage, try searching, or get [help](https://www.zabbix.com/support).</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg># Acest subiect nu există încă.

Ne pare rău, pagina pe care o căutați nu poate fi găsită. Reveniți la pagina de pornire, căutați sau să obțineți [help](https://www.zabbix.com/support).</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-64:manual/config/triggers/expression.xliff:manualconfigtriggersexpressionmd6699e631" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>##### Time shift

An optional time shift is supported with time or value count as the
function parameter. This parameter allows to reference data from a
period of time in the past.

Time shift starts with `now` - specifying the current time, and is
followed by `+N&lt;time unit&gt;` or `-N&lt;time unit&gt;` - to add or subtract N
time units.

For example, `avg(/host/key,1h:now-1d)` will return the average value
for an hour one day ago.

::: noteimportant
Time shift specified in months (M) and years (y) is only supported for [trend functions](/manual/appendix/functions/trends). Other functions support seconds (s), minutes (m), hours (h), days (d), and weeks (w).
:::

**Time shift with absolute time periods**

Absolute time periods are supported in the time shift parameter, for example, midnight
to midnight for a day, Monday-Sunday for a week, first day-last day of
the month for a month.

Time shift for absolute time periods starts with `now` - specifying the
current time, and is followed by any number of time operations:
`/&lt;time unit&gt;` - defines the beginning and end of the time unit, for
example, midnight to midnight for a day, `+N&lt;time unit&gt;` or
`-N&lt;time unit&gt;` - to add or subtract N time units.

Please note that the value of time shift can be greater or equal to 0,
while the time period minimum value is 1.

|Parameter|Description|
|--|--------|
|1d:now/d|Yesterday|
|1d:now/d+1d|Today|
|2d:now/d+1d|Last 2 days|
|1w:now/w|Last week|
|1w:now/w+1w|This week|</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>##### Time shift

An optional time shift is supported with time or value count as the
function parameter. This parameter allows to reference data from a
period of time in the past.

Time shift starts with `now` - specifying the current time, and is
followed by `+N&lt;time unit&gt;` or `-N&lt;time unit&gt;` - to add or subtract N
time units.

For example, `avg(/host/key,1h:now-1d)` will return the average value
for an hour one day ago.

::: noteimportant
Time shift specified in months (M) and years (y) is only supported for [trend functions](/manual/appendix/functions/trends). 
Other functions support seconds (s), minutes (m), hours (h), days (d), and weeks (w).
:::

**Time shift with absolute time periods**

Absolute time periods are supported in the time shift parameter, for example, midnight
to midnight for a day, Monday-Sunday for a week, first day-last day of
the month for a month.

Time shift for absolute time periods starts with `now` - specifying the
current time, and is followed by any number of time operations:
`/&lt;time unit&gt;` - defines the beginning and end of the time unit, for
example, midnight to midnight for a day, `+N&lt;time unit&gt;` or
`-N&lt;time unit&gt;` - to add or subtract N time units.

Please note that the value of time shift can be greater or equal to 0,
while the time period minimum value is 1.

|Parameter|Description|
|--|--------|
|1d:now/d|Yesterday|
|1d:now/d+1d|Today|
|2d:now/d+1d|Last 2 days|
|1w:now/w|Last week|
|1w:now/w+1w|This week|</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-64:manual/introduction/about.xliff:manualintroductionaboutmd46ee774b" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>#### Users of Zabbix

Many organizations of different size around the world rely on Zabbix as
a primary monitoring platform.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Multe organizații de diferite dimensiuni din
întreaga lume se bazează pe Zabbix ca și
platformă principală de monitorizare.</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-64:start.xliff:startmd63820343" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg># Zabbix documentation

These pages contain official Zabbix documentation.

Use the sidebar navigation to browse documentation pages.

To be able to watch pages, log in with your [Zabbix
forums](http://www.zabbix.com/forum/) username and password.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg># Documentația de Zabbix 6.0

Aceste pagini conțin documentația oficială de Zabbix.

Utilizați bara laterală de navigare pentru a răsfoi paginile de documentație.

Pentru a putea viziona paginile, conectați-vă cu [Zabbix
forum](http://www.zabbix.com/forum/) nume de utilizator și parolă.</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-64:manpages.xliff:manpagesmdba84692f" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg># Zabbix manpages

These are Zabbix manpages for Zabbix processes.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg># Zabbix - pagini de manual

Acestea sunt paginile de manual pentru procesele Zabbix.</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-70:manpages/zabbix_agent2.xliff:manpageszabbix_agent2mdc754f1e2" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>### 

  </seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>###

  </seg>
			</tuv>
		</tu>
		<tu tuid="documentation-70:manual/vm_monitoring.xliff:manualvm_monitoringmd3ca85094" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg># 10 Virtual machine monitoring</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg># 10. Virtual machine monitoring</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-70:manual/maintenance.xliff:manualmaintenancemdc86bb2b9" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg># 11 Maintenance</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg># 11. Maintenance</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-70:manual/regular_expressions.xliff:manualregular_expressionsmd4151d28b" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg># 12 Regular expressions</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg># 12. Regular expressions</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-70:manual/acknowledgment.xliff:manualacknowledgmentmd61d493ca" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg># 13 Problem acknowledgment</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg># 13. Problem acknowledgment</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-70:manual/xml_export_import.xliff:manualxml_export_importmd566c4be6" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg># 14 Configuration export/import</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg># 14. Export/import configurație</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-70:manual/distributed_monitoring.xliff:manualdistributed_monitoringmd9f1711bf" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg># 16 Distributed monitoring</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg># 16. Distributed monitoring</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-70:manual/encryption.xliff:manualencryptionmd822969ff" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg># 17 Encryption</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg># 17. Encryption</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-70:manual/web_interface.xliff:manualweb_interfacemd5c86be0b" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg># 18 Web interface</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg># 18. Web interface</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-70:manual/introduction/manual_structure.xliff:manualintroductionmanual_structuremdcbbea730" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg># 1 Manual structure</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg># 1 Structura manualului</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-70:manual/guides/monitor_linux.xliff:manualguidesmonitor_linuxmddb070ecb" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>
# 1 Monitor Linux with Zabbix agent</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>
# 1. Monitor Linux with Zabbix agent</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-70:manual/definitions.xliff:manualdefinitionsmdbd3d4e41" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg># 2 Definitions</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg># 2. Definitions</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-70:manual/introduction/about.xliff:manualintroductionaboutmd761c4a6f" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg># 2 What is Zabbix</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg># 2 Ce este Zabbix</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-70:manual/appendix/install/db_primary_keys.xliff:manualappendixinstalldb_primary_keysmde26480a0" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg># 3 Database upgrade to primary keys</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg># 3 Database upgrade to primary keys</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-70:manual/installation/install.xliff:manualinstallationinstallmdaf2eaf2f" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg># 3 Installation from sources

You can get the very latest version of Zabbix by compiling it from the
sources.

A step-by-step tutorial for installing Zabbix from the sources is
provided here.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg># 3 Installation from sources

You can get the very latest version of Zabbix by compiling it from the
sources.

A step-by-step tutorial for installing Zabbix from the sources is
provided here.</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-70:manual/guides/monitor_apache.xliff:manualguidesmonitor_apachemdecf9c397" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>
# 3 Monitor Apache via HTTP</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>
# 3. Monitor Apache via HTTP</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-70:manual/introduction/features.xliff:manualintroductionfeaturesmd09ce3b2e" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg># 3 Zabbix features</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg># 3 Zabbix caracteristici</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-70:manual/installation/install_from_packages.xliff:manualinstallationinstall_from_packagesmde2c1904c" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg># 4 Installation from packages</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg># 4 Installation from packages</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-70:manual/guides/monitor_mysql.xliff:manualguidesmonitor_mysqlmdb4128477" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg># 4 Monitor MySQL with Zabbix agent 2</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg># 4. Monitor MySQL with Zabbix agent 2</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-70:manual/installation/containers.xliff:manualinstallationcontainersmde62e1497" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg># 5 Installation from containers</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg># 5 Installation from containers</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-70:manual/appliance.xliff:manualappliancemd8c911baa" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg># 6 Zabbix appliance</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg># 6. Zabbix appliance</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-70:manual/installation/upgrade.xliff:manualinstallationupgrademd365934f1" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg># 7 Upgrade procedure</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg># 7 Upgrade procedure</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-70:manual/it_services.xliff:manualit_servicesmd2ac76b92" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg># 8 Service monitoring</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg># 8. Service monitoring</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-70:manual/web_monitoring.xliff:manualweb_monitoringmd734ebac5" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg># 9 Web monitoring</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg># 9. Web monitoring</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-70:manpages/zabbix_agentd.xliff:manpageszabbix_agentdmde55ed07e" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>## AUTHOR

Alexei Vladishev &lt;&lt;alex@zabbix.com&gt;&gt;

------------------------------------------------------------------------

[ ]{#index}</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>## AUTOR

Alexei Vladishev &lt;&lt;alex@zabbix.com&gt;&gt;

-------------------------------------------------- -----------------------

[ ]{#index}</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-70:manpages/zabbix_agent2.xliff:manpageszabbix_agent2md96162c7c" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>## AUTHOR

Zabbix LLC

------------------------------------------------------------------------

[ ]{#index}</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>## AUTOR

Zabbix LLC

-------------------------------------------------- -----------------------

[ ]{#index}</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-70:manual/appendix/config/zabbix_agent2_win.xliff:manualappendixconfigzabbix_agent2_winmd5d573779" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>##### BufferSend

The time interval in seconds which determines how often values are sent from the buffer to Zabbix server.&lt;br&gt;Note that if the buffer is full, the data will be sent sooner.

Default: `5`&lt;br&gt;
Range: 1-3600</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>##### BufferSend

The time interval in seconds which determines how often values are sent from the buffer to Zabbix server.&lt;br&gt;Note, that if the buffer is full, the data will be sent sooner.

Default: `5`&lt;br&gt;
Range: 1-3600</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-70:manual/web_interface/menu.xliff:manualweb_interfacemenumd3086e8b2" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>##### Collapsed menu

When the menu is collapsed to icons only, a full menu reappears as soon
as the mouse cursor is placed upon it. Note that it reappears over page
content; to move page content to the right you have to click on the
expand button. If the mouse cursor again is placed outside the full
menu, the menu will collapse again after two seconds.

You can also make a collapsed menu reappear fully by hitting the Tab
key. Hitting the Tab key repeatedly will allow to focus on the next menu
element.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>##### Collapsed menu

When the menu is collapsed to icons only, a full menu reappears as soon
as the mouse cursor is placed upon it. Note that it reappears over page
content; to move page content to the right you have to click on the
expand button. If the mouse cursor again is placed outside the full
menu, the menu will collapse again after two seconds.

You can also make a collapsed menu reappear fully by hitting the Tab
key. Hitting the Tab key repeatedly will allow to focus on the next menu
element.</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-70:devel/modules/tutorials/module.xliff:develmodulestutorialsmodulemd8fe7205c" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg># Create a module (tutorial)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>
# Create a module (tutorial)</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-70:devel/modules/tutorials/widget.xliff:develmodulestutorialswidgetmdfa26c138" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg># Create a widget (tutorial)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>
# Create a widget (tutorial)</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-70:manpages/zabbix_agent2.xliff:manpageszabbix_agent2md5b789849" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>## DESCRIPTION

**zabbix\_agent2** is an application for monitoring parameters of
various services.\
\
[ ]{#lbAE}</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>## DESCRIERE

**zabbix\_agent2** este o aplicație de monitorizare a parametrilor
diverselor servicii.\
\
[ ]{#lbAE}</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-70:manpages/zabbix_agentd.xliff:manpageszabbix_agentdmdecdda52c" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>## DESCRIPTION

**zabbix\_agentd** is a daemon for monitoring various server parameters.
[ ]{#lbAE}</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>## DESCRIERE

**zabbix\_agentd** este un daemon pentru monitorizarea diverșilor parametri ai serverului.
[ ]{#lbAE}</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-70:manual/xml_export_import.xliff:manualxml_export_importmd44b0f5b3" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>##### Export format

Data can be exported using the Zabbix web frontend or [Zabbix
API](/manual/api/reference/configuration). Supported export formats are
YAML, XML and JSON.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>##### Format de export

Datele pot fi exportate folosind interfața web Zabbix sau [Zabbix
API](/manual/api/reference/configuration). Formatele de export acceptate sunt
YAML, XML și JSON.</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-70:manpages/zabbix_agent2.xliff:manpageszabbix_agent2md37997f11" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>## FILES

*/usr/local/etc/zabbix\_agent2.conf*  
Default location of Zabbix agent 2 configuration file (if not modified
during compile time).

[ ]{#lbAH}</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>## FIȘIERE

*/usr/local/etc/zabbix\_agent2.conf*
Locația implicită a fișierului de configurare Zabbix agent 2 (dacă nu a fost modificată
în timpul compilării).

[ ]{#lbAH}</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-70:manpages/zabbix_agentd.xliff:manpageszabbix_agentdmdfcfd4796" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>## FILES

*/usr/local/etc/zabbix\_agentd.conf*  
Default location of Zabbix agent configuration file (if not modified
during compile time).

[ ]{#lbAI}</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>## FIȘIERE

*/usr/local/etc/zabbix\_agentd.conf*
Locația implicită a fișierului de configurare a agentului Zabbix (dacă nu a fost modificată
în timpul compilării).

[ ]{#lbAI}</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-70:manual/config/items/preprocessing/csv_to_json.xliff:manualconfigitemspreprocessingcsv_to_jsonmdb8624807" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>#### Header processing

The CSV file header line can be processed in two different ways:

-   If the *With header row* checkbox is marked - header line values are
    interpreted as column names. In this case the column names must be
    unique and the data row should not contain more columns than the
    header row.
-   If the *With header row* checkbox is not marked - the header line is
    interpreted as data. Column names are generated automatically
    (1,2,3,4...).

CSV file example:

    Nr,Item name,Key,Qty
    1,active agent item,agent.hostname,33
    "2","passive agent item","agent.version","44"
    3,"active,passive agent items",agent.ping,55

::: noteclassic
A quotation character within a quoted field in the input
must be escaped by preceding it with another quotation
character.
:::

**Processing header line**

JSON output when a header line is expected:

``` {.json}
[
   {
      "Nr":"1",
      "Item name":"active agent item",
      "Key":"agent.hostname",
      "Qty":"33"
   },
   {
      "Nr":"2",
      "Item name":"passive agent item",
      "Key":"agent.version",
      "Qty":"44"
   },
   {
      "Nr":"3",
      "Item name":"active,passive agent items",
      "Key":"agent.ping",
      "Qty":"55"
   }
]
```

**No header line processing**

JSON output when a header line is not expected:

``` {.json}
[
   {
      "1":"Nr",
      "2":"Item name",
      "3":"Key"
      "4":"Qty"
   },
   {
      "1":"1",
      "2":"active agent item",
      "3":"agent.hostname"
      "4":"33"
   },
   {
      "1":"2",
      "2":"passive agent item",
      "3":"agent.version"
      "4":"44"
   },
   {
      "1":"3",
      "2":"active,passive agent items",
      "3":"agent.ping"
      "4":"55"
   }
]
```</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>#### Header processing

The CSV file header line can be processed in two different ways:

-   If the *With header row* checkbox is marked - header line values are
    interpreted as column names. In this case the column names must be
    unique and the data row should not contain more columns than the
    header row;
-   If the *With header row* checkbox is not marked - the header line is
    interpreted as data. Column names are generated automatically
    (1,2,3,4...)

CSV file example:

    Nr,Item name,Key,Qty
    1,active agent item,agent.hostname,33
    "2","passive agent item","agent.version","44"
    3,"active,passive agent items",agent.ping,55

::: noteclassic
A quotation character within a quoted field in the input
must be escaped by preceding it with another quotation
character.
:::

**Processing header line**

JSON output when a header line is expected:

``` {.json}
[
   {
      "Nr":"1",
      "Item name":"active agent item",
      "Key":"agent.hostname",
      "Qty":"33"
   },
   {
      "Nr":"2",
      "Item name":"passive agent item",
      "Key":"agent.version",
      "Qty":"44"
   },
   {
      "Nr":"3",
      "Item name":"active,passive agent items",
      "Key":"agent.ping",
      "Qty":"55"
   }
]
```

**No header line processing**

JSON output when a header line is not expected:

``` {.json}
[
   {
      "1":"Nr",
      "2":"Item name",
      "3":"Key"
      "4":"Qty"
   },
   {
      "1":"1",
      "2":"active agent item",
      "3":"agent.hostname"
      "4":"33"
   },
   {
      "1":"2",
      "2":"passive agent item",
      "3":"agent.version"
      "4":"44"
   },
   {
      "1":"3",
      "2":"active,passive agent items",
      "3":"agent.ping"
      "4":"55"
   }
]
```</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-70:manual/config/notifications/action/conditions.xliff:manualconfignotificationsactionconditionsmd133d6ae1" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>#### Internal event actions

The following conditions can be set for actions based on internal
events:

|Condition type|Supported operators|Description|
|--|--|------|
|*Event type*|equals|**Item in "not supported" state** - matches events where an item goes from a 'normal' to 'not supported' state.&lt;br&gt;**Low-level discovery rule in "not supported" state** - matches events where a low-level discovery rule goes from a 'normal' to 'not supported' state.&lt;br&gt;**Trigger in "unknown" state** - matches events where a trigger goes from a 'normal' to 'unknown' state.|
|*Host group*|equals&lt;br&gt;does not equal|Specify host groups or host groups to exclude.&lt;br&gt;**equals** - event belongs to this host group.&lt;br&gt;**does not equal** - event does not belong to this host group.|
|*Tag name*|equals&lt;br&gt;does not equal&lt;br&gt;contains&lt;br&gt;does not contain|Specify event tag or event tag to exclude.&lt;br&gt;**equals** - event has this tag.&lt;br&gt;**does not equal** - event does not have this tag.&lt;br&gt;**contains** - event has a tag containing this string.&lt;br&gt;**does not contain** - event does not have a tag containing this string.|
|*Tag value*|equals&lt;br&gt;does not equal&lt;br&gt;contains&lt;br&gt;does not contain|Specify event tag and value combination or tag and value combination to exclude.&lt;br&gt;**equals** - event has this tag and value.&lt;br&gt;**does not equal** - event does not have this tag and value.&lt;br&gt;**contains** - event has a tag and value containing these strings.&lt;br&gt;**does not contain** - event does not have a tag and value containing these strings.|
|*Template*|equals&lt;br&gt;does not equal|Specify templates or templates to exclude.&lt;br&gt;**equals** - event belongs to an item/trigger/low-level discovery rule inherited from this template.&lt;br&gt;**does not equal** - event does not belong to an item/trigger/low-level discovery rule inherited from this template.|
|*Host*|equals&lt;br&gt;does not equal|Specify hosts or hosts to exclude.&lt;br&gt;**equals** - event belongs to this host.&lt;br&gt;**does not equal** - event does not belong to this host.|</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>#### Internal event actions

The following conditions can be set for actions based on internal
events:

|Condition type|Supported operators|Description|
|--|--|------|
|*Event type*|equals|**Item in "not supported" state** - matches events where an item goes from a 'normal' to 'not supported' state&lt;br&gt;**Low-level discovery rule in "not supported" state** - matches events where a low-level discovery rule goes from a 'normal' to 'not supported' state&lt;br&gt;**Trigger in "unknown" state** - matches events where a trigger goes from a 'normal' to 'unknown' state|
|*Host group*|equals&lt;br&gt;does not equal|Specify host groups or host groups to exclude.&lt;br&gt;**equals** - event belongs to this host group.&lt;br&gt;**does not equal** - event does not belong to this host group.|
|*Tag name*|equals&lt;br&gt;does not equal&lt;br&gt;contains&lt;br&gt;does not contain|Specify event tag or event tag to exclude.&lt;br&gt;**equals** - event has this tag&lt;br&gt;**does not equal** - event does not have this tag&lt;br&gt;**contains** - event has a tag containing this string&lt;br&gt;**does not contain** - event does not have a tag containing this string|
|*Tag value*|equals&lt;br&gt;does not equal&lt;br&gt;contains&lt;br&gt;does not contain|Specify event tag and value combination or tag and value combination to exclude.&lt;br&gt;**equals** - event has this tag and value&lt;br&gt;**does not equal** - event does not have this tag and value&lt;br&gt;**contains** - event has a tag and value containing these strings&lt;br&gt;**does not contain** - event does not have a tag and value containing these strings|
|*Template*|equals&lt;br&gt;does not equal|Specify templates or templates to exclude.&lt;br&gt;**equals** - event belongs to an item/trigger/low-level discovery rule inherited from this template.&lt;br&gt;**does not equal** - event does not belong to an item/trigger/low-level discovery rule inherited from this template.|
|*Host*|equals&lt;br&gt;does not equal|Specify hosts or hosts to exclude.&lt;br&gt;**equals** - event belongs to this host.&lt;br&gt;**does not equal** - event does not belong to this host.|</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-70:manual/web_interface/frontend_sections/data_collection/hosts/triggers.xliff:manualweb_interfacefrontend_sectionsdata_collectionhoststriggersmd4829e943" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>##### Mass editing options

Buttons below the list offer some mass-editing options:

-   *Enable* - change trigger status to *Enabled*.
-   *Disable* - change trigger status to *Disabled*.
-   *Copy* - copy the triggers to other hosts or templates.
-   *Mass update* - update several properties for a number of triggers
    at once.
-   *Delete* - delete the triggers.

To use these options, mark the checkboxes before the respective
triggers, then click on the required button.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>##### Mass editing options

Buttons below the list offer some mass-editing options:

-   *Enable* - change trigger status to *Enabled*
-   *Disable* - change trigger status to *Disabled*
-   *Copy* - copy the triggers to other hosts or templates
-   *Mass update* - update several properties for a number of triggers
    at once
-   *Delete* - delete the triggers

To use these options, mark the checkboxes before the respective
triggers, then click on the required button.</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-70:manpages/zabbix_agent2.xliff:manpageszabbix_agent2md942e0d82" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>## NAME

zabbix\_agent2 - Zabbix agent 2\
\
[ ]{#lbAC}</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>## NUME

zabbix\_agent2 - agentul Zabbix 2\
\
[ ]{#lbAC}</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-70:manpages/zabbix_agentd.xliff:manpageszabbix_agentdmd75de926e" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>## NAME

zabbix\_agentd - Zabbix agent daemon [ ]{#lbAC}</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>## NUME

zabbix\_agentd - Daemon agent Zabbix [ ]{#lbAC}</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-70:manpages/zabbix_agentd.xliff:manpageszabbix_agentdmd63567f56" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>## OPTIONS

**-c**, **--config** *config-file*  
Use the alternate *config-file* instead of the default one.

**-f**, **--foreground**  
Run Zabbix agent in foreground.

**-R**, **--runtime-control** *runtime-option*  
Perform administrative functions according to *runtime-option*.

[ ]{#lbAF}</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>## OPȚIUNI

**-c**, **--config** *fișier-config*
Utilizați *config-file* alternativ în loc de cel implicit.

**-R**, **--runtime-control** *runtime-option*
Efectuați funcții administrative conform *runtime-option*.</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-70:manpages/zabbix_agent2.xliff:manpageszabbix_agent2md7197fda6" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>## OPTIONS

**-c**, **--config** *config-file*  
Use the alternate *config-file* instead of the default one.

**-R**, **--runtime-control** *runtime-option*  
Perform administrative functions according to *runtime-option*.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>## OPȚIUNI

**-c**, **--config** *fișier-config*
Utilizați *config-file* alternativ în loc de cel implicit.

**-R**, **--runtime-control** *runtime-option*
Efectuați funcții administrative conform *runtime-option*.</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-70:manual/appendix/config/zabbix_agent2_plugins/mongodb_plugin.xliff:manualappendixconfigzabbix_agent2_pluginsmongodb_pluginmdeaba6cbf" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>
#### Options

|Parameter|Description|
|---------|-----------|
|-V --version|Print the plugin version and license information.|
|-h --help|Print help information (shorthand).|</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>#### Options

|Parameter|Description|
|---------|-----------|
|-V --version|Print the plugin version and license information.|
|-h --help|Print help information (shorthand).|</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-70:devel/modules/tutorials/widget.xliff:develmodulestutorialswidgetmd03fc601d" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>## Part I - "Hello, world!" 

In this section you will learn how to create the minimum required widget elements and add a new widget to Zabbix frontend.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>
## Part I - "Hello, world!" 

In this section you will learn how to create the minimum required widget elements and add a new widget to Zabbix frontend.</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-70:devel/modules/tutorials/widget.xliff:develmodulestutorialswidgetmdb89998cf" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>## Part II - Gauge chart</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>
## Part II - Gauge chart</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-70:devel/plugins.xliff:develpluginsmddf3774f3" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>
# Plugins</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg># Plugins</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-70:manpages/zabbix_agentd.xliff:manpageszabbix_agentdmd539868a7" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>## SEE ALSO

Documentation &lt;https://www.zabbix.com/manuals&gt;

**[zabbix\_agent2](zabbix_agent2)**(8),
**[zabbix\_get](zabbix_get)**(1), **[zabbix\_js](zabbix_js)**(1),
**[zabbix\_proxy](zabbix_proxy)**(8),
**[zabbix\_sender](zabbix_sender)**(1),
**[zabbix\_server](zabbix_server)**(8) [ ]{#lbAJ}</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>## VEZI SI

Documentație &lt;https://www.zabbix.com/manuals&gt;

**[zabbix\_agent2](zabbix_agent2)**(8),
**[zabbix\_get](zabbix_get)**(1), **[zabbix\_js](zabbix_js)**(1),
**[zabbix\_proxy](zabbix_proxy)**(8),
**[zabbix\_sender](zabbix_sender)**(1),
**[zabbix\_server](zabbix_server)**(8) [ ]{#lbAJ}</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-70:manpages/zabbix_agent2.xliff:manpageszabbix_agent2mdad1bba15" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>## SEE ALSO

Documentation &lt;https://www.zabbix.com/manuals&gt;

**[zabbix\_agentd](zabbix_agentd)**(8),
**[zabbix\_get](zabbix_get)**(8), **[zabbix\_js](zabbix_js)**(8),
**[zabbix\_proxy](zabbix_proxy)**(8),
**[zabbix\_sender](zabbix_sender)**(8),
**[zabbix\_server](zabbix_server)**(8) [ ]{#lbAI}</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>## VEZI SI

Documentație &lt;https://www.zabbix.com/manuale&gt;

**[zabbix\_agentd](zabbix_agentd)**(8),
**[zabbix\_get](zabbix_get)**(8), **[zabbix\_js](zabbix_js)**(8),
**[zabbix\_proxy](zabbix_proxy)**(8),
**[zabbix\_sender](zabbix_sender)**(8),
**[zabbix\_server](zabbix_server)**(8) [ ]{#lbAI}</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-70:manual/introduction/manual_structure.xliff:manualintroductionmanual_structuremd14bd850a" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>#### Structure

The content of this manual is divided into sections and subsections to
provide easy access to particular subjects of interest.

When you navigate to respective sections, make sure that you expand
section folders to reveal full content of what is included in
subsections and individual pages.

Cross-linking between pages of related content is provided as much as
possible to make sure that relevant information is not missed by the
users.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>#### Structura

Conținutul acestui manual este împărțit în secțiuni și subsecțiuni pentru a
oferi acces ușor la anumite subiecte de interes.

Când navigați la secțiunile respective, asigurați-vă că extindeți/expandați
folderele secțiunilor respective pentru a dezvălui conținutul complet al celor incluse
în subsecțiuni și pagini individuale.

Legăturile încrucișate între paginile de conținut similar sunt furnizate cât mai mult
posibil pentru a vă asigura că informațiile relevante nu sunt ratate de
utilizatorii.</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-70:manual/appendix/protocols/header_datalen.xliff:manualappendixprotocolsheader_datalenmd409c40cc" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>
#### Structure

The header consists of four fields. All numbers in the header are formatted as little-endian.

|Field|Size|Size&lt;br&gt;(large packet)|Description|
|--|-|-|------|
|`&lt;PROTOCOL&gt;`|4|4|`"ZBXD"` or `5A 42 58 44`|
|`&lt;FLAGS&gt;`|1|1|Protocol flags:&lt;br&gt;`0x01` - Zabbix communications protocol&lt;br&gt;`0x02` - compression&lt;br&gt;`0x04` - large packet|
|`&lt;DATALEN&gt;`|4|8|Data length.|
|`&lt;RESERVED&gt;`|4|8|When compression is used (`0x02` flag) - the length of uncompressed data&lt;br&gt;When compression is not used - `00 00 00 00`|</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>
#### Structure

The header consists of four fields. All numbers in the header are formatted as little-endian.

|Field|Size|Size&lt;br&gt;(large packet)|Description|
|--|-|-|------|
|`&lt;PROTOCOL&gt;`|4|4|`"ZBXD"` or `5A 42 58 44`|
|`&lt;FLAGS&gt;`|1|1|Protocol flags:&lt;br&gt;`0x01` - Zabbix communications protocol&lt;br&gt;`0x02` - compression&lt;br&gt;`0x04` - large packet|
|`&lt;DATALEN&gt;`|4|8|Data length.|
|`&lt;RESERVED&gt;`|4|8|When compression is used (`0x02` flag) - the length of uncompressed data&lt;br&gt;When compression is not used - `00 00 00 00`|</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-70:manual/introduction/about.xliff:manualintroductionaboutmd46ee774b" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>#### Users of Zabbix

Many organizations of different size around the world rely on Zabbix as
a primary monitoring platform.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Multe organizații de diferite dimensiuni din
întreaga lume se bazează pe Zabbix ca și
platformă principală de monitorizare.</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-70:manual/config/triggers/update.xliff:manualconfigtriggersupdatemd00b96653" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>#### Using mass update

To mass-update some triggers, do the following:

-   Mark the checkboxes of the triggers you want to update in the list
-   Click on *Mass update* below the list
-   Navigate to the tab with required attributes (*Trigger*, *Tags* or
    *Dependencies*)
-   Mark the checkboxes of any attribute to update

![](../../../../assets/en/manual/config/triggers/trigger_mass.png)

![](../../../../assets/en/manual/config/triggers/trigger_mass_b.png)

The following options are available when selecting the respective button
for tag update:

-   *Add* - allows to add new tags for the triggers;
-   *Replace* - will remove any existing tags from the trigger and
    replace them with the one(s) specified below;
-   *Remove* - will remove specified tags from triggers.

Note that tags with the same name but different values are not
considered 'duplicates' and can be added to the same trigger.

![](../../../../assets/en/manual/config/triggers/trigger_mass_c.png)

*Replace dependencies* - will remove any existing dependencies from the
trigger and replace them with the one(s) specified.

Click on *Update* to apply the changes.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>#### Using mass update

To mass-update some triggers, do the following:

-   Mark the checkboxes of the triggers you want to update in the list
-   Click on *Mass update* below the list
-   Navigate to the tab with required attributes (*Trigger*, *Tags* or
    *Dependencies*)
-   Mark the checkboxes of any attribute to update

![](../../../../assets/en/manual/config/triggers/trigger_mass.png)

![](../../../../assets/en/manual/config/triggers/trigger_mass_b.png)

The following options are available when selecting the respective button
for tag update:

-   *Add* - allows to add new tags for the triggers;
-   *Replace* - will remove any existing tags from the trigger and
    replace them with the one(s) specified below;
-   *Remove* - will remove specified tags from triggers.

Note, that tags with the same name, but different values are not
considered 'duplicates' and can be added to the same trigger.

![](../../../../assets/en/manual/config/triggers/trigger_mass_c.png)

*Replace dependencies* - will remove any existing dependencies from the
trigger and replace them with the one(s) specified.

Click on *Update* to apply the changes.</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-70:start.xliff:startmd63820343" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg># Zabbix documentation

These pages contain official Zabbix documentation.

Use the sidebar navigation to browse documentation pages.

To be able to watch pages, log in with your [Zabbix
forums](http://www.zabbix.com/forum/) username and password.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg># Documentația de Zabbix 6.0

Aceste pagini conțin documentația oficială de Zabbix.

Utilizați bara laterală de navigare pentru a răsfoi paginile de documentație.

Pentru a putea viziona paginile, conectați-vă cu [Zabbix
forum](http://www.zabbix.com/forum/) nume de utilizator și parolă.</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-72:manpages/zabbix_agent2.xliff:manpageszabbix_agent2mdc754f1e2" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>### 

  </seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>###

  </seg>
			</tuv>
		</tu>
		<tu tuid="documentation-72:manual/api/reference/dashboard/widget_fields/graph_prototype.xliff:manualapireferencedashboardwidget_fieldsgraph_prototypemd2be71f02" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg># 10 Graph prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg># 10 Graph prototype</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-72:manual/web_interface/frontend_sections/dashboards/widgets/graph_prototype.xliff:manualweb_interfacefrontend_sectionsdashboardswidgetsgraph_prototypemd9ee1626a" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg># 10 Graph prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg># 10 Graph prototype</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-72:manual/vm_monitoring.xliff:manualvm_monitoringmd3ca85094" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg># 10 Virtual machine monitoring</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg># 10. Virtual machine monitoring</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-72:manual/maintenance.xliff:manualmaintenancemdc86bb2b9" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg># 11 Maintenance</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg># 11. Maintenance</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-72:manual/regular_expressions.xliff:manualregular_expressionsmd4151d28b" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg># 12 Regular expressions</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg># 12. Regular expressions</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-72:manual/acknowledgment.xliff:manualacknowledgmentmd61d493ca" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg># 13 Problem acknowledgment</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg># 13. Problem acknowledgment</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-72:manual/xml_export_import.xliff:manualxml_export_importmd566c4be6" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg># 14 Configuration export/import</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg># 14. Export/import configurație</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-72:manual/appendix/services_upgrade.xliff:manualappendixservices_upgrademdf9e8f670" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>
# 14 Service monitoring upgrade</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>
# 14 Service monitoring upgrade</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-72:manual/discovery.xliff:manualdiscoverymdb875f1c8" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg># 15 Discovery

Please use the sidebar to access content in the Discovery section.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg># 15. Discovery

Please use the sidebar to access content in the Discovery section.</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-72:manual/appendix/other_issues.xliff:manualappendixother_issuesmd7c9bb1c5" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg># 15 Other issues</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg># 15 Other issues</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-72:manual/distributed_monitoring.xliff:manualdistributed_monitoringmd9f1711bf" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg># 16 Distributed monitoring</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg># 16. Distributed monitoring</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-72:manual/encryption.xliff:manualencryptionmd822969ff" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg># 17 Encryption</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg># 17. Encryption</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-72:manual/web_interface.xliff:manualweb_interfacemd5c86be0b" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg># 18 Web interface</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg># 18. Web interface</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-72:manual/introduction.xliff:manualintroductionmdea0cd30d" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg># 1 Introduction

Please use the sidebar to access content in the Introduction section.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg># 1 Introducere

Vă rugăm să utilizați bara laterală pentru a accesa conținutul din secțiunea Introducere.</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-72:manual/introduction/manual_structure.xliff:manualintroductionmanual_structuremdcbbea730" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg># 1 Manual structure</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg># 1 Structura manualului</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-72:manual/guides/monitor_linux.xliff:manualguidesmonitor_linuxmddb070ecb" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>
# 1 Monitor Linux with Zabbix agent</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>
# 1. Monitor Linux with Zabbix agent</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-72:manual/definitions.xliff:manualdefinitionsmdbd3d4e41" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg># 2 Definitions</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg># 2 Definiții</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-72:manual/introduction/about.xliff:manualintroductionaboutmd761c4a6f" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg># 2 What is Zabbix</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg># 2 Ce este Zabbix</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-72:manual/appendix/install/db_primary_keys.xliff:manualappendixinstalldb_primary_keysmde26480a0" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg># 3 Database upgrade to primary keys</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg># 3 Database upgrade to primary keys</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-72:manual/installation/install.xliff:manualinstallationinstallmdaf2eaf2f" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg># 3 Installation from sources

You can get the very latest version of Zabbix by compiling it from the
sources.

A step-by-step tutorial for installing Zabbix from the sources is
provided here.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg># 3 Installation from sources

You can get the very latest version of Zabbix by compiling it from the
sources.

A step-by-step tutorial for installing Zabbix from the sources is
provided here.</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-72:manual/guides/monitor_apache.xliff:manualguidesmonitor_apachemdecf9c397" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>
# 3 Monitor Apache via HTTP</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>
# 3. Monitor Apache via HTTP</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-72:manual/introduction/features.xliff:manualintroductionfeaturesmd09ce3b2e" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg># 3 Zabbix features</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg># 3 Zabbix caracteristici</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-72:manual/concepts.xliff:manualconceptsmd72a2d92a" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg># 3 Zabbix processes

Please use the sidebar to access content in the Zabbix process section.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg># 3. Zabbix processes

Please use the sidebar to access content in the Zabbix process section.</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-72:manual/installation/install_from_packages.xliff:manualinstallationinstall_from_packagesmde2c1904c" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg># 4 Installation from packages</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg># 4 Installation from packages</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-72:manual/installation.xliff:manualinstallationmd50a8a768" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg># 4 Installation

Please use the sidebar to access content in the Installation section.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg># 4. Installation

Please use the sidebar to access content in the Installation section.</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-72:manual/guides/monitor_mysql.xliff:manualguidesmonitor_mysqlmdb4128477" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg># 4 Monitor MySQL with Zabbix agent 2</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg># 4. Monitor MySQL with Zabbix agent 2</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-72:manual/installation/containers.xliff:manualinstallationcontainersmde62e1497" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg># 5 Installation from containers</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg># 5 Installation from containers</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-72:manual/quickstart.xliff:manualquickstartmd1ece17b0" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg># 5 Quickstart

Please use the sidebar to access content in the Quickstart section.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg># 5. Quickstart

Please use the sidebar to access content in the Quickstart section.</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-72:manual/installation/frontend.xliff:manualinstallationfrontendmd9cceae9f" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg># 6 Web interface installation

This section provides step-by-step instructions for installing Zabbix
web interface. Zabbix frontend is written in PHP, so to run it a PHP
supported webserver is needed.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg># 6 Web interface installation

This section provides step-by-step instructions for installing Zabbix
web interface. Zabbix frontend is written in PHP, so to run it a PHP
supported webserver is needed.</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-72:manual/appliance.xliff:manualappliancemd8c911baa" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg># 6 Zabbix appliance</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg># 6. Zabbix appliance</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-72:manual/config.xliff:manualconfigmd8e070a73" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg># 7 Configuration

Please use the sidebar to access content in the Configuration section.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg># 7. Configuration

Please use the sidebar to access content in the Configuration section.</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-72:manual/web_interface/frontend_sections/dashboards/widgets/geomap.xliff:manualweb_interfacefrontend_sectionsdashboardswidgetsgeomapmd2091b9ba" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg># 7 Geomap</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg># 7 Geomap</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-72:manual/api/reference/dashboard/widget_fields/geomap.xliff:manualapireferencedashboardwidget_fieldsgeomapmdf2076b88" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg># 7 Geomap</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg># 7 Geomap</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-72:manual/installation/upgrade.xliff:manualinstallationupgrademd365934f1" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg># 7 Upgrade procedure</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg># 7 Upgrade procedure</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-72:manual/web_interface/frontend_sections/dashboards/widgets/graph.xliff:manualweb_interfacefrontend_sectionsdashboardswidgetsgraphmd167707a1" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg># 8 Graph</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg># 8 Graph</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-72:manual/api/reference/dashboard/widget_fields/graph.xliff:manualapireferencedashboardwidget_fieldsgraphmd6d33dfbd" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg># 8 Graph</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg># 8 Graph</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-72:manual/it_services.xliff:manualit_servicesmd2ac76b92" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg># 8 Service monitoring</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg># 8. Service monitoring</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-72:manual/web_interface/frontend_sections/dashboards/widgets/graph_classic.xliff:manualweb_interfacefrontend_sectionsdashboardswidgetsgraph_classicmd84b81c15" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg># 9 Graph (classic)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg># 9 Graph (classic)</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-72:manual/api/reference/dashboard/widget_fields/graph_classic.xliff:manualapireferencedashboardwidget_fieldsgraph_classicmda55a0f20" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg># 9 Graph (classic)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg># 9 Graph (classic)</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-72:manual/web_monitoring.xliff:manualweb_monitoringmd734ebac5" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg># 9 Web monitoring</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg># 9. Web monitoring</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-72:manual/appendix/config/zabbix_agent2_win.xliff:manualappendixconfigzabbix_agent2_winmd5d573779" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>##### BufferSend

The time interval in seconds which determines how often values are sent from the buffer to Zabbix server.&lt;br&gt;Note that if the buffer is full, the data will be sent sooner.

Default: `5`&lt;br&gt;
Range: 1-3600</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>##### BufferSend

The time interval in seconds which determines how often values are sent from the buffer to Zabbix server.&lt;br&gt;Note, that if the buffer is full, the data will be sent sooner.

Default: `5`&lt;br&gt;
Range: 1-3600</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-72:manual/web_interface/menu.xliff:manualweb_interfacemenumd3086e8b2" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>##### Collapsed menu

When the menu is collapsed to icons only, a full menu reappears as soon
as the mouse cursor is placed upon it. Note that it reappears over page
content; to move page content to the right you have to click on the
expand button. If the mouse cursor again is placed outside the full
menu, the menu will collapse again after two seconds.

You can also make a collapsed menu reappear fully by hitting the Tab
key. Hitting the Tab key repeatedly will allow to focus on the next menu
element.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>##### Collapsed menu

When the menu is collapsed to icons only, a full menu reappears as soon
as the mouse cursor is placed upon it. Note that it reappears over page
content; to move page content to the right you have to click on the
expand button. If the mouse cursor again is placed outside the full
menu, the menu will collapse again after two seconds.

You can also make a collapsed menu reappear fully by hitting the Tab
key. Hitting the Tab key repeatedly will allow to focus on the next menu
element.</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-72:manual/vm_monitoring.xliff:manualvm_monitoringmd6877fbcb" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>##### Configuration examples

For a basic example of how to set up Zabbix for monitoring VMware using the *VMware FQDN* template, see [*Monitor VMware with Zabbix*](/manual/guides/monitor_vmware).

For a more detailed example of how to create a host, a low-level discovery rule, and a host prototype for monitoring VMware, see [*Setup example*](/manual/vm_monitoring/example).</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>##### Configuration examples

For a basic example of how to set up Zabbix for monitoring VMware using the *VMware FQDN* template, see [*Monitor VMware with Zabbix*](/manual/guides/monitor_vmware).

For a more detailed example of how to create a host, a low-level discovery rule, and a host prototype for monitoring VMware, see [*Setup example*](/manual/vm_monitoring/example).</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-72:manual/config/items/preprocessing/csv_to_json.xliff:manualconfigitemspreprocessingcsv_to_jsonmd77b863ab" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>#### Configuration

To configure a CSV to JSON preprocessing step:

-   Go to the Preprocessing tab in
    [item](/manual/config/items/preprocessing)/[discovery
    rule](/manual/discovery/low_level_discovery#preprocessing)
    configuration
-   Click on *Add*
-   Select the *CSV to JSON* option

![](../../../../../assets/en/manual/appendix/csv_to_json_params.png){width="600"}

The first parameter allows to set a custom delimiter. Note that if the
first line of CSV input starts with "Sep=" and is followed by a single
UTF-8 character then that character will be used as the delimiter in
case the first parameter is not set. If the first parameter is not set
and a delimiter is not retrieved from the "Sep=" line, then a comma is
used as a separator.

The second optional parameter allows to set a quotation symbol.

If the *With header row* checkbox is marked, the header line values will
be interpreted as column names (see [Header
processing](#csv_header_processing) for more information).

If the *Custom on fail* checkbox is marked, the item will not become
unsupported in case of a failed preprocessing step. Additionally, custom
error handling options may be set: discard the value, set a specified
value or set a specified error message.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>#### Configuration

To configure a CSV to JSON preprocessing step:

-   Go to the Preprocessing tab in
    [item](/manual/config/items/preprocessing)/[discovery
    rule](/manual/discovery/low_level_discovery#preprocessing)
    configuration
-   Click on *Add*
-   Select the *CSV to JSON* option

![](../../../../../assets/en/manual/appendix/csv_to_json_params.png){width="600"}

The first parameter allows to set a custom delimiter. Note that if the
first line of CSV input starts with "Sep=" and is followed by a single
UTF-8 character then that character will be used as the delimiter in
case the first parameter is not set. If the first parameter is not set
and a delimiter is not retrieved from the "Sep=" line, then a comma is
used as a separator.

The second optional parameter allows to set a quotation symbol.

If the *With header row* checkbox is marked, the header line values will
be interpreted as column names (see [Header
processing](#csv_header_processing) for more information).

If the *Custom on fail* checkbox is marked, the item will not become
unsupported in case of a failed preprocessing step. Additionally custom
error handling options may be set: discard the value, set a specified
value or set a specified error message.</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-72:devel/modules/tutorials/module.xliff:develmodulestutorialsmodulemd8fe7205c" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg># Create a module (tutorial)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>
# Create a module (tutorial)</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-72:devel/modules/tutorials/widget.xliff:develmodulestutorialswidgetmdfa26c138" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg># Create a widget (tutorial)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>
# Create a widget (tutorial)</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-72:manual/definitions.xliff:manualdefinitionsmd77400725" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>#### Definitions

***[host](/manual/config/hosts)***

\- *any physical or virtual device, application, service, or any other logically-related collection of monitored parameters.*

***[host group](/manual/config/hosts)***

\- *a logical grouping of hosts.
Host groups are used when assigning access rights to hosts
for different user groups.*

***[item](/manual/config/items)***

\- *a particular piece of data that you want to receive from a host, a
metric of data.*

***[value
preprocessing](/manual/config/items/item#item_value_preprocessing)***

\- *a transformation of received metric value* before saving it to the
database.

***[trigger](/manual/config/triggers)***

\- *a logical expression that defines a problem threshold and is used to
"evaluate" data received in items.*

When received data are above the threshold, triggers go from 'Ok' into a
'Problem' state. When received data are below the threshold, triggers
stay in/return to an 'Ok' state.

***[template](/manual/config/templates)***

\- *a set of entities (items, triggers, graphs, low-level discovery
rules, web scenarios) ready to be applied to one or several hosts.*

The job of templates is to speed up the deployment of monitoring tasks
on a host; also to make it easier to apply mass changes to monitoring
tasks. Templates are linked directly to individual hosts.

***[template group](/manual/config/templates)***

\- *a logical grouping of templates.
Template groups are used when assigning access rights to templates
for different user groups.*

***[event](/manual/config/events)***

\- *a single occurrence of something that deserves attention such as a
trigger changing state or a discovery/agent autoregistration taking
place.*

***[event tag](/manual/config/tagging)***

\- *a pre-defined marker for the event.* It may be used in event
correlation, permission granulation, etc.

***[event correlation](/manual/config/event_correlation)***

\- *a method of correlating problems to their resolution flexibly and
precisely.*

For example, you may define that a problem reported by one trigger may
be resolved by another trigger, which may even use a different data
collection method.

***[problem](/manual/web_interface/frontend_sections/monitoring/problems)***

\- *a trigger that is in "Problem" state.*

***[problem update](/manual/acknowledgment#updating_problems)***

\- *problem management options provided by Zabbix, such as adding
comment, acknowledging, changing severity or closing manually.*

***[action](/manual/config/notifications/action)***

\- *a predefined means of reacting to an event.*

An action consists of operations (e.g. sending a notification) and
conditions (*when* the operation is carried out)

***[escalation](/manual/config/notifications/action/escalations)***

\- *a custom scenario for executing operations within an action; a
sequence of sending notifications/executing remote commands.*

***[media](/manual/config/notifications/media)***

\- *a means of delivering notifications; delivery channel.*

***[notification](/manual/config/notifications/action/operation/message)***

\- *a message about some event sent to a user via the chosen media
channel.*

***[remote
command](/manual/config/notifications/action/operation/remote_command)***

\- *a pre-defined command that is automatically executed on a monitored
host upon some condition.*

***[web scenario](/manual/web_monitoring)***

\- *one or several HTTP requests to check the availability of a web
site.*

***[frontend](/manual/introduction/overview#architecture)***

\- *the web interface provided with Zabbix.*

***[dashboard](/manual/web_interface/frontend_sections/dashboards)***

\- *customizable section of the web interface displaying summaries and
visualizations* of important information in visual units called widgets.

***[widget](/manual/web_interface/frontend_sections/dashboards/widgets)***

\- *visual unit displaying information of a certain kind and source* (a
summary, a map, a graph, the clock, etc.), used in the dashboard.

***[Zabbix API](/manual/api)***

\- *Zabbix API allows you to use the JSON RPC protocol to create, update
and fetch Zabbix objects (like hosts, items, graphs and others) or
perform any other custom tasks.*

***[Zabbix server](/manual/concepts/server)***

\- *a central process of Zabbix software that performs monitoring,
interacts with Zabbix proxies and agents, calculates triggers, sends
notifications; a central repository of data.*

***[Zabbix proxy](/manual/concepts/proxy)***

\- *a process that may collect data on behalf of Zabbix server, taking
some processing load from the server.*

***[Zabbix agent](/manual/concepts/agent)***

\- *a process deployed on monitoring targets to actively monitor local
resources and applications.*

***[Zabbix agent 2](/manual/concepts/agent2)***

\- *a new generation of Zabbix agent to actively monitor local resources
and applications, allowing to use custom plugins for monitoring.*

::: noteimportant
Because Zabbix agent 2 shares much functionality
with Zabbix agent, the term "Zabbix agent" in documentation stands for
both - Zabbix agent and Zabbix agent 2, if the functional behavior is
the same. Zabbix agent 2 is only specifically named where its
functionality differs.
:::

***[encryption](/manual/encryption)***

\- *support of encrypted communications between Zabbix components
(server, proxy, agent, zabbix\_sender and zabbix\_get utilities)* using
Transport Layer Security (TLS) protocol.

***[agent autoregistration](/manual/discovery/auto_registration)***

\- *automated process whereby a Zabbix agent itself is registered* as a
host and started to monitor.

***[network discovery](/manual/discovery/network_discovery)***

\- *automated discovery of network devices*.

***[low-level discovery](/manual/discovery/low_level_discovery)***

\- *automated discovery of low-level entities on a particular device*
(e.g. file systems, network interfaces, etc).

***[low-level discovery
rule](/manual/discovery/low_level_discovery#discovery_rule)***

\- *set of definitions for automated discovery of low-level entities* on
a device.

***[item
prototype](/manual/discovery/low_level_discovery#item_prototypes)***

\- *a metric with certain parameters as variables, ready for low-level
discovery*. After low-level discovery the variables are automatically
substituted with the real discovered parameters and the metric
automatically starts gathering data.

***[trigger
prototype](/manual/discovery/low_level_discovery#trigger_prototypes)***

\- *a trigger with certain parameters as variables, ready for low-level
discovery*. After low-level discovery the variables are automatically
substituted with the real discovered parameters and the trigger
automatically starts evaluating data.

*Prototypes* of some other Zabbix entities are also in use in low-level
discovery - graph prototypes, host prototypes, host group prototypes.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>#### Definiții

***[gazdă](/manual/config/hosts)***

\- *orice dispozitiv fizic sau virtual, aplicație, serviciu sau orice altă colecție logică de parametri monitorizați.*

***[group de gazde](/manual/config/hosts)***

\- *o grupare logică a gazdelor. Grupurile de gazde sunt utilizate atunci când se atribuie drepturi de acces la gazde pentru diferite grupuri de utilizatori.*

***[element](/manual/config/items)***

\- *anumite date specifice pe care doriți să le primiți de la o gazdă, valori măsurabile de date.*

***[valoare
preprocesată](/manual/config/items/item#item_value_preprocessing)***

\- *o modificare a valori datelor primite* înainte de a fi salvate în baza de date.

***[declanșator](/manual/config/triggers)***

\- *o expresie logică care definește un prag al unui eveniment și este folosită pentru a „compara” datele primite de la elemente.*

Când datele primite depășesc pragul limită, declanșatoarele comută de la „Ok” la starea „Problemă”. Când datele primite sunt sub pragul prestabilit, declanșatorii rămân/revin la starea „Ok”.

***[șablon](/manual/config/templates)***

\- *un set de elemente (articole, declanșatoare, grafice, reguli de descoperire la nivel scăzut, scenarii web) gata de a fi aplicate uneia sau mai multor gazde.*

Scopul șabloanelor este accelerarea implementîrii sarcinilor de monitorizare pentru o gazdă; de asemenea, pentru a ușura modificarea în masă a sarcinilor de monitorizare. Șabloanele sunt legate direct de gazde individuale.

***[grup de șabloane](/manual/config/templates)***

\- *o grupare logică de șabloane. Grupurile de șabloane sunt utilizate atunci când se atribuie drepturi de acces la șabloane pentru diferite grupuri de utilizatori.*

***[eveniment](/manual/config/events)***

\- *o singură apariție a ceva care necesită atenție, cum ar fi o schimbare a stării  declanșatorului sau o autoînregistrare a unui agent/descoperire care are loc.*

***[etichetă eveniment](/manual/config/tagging)***

\- *un marker predefinit pentru eveniment. Poate fi utilizat în corelarea evenimentelor, granularitatea permisiunilor etc.

***[corelare eveniment](/manual/config/event_correlation)***

\- *o metodă de corelare a problemelor cu rezolvarea lor în mod flexibil și precis.*

De exemplu, puteți defini că o problemă raportată de un declanșator poate fi rezolvată de un alt declanșator, care poate folosi chiar și o metodă diferită de colectare a datelor.

***[problemă](/manual/web_interface/frontend_sections/monitoring/problems)***

\- *un declanșator care este în starea „Problemă”.*

***[actualizare probleme](/manual/acknowledgment#updating_problems)***

\- *opțiunile de gestionare a problemelor oferite de Zabbix, cum ar fi adăugarea de comentarii, confirmarea, modificarea gravității sau închiderea manuală.*

***[acţiune](/manual/config/notifications/action)***

\- *un mijloc predefinit de reacție la un eveniment.*

O acțiune constă în operațiuni (de exemplu, trimiterea unei notificări) și condiții ( când se efectuează operațiunea)

***[escaladare](/manual/config/notifications/action/escalations)***

\- *un scenariu personalizat pentru executarea operațiunilor în cadrul unei acțiuni; o secvență de trimitere a notificărilor/executarea comenzilor de la distanță.*

***[media](/manual/config/notifications/media)***

\- *a means of delivering notifications; delivery channel.*

***[notification](/manual/config/notifications/action/operation/message)***

\- *a message about some event sent to a user via the chosen media
channel.*

***[remote
command](/manual/config/notifications/action/operation/remote_command)***

\- *a pre-defined command that is automatically executed on a monitored
host upon some condition.*

***[web scenario](/manual/web_monitoring)***

\- *one or several HTTP requests to check the availability of a web
site.*

***[frontend](/manual/introduction/overview#architecture)***

\- *the web interface provided with Zabbix.*

***[dashboard](/manual/web_interface/frontend_sections/dashboards)***

\- *customizable section of the web interface displaying summaries and
visualizations* of important information in visual units called widgets.

***[widget](/manual/web_interface/frontend_sections/dashboards/widgets)***

\- *visual unit displaying information of a certain kind and source* (a
summary, a map, a graph, the clock, etc.), used in the dashboard.

***[Zabbix API](/manual/api)***

\- *Zabbix API allows you to use the JSON RPC protocol to create, update
and fetch Zabbix objects (like hosts, items, graphs and others) or
perform any other custom tasks.*

***[Zabbix server](/manual/concepts/server)***

\- *a central process of Zabbix software that performs monitoring,
interacts with Zabbix proxies and agents, calculates triggers, sends
notifications; a central repository of data.*

***[Zabbix proxy](/manual/concepts/proxy)***

\- *a process that may collect data on behalf of Zabbix server, taking
some processing load from the server.*

***[Zabbix agent](/manual/concepts/agent)***

\- *a process deployed on monitoring targets to actively monitor local
resources and applications.*

***[Zabbix agent 2](/manual/concepts/agent2)***

\- *a new generation of Zabbix agent to actively monitor local resources
and applications, allowing to use custom plugins for monitoring.*

::: noteimportant
Because Zabbix agent 2 shares much functionality
with Zabbix agent, the term "Zabbix agent" in documentation stands for
both - Zabbix agent and Zabbix agent 2, if the functional behavior is
the same. Zabbix agent 2 is only specifically named where its
functionality differs.
:::

***[encryption](/manual/encryption)***

\- *support of encrypted communications between Zabbix components
(server, proxy, agent, zabbix\_sender and zabbix\_get utilities)* using
Transport Layer Security (TLS) protocol.

***[agent autoregistration](/manual/discovery/auto_registration)***

\- *automated process whereby a Zabbix agent itself is registered* as a
host and started to monitor.

***[network discovery](/manual/discovery/network_discovery)***

\- *automated discovery of network devices*.

***[low-level discovery](/manual/discovery/low_level_discovery)***

\- *automated discovery of low-level entities on a particular device*
(e.g. file systems, network interfaces, etc).

***[low-level discovery
rule](/manual/discovery/low_level_discovery#discovery_rule)***

\- *set of definitions for automated discovery of low-level entities* on
a device.

***[item
prototype](/manual/discovery/low_level_discovery#item_prototypes)***

\- *a metric with certain parameters as variables, ready for low-level
discovery*. After low-level discovery the variables are automatically
substituted with the real discovered parameters and the metric
automatically starts gathering data.

***[trigger
prototype](/manual/discovery/low_level_discovery#trigger_prototypes)***

\- *a trigger with certain parameters as variables, ready for low-level
discovery*. After low-level discovery the variables are automatically
substituted with the real discovered parameters and the trigger
automatically starts evaluating data.

*Prototypes* of some other Zabbix entities are also in use in low-level
discovery - graph prototypes, host prototypes, host group prototypes.</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-72:manpages/zabbix_agent2.xliff:manpageszabbix_agent2md5b789849" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>## DESCRIPTION

**zabbix\_agent2** is an application for monitoring parameters of
various services.\
\
[ ]{#lbAE}</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>## DESCRIERE

**zabbix\_agent2** este o aplicație de monitorizare a parametrilor
diverselor servicii.\
\
[ ]{#lbAE}</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-72:manpages/zabbix_agentd.xliff:manpageszabbix_agentdmdecdda52c" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>## DESCRIPTION

**zabbix\_agentd** is a daemon for monitoring various server parameters.
[ ]{#lbAE}</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>## DESCRIERE

**zabbix\_agentd** este un daemon pentru monitorizarea diverșilor parametri ai serverului.
[ ]{#lbAE}</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-72:manpages/zabbix_get.xliff:manpageszabbix_getmdda08bc1a" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>## DESCRIPTION

**zabbix\_get** is a command line utility for getting data from Zabbix
agent. [ ]{#lbAE}</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>## DESCRIERE

**zabbix\_get** este un utilitar în linie de comandă pentru obținerea datelor de la agentul Zabbix. [ ]{#lbAE}</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-72:manual/xml_export_import.xliff:manualxml_export_importmd44b0f5b3" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>##### Export format

Data can be exported using the Zabbix web frontend or [Zabbix
API](/manual/api/reference/configuration). Supported export formats are
YAML, XML and JSON.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>##### Format de export

Datele pot fi exportate folosind interfața web Zabbix sau [Zabbix
API](/manual/api/reference/configuration). Formatele de export acceptate sunt
YAML, XML și JSON.</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-72:manpages/zabbix_agent2.xliff:manpageszabbix_agent2md37997f11" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>## FILES

*/usr/local/etc/zabbix\_agent2.conf*  
Default location of Zabbix agent 2 configuration file (if not modified
during compile time).

[ ]{#lbAH}</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>## FIȘIERE

*/usr/local/etc/zabbix\_agent2.conf*
Locația implicită a fișierului de configurare Zabbix agent 2 (dacă nu a fost modificată
în timpul compilării).

[ ]{#lbAH}</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-72:manpages/zabbix_agentd.xliff:manpageszabbix_agentdmdfcfd4796" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>## FILES

*/usr/local/etc/zabbix\_agentd.conf*  
Default location of Zabbix agent configuration file (if not modified
during compile time).

[ ]{#lbAI}</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>## FIȘIERE

*/usr/local/etc/zabbix\_agentd.conf*
Locația implicită a fișierului de configurare a agentului Zabbix (dacă nu a fost modificată
în timpul compilării).

[ ]{#lbAI}</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-72:manual/config/items/preprocessing/csv_to_json.xliff:manualconfigitemspreprocessingcsv_to_jsonmdb8624807" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>#### Header processing

The CSV file header line can be processed in two different ways:

-   If the *With header row* checkbox is marked - header line values are
    interpreted as column names. In this case the column names must be
    unique and the data row should not contain more columns than the
    header row.
-   If the *With header row* checkbox is not marked - the header line is
    interpreted as data. Column names are generated automatically
    (1,2,3,4...).

CSV file example:

    Nr,Item name,Key,Qty
    1,active agent item,agent.hostname,33
    "2","passive agent item","agent.version","44"
    3,"active,passive agent items",agent.ping,55

::: noteclassic
A quotation character within a quoted field in the input
must be escaped by preceding it with another quotation
character.
:::

**Processing header line**

JSON output when a header line is expected:

``` {.json}
[
   {
      "Nr":"1",
      "Item name":"active agent item",
      "Key":"agent.hostname",
      "Qty":"33"
   },
   {
      "Nr":"2",
      "Item name":"passive agent item",
      "Key":"agent.version",
      "Qty":"44"
   },
   {
      "Nr":"3",
      "Item name":"active,passive agent items",
      "Key":"agent.ping",
      "Qty":"55"
   }
]
```

**No header line processing**

JSON output when a header line is not expected:

``` {.json}
[
   {
      "1":"Nr",
      "2":"Item name",
      "3":"Key",
      "4":"Qty"
   },
   {
      "1":"1",
      "2":"active agent item",
      "3":"agent.hostname",
      "4":"33"
   },
   {
      "1":"2",
      "2":"passive agent item",
      "3":"agent.version",
      "4":"44"
   },
   {
      "1":"3",
      "2":"active,passive agent items",
      "3":"agent.ping",
      "4":"55"
   }
]
```</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>#### Header processing

The CSV file header line can be processed in two different ways:

-   If the *With header row* checkbox is marked - header line values are
    interpreted as column names. In this case the column names must be
    unique and the data row should not contain more columns than the
    header row;
-   If the *With header row* checkbox is not marked - the header line is
    interpreted as data. Column names are generated automatically
    (1,2,3,4...)

CSV file example:

    Nr,Item name,Key,Qty
    1,active agent item,agent.hostname,33
    "2","passive agent item","agent.version","44"
    3,"active,passive agent items",agent.ping,55

::: noteclassic
A quotation character within a quoted field in the input
must be escaped by preceding it with another quotation
character.
:::

**Processing header line**

JSON output when a header line is expected:

``` {.json}
[
   {
      "Nr":"1",
      "Item name":"active agent item",
      "Key":"agent.hostname",
      "Qty":"33"
   },
   {
      "Nr":"2",
      "Item name":"passive agent item",
      "Key":"agent.version",
      "Qty":"44"
   },
   {
      "Nr":"3",
      "Item name":"active,passive agent items",
      "Key":"agent.ping",
      "Qty":"55"
   }
]
```

**No header line processing**

JSON output when a header line is not expected:

``` {.json}
[
   {
      "1":"Nr",
      "2":"Item name",
      "3":"Key"
      "4":"Qty"
   },
   {
      "1":"1",
      "2":"active agent item",
      "3":"agent.hostname"
      "4":"33"
   },
   {
      "1":"2",
      "2":"passive agent item",
      "3":"agent.version"
      "4":"44"
   },
   {
      "1":"3",
      "2":"active,passive agent items",
      "3":"agent.ping"
      "4":"55"
   }
]
```</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-72:manual/appendix/install/locales.xliff:manualappendixinstalllocalesmdbb6c0b89" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>#### Installing locales

To list all installed languages, run:

    locale -a

If some languages that are needed are not listed, open the
*/etc/locale.gen* file and uncomment the required locales. Since Zabbix
uses UTF-8 encoding, you need to select locales with UTF-8 charset.

Now run:

    locale-gen 

Restart the web server.

The locales should now be installed. It may be required to reload Zabbix
frontend page in browser using Ctrl + F5 for new languages to appear.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>#### Installing locales

To list all installed languages, run:

    locale -a

If some languages that are needed are not listed, open the
*/etc/locale.gen* file and uncomment the required locales. Since Zabbix
uses UTF-8 encoding, you need to select locales with UTF-8 charset.

Now, run:

    locale-gen 

Restart the web server.

The locales should now be installed. It may be required to reload Zabbix
frontend page in browser using Ctrl + F5 for new languages to appear.</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-72:manual/config/notifications/action/conditions.xliff:manualconfignotificationsactionconditionsmd133d6ae1" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>#### Internal event actions

The following conditions can be set for actions based on internal
events:

|Condition type|Supported operators|Description|
|--|--|------|
|*Event type*|equals|**Item in "not supported" state** - matches events where an item goes from a 'normal' to 'not supported' state.&lt;br&gt;**Low-level discovery rule in "not supported" state** - matches events where a low-level discovery rule goes from a 'normal' to 'not supported' state.&lt;br&gt;**Trigger in "unknown" state** - matches events where a trigger goes from a 'normal' to 'unknown' state.|
|*Host group*|equals&lt;br&gt;does not equal|Specify host groups or host groups to exclude.&lt;br&gt;**equals** - event belongs to this host group.&lt;br&gt;**does not equal** - event does not belong to this host group.|
|*Tag name*|equals&lt;br&gt;does not equal&lt;br&gt;contains&lt;br&gt;does not contain|Specify event tag or event tag to exclude.&lt;br&gt;**equals** - event has this tag.&lt;br&gt;**does not equal** - event does not have this tag.&lt;br&gt;**contains** - event has a tag containing this string.&lt;br&gt;**does not contain** - event does not have a tag containing this string.|
|*Tag value*|equals&lt;br&gt;does not equal&lt;br&gt;contains&lt;br&gt;does not contain|Specify event tag and value combination or tag and value combination to exclude.&lt;br&gt;**equals** - event has this tag and value.&lt;br&gt;**does not equal** - event does not have this tag and value.&lt;br&gt;**contains** - event has a tag and value containing these strings.&lt;br&gt;**does not contain** - event does not have a tag and value containing these strings.|
|*Template*|equals&lt;br&gt;does not equal|Specify templates or templates to exclude.&lt;br&gt;**equals** - event belongs to an item/trigger/low-level discovery rule inherited from this template.&lt;br&gt;**does not equal** - event does not belong to an item/trigger/low-level discovery rule inherited from this template.|
|*Host*|equals&lt;br&gt;does not equal|Specify hosts or hosts to exclude.&lt;br&gt;**equals** - event belongs to this host.&lt;br&gt;**does not equal** - event does not belong to this host.|</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>#### Internal event actions

The following conditions can be set for actions based on internal
events:

|Condition type|Supported operators|Description|
|--|--|------|
|*Event type*|equals|**Item in "not supported" state** - matches events where an item goes from a 'normal' to 'not supported' state&lt;br&gt;**Low-level discovery rule in "not supported" state** - matches events where a low-level discovery rule goes from a 'normal' to 'not supported' state&lt;br&gt;**Trigger in "unknown" state** - matches events where a trigger goes from a 'normal' to 'unknown' state|
|*Host group*|equals&lt;br&gt;does not equal|Specify host groups or host groups to exclude.&lt;br&gt;**equals** - event belongs to this host group.&lt;br&gt;**does not equal** - event does not belong to this host group.|
|*Tag name*|equals&lt;br&gt;does not equal&lt;br&gt;contains&lt;br&gt;does not contain|Specify event tag or event tag to exclude.&lt;br&gt;**equals** - event has this tag&lt;br&gt;**does not equal** - event does not have this tag&lt;br&gt;**contains** - event has a tag containing this string&lt;br&gt;**does not contain** - event does not have a tag containing this string|
|*Tag value*|equals&lt;br&gt;does not equal&lt;br&gt;contains&lt;br&gt;does not contain|Specify event tag and value combination or tag and value combination to exclude.&lt;br&gt;**equals** - event has this tag and value&lt;br&gt;**does not equal** - event does not have this tag and value&lt;br&gt;**contains** - event has a tag and value containing these strings&lt;br&gt;**does not contain** - event does not have a tag and value containing these strings|
|*Template*|equals&lt;br&gt;does not equal|Specify templates or templates to exclude.&lt;br&gt;**equals** - event belongs to an item/trigger/low-level discovery rule inherited from this template.&lt;br&gt;**does not equal** - event does not belong to an item/trigger/low-level discovery rule inherited from this template.|
|*Host*|equals&lt;br&gt;does not equal|Specify hosts or hosts to exclude.&lt;br&gt;**equals** - event belongs to this host.&lt;br&gt;**does not equal** - event does not belong to this host.|</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-72:manual/web_interface/frontend_sections/data_collection/hosts/triggers.xliff:manualweb_interfacefrontend_sectionsdata_collectionhoststriggersmd4829e943" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>##### Mass editing options

Buttons below the list offer some mass-editing options:

-   *Enable* - change trigger status to *Enabled*.
-   *Disable* - change trigger status to *Disabled*.
-   *Copy* - copy the triggers to other hosts or templates.
-   *Mass update* - update several properties for a number of triggers
    at once.
-   *Delete* - delete the triggers.

To use these options, mark the checkboxes before the respective
triggers, then click on the required button.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>##### Mass editing options

Buttons below the list offer some mass-editing options:

-   *Enable* - change trigger status to *Enabled*
-   *Disable* - change trigger status to *Disabled*
-   *Copy* - copy the triggers to other hosts or templates
-   *Mass update* - update several properties for a number of triggers
    at once
-   *Delete* - delete the triggers

To use these options, mark the checkboxes before the respective
triggers, then click on the required button.</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-72:manpages/zabbix_agent2.xliff:manpageszabbix_agent2md942e0d82" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>## NAME

zabbix\_agent2 - Zabbix agent 2\
\
[ ]{#lbAC}</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>## NUME

zabbix\_agent2 - agentul Zabbix 2\
\
[ ]{#lbAC}</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-72:manpages/zabbix_agentd.xliff:manpageszabbix_agentdmd75de926e" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>## NAME

zabbix\_agentd - Zabbix agent daemon [ ]{#lbAC}</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>## NUME

zabbix\_agentd - Daemon agent Zabbix [ ]{#lbAC}</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-72:manpages/zabbix_agentd.xliff:manpageszabbix_agentdmd63567f56" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>## OPTIONS

**-c**, **--config** *config-file*  
Use the alternate *config-file* instead of the default one.

**-f**, **--foreground**  
Run Zabbix agent in foreground.

**-R**, **--runtime-control** *runtime-option*  
Perform administrative functions according to *runtime-option*.

[ ]{#lbAF}</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>## OPȚIUNI

**-c**, **--config** *fișier-config*
Utilizați *config-file* alternativ în loc de cel implicit.

**-R**, **--runtime-control** *runtime-option*
Efectuați funcții administrative conform *runtime-option*.</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-72:manpages/zabbix_agent2.xliff:manpageszabbix_agent2md7197fda6" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>## OPTIONS

**-c**, **--config** *config-file*  
Use the alternate *config-file* instead of the default one.

**-R**, **--runtime-control** *runtime-option*  
Perform administrative functions according to *runtime-option*.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>## OPȚIUNI

**-c**, **--config** *fișier-config*
Utilizați *config-file* alternativ în loc de cel implicit.

**-R**, **--runtime-control** *runtime-option*
Efectuați funcții administrative conform *runtime-option*.</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-72:manual/appendix/config/zabbix_agent2_plugins/mongodb_plugin.xliff:manualappendixconfigzabbix_agent2_pluginsmongodb_pluginmdeaba6cbf" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>
#### Options

|Parameter|Description|
|---------|-----------|
|-V --version|Print the plugin version and license information.|
|-h --help|Print help information (shorthand).|</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>#### Options

|Parameter|Description|
|---------|-----------|
|-V --version|Print the plugin version and license information.|
|-h --help|Print help information (shorthand).|</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-72:manual/definitions.xliff:manualdefinitionsmd99b1c1f4" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>#### Overview

In this section you can learn the meaning of some terms commonly used in
Zabbix.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>#### Prezentare generală

În această secțiune puteți afla semnificația unor termeni folosiți în mod curent în
Zabbix.</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-72:manual/config/notifications/action/escalations.xliff:manualconfignotificationsactionescalationsmd3bb564c1" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>#### Overview

With escalations you can create custom scenarios for sending
notifications or executing remote commands.

In practical terms it means that:

-   Users can be informed about new problems immediately.
-   Notifications can be repeated until the problem is resolved.
-   Sending a notification can be delayed.
-   Notifications can be escalated to another "higher" user group.
-   Remote commands can be executed immediately or when a problem is not
    resolved for a lengthy period.

Actions are escalated based on the **escalation step**. Each step has a
duration in time.

You can define both the default duration and a custom duration of an
individual step. The minimum duration of one escalation step is 60
seconds.

You can start actions, such as sending notifications or executing
commands, from any step. Step one is for immediate actions. If you want
to delay an action, you can assign it to a later step. For each step,
several actions can be defined.

The number of escalation steps is not limited.

Escalations are defined when [configuring an
operation](operation#configuring_an_operation). Escalations are
supported for problem operations only, not recovery.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>#### Overview

With escalations you can create custom scenarios for sending
notifications or executing remote commands.

In practical terms it means that:

-   Users can be informed about new problems immediately
-   Notifications can be repeated until the problem is resolved
-   Sending a notification can be delayed
-   Notifications can be escalated to another "higher" user group
-   Remote commands can be executed immediately or when a problem is not
    resolved for a lengthy period

Actions are escalated based on the **escalation step**. Each step has a
duration in time.

You can define both the default duration and a custom duration of an
individual step. The minimum duration of one escalation step is 60
seconds.

You can start actions, such as sending notifications or executing
commands, from any step. Step one is for immediate actions. If you want
to delay an action, you can assign it to a later step. For each step,
several actions can be defined.

The number of escalation steps is not limited.

Escalations are defined when [configuring an
operation](operation#configuring_an_operation). Escalations are
supported for problem operations only, not recovery.</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-72:devel/modules/tutorials/widget.xliff:develmodulestutorialswidgetmd03fc601d" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>## Part I - "Hello, world!" 

In this section you will learn how to create the minimum required widget elements and add a new widget to Zabbix frontend.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>
## Part I - "Hello, world!" 

In this section you will learn how to create the minimum required widget elements and add a new widget to Zabbix frontend.</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-72:devel/modules/tutorials/widget.xliff:develmodulestutorialswidgetmdb89998cf" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>## Part II - Gauge chart</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>
## Part II - Gauge chart</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-72:devel/plugins.xliff:develpluginsmddf3774f3" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>
# Plugins</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg># Plugins</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-72:manpages/zabbix_agentd.xliff:manpageszabbix_agentdmd539868a7" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>## SEE ALSO

Documentation &lt;https://www.zabbix.com/manuals&gt;

**[zabbix\_agent2](zabbix_agent2)**(8),
**[zabbix\_get](zabbix_get)**(1), **[zabbix\_js](zabbix_js)**(1),
**[zabbix\_proxy](zabbix_proxy)**(8),
**[zabbix\_sender](zabbix_sender)**(1),
**[zabbix\_server](zabbix_server)**(8) [ ]{#lbAJ}</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>## VEZI SI

Documentație &lt;https://www.zabbix.com/manuals&gt;

**[zabbix\_agent2](zabbix_agent2)**(8),
**[zabbix\_get](zabbix_get)**(1), **[zabbix\_js](zabbix_js)**(1),
**[zabbix\_proxy](zabbix_proxy)**(8),
**[zabbix\_sender](zabbix_sender)**(1),
**[zabbix\_server](zabbix_server)**(8) [ ]{#lbAJ}</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-72:manpages/zabbix_agent2.xliff:manpageszabbix_agent2mdad1bba15" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>## SEE ALSO

Documentation &lt;https://www.zabbix.com/manuals&gt;

**[zabbix\_agentd](zabbix_agentd)**(8),
**[zabbix\_get](zabbix_get)**(8), **[zabbix\_js](zabbix_js)**(8),
**[zabbix\_proxy](zabbix_proxy)**(8),
**[zabbix\_sender](zabbix_sender)**(8),
**[zabbix\_server](zabbix_server)**(8) [ ]{#lbAI}</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>## VEZI SI

Documentație &lt;https://www.zabbix.com/manuale&gt;

**[zabbix\_agentd](zabbix_agentd)**(8),
**[zabbix\_get](zabbix_get)**(8), **[zabbix\_js](zabbix_js)**(8),
**[zabbix\_proxy](zabbix_proxy)**(8),
**[zabbix\_sender](zabbix_sender)**(8),
**[zabbix\_server](zabbix_server)**(8) [ ]{#lbAI}</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-72:manual/introduction/manual_structure.xliff:manualintroductionmanual_structuremd14bd850a" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>#### Structure

The content of this manual is divided into sections and subsections to
provide easy access to particular subjects of interest.

When you navigate to respective sections, make sure that you expand
section folders to reveal full content of what is included in
subsections and individual pages.

Cross-linking between pages of related content is provided as much as
possible to make sure that relevant information is not missed by the
users.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>#### Structura

Conținutul acestui manual este împărțit în secțiuni și subsecțiuni pentru a
oferi acces ușor la anumite subiecte de interes.

Când navigați la secțiunile respective, asigurați-vă că extindeți/expandați
folderele secțiunilor respective pentru a dezvălui conținutul complet al celor incluse
în subsecțiuni și pagini individuale.

Legăturile încrucișate între paginile de conținut similar sunt furnizate cât mai mult
posibil pentru a vă asigura că informațiile relevante nu sunt ratate de
utilizatorii.</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-72:manual/appendix/protocols/header_datalen.xliff:manualappendixprotocolsheader_datalenmd409c40cc" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>
#### Structure

The header consists of four fields. All numbers in the header are formatted as little-endian.

|Field|Size|Size&lt;br&gt;(large packet)|Description|
|--|-|-|------|
|`&lt;PROTOCOL&gt;`|4|4|`"ZBXD"` or `5A 42 58 44`|
|`&lt;FLAGS&gt;`|1|1|Protocol flags:&lt;br&gt;`0x01` - Zabbix communications protocol&lt;br&gt;`0x02` - compression&lt;br&gt;`0x04` - large packet|
|`&lt;DATALEN&gt;`|4|8|Data length.|
|`&lt;RESERVED&gt;`|4|8|When compression is used (`0x02` flag) - the length of uncompressed data&lt;br&gt;When compression is not used - `00 00 00 00`|</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>
#### Structure

The header consists of four fields. All numbers in the header are formatted as little-endian.

|Field|Size|Size&lt;br&gt;(large packet)|Description|
|--|-|-|------|
|`&lt;PROTOCOL&gt;`|4|4|`"ZBXD"` or `5A 42 58 44`|
|`&lt;FLAGS&gt;`|1|1|Protocol flags:&lt;br&gt;`0x01` - Zabbix communications protocol&lt;br&gt;`0x02` - compression&lt;br&gt;`0x04` - large packet|
|`&lt;DATALEN&gt;`|4|8|Data length.|
|`&lt;RESERVED&gt;`|4|8|When compression is used (`0x02` flag) - the length of uncompressed data&lt;br&gt;When compression is not used - `00 00 00 00`|</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-72:404.xliff:404mdb1ba973b" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg># This topic does not exist yet.

We are sorry, the page you are looking for cannot be found. Return to the homepage, try searching, or get [help](https://www.zabbix.com/support).</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg># Acest subiect nu există încă.

Ne pare rău, pagina pe care o căutați nu poate fi găsită. Reveniți la pagina de pornire, căutați altceva sau solicitați [ajutor](https://www.zabbix.com/support).</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-72:manual/introduction/about.xliff:manualintroductionaboutmd46ee774b" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>#### Users of Zabbix

Many organizations of different size around the world rely on Zabbix as
a primary monitoring platform.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Multe organizații de diferite dimensiuni din
întreaga lume se bazează pe Zabbix ca și
platformă principală de monitorizare.</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-72:manual/config/triggers/update.xliff:manualconfigtriggersupdatemd00b96653" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>#### Using mass update

To mass-update some triggers, do the following:

-   Mark the checkboxes of the triggers you want to update in the list
-   Click on *Mass update* below the list
-   Navigate to the tab with required attributes (*Trigger*, *Tags* or
    *Dependencies*)
-   Mark the checkboxes of any attribute to update

![](../../../../assets/en/manual/config/triggers/trigger_mass.png)

![](../../../../assets/en/manual/config/triggers/trigger_mass_b.png)

The following options are available when selecting the respective button
for tag update:

-   *Add* - allows to add new tags for the triggers;
-   *Replace* - will remove any existing tags from the trigger and
    replace them with the one(s) specified below;
-   *Remove* - will remove specified tags from triggers.

Note that tags with the same name but different values are not
considered 'duplicates' and can be added to the same trigger.

![](../../../../assets/en/manual/config/triggers/trigger_mass_c.png)

*Replace dependencies* - will remove any existing dependencies from the
trigger and replace them with the one(s) specified.

Click on *Update* to apply the changes.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>#### Using mass update

To mass-update some triggers, do the following:

-   Mark the checkboxes of the triggers you want to update in the list
-   Click on *Mass update* below the list
-   Navigate to the tab with required attributes (*Trigger*, *Tags* or
    *Dependencies*)
-   Mark the checkboxes of any attribute to update

![](../../../../assets/en/manual/config/triggers/trigger_mass.png)

![](../../../../assets/en/manual/config/triggers/trigger_mass_b.png)

The following options are available when selecting the respective button
for tag update:

-   *Add* - allows to add new tags for the triggers;
-   *Replace* - will remove any existing tags from the trigger and
    replace them with the one(s) specified below;
-   *Remove* - will remove specified tags from triggers.

Note, that tags with the same name, but different values are not
considered 'duplicates' and can be added to the same trigger.

![](../../../../assets/en/manual/config/triggers/trigger_mass_c.png)

*Replace dependencies* - will remove any existing dependencies from the
trigger and replace them with the one(s) specified.

Click on *Update* to apply the changes.</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-72:start.xliff:startmd63820343" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg># Zabbix documentation

These pages contain official Zabbix documentation.

Use the sidebar navigation to browse documentation pages.

To be able to watch pages, log in with your [Zabbix
forums](http://www.zabbix.com/forum/) username and password.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg># Documentația de Zabbix 6.0

Aceste pagini conțin documentația oficială de Zabbix.

Utilizați bara laterală de navigare pentru a răsfoi paginile de documentație.

Pentru a putea viziona paginile, conectați-vă cu [Zabbix
forum](http://www.zabbix.com/forum/) nume de utilizator și parolă.</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-72:manpages.xliff:manpagesmdba84692f" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg># Zabbix manpages

These are Zabbix manpages for Zabbix processes.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg># Zabbix - pagini de manual

Acestea sunt paginile de manual pentru procesele Zabbix.</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-74:manpages/zabbix_agent2.xliff:manpageszabbix_agent2mdc754f1e2" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>### 

  </seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>###

  </seg>
			</tuv>
		</tu>
		<tu tuid="documentation-74:manual/web_interface/frontend_sections/dashboards/widgets/graph_prototype.xliff:manualweb_interfacefrontend_sectionsdashboardswidgetsgraph_prototypemd9ee1626a" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg># 10 Graph prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg># 10 Graph prototype</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-74:manual/api/reference/dashboard/widget_fields/graph_prototype.xliff:manualapireferencedashboardwidget_fieldsgraph_prototypemd2be71f02" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg># 10 Graph prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg># 10 Graph prototype</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-74:manual/vm_monitoring.xliff:manualvm_monitoringmd3ca85094" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg># 10 Virtual machine monitoring</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg># 10. Virtual machine monitoring</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-74:manual/maintenance.xliff:manualmaintenancemdc86bb2b9" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg># 11 Maintenance</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg># 11. Maintenance</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-74:manual/regular_expressions.xliff:manualregular_expressionsmd4151d28b" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg># 12 Regular expressions</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg># 12. Regular expressions</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-74:manual/acknowledgment.xliff:manualacknowledgmentmd61d493ca" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg># 13 Problem acknowledgment</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg># 13. Problem acknowledgment</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-74:manual/xml_export_import.xliff:manualxml_export_importmd566c4be6" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg># 14 Configuration export/import</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg># 14. Export/import configurație</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-74:manual/distributed_monitoring.xliff:manualdistributed_monitoringmd9f1711bf" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg># 16 Distributed monitoring</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg># 16. Distributed monitoring</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-74:manual/encryption.xliff:manualencryptionmd822969ff" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg># 17 Encryption</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg># 17. Encryption</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-74:manual/web_interface.xliff:manualweb_interfacemd5c86be0b" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg># 18 Web interface</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg># 18. Web interface</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-74:manual/introduction/manual_structure.xliff:manualintroductionmanual_structuremdcbbea730" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg># 1 Manual structure</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg># 1 Structura manualului</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-74:manual/guides/monitor_linux.xliff:manualguidesmonitor_linuxmddb070ecb" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>
# 1 Monitor Linux with Zabbix agent</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>
# 1. Monitor Linux with Zabbix agent</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-74:manual/definitions.xliff:manualdefinitionsmdbd3d4e41" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg># 2 Definitions</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg># 2 Definiții</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-74:manual/introduction/about.xliff:manualintroductionaboutmd761c4a6f" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg># 2 What is Zabbix</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg># 2 Ce este Zabbix</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-74:manual/appendix/install/db_primary_keys.xliff:manualappendixinstalldb_primary_keysmde26480a0" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg># 3 Database upgrade to primary keys</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg># 3 Database upgrade to primary keys</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-74:manual/installation/install.xliff:manualinstallationinstallmdaf2eaf2f" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg># 3 Installation from sources

You can get the very latest version of Zabbix by compiling it from the
sources.

A step-by-step tutorial for installing Zabbix from the sources is
provided here.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg># 3 Installation from sources

You can get the very latest version of Zabbix by compiling it from the
sources.

A step-by-step tutorial for installing Zabbix from the sources is
provided here.</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-74:manual/guides/monitor_apache.xliff:manualguidesmonitor_apachemdecf9c397" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>
# 3 Monitor Apache via HTTP</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>
# 3. Monitor Apache via HTTP</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-74:manual/introduction/features.xliff:manualintroductionfeaturesmd09ce3b2e" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg># 3 Zabbix features</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg># 3 Zabbix caracteristici</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-74:manual/installation/install_from_packages.xliff:manualinstallationinstall_from_packagesmde2c1904c" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg># 4 Installation from packages</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg># 4 Installation from packages</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-74:manual/guides/monitor_mysql.xliff:manualguidesmonitor_mysqlmdb4128477" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg># 4 Monitor MySQL with Zabbix agent 2</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg># 4. Monitor MySQL with Zabbix agent 2</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-74:manual/installation/containers.xliff:manualinstallationcontainersmde62e1497" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg># 5 Installation from containers</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg># 5 Installation from containers</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-74:manual/appliance.xliff:manualappliancemd8c911baa" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg># 6 Zabbix appliance</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg># 6. Zabbix appliance</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-74:manual/web_interface/frontend_sections/dashboards/widgets/geomap.xliff:manualweb_interfacefrontend_sectionsdashboardswidgetsgeomapmd2091b9ba" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg># 7 Geomap</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg># 7 Geomap</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-74:manual/api/reference/dashboard/widget_fields/geomap.xliff:manualapireferencedashboardwidget_fieldsgeomapmdf2076b88" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg># 7 Geomap</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg># 7 Geomap</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-74:manual/installation/upgrade.xliff:manualinstallationupgrademd365934f1" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg># 7 Upgrade procedure</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg># 7 Upgrade procedure</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-74:manual/api/reference/dashboard/widget_fields/graph.xliff:manualapireferencedashboardwidget_fieldsgraphmd6d33dfbd" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg># 8 Graph</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg># 8 Graph</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-74:manual/web_interface/frontend_sections/dashboards/widgets/graph.xliff:manualweb_interfacefrontend_sectionsdashboardswidgetsgraphmd167707a1" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg># 8 Graph</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg># 8 Graph</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-74:manual/it_services.xliff:manualit_servicesmd2ac76b92" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg># 8 Service monitoring</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg># 8. Service monitoring</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-74:manual/web_interface/frontend_sections/dashboards/widgets/graph_classic.xliff:manualweb_interfacefrontend_sectionsdashboardswidgetsgraph_classicmd84b81c15" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg># 9 Graph (classic)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg># 9 Graph (classic)</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-74:manual/api/reference/dashboard/widget_fields/graph_classic.xliff:manualapireferencedashboardwidget_fieldsgraph_classicmda55a0f20" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg># 9 Graph (classic)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg># 9 Graph (classic)</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-74:manual/web_monitoring.xliff:manualweb_monitoringmd734ebac5" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg># 9 Web monitoring</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg># 9. Web monitoring</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-74:manual/appendix/config/zabbix_agent2_win.xliff:manualappendixconfigzabbix_agent2_winmd5d573779" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>##### BufferSend

The time interval in seconds which determines how often values are sent from the buffer to Zabbix server.&lt;br&gt;Note that if the buffer is full, the data will be sent sooner.

Default: `5`&lt;br&gt;
Range: 1-3600</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>##### BufferSend

The time interval in seconds which determines how often values are sent from the buffer to Zabbix server.&lt;br&gt;Note, that if the buffer is full, the data will be sent sooner.

Default: `5`&lt;br&gt;
Range: 1-3600</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-74:manual/vm_monitoring.xliff:manualvm_monitoringmd6877fbcb" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>##### Configuration examples

For a basic example of how to set up Zabbix for monitoring VMware using the *VMware FQDN* template, see [*Monitor VMware with Zabbix*](/manual/guides/monitor_vmware).

For a more detailed example of how to create a host, a low-level discovery rule, and a host prototype for monitoring VMware, see [*Setup example*](/manual/vm_monitoring/example).</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>##### Configuration examples

For a basic example of how to set up Zabbix for monitoring VMware using the *VMware FQDN* template, see [*Monitor VMware with Zabbix*](/manual/guides/monitor_vmware).

For a more detailed example of how to create a host, a low-level discovery rule, and a host prototype for monitoring VMware, see [*Setup example*](/manual/vm_monitoring/example).</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-74:devel/modules/tutorials/module.xliff:develmodulestutorialsmodulemd8fe7205c" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg># Create a module (tutorial)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>
# Create a module (tutorial)</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-74:devel/modules/tutorials/widget.xliff:develmodulestutorialswidgetmdfa26c138" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg># Create a widget (tutorial)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>
# Create a widget (tutorial)</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-74:manual/api/reference/discoveryruleprototype/get.xliff:manualapireferencediscoveryruleprototypegetmd688543cd" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>
### Examples</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>### Examples</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-74:manual/xml_export_import.xliff:manualxml_export_importmd44b0f5b3" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>##### Export format

Data can be exported using the Zabbix web frontend or [Zabbix
API](/manual/api/reference/configuration). Supported export formats are
YAML, XML and JSON.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>##### Format de export

Datele pot fi exportate folosind interfața web Zabbix sau [Zabbix
API](/manual/api/reference/configuration). Formatele de export acceptate sunt
YAML, XML și JSON.</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-74:manual/config/items/preprocessing/csv_to_json.xliff:manualconfigitemspreprocessingcsv_to_jsonmdb8624807" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>#### Header processing

The CSV file header line can be processed in two different ways:

-   If the *With header row* checkbox is marked - header line values are
    interpreted as column names. In this case the column names must be
    unique and the data row should not contain more columns than the
    header row.
-   If the *With header row* checkbox is not marked - the header line is
    interpreted as data. Column names are generated automatically
    (1,2,3,4...).

CSV file example:

    Nr,Item name,Key,Qty
    1,active agent item,agent.hostname,33
    "2","passive agent item","agent.version","44"
    3,"active,passive agent items",agent.ping,55

::: noteclassic
A quotation character within a quoted field in the input
must be escaped by preceding it with another quotation
character.
:::

**Processing header line**

JSON output when a header line is expected:

``` {.json}
[
   {
      "Nr":"1",
      "Item name":"active agent item",
      "Key":"agent.hostname",
      "Qty":"33"
   },
   {
      "Nr":"2",
      "Item name":"passive agent item",
      "Key":"agent.version",
      "Qty":"44"
   },
   {
      "Nr":"3",
      "Item name":"active,passive agent items",
      "Key":"agent.ping",
      "Qty":"55"
   }
]
```

**No header line processing**

JSON output when a header line is not expected:

``` {.json}
[
   {
      "1":"Nr",
      "2":"Item name",
      "3":"Key",
      "4":"Qty"
   },
   {
      "1":"1",
      "2":"active agent item",
      "3":"agent.hostname",
      "4":"33"
   },
   {
      "1":"2",
      "2":"passive agent item",
      "3":"agent.version",
      "4":"44"
   },
   {
      "1":"3",
      "2":"active,passive agent items",
      "3":"agent.ping",
      "4":"55"
   }
]
```</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>#### Header processing

The CSV file header line can be processed in two different ways:

-   If the *With header row* checkbox is marked - header line values are
    interpreted as column names. In this case the column names must be
    unique and the data row should not contain more columns than the
    header row;
-   If the *With header row* checkbox is not marked - the header line is
    interpreted as data. Column names are generated automatically
    (1,2,3,4...)

CSV file example:

    Nr,Item name,Key,Qty
    1,active agent item,agent.hostname,33
    "2","passive agent item","agent.version","44"
    3,"active,passive agent items",agent.ping,55

::: noteclassic
A quotation character within a quoted field in the input
must be escaped by preceding it with another quotation
character.
:::

**Processing header line**

JSON output when a header line is expected:

``` {.json}
[
   {
      "Nr":"1",
      "Item name":"active agent item",
      "Key":"agent.hostname",
      "Qty":"33"
   },
   {
      "Nr":"2",
      "Item name":"passive agent item",
      "Key":"agent.version",
      "Qty":"44"
   },
   {
      "Nr":"3",
      "Item name":"active,passive agent items",
      "Key":"agent.ping",
      "Qty":"55"
   }
]
```

**No header line processing**

JSON output when a header line is not expected:

``` {.json}
[
   {
      "1":"Nr",
      "2":"Item name",
      "3":"Key"
      "4":"Qty"
   },
   {
      "1":"1",
      "2":"active agent item",
      "3":"agent.hostname"
      "4":"33"
   },
   {
      "1":"2",
      "2":"passive agent item",
      "3":"agent.version"
      "4":"44"
   },
   {
      "1":"3",
      "2":"active,passive agent items",
      "3":"agent.ping"
      "4":"55"
   }
]
```</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-74:manual/config/notifications/action/conditions.xliff:manualconfignotificationsactionconditionsmd133d6ae1" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>#### Internal event actions

The following conditions can be set for actions based on internal
events:

|Condition type|Supported operators|Description|
|--|--|------|
|*Event type*|equals|**Item in "not supported" state** - matches events where an item goes from a 'normal' to 'not supported' state.&lt;br&gt;**Low-level discovery rule in "not supported" state** - matches events where a low-level discovery rule goes from a 'normal' to 'not supported' state.&lt;br&gt;**Trigger in "unknown" state** - matches events where a trigger goes from a 'normal' to 'unknown' state.|
|*Host group*|equals&lt;br&gt;does not equal|Specify host groups or host groups to exclude.&lt;br&gt;**equals** - event belongs to this host group.&lt;br&gt;**does not equal** - event does not belong to this host group.|
|*Tag name*|equals&lt;br&gt;does not equal&lt;br&gt;contains&lt;br&gt;does not contain|Specify event tag or event tag to exclude.&lt;br&gt;**equals** - event has this tag.&lt;br&gt;**does not equal** - event does not have this tag.&lt;br&gt;**contains** - event has a tag containing this string.&lt;br&gt;**does not contain** - event does not have a tag containing this string.|
|*Tag value*|equals&lt;br&gt;does not equal&lt;br&gt;contains&lt;br&gt;does not contain|Specify event tag and value combination or tag and value combination to exclude.&lt;br&gt;**equals** - event has this tag and value.&lt;br&gt;**does not equal** - event does not have this tag and value.&lt;br&gt;**contains** - event has a tag and value containing these strings.&lt;br&gt;**does not contain** - event does not have a tag and value containing these strings.|
|*Template*|equals&lt;br&gt;does not equal|Specify templates or templates to exclude.&lt;br&gt;**equals** - event belongs to an item/trigger/low-level discovery rule inherited from this template.&lt;br&gt;**does not equal** - event does not belong to an item/trigger/low-level discovery rule inherited from this template.|
|*Host*|equals&lt;br&gt;does not equal|Specify hosts or hosts to exclude.&lt;br&gt;**equals** - event belongs to this host.&lt;br&gt;**does not equal** - event does not belong to this host.|</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>#### Internal event actions

The following conditions can be set for actions based on internal
events:

|Condition type|Supported operators|Description|
|--|--|------|
|*Event type*|equals|**Item in "not supported" state** - matches events where an item goes from a 'normal' to 'not supported' state&lt;br&gt;**Low-level discovery rule in "not supported" state** - matches events where a low-level discovery rule goes from a 'normal' to 'not supported' state&lt;br&gt;**Trigger in "unknown" state** - matches events where a trigger goes from a 'normal' to 'unknown' state|
|*Host group*|equals&lt;br&gt;does not equal|Specify host groups or host groups to exclude.&lt;br&gt;**equals** - event belongs to this host group.&lt;br&gt;**does not equal** - event does not belong to this host group.|
|*Tag name*|equals&lt;br&gt;does not equal&lt;br&gt;contains&lt;br&gt;does not contain|Specify event tag or event tag to exclude.&lt;br&gt;**equals** - event has this tag&lt;br&gt;**does not equal** - event does not have this tag&lt;br&gt;**contains** - event has a tag containing this string&lt;br&gt;**does not contain** - event does not have a tag containing this string|
|*Tag value*|equals&lt;br&gt;does not equal&lt;br&gt;contains&lt;br&gt;does not contain|Specify event tag and value combination or tag and value combination to exclude.&lt;br&gt;**equals** - event has this tag and value&lt;br&gt;**does not equal** - event does not have this tag and value&lt;br&gt;**contains** - event has a tag and value containing these strings&lt;br&gt;**does not contain** - event does not have a tag and value containing these strings|
|*Template*|equals&lt;br&gt;does not equal|Specify templates or templates to exclude.&lt;br&gt;**equals** - event belongs to an item/trigger/low-level discovery rule inherited from this template.&lt;br&gt;**does not equal** - event does not belong to an item/trigger/low-level discovery rule inherited from this template.|
|*Host*|equals&lt;br&gt;does not equal|Specify hosts or hosts to exclude.&lt;br&gt;**equals** - event belongs to this host.&lt;br&gt;**does not equal** - event does not belong to this host.|</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-74:manpages/zabbix_agent2.xliff:manpageszabbix_agent2md7197fda6" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>## OPTIONS

**-c**, **--config** *config-file*  
Use the alternate *config-file* instead of the default one.

**-R**, **--runtime-control** *runtime-option*  
Perform administrative functions according to *runtime-option*.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>## OPȚIUNI

**-c**, **--config** *fișier-config*
Utilizați *config-file* alternativ în loc de cel implicit.

**-R**, **--runtime-control** *runtime-option*
Efectuați funcții administrative conform *runtime-option*.</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-74:manual/appendix/config/zabbix_agent2_plugins/mongodb_plugin.xliff:manualappendixconfigzabbix_agent2_pluginsmongodb_pluginmdeaba6cbf" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>
#### Options

|Parameter|Description|
|---------|-----------|
|-V --version|Print the plugin version and license information.|
|-h --help|Print help information (shorthand).|</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>#### Options

|Parameter|Description|
|---------|-----------|
|-V --version|Print the plugin version and license information.|
|-h --help|Print help information (shorthand).|</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-74:manual/definitions.xliff:manualdefinitionsmd99b1c1f4" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>#### Overview

In this section you can learn the meaning of some terms commonly used in
Zabbix.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>#### Prezentare generală

În această secțiune puteți afla semnificația unor termeni folosiți în mod curent în
Zabbix.</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-74:devel/modules/tutorials/widget.xliff:develmodulestutorialswidgetmd03fc601d" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>## Part I - "Hello, world!" 

In this section you will learn how to create the minimum required widget elements and add a new widget to Zabbix frontend.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>
## Part I - "Hello, world!" 

In this section you will learn how to create the minimum required widget elements and add a new widget to Zabbix frontend.</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-74:devel/modules/tutorials/widget.xliff:develmodulestutorialswidgetmdb89998cf" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>## Part II - Gauge chart</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>
## Part II - Gauge chart</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-74:devel/plugins.xliff:develpluginsmddf3774f3" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>
# Plugins</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg># Plugins</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-74:manual/introduction/manual_structure.xliff:manualintroductionmanual_structuremd14bd850a" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>#### Structure

The content of this manual is divided into sections and subsections to
provide easy access to particular subjects of interest.

When you navigate to respective sections, make sure that you expand
section folders to reveal full content of what is included in
subsections and individual pages.

Cross-linking between pages of related content is provided as much as
possible to make sure that relevant information is not missed by the
users.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>#### Structura

Conținutul acestui manual este împărțit în secțiuni și subsecțiuni pentru a
oferi acces ușor la anumite subiecte de interes.

Când navigați la secțiunile respective, asigurați-vă că extindeți/expandați
folderele secțiunilor respective pentru a dezvălui conținutul complet al celor incluse
în subsecțiuni și pagini individuale.

Legăturile încrucișate între paginile de conținut similar sunt furnizate cât mai mult
posibil pentru a vă asigura că informațiile relevante nu sunt ratate de
utilizatorii.</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-74:manual/appendix/protocols/header_datalen.xliff:manualappendixprotocolsheader_datalenmd409c40cc" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>
#### Structure

The header consists of four fields. All numbers in the header are formatted as little-endian.

|Field|Size|Size&lt;br&gt;(large packet)|Description|
|--|-|-|------|
|`&lt;PROTOCOL&gt;`|4|4|`"ZBXD"` or `5A 42 58 44`|
|`&lt;FLAGS&gt;`|1|1|Protocol flags:&lt;br&gt;`0x01` - Zabbix communications protocol&lt;br&gt;`0x02` - compression&lt;br&gt;`0x04` - large packet|
|`&lt;DATALEN&gt;`|4|8|Data length.|
|`&lt;RESERVED&gt;`|4|8|When compression is used (`0x02` flag) - the length of uncompressed data&lt;br&gt;When compression is not used - `00 00 00 00`|</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>
#### Structure

The header consists of four fields. All numbers in the header are formatted as little-endian.

|Field|Size|Size&lt;br&gt;(large packet)|Description|
|--|-|-|------|
|`&lt;PROTOCOL&gt;`|4|4|`"ZBXD"` or `5A 42 58 44`|
|`&lt;FLAGS&gt;`|1|1|Protocol flags:&lt;br&gt;`0x01` - Zabbix communications protocol&lt;br&gt;`0x02` - compression&lt;br&gt;`0x04` - large packet|
|`&lt;DATALEN&gt;`|4|8|Data length.|
|`&lt;RESERVED&gt;`|4|8|When compression is used (`0x02` flag) - the length of uncompressed data&lt;br&gt;When compression is not used - `00 00 00 00`|</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-74:404.xliff:404mdb1ba973b" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg># This topic does not exist yet.

We are sorry, the page you are looking for cannot be found. Return to the homepage, try searching, or get [help](https://www.zabbix.com/support).</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg># Acest subiect nu există încă.

Ne pare rău, pagina pe care o căutați nu poate fi găsită. Reveniți la pagina de pornire, căutați altceva sau solicitați [ajutor](https://www.zabbix.com/support).</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-74:manual/introduction/about.xliff:manualintroductionaboutmd46ee774b" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>#### Users of Zabbix

Many organizations of different size around the world rely on Zabbix as
a primary monitoring platform.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Multe organizații de diferite dimensiuni din
întreaga lume se bazează pe Zabbix ca și
platformă principală de monitorizare.</seg>
			</tuv>
		</tu>
		<tu tuid="documentation-74:start.xliff:startmd63820343" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg># Zabbix documentation

These pages contain official Zabbix documentation.

Use the sidebar navigation to browse documentation pages.

To be able to watch pages, log in with your [Zabbix
forums](http://www.zabbix.com/forum/) username and password.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg># Documentația de Zabbix 6.0

Aceste pagini conțin documentația oficială de Zabbix.

Utilizați bara laterală de navigare pentru a răsfoi paginile de documentație.

Pentru a putea viziona paginile, conectați-vă cu [Zabbix
forum](http://www.zabbix.com/forum/) nume de utilizator și parolă.</seg>
			</tuv>
		</tu>
		<tu tuid="terminology:common:term_acknowledge" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>acknowledge</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>confirmat</seg>
			</tuv>
		</tu>
		<tu tuid="terminology:common:term_acknowledged" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>acknowledged</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>confirmat</seg>
			</tuv>
		</tu>
		<tu tuid="terminology:common:term_boolean_to_decimal" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Boolean to decimal</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Boolean în zecimal</seg>
			</tuv>
		</tu>
		<tu tuid="terminology:common:term_change_per_second" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Change per second</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Schimbări pe secundă</seg>
			</tuv>
		</tu>
		<tu tuid="terminology:common:term_error_json" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Check for error in JSON</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Verificați dacă există erori în JSON</seg>
			</tuv>
		</tu>
		<tu tuid="terminology:common:term_error_xml" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Check for error in XML</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Verificați dacă există erori în XML</seg>
			</tuv>
		</tu>
		<tu tuid="terminology:common:term_error_regexp" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Check for error using regular expression</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Verificați dacă există erori în expresia regulată</seg>
			</tuv>
		</tu>
		<tu tuid="terminology:common:term_check_unsupported" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Check for not supported value</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Verificați dacă exista valori nesuportate</seg>
			</tuv>
		</tu>
		<tu tuid="terminology:common:term_custom_multiplier" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Custom multiplier</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Multiplicator personalizat</seg>
			</tuv>
		</tu>
		<tu tuid="terminology:common:term_dashboard" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>dashboard</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>bord</seg>
			</tuv>
		</tu>
		<tu tuid="terminology:common:term_discard_unchanged" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discard unchanged</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ignorați valorile nemodificate</seg>
			</tuv>
		</tu>
		<tu tuid="terminology:common:term_discard_with_heartbeat" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discard unchanged with heartbeat</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ignorați valorile nemodificate cu sincronizarea</seg>
			</tuv>
		</tu>
		<tu tuid="terminology:common:term_discovery" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>discovery</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>descoperă</seg>
			</tuv>
		</tu>
		<tu tuid="terminology:common:term_notmatch_regexp" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Does not match regular expression</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se potrivește cu expresia regulată</seg>
			</tuv>
		</tu>
		<tu tuid="terminology:common:term_fire" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>fire</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>foc</seg>
			</tuv>
		</tu>
		<tu tuid="terminology:common:term_frontend" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>frontend</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>interfață</seg>
			</tuv>
		</tu>
		<tu tuid="terminology:common:term_hexademical_to_decimal" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Hexademical to decimal</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Hexazecimal în zecimal</seg>
			</tuv>
		</tu>
		<tu tuid="terminology:common:term_host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>host</seg>
			</tuv>
		</tu>
		<tu tuid="terminology:common:term_in_range" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>In range</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>În interval</seg>
			</tuv>
		</tu>
		<tu tuid="terminology:common:term_item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>item</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>element</seg>
			</tuv>
		</tu>
		<tu tuid="terminology:common:term_left_trim" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Left trim</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trunchiază la stânga</seg>
			</tuv>
		</tu>
		<tu tuid="terminology:common:term_lld" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>LLD</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>LLD</seg>
			</tuv>
		</tu>
		<tu tuid="terminology:common:term_low_level_discovery" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>low-level discovery</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>descoperire la nivel de bază</seg>
			</tuv>
		</tu>
		<tu tuid="terminology:common:term_matches_regexp" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Matches regular expression</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Se potrivește cu expresia regulată</seg>
			</tuv>
		</tu>
		<tu tuid="terminology:common:term_media_type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>media type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>tip de comunicare</seg>
			</tuv>
		</tu>
		<tu tuid="terminology:common:term_octal_to_decimal" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Octal to decimal</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Octal în zecimal</seg>
			</tuv>
		</tu>
		<tu tuid="terminology:common:term_ok_event" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>OK event</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>eveniment OK</seg>
			</tuv>
		</tu>
		<tu tuid="terminology:common:term_preprocessing" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>preprocessing</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>preprocesare</seg>
			</tuv>
		</tu>
		<tu tuid="terminology:common:term_preprocessing_step" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>preprocessing step</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>pas de preprocesare</seg>
			</tuv>
		</tu>
		<tu tuid="terminology:common:term_prolem_event" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>problem event</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>eveniment problemă</seg>
			</tuv>
		</tu>
		<tu tuid="terminology:common:term_prometheus_pattern" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Prometheus pattern</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Model Prometheus</seg>
			</tuv>
		</tu>
		<tu tuid="terminology:common:reg_exp" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Regular expression</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expresie regulată</seg>
			</tuv>
		</tu>
		<tu tuid="terminology:common:term_replace" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Replace</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Înlocuiește</seg>
			</tuv>
		</tu>
		<tu tuid="terminology:common:term_right_trim" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Right trim</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trunchiază la dreapta</seg>
			</tuv>
		</tu>
		<tu tuid="terminology:common:term_scheduled_report" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>scheduled report</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>raport programat</seg>
			</tuv>
		</tu>
		<tu tuid="terminology:common:term_simple_change" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Simple change</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Schimbare simplă</seg>
			</tuv>
		</tu>
		<tu tuid="terminology:common:tag" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>tag</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>etichetă</seg>
			</tuv>
		</tu>
		<tu tuid="terminology:common:tag_name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>tag name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>numele etichetei</seg>
			</tuv>
		</tu>
		<tu tuid="terminology:common:tag_value" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>tag value</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>valoarea etichetei</seg>
			</tuv>
		</tu>
		<tu tuid="terminology:common:term_template" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>template</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>șablon</seg>
			</tuv>
		</tu>
		<tu tuid="terminology:common:term_trigger" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>trigger</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>declanșator</seg>
			</tuv>
		</tu>
		<tu tuid="terminology:common:term_trim" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trim</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trunchiați</seg>
			</tuv>
		</tu>
		<tu tuid="terminology:common:term_unacknowledge" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>unacknowledge</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>neconfirmare</seg>
			</tuv>
		</tu>
		<tu tuid="terminology:common:term_unacknowledged" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>unacknowledged</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>neconfirmat</seg>
			</tuv>
		</tu>
		<tu tuid="terminology:common:term_webhook" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>webhook</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>notificare</seg>
			</tuv>
		</tu>
		<tu tuid="terminology:common:zabbix" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Zabbix</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Zabbix</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:0-or-1" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>0 or 1</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>0 sau 1</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:1d-day" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$d day</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$d zi</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:1d-day" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$d day</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$d zile</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:1d-day" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$d day</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$d zile</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:user-fullname1s-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>(%1$s %2$s)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>(%1$s %2$s)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:1s-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s Item</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s Element</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:1s-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s Item</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s Elemente</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:1s-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s Item</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s Elemente</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:1s-year-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s (year %2$s)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s (anul %2$s)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:10-seconds" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>10 seconds</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>10 secunde</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:1-minute" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>1 minute</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>1 minut</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:30-seconds" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>30 seconds</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>30 secunde</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:3d-view" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>3D view</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Vedere 3D</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:4s-failed-login-attempt-logged-last-failed-attempt-was-from-1s-on-2s-at-3s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%4$s failed login attempt logged. Last failed attempt was from %1$s on %2$s at %3$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%4$s tentative de logare eșuate înregistrate. Ultima tentativă eșuată a fost de la %1$s la %2$s la %3$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:4s-failed-login-attempt-logged-last-failed-attempt-was-from-1s-on-2s-at-3s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%4$s failed login attempt logged. Last failed attempt was from %1$s on %2$s at %3$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%4$s tentative de logare eșuate înregistrate. Ultima tentativă eșuată a fost de la %1$s la %2$s la %3$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:4s-failed-login-attempt-logged-last-failed-attempt-was-from-1s-on-2s-at-3s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%4$s failed login attempt logged. Last failed attempt was from %1$s on %2$s at %3$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%4$s tentativa de logare eșuată înregistrată. Ultima tentativă eșuată a fost de la %1$s la %2$s la %3$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:500-latest-values" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>500 latest values</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>500 ultimele valori</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:5-minutes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>5 minutes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>5 minute</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:5-seconds" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>5 seconds</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>5 secunde</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:acceptable-sla" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Acceptable SLA</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>SLA acceptabil</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:access-denied" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Access denied!</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acces refuzat!</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:ack" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Ack</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cnf</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:acknowledge" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Acknowledge</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Confirmare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:acknowledged" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Acknowledged</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Confirmat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:acknowledged-problem-events" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Acknowledged PROBLEM events</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Evenimente PROBLEMA confirmate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:action" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Action</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acțiune</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:action-1s-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Action "%1$s" already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acțiunea "%1$s" există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:action-1s-no-operations-defined" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Action "%1$s" no operations defined.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acțiunea "%1$s" nu are operațiuni definite.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:action-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Action added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acțiune adăugată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:action-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Action deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acțiune ștearsă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:action-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Action disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acțiuni dezactivate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:action-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Action disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acțiuni dezactivate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:action-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Action disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acțiune dezactivată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:action-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Action enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acțiuni dezactivate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:action-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Action enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acțiuni dezactivate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:action-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Action enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acțiune activată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:actions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Actions</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acțiuni</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:action-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Action updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acțiune actualizată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:maintenance-statusactive" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Active</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activ</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:active" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Active</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activ</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:active-since" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Active since</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activ de la</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:active-till" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Active till</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activ până la</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:add" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Add</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adaugă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adăugat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:add-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Add host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adaugă server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:add-new-or-existing-applications" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Add new or existing applications</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adaugă aplicații noi sau existente</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:add-new-or-existing-host-groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Add new or existing host groups</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adaugă grupuri de servere noi sau existente</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:add-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Add prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adaugă prototip</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:add-to-favourites" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Add to favourites</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adaugă la favorite</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:add-to-host-group" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Add to host group</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adaugă la grupul de servere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:add-to-host-groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Add to host groups</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adaugă la grupurile de servere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:admin" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Admin</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Admin</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:administration" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Administration</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Administrare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:advanced-labels" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Advanced labels</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Etichete avansate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:aes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>AES</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>AES</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:age" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Age</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Vechime</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:age-less-than" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Age less than</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Vechime mai mică decât</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:age-less-than-s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Age less than %s</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Vechime mai mică decât %s</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:agent" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>agent</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>agent</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:agent" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Agent</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Agent</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:agent-interfaces" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Agent interfaces</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Interfețe agent</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:agent-or-snmp-or-jmx-or-ipmi-interface" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Agent or SNMP or JMX or IPMI interface</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Agent sau SNMP sau JMX sau interfață IPMI</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:alias" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Alias</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Alias</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:all" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>all</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>toți</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:all" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>All</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tot</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:all-links-should-have-name-and-url-specified" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>All links should have "Name" and "URL" specified</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Toate linkurile trebuie sa aibă "Nume" și "URL" specificat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:all-media" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>all media</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>toata media</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:allowed-hosts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Allowed hosts</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Servere permise</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:and" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>AND</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>ȘI</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:any" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Any</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Orice</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:any-character-string-included" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Any character string included</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Orice șir de caractere inclus</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:application" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Application</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Aplicație</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:application-1s-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Application "%1$s" already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Aplicația "%1$s" există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:application-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Application added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Aplicație adăugată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:application-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Application deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Aplicații stearse</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:application-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Application deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Aplicație stearsă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:application-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Application deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Aplicații stearse</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:application-error" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Application error.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eroare aplicație.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:applications" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Applications</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Aplicații</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:application-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Application updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Aplicație actualizată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:application-with-id-1s-is-not-available-on-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Application with ID "%1$s" is not available on "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Aplicația cu ID "%1$s" nu este disponibilă pe "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:apply" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Apply</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Aplică</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:maintenance-statusapproaching" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Approaching</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Abordare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:apr" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Apr</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Apr</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:april" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>April</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Aprilie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:area-size" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Area size</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dimensiunea suprafeței</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:area-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Area type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipul suprafeței</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:are-you-sure-you-want-perform-this-action" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Are you sure you want perform this action?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Sunteti sigur că vreți sa efectuați această acțiune?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:are-you-sure-you-want-to-delete" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Are you sure you want to delete</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Sunteți sigur că doriți să ștergeți</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:as-blue" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>as Blue</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>ca Albastru</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:as-green" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>as Green</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>ca Verde</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:as-is" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>As is</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ca și</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:as-plain-text" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>As plain text</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ca text simplu</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:as-red" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>as Red</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>ca Roșu</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:asset-tag" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Asset tag</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eticheta activului</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:at-1s2s-on-3s-4s-of-every-5s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>At %1$s:%2$s on %3$s %4$s of every %5$s</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>La %1$s:%2$s în %3$s %4$s în fiecare %5$s</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:at-1s2s-on-day-3s-of-every-4s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>At %1$s:%2$s on day %3$s of every %4$s</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>La %1$s:%2$s în ziua %3$s în fiecare %4$s</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:at-hourminute" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>At (hour:minute)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>La (oră:minut)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:at-least-one-maintenance-period-must-be-created" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>At least one maintenance period must be created.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cel puțin o perioadă de mentenanță trebuie creată.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:audit" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Audit</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Audit</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:audit-data-storage-period" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Audit data storage period</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Perioadă de audit a stocării datelor</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:aug" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Aug</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Aug</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:august" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>August</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>August</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:authentication" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Authentication</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Autentificare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:authentication-algorithm" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Authentication algorithm</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Algoritm de autentificare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:authentication-method" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Authentication method</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Metodă de autentificare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:authentication-passphrase" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Authentication passphrase</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Frază de acces pentru autentificare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:authentication-protocol" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Authentication protocol</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Protocol de autentificare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:auto-login" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Auto-login</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Auto-login</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:automatic" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Automatic</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Automată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:automatic-icon-mapping" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Automatic icon mapping</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Maparea icon automată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:automatic-icon-selection" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Automatic icon selection</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Selectarea automată icon</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:auto-registered-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>auto-registered host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>server autoînregistrare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:auto-registration" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>auto registration</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>autoînregistrare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:auto-registration" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Auto registration</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Auto-înregistrare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:auto-registration-event-and-alert-data-storage-period" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Auto-registration event and alert data storage period</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Autoînregistrare evenimente si avertizări perioadă de stocare a datelor</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:availability" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Availability</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Disponibilitate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:availability-report" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Availability report</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Raport disponibilitate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:available" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Available</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Disponibil</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:average" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Average</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mediu</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:avg" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>avg</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>avg</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:background" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Background</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Fundal</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:background-image" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Background image</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Imagine de fundal</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:base-dn" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Base DN</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Bază DN</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:bind-dn" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Bind DN</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Bind DN</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:bind-password" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Bind password</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Parolă asociată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:blinking" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Blinking</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Intermitent</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:blocked" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Blocked</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Blocat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:bold-line" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Bold line</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Linie îngroșate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:bottom" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Bottom</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Jos</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:bulgarian-bg_bg" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Bulgarian (bg_BG)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Bulgară (bg_BG)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:by-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>By host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>După server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:by-trigger-template" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>By trigger template</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>După șablonul trigger-ului</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:calculated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Calculated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Calculat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:calculate-sla-acceptable-sla-in" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Calculate SLA, acceptable SLA (in %)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Calculul SLA, SLA acceptabil (în %)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:callback" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Callback</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Apelare inversă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:canada-136-characters" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Canada (136 characters)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Canada (136 caractere)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cancel" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cancel</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Anulează</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-add-action" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add action</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga acțiunea</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-add-action-condition" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add action condition</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga condiția acțiunii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-add-a-non-numeric-item-1s-to-graph-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add a non-numeric item "%1$s" to graph "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga elementul non-numeric "%1$s" la graficul "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-add-a-non-numeric-item-1s-to-graph-prototype-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add a non-numeric item "%1$s" to graph prototype "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga elementul non-numeric "%1$s" la prototipul grafic "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-add-application" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add application</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga aplicația</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-add-dependency-from-a-host-to-a-template" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add dependency from a host to a template.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga dependința server - șablon.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-add-dependency-from-trigger-1s2s-to-non-existing-trigger-3s4s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add dependency from trigger "%1$s:%2$s" to non existing trigger "%3$s:%4$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga dependința trigger "%1$s:%2$s" la trigger nonexistent "%3$s:%4$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-add-discovery-rule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add discovery rule</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga regula de detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-add-graph" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add graph</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga graficul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-add-graph-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add graph prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga un prototip grafic</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-add-group" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add group</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga grupul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-add-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga serverul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-add-host-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add host prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga prototipul serverului</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-add-image" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add image</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga imaginea</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-add-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add item</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga elementul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-add-item-1s-from-2s-to-application-3s-from-4s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add item "%1$s" from "%2$s" to application "%3$s" from "%4$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga elementul "%1$s" de la "%2$s" la aplicația "%3$s" de la "%4$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-add-item-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add item prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga prototip item</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-add-items" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add items.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot adăuga elementele.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-add-maintenance" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add maintenance</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga mentenanța</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-add-media-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add media type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga tipul de media</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-add-more-than-one-item-with-type-graph-sum-on-graph-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add more than one item with type "Graph sum" on graph "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot adăuga mai mult de un element de tipul "Sum grafic" la graficul "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-add-more-than-one-item-with-type-graph-sum-on-graph-prototype-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add more than one item with type "Graph sum" on graph prototype "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot adăuga mai mult de un element de tipul "Graph sum" la prototipul grafic "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-add-network-map" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add network map</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga harta rețea</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-add-new-application-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add new application "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga aplicație nouă "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-add-proxy" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add proxy</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga proxy</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-add-regular-expression" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add regular expression</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga expresia regulată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-add-screen" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add screen</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga ecranul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-add-script" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add script</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga scriptul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-add-service" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add service</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga serviciul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-add-slide-show" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add slide show</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga slide show</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-add-template" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add template</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga șablonul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-add-trigger" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add trigger</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga trigger-ul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-add-trigger-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add trigger prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga un prototip trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-add-user" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add user</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga utilizatorul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-add-user-both-passwords-must-be-equal" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add user. Both passwords must be equal.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga utilizatorul. Ambele parole trebuie să fie egale.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-add-value-map" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add value map</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga valoarea mapată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-add-web-scenario" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add web scenario</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pate adăuga scenariul web</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-clear-history" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot clear history</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge istoricul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-clone-graph-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot clone graph prototypes.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot clona prototipurile de grafic.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-clone-host-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot clone host prototypes.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot clona prototipurile de server.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-clone-item-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot clone item prototypes.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot clona prototipurile de element.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-clone-trigger-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot clone trigger prototypes.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot clona prototipurile de trigger.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-copy-trigger-1s2s-because-it-has-multiple-hosts-in-the-expression" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot copy trigger "%1$s:%2$s", because it has multiple hosts in the expression.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate copia trigge-rul "%1$s:%2$s", deoarece are servere multiple in expresie.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-create-a-host-prototype-on-a-discovered-host-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot create a host prototype on a discovered host "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate crea un prototip de server pe serverul detectat "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-create-another-database-connection" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot create another database connection.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate crea o altă conexiune la baza de date.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-create-circular-dependencies" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot create circular dependencies.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot crea dependințe circulare.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-create-dependency-on-trigger-itself" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot create dependency on trigger itself.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate crea dependință cu trigger-ul însuși.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-create-discovery-rule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot create discovery rule</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate crea regula de detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-create-icon-map" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot create icon map</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate crea icon hartă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-create-new-application-web-scenario-is-already-assigned-to-application" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot create new application, web scenario is already assigned to application.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate crea o aplicație nouă, scenariul web este deja asignat unei aplicații.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-delete-action" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete action</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge acțiunea</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-delete-application" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete application</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot șterge aplicația</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-delete-application" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete application</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot șterge aplicația</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-delete-dependency" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete dependency</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge dependința</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-delete-discovery-rule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete discovery rule</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge regula de detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-delete-discovery-rules" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete discovery rules</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot șterge regulile de detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-delete-graph" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete graph</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge graficul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-delete-graph-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete graph prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge prototipul graficului</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-delete-graph-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete graph prototypes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot șterge prototipuri grafice</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-delete-graphs" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete graphs</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot șterge graficele</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-delete-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge serverul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-delete-host-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete host prototype.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge prototipul de server.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-delete-host-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete host prototypes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot șterge prototipurile de server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-delete-icon-map" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete icon map</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge maparea icon-ului</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-delete-image" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete image</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge imaginea</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-delete-inventory" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete inventory.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge inventarul.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-delete-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete item</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge elementul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-delete-item-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete item prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge prototipul itemului</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-delete-item-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete item prototypes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot şterge prototipurile de element</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-delete-items" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete items</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot șterge elementele</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-delete-maintenance" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete maintenance</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge mentenanța</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-delete-network-map" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete network map</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge harta rețea</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-delete-regular-expression" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete regular expression</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot șterge expresiile regulate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-delete-regular-expression" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete regular expression</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge expresia regulată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-delete-regular-expression" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete regular expression</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot șterge expresiile regulate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-delete-screen" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete screen</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge ecranul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-delete-scripts-script-1s-is-used-in-action-operation-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete scripts. Script "%1$s" is used in action operation "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot șterge scripturile. Scriptul "%1$s" este folosit in acțiunea "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-delete-selected-actions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete selected actions</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot șterge acțiunile selectate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-delete-service" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete service</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge serviciul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-delete-slide-show" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete slide show</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge slide show-ul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-delete-template" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete template</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge șablonul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-delete-templated-application" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete templated application.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge o aplicație bazată pe un șablon.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-delete-templated-host-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete templated host prototype.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge prototipul de server bazat pe un șablon.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-delete-templated-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete templated item.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pote șterge un element bazat pe un șablon.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-delete-templated-items" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete templated items.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot șterge elementele bazate pe șabloane.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-delete-templated-trigger-1s2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete templated trigger "%1$s:%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge trigger-ul "%1$s:%2$s" bazat pe un șablon.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-delete-templated-web-scenario-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete templated web scenario "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge scenariul web "%1$s" bazat pe un șablon.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-delete-trigger" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete trigger</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge trigger-ul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-delete-trigger-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete trigger prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge prototipul trigger-ului</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-delete-trigger-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete trigger prototypes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot şterge prototipurile triggerilor</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-delete-triggers" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete triggers</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot șterge triggerii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-delete-user" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete user</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge utilizatorul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-delete-web-scenario" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete web scenario</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge scenariul web</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-delete-zabbix-internal-user-1s-try-disabling-that-user" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete Zabbix internal user "%1$s", try disabling that user.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge utilizatorul intern Zabbix "%1$s", încercați să dezactivați acest utilizator.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-disable-action" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable action</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot dezactiva acţiunile</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-disable-action" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable action</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate dezactiva acţiunea</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-disable-action" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable action</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot dezactiva acţiunile</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-disable-discovery-rule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable discovery rule</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot dezactiva regulile de detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-disable-discovery-rule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable discovery rule</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot dezactiva regulile de detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-disable-discovery-rule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable discovery rule</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate dezactiva regula de detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-disable-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot dezactiva servererele</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-disable-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot dezactiva servererele</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-disable-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate dezactiva serverul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-disable-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable item</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate dezactiva elementul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-disable-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable item</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot dezactiva elementele</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-disable-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable item</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot dezactiva elementele</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-disable-media-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable media type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate dezactiva tipul media</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-disable-media-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable media type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate dezactiva tipul media</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-disable-media-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable media type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate dezactiva tipul media</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-disable-trigger" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable trigger</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate dezactiva triggerul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-disable-trigger" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable trigger</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot dezactiva triggerii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-disable-trigger" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable trigger</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot dezactiva triggerii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-disable-user-group" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable user group</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot dezactiva grupurile utilizatorilor</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-disable-user-group" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable user group</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot dezactiva grupurile utilizatorilor</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-disable-user-group" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable user group</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate dezactiva grupul utilizatorului</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-disable-web-scenario" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable web scenario</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate dezactiva scenariul web</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-disable-web-scenario" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable web scenario</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate dezactiva scenariul web</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-disable-web-scenario" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable web scenario</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot dezactiva scenariile web</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-display-item-queue" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot display item queue.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu poate afişa coada element.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-display-more-than-one-item-with-type-graph-sum" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot display more than one item with type "Graph sum".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate afișa mai mult de un element de tipul "Sum grafic".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-enable-action" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable action</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate activa acțiunea</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-enable-action" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable action</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot activa acțiunile</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-enable-action" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable action</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot activa acțiunile</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-enable-discovery-rule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable discovery rule</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate activa regula de detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-enable-discovery-rule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable discovery rule</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot activa regulile de detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-enable-discovery-rule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable discovery rule</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot activa regulile de detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-enable-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot activa serverele</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-enable-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot activa serverele</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-enable-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate activa srverul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-enable-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable item</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot activa elementele</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-enable-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable item</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot activa elementele</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-enable-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable item</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate activa elementul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-enable-media-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable media type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate activa tipul media</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-enable-media-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable media type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate activa tipurile media</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-enable-media-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable media type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate activa tipul media</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-enable-trigger" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable trigger</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot activa trigerii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-enable-trigger" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable trigger</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot activa trigerii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-enable-trigger" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable trigger</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate activa trigger-ul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-enable-user-group" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable user group</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate activa grupul utilizatorului</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-enable-user-group" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable user group</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot activa grupurile utilizatorului</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-enable-user-group" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable user group</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot activa grupurile utilizatorului</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-enable-web-scenario" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable web scenario</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot activa scenariile web</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-enable-web-scenario" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable web scenario</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate activa scenariul web</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-enable-web-scenario" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable web scenario</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot activa scenariile web</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-find-background-image-1s-used-in-map-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find background image "%1$s" used in map "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate găsi imaginea de fundal "%1$s" folosită în harta "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-find-graph-1s-used-in-screen-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find graph "%1$s" used in screen "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate găsi graficul "%1$s" folosit în ecranul "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-find-group-1s-used-in-map-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find group "%1$s" used in map "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate găsi grupul "%1$s" folosit în harta "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-find-group-1s-used-in-screen-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find group "%1$s" used in screen "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate găsi grupul "%1$s" folosit în ecranul "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-find-host-1s-used-in-map-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find host "%1$s" used in map "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate găsi serverul "%1$s" folosit în harta "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-find-host-1s-used-in-screen-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find host "%1$s" used in screen "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate găsi serverul "%1$s" folosit în ecranul "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-find-host-group-1s-for-host-prototype-2s-of-discovery-rule-3s-on-4s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find host group "%1$s" for host prototype "%2$s" of discovery rule "%3$s" on "%4$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate gasi grupul server "%1$s" pentru serverul prototip "%2$s" a regulii de detecție "%3$s" pe "%4$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-find-host-interface-on-1s-for-item-key-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find host interface on "%1$s" for item key "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate găsi interfața serverului în "%1$s" pentru elementul "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-find-icon-1s-used-in-map-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find icon "%1$s" used in map "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate găsi icon-ul "%1$s" folosit în harta "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-find-icon-map-1s-used-in-map-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find icon map "%1$s" used in map "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate găsi maparea icon-ului "%1$s" folosit în harta "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-find-item-1s-on-2s-used-as-the-y-axis-max-value-for-graph-3s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find item "%1$s" on "%2$s" used as the Y axis MAX value for graph "%3$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate găsi elementul "%1$s" pe "%2$s" folosit ca și axă Y valoarea MAX pentru graficul "%3$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-find-item-1s-on-2s-used-as-the-y-axis-max-value-for-graph-prototype-3s-of-discovery-rule-4s-on-5s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find item "%1$s" on "%2$s" used as the Y axis MAX value for graph prototype "%3$s" of discovery rule "%4$s" on "%5$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate găsi elementul  "%1$s" pe "%2$s" folosit ca și axă Y valoarea MAX pentru prototipul grafic "%3$s" a regulii de detecție "%4$s" pe "%5$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-find-item-1s-on-2s-used-as-the-y-axis-min-value-for-graph-3s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find item "%1$s" on "%2$s" used as the Y axis MIN value for graph "%3$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate găsi elementul "%1$s" pe "%2$s" folosit ca și axă Y valoarea MIN pentru graficul "%3$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-find-item-1s-on-2s-used-as-the-y-axis-min-value-for-graph-prototype-3s-of-discovery-rule-4s-on-5s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find item "%1$s" on "%2$s" used as the Y axis MIN value for graph prototype "%3$s" of discovery rule "%4$s" on "%5$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate găsi elementul  "%1$s" pe "%2$s" used as the Y axis MIN value for graph prototype "%3$s" of discovery rule "%4$s" on "%5$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-find-item-1s-used-in-screen-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find item "%1$s" used in screen "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate găsi elementul "%1$s" folosit în ecranul "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-find-map-1s-used-in-map-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find map "%1$s" used in map "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate găsi harta "%1$s" folosită în harta "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-find-map-1s-used-in-screen-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find map "%1$s" used in screen "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate găsi harta "%1$s" folosită în ecranul "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-find-screen-1s-used-in-screen-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find screen "%1$s" used in screen "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate găsi ecranul "%1$s" folosit în ecranul "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-find-template-1s-for-host-prototype-2s-of-discovery-rule-3s-on-4s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find template "%1$s" for host prototype "%2$s" of discovery rule "%3$s" on "%4$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate gasi șablonul "%1$s" pentru serverul prototip "%2$s" a regulii de detecție "%3$s" pe "%4$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-find-trigger-1s-used-in-map-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find trigger "%1$s" used in map "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate găsi trigger-ul "%1$s" folosit în harta "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-find-value-map-1s-used-for-item-2s-on-3s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find value map "%1$s" used for item "%2$s" on "%3$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate găsi harta valorilor "%1$s" folosită pentru elementul "%2$s" pe "%3$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-find-value-map-1s-used-for-item-prototype-2s-of-discovery-rule-3s-on-4s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find value map "%1$s" used for item prototype "%2$s" of discovery rule "%3$s" on "%4$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate gasi harta valorilor "%1$s" folosită pentru prototipul item  "%2$s" a regulii de detecție "%3$s" pe "%4$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-format-tree" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot format tree.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate formata arborele.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-format-tree-check-logic-structure-in-service-links" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot format Tree. Check logic structure in service links.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate formata arborele. Verificați structura logică în legăturile cu serviciul.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-import-screen-1s-subscreen-2s-does-not-exist" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot import screen "%1$s": subscreen "%2$s" does not exist.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate importa ecranul "%1$s": ecranele secundare "%2$s" nu există.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-import-screen-1s-subscreen-2s-does-not-exist" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot import screen "%1$s": subscreen "%2$s" does not exist.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate importa ecranul "%1$s": ecranul secundar "%2$s" nu există.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-import-screen-1s-subscreen-2s-does-not-exist" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot import screen "%1$s": subscreen "%2$s" does not exist.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate importa ecranul "%1$s": ecranele secundare "%2$s" nu există.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-import-template-1s-linked-template-2s-does-not-exist" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot import template "%1$s", linked template "%2$s" does not exist.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate importa template-ul "%1$s", șabloanele corelate "%2$s" nu există.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-import-template-1s-linked-template-2s-does-not-exist" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot import template "%1$s", linked template "%2$s" does not exist.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate importa template-ul "%1$s", șablonul corelat "%2$s" nu există.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-import-template-1s-linked-template-2s-does-not-exist" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot import template "%1$s", linked template "%2$s" does not exist.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate importa template-ul "%1$s", șabloanele corelate "%2$s" nu există.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-include-view-file-s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot include view file "%s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate include vezi fișier "%s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-insert-trigger-expression" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot insert trigger expression</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate introduce expresia trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-link-template" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot link template</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate asocia șablonul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-logout" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot logout.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate face deconectarea.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-mass-update-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot mass update host name.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate face actualizare în masă a numelui serverului.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-mass-update-visible-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot mass update visible host name.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate face actualizare în masă a numelui vizibil al serverului.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-pass-duplicate-template-ids-for-the-linkage-s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot pass duplicate template IDs for the linkage: %s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot valida ID-urile duplicat pentru asocierea: %s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-perform-delete-statement-on-table-1s-without-where-condition" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot perform delete statement on table "%1$s" without where condition.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate efectua instrucțiunea de ștergere în tabela "%1$s" fără condiția where.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-perform-update-statement-on-table-1s-without-values" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot perform update statement on table "%1$s" without values.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate efectua instrucțiunea de actualizare în tabela "%1$s" fără valori.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-perform-update-statement-on-table-1s-without-where-condition" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot perform update statement on table "%1$s" without where condition.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate efectua instrucțiunea de actualizare în tabela "%1$s" fără condiția where.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-process-applications-from-different-hosts-or-templates" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot process applications from different hosts or templates.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot procesa aplicațiile de la diferite servere sau șabloane.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-read-the-response-check-connection-with-the-zabbix-server-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot read the response, check connection with the Zabbix server "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate citi răspunsul, verificați conexiunea cu serverul Zabbix "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-rename-guest-user" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot rename guest user.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate redenumi utilizatorul guest.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-save-discovery-rule-without-checks" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot save discovery rule without checks.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate salva regula de detecție fără verificări.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-send-command-check-connection-with-zabbix-server-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot send command, check connection with Zabbix server "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate trimite comanda, verificați conexiunea cu serverul Zabbix "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-set-1s-for-item-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot set "%1$s" for item "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate seta "%1$s" pentru elementul "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-set-inventory-fields-for-disabled-inventory" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot set inventory fields for disabled inventory.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot seta câmpurile inventarului pentru un inventar dezactivat.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-set-templateid-for-screen-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot set "templateid" for screen "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate seta "templateid" pentru ecranul "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-switch-host-for-interface" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot switch host for interface.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate schimba serverul pentru interfață.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-unblock-users" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot unblock users</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot debloca utilizatorii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-unlink-and-clear-applications" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot unlink and clear applications.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot deconecta și șterge aplicațiile.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-unlink-and-clear-discovery-rules" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot unlink and clear discovery rules</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot deconecta și șterge regulile de detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-unlink-and-clear-web-scenarios" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot unlink and clear Web scenarios.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot deconecta și șterge scenariile Web.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-unlink-template" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot unlink template</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate deconecta șablonul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-unlink-trigger-s-it-has-items-from-template-that-is-left-linked-to-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot unlink trigger "%s", it has items from template that is left linked to host.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate deconecta trigger-ul "%s", el are elemente din șablonul care este lăsat asociat la server.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-update-1s-for-action-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update "%1$s" for action "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza "%1$s" pentru acțiunea "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-update-1s-for-item-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update "%1$s" for item "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza "%1$s" pentru elementul "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-update-action" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update action</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza acțiunea</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-update-a-discovered-graph" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update a discovered graph.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza un grafic bazat pe detecție.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-update-a-discovered-host-group" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update a discovered host group.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza un grup de servere bazat pe detecție.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-update-application" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update application</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza aplicația</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-update-configuration" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update configuration</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza configurația</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-update-debug-mode" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update debug mode</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza modul de depanare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-update-discovery-rule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update discovery rule</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza regula de detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-update-frontend-access" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update frontend access</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza accesul la frontend</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-update-graph" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update graph</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza graficul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-update-graph-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update graph prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza prototipul grafic</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-update-group" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update group</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza grupul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-update-groups-for-discovered-host-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update groups for discovered host "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot actualiza grupurile pentru serverul detectat "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-update-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza serverul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-update-hosts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update hosts</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot actualiza serverele</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-update-icon-map" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update icon map</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza maparea icon-ului</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-update-image" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update image</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza imaginea</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-update-interface-for-discovered-host-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update interface for discovered host "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza interfața pentru serverul detectat "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-update-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update item</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza elementul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-update-items" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update items</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot actualiza elementele</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-update-macros" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update macros</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot actualiza macro-urile</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-update-maintenance" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update maintenance</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza mentenanța</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-update-media-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update media type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza tipul media</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-update-network-map" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update network map</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza harta rețea</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-update-proxy" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update proxy</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza proxy-ul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-update-proxy-for-discovered-host-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update proxy for discovered host "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza proxy-ul pentru serverul detectat "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-update-regular-expression" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update regular expression</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza expresia regulată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-update-screen" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update screen</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza ecranul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-update-script" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update script</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza scriptul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-update-service" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update service</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza serviciul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-update-slide-show" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update slide show</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza slide show-ul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-update-template" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update template</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza șablonul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-update-templated-applications" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update templated applications.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot actualiza aplicațiile bazate pe un șablon.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-update-templateid-for-screen-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update "templateid" for screen "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza "templateid" pentru ecranul "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-update-templateid-for-template-screen-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update "templateid" for template screen "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza "templateid" pentru ecranul șablon "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-update-templates-on-discovered-host-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update templates on discovered host "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza șablonul pentru serverul detectat "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-update-trigger" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update trigger</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza trigger-ul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-update-trigger-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update trigger prototypes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza prototipurile trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-update-user" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update user</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza utilizatorul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-update-user-both-passwords-must-be-equal" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update user. Both passwords must be equal.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza utilizatorul. Ambele parole trebuie să fie egale.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-update-value-map" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update value map</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza valoarea mapată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-update-web-scenario" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update web scenario</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza scenariul web</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:cannot-validate-discovery-check-invalid-request-or-connection-to-zabbix-server-failed" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot validate discovery check: invalid request or connection to Zabbix server failed.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate valida verificarea de detecție: cerere invalidă sau conexiune cazută cu serverul Zabbix. </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:case-sensitive" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Case sensitive</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Majuscule semnificative</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:change-password" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Change password</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Modifică parola</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:character" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Character</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Caracter</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:character-string-included" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Character string included</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șir de caractere inclus</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:character-string-not-included" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Character string not included</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șir de caractere neinclus</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:chassis" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Chassis</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șasiu</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:check-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Check already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Verificarea există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:check-expression-part-starting-from-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Check expression part starting from "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Verifică partea din expresie care începe de la "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:checks" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Checks</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Verificări</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:checks-should-be-unique" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Checks should be unique.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Verificările trebuie să fie unice.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:check-the-key-please-default-example-was-passed" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Check the key, please. Default example was passed.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Vă rugăm să verificați cheia. A fost folosit exemplul implicit.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:check-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Check type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Verificați tipul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:chinese-zh_cn" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Chinese (zh_CN)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Chineză (zh_CN)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:chinese-zh_tw" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Chinese (zh_TW)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Chineză (zh_TW)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:circular-reference-in-screens-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Circular reference in screens: %1$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Refefință circulară în ecranele: %1$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:circular-reference-in-templates-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Circular reference in templates: %1$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Refefință circulară în șabloanele: %1$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:circular-template-linkage-is-not-allowed" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Circular template linkage is not allowed.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Legătura circulară în șabloane nu este permisă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:clear" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Clear</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șterge</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:clear-history-and-trends" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Clear history and trends</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șterge istoric și tendințe</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:clear-when-unlinking" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Clear when unlinking</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șterge la deconectare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:clock" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Clock</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ceas</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:clone" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Clone</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Clonă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:close" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Close</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Închide</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:close-expression-constructor" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Close expression constructor</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Închide constructorul de expresii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:colour" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Colour</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Culoare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:colour-1s-is-not-correct-expecting-hexadecimal-colour-code-6-symbols" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Colour "%1$s" is not correct: expecting hexadecimal colour code (6 symbols).</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Culoarea "%1$s" nu este corectă: trebuie un cod hexadecimal (6 simboluri).</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:colour-ok" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Colour (OK)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Culoare (OK)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:columns" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Columns</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Coloane</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:column-span" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Column span</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expansiune coloană</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:combined-result" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Combined result</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Rezultat combinat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:command" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Command</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Comandă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:commands" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Commands</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Comenzi</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:commercial" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Commercial</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Comercial</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:condition" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Condition</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Condiție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:conditions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Conditions</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Condiții</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:configuration" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:configuration-cache-statistics-cache-buffer-modes-pfree-total-used-free" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration cache statistics. Cache - buffer (modes: pfree, total, used, free).</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Statistici configurare cache. Cache - buffer (moduri: pfree, total, used, free).</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:configuration-import" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration import</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Importă configurație</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:configuration-of-actions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of actions</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare acțiuni</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:configuration-of-applications" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of applications</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare aplicații</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:configuration-of-discovery-rules" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of discovery rules</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare reguli de detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:configuration-of-graph-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of graph prototypes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare prototipuri grafic</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:configuration-of-graphs" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of graphs</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare grafice</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:configuration-of-gui" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of GUI</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare GUI</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:configuration-of-host-groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of host groups</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare grupuri de servere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:configuration-of-host-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of host prototypes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare prototipuri server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:configuration-of-hosts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of hosts</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare servere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:configuration-of-housekeeping" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of housekeeping</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare housekeeping</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:configuration-of-icon-mapping" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of icon mapping</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare mapare icon</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:configuration-of-images" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of images</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare imagini</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:configuration-of-item-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of item prototypes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare prototipuri element</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:configuration-of-items" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of items</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare elemente</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:configuration-of-macros" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of macros</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare macro-uri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:configuration-of-maintenance-periods" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of maintenance periods</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare perioade de întreținere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:configuration-of-media-types" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of media types</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare tip media</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:configuration-of-network-maps" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of network maps</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare hărți rețea</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:configuration-of-proxies" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of proxies</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare proxy-uri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:configuration-of-regular-expressions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of regular expressions</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare expresii regulate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:configuration-of-screens" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of screens</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare ecrane</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:configuration-of-scripts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of scripts</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare scripturi</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:configuration-of-slide-shows" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of slide shows</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare slide show-uri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:configuration-of-templates" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of templates</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare șabloane</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:configuration-of-trigger-displaying-options" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of trigger displaying options</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare opțiuni de afișaj trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:configuration-of-trigger-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of trigger prototypes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare prototipuri trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:configuration-of-triggers" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of triggers</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare triggeri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:configuration-of-trigger-severities" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of trigger severities</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare severități trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:configuration-of-user-groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of user groups</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare grupuri utilizator</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:configuration-of-users" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of users</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare utilizatori</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:configuration-of-value-mapping" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of value mapping</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare mapare valoare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:configuration-of-web-monitoring" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of web monitoring</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare monitorizare web</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:configuration-of-working-time" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of working time</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare timp de lucru</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:configuration-of-zabbix" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of Zabbix</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare Zabbix</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:configuration-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configuraţie actualizată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:confirmation-text" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Confirmation text</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Text de confirmare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:connection-timeout-of-1s-seconds-exceeded-when-connecting-to-zabbix-server-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Connection timeout of %1$s seconds exceeded when connecting to Zabbix server "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Timpul de așteptare de %1$s secunde a fost depășit la conectarea cu serverul Zabbix "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:connection-to-zabbix-server-s-failed-possible-reasons-1-incorrect-server-ipdns-in-the-zabbixconfphp-2-incorrect-dns-server-configuration" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Connection to Zabbix server "%s" failed. Possible reasons:
1. Incorrect server IP/DNS in the "zabbix.conf.php";
2. Incorrect DNS server configuration.
</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Conectarea la serverul Zabbix "%s" eșuată. Motive posibile:
1. IP/DNS server incorect în "zabbix.conf.php";
2. Configurare server DNS incorectă.
</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:connection-to-zabbix-server-s-refused-possible-reasons-1-incorrect-server-ipdns-in-the-zabbixconfphp-2-security-environment-for-example-selinux-is-blocking-the-connection-3-zabbix-server-daemon-not-running-4-firewall-is-blocking-tcp-connection" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Connection to Zabbix server "%s" refused. Possible reasons:
1. Incorrect server IP/DNS in the "zabbix.conf.php";
2. Security environment (for example, SELinux) is blocking the connection;
3. Zabbix server daemon not running;
4. Firewall is blocking TCP connection.
</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Conectare la serverul Zabbix "%s" refuzată. Motive posibi:
1. IP/DNS server incorect în "zabbix.conf.php";
2. Mediul de securitate (de exemplu, SELinux) blochează conexiunea;
3. Daemonul serverului Zabbix nu funcționează;
4. Firewallul blochează conexiunea TCP.
</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:connection-to-zabbix-server-s-timed-out-possible-reasons-1-incorrect-server-ipdns-in-the-zabbixconfphp-2-firewall-is-blocking-tcp-connection" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Connection to Zabbix server "%s" timed out. Possible reasons:
1. Incorrect server IP/DNS in the "zabbix.conf.php";
2. Firewall is blocking TCP connection.
</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Conectarea la serverul Zabbix "%s" a expirat. Motive posibile:
1. IP/DNS server incorect în "zabbix.conf.php";
2. Firewallul blochează conexiunea TCP.
</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:connect-to" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Connect to</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Conectare la</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:contact" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Contact</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Contact</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:context-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Context name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume context</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:contract-number" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Contract number</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numărul contractului</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:coordinates" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Coordinates</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Coordonate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:copy" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Copy</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Copiază</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:could-not-save-image" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Could not save image!</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu s-a putut salva imaginea!</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:count" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Count</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Număr</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:create-action" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create action</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează acțiune</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:create-application" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create application</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează aplicație</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:create-application-select-host-first" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create application (select host first)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează aplicație (selectați serverul prima dată)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:create-discovery-rule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create discovery rule</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează regula de detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:create-graph" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create graph</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează grafic</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:create-graph-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create graph prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează prototip de grafic</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:create-graph-select-host-first" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create graph (select host first)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează grafic (selectați serverul prima dată)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:create-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:create-host-group" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create host group</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează grup de servere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:create-host-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create host prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează prototip de server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:create-icon-map" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create icon map</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează mapare icon</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:create-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create item</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează element</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:create-item-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create item prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează prototip de element</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:create-item-select-host-first" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create item (select host first)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează element (selectați serverul prima dată)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:create-maintenance-period" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create maintenance period</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează perioadă de mentenanță</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:create-map" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create map</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează hartă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:create-media-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create media type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează tip media</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:create-proxy" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create proxy</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează proxy</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:create-screen" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create screen</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează ecran</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:create-script" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create script</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează script</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:create-slide-show" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create slide show</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează slide show</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:create-template" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create template</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează șablon</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:create-trigger" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create trigger</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:create-trigger-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create trigger prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează prototip de trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:create-trigger-select-host-first" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create trigger (select host first)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează trigger (selectați serverul prima dată)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:create-user" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create user</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează utilizator</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:create-user-group" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create user group</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează grup utilizatori</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:create-value-map" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create value map</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează mapare valoare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:critical" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Critical</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Critic</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:current-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Current host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Serverul curent</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:current-value" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Current value</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare curentă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:custom-graphs" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Custom graphs</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grafice personalizate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:custom-label" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Custom label</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Etichetă personalizată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:custom-label-for-map-2s-elements-of-type-1s-may-not-be-empty" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Custom label for map "%2$s" elements of type "%1$s" may not be empty.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eticheta personalizată pentru harta "%2$s" elementele de tipul "%1$s" nu poate fi vidă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:custom-multiplier" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Custom multiplier</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Multiplicator personalizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:custom-screens" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Custom screens</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ecrane personalizate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:custom-script" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Custom script</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Script personalizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:custom-severity-names-affect-all-locales-and-require-manual-translation" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Custom severity names affect all locales and require manual translation!</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numele de severitate personalizată afectează toate localizările și necesită traducere manuală!</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:custom-size" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Custom size</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dimensiune personalizată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:custom-slides" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Custom slides</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Slide-uri personalizate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:czech-cs_cz" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Czech (cs_CZ)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cehă (cs_CZ)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:day-shortd" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>d</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>z</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:daily" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Daily</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Zilnic</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:dashboard" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Dashboard</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Panou de supraveghere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:dashed-line" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Dashed line</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Linie întreruptă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:data" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Data</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:database-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Database host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Server bază de date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:database-monitor" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Database monitor</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Monitor bază de date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:database-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Database name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume bază de date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:database-password" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Database password</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Parolă bază de date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:database-port" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Database port</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Port bază de date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:database-schema" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Database schema</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Schema bazei de date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:database-server" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Database server</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Server baze de date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:database-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Database type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipul bazei de date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:database-user" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Database user</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Utilizator bază de date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:data-from-1s-generated-in-2s-sec" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Data from %1$s. Generated in %2$s sec.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Date din %1$s. Generate în %2$s sec.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:data-overview" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Data overview</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Verificare date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:date" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Date</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:date-hw-decommissioned" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Date HW decommissioned</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dată HW dezafectat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:date-hw-installed" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Date HW installed</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dată HW instalat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:date-hw-maintenance-expires" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Date HW maintenance expires</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Data de mentenanță HW expiră</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:date-hw-purchased" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Date HW purchased</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Data achiziției HW</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:day" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Day</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Zi</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:day-of-month" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Day of month</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ziua lunii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:day-of-week" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Day of week</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ziua săptămânii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:days" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>days</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>zile</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:days" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Days</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Zile</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:d-device" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%d device</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%d echipamente</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:d-device" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%d device</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%d echipament</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:d-device" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%d device</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%d echipamente</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:debug" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Debug</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Depanare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:debug-mode" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Debug mode</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mod depanare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:debug-mode-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Debug mode updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Modu depanare actualizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:dec" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Dec</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dec</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:december" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>December</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Decembrie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:default" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>default</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>implicit</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:default" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Default</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Implicit</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:default-authentication" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Default authentication</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Autentificare implicită</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:default-message" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Default message</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mesaj implicit</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:default-operation-step-duration" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Default operation step duration</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Durata etapei operației implicite</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:default-subject" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Default subject</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Subiect implicit</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:default-theme" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Default theme</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tema implicită</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:default-theme-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Default theme "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tema implicită "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:delay" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delay</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Întârziere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:delayed-by" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delayed by</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Întârziat de către</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:delete" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șterge</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:delete-and-clear" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete and clear</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șterge și curăță</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:delete-and-clear-selected-templates-warning-all-linked-hosts-will-be-cleared" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete and clear selected templates? (Warning: all linked hosts will be cleared!)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere si curățare șabloane selectate? (Avertizare: toate serverele conectate vor fi șterse!)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:delete-and-clear-template-warning-all-linked-hosts-will-be-cleared" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete and clear template? (Warning: all linked hosts will be cleared!)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere si curățare șablon? (Avertizare: toate serverele conectate vor fi șterse!)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:delete-application" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete application?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere aplicație?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:delete-current-action" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete current action?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere acțiune curentă?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șters</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:deleted-host-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Deleted: Host "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere: Server "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:deleted-host-prototype-1s-on-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Deleted: Host prototype "%1$s" on "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creat: Prototip server "%1$s" pe "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:delete-discovery-rule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete discovery rule?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere regulă de detecție?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:deleted-template-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Deleted: Template "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere: Șablon "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:delete-expression" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete expression?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere expresie?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:delete-graph" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete graph?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere element grafic?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:delete-graph-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete graph prototype?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere prototip de grafic?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:delete-history-of-selected-items" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete history of selected items?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere istoric pentru itemi selectați?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:delete-icon-map" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete icon map?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere harta icoanei?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:delete-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete item?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere element?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:delete-item-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete item prototype?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere prototip de element?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:delete-links-between-selected-elements" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete links between selected elements?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere legătura între elementele selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:delete-maintenance-period" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete maintenance period?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere perioadă de întreținere?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:delete-proxy" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete proxy?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere proxy?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:delete-regular-expression" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete regular expression?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere expresie uzuală?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:delete-screen" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete screen?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere monitor?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:delete-script" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete script?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere script?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:delete-selected-actions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected actions?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere acțiuni selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:delete-selected-applications" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected applications?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere aplicații selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:delete-selected-discovery-rules" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected discovery rules?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere regulă de detecție selectată?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:delete-selected-elements" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected elements?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere elemente selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:delete-selected-graph-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected graph prototypes?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere prototipuri grafici selectați?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:delete-selected-graphs" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected graphs?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere elemente grafice selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:delete-selected-group" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected group?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere grup selectat?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:delete-selected-groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected groups?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere grupuri selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:delete-selected-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected host?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere server selectat?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:delete-selected-host-groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected host groups?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere grupuri de servere selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:delete-selected-host-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected host prototype?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere prototipuri de servere selectați?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:delete-selected-host-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected host prototypes?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere prototipuri de servere selectați?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:delete-selected-hosts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected hosts?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere servere selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:delete-selected-image" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected image?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere imagine selectată?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:delete-selected-item-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected item prototypes?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere elemente prototip selectațe?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:delete-selected-items" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected items?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere elementele selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:delete-selected-maintenance-periods" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected maintenance periods?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere perioade de întreținere selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:delete-selected-maps" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected maps?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere hărți selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:delete-selected-media-types" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected media types?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere elemente media selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:delete-selected-proxies" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected proxies?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere proxy-uri selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:delete-selected-regular-expressions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected regular expressions?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere expresii uzuale selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:delete-selected-screens" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected screens?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere ecrane selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:delete-selected-scripts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected scripts?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere scripturi selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:delete-selected-slide-shows" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected slide shows?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere prezentări selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:delete-selected-templates" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected templates?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere șabloane selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:delete-selected-trigger-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected trigger prototypes?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere prototipuri de trigger selectați?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:delete-selected-triggers" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected triggers?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere triggeri selectați?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:delete-selected-user" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected user?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere utilizator selectat?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:delete-selected-users" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected users?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere utilizatori selectați?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:delete-selected-value-mapping" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected value mapping?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere valoare de mapare selectată?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:delete-selected-value-mapping-it-is-used-for-d-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected value mapping? It is used for %d item!</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere valoare de mapare selectată? Este utilizată pentru elementele %d!</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:delete-selected-value-mapping-it-is-used-for-d-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected value mapping? It is used for %d item!</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere valoare de mapare selectată? Este utilizată pentru elementele %d!</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:delete-selected-value-mapping-it-is-used-for-d-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected value mapping? It is used for %d item!</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere valoare de mapare selectată? Este utilizată pentru elementele %d!</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:delete-slide-show" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete slide show?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere prezentare?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:delete-template" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete template?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere șablon?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:delete-trigger" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete trigger?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere trigger?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:delete-trigger-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete trigger prototype?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere prototip de trigger?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:delimiter" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delimiter</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Delimitator</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:deny" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Deny</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Negare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:dependencies" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Dependencies</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dependențe</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:dependent" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Dependent</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dependenţă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:depends-on" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Depends on</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Depinde de</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:deployment-status" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Deployment status</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Stare de implementare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:des" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>DES</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>DES</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:description" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Description</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Descriere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:details" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Details</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Detalii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:device" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Device</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Echipament</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:device-uniqueness-criteria" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Device uniqueness criteria</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Criteriu unic al echipamentului</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:dimension-cols-x-rows" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Dimension (cols x rows)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dimensiune (coloane x rânduri)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:disable" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Disable</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezactivare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezactivat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>DISABLED</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>DEZACTIVAT</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:disable-debug-mode-in-selected-groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Disable debug mode in selected groups?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezactivare mod de depanare în grupurile selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:disable-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Disable host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezactivare server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:disable-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Disable host?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezactivare server?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:disable-hosts-in-the-selected-host-groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Disable hosts in the selected host groups?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezactivare servere în grupurile de servere selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:disable-hosts-monitored-by-selected-proxies" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Disable hosts monitored by selected proxies?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezactivare servere monitorizate de proxy-urile selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:disable-selected-actions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Disable selected actions?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezactivare acțiuni selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:disable-selected-applications" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Disable selected applications?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezactivare aplicații selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:disable-selected-discovery-rules" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Disable selected discovery rules?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezactivare reguli de detecție selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:disable-selected-groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Disable selected groups?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezactivare grupuri selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:disable-selected-hosts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Disable selected hosts?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezactivare servere selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:disable-selected-items" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Disable selected items?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezactivare itemi selectaţi?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:disable-selected-media-types" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Disable selected media types?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezactivare elemente media selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:disable-selected-triggers" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Disable selected triggers?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezactivare triggeri selectați?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:disaster" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Disaster</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezastru</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:discovered" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovered</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Detectat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:discovered-by" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovered by</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Detectat de</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:discovered-device" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovered device</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Echipament detectat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:discovered-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>discovered host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>server detectat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:discovered-service" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>discovered service</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>serviciu detectat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:discovery" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>discovery</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:discovery" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Detectare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:discovery-by-proxy" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery by proxy</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Detectat de către proxy</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:discovery-check" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery check</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Verificare de detectare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:discovery-check-error" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery check error</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eroare la verificarea de detectare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:discovery-checks" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery checks</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Verificări de detectare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:discovery-list" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery list</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Listă de detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:discovery-object" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery object</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Obiect detectat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:discovery-rule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery rule</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Regulă de detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:discovery-rule-1s-already-exists-on-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery rule "%1$s" already exists on "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Regula de detecție "%1$s" există deja pe "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:discovery-rule-1s-already-exists-on-2s-inherited-from-another-template" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery rule "%1$s" already exists on "%2$s", inherited from another template.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Regula de detecție "%1$s" există deja pe "%2$s", moștenită de la alt șablon.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:discovery-rule-created" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery rule created</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Regulă de detecție creată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:discovery-rule-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery rule deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Regulă de detecție ștearsă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:discovery-rule-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery rule disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Reguli de detecție dezactivate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:discovery-rule-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery rule disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Regulă de detecție dezactivată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:discovery-rule-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery rule disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Reguli de detecție dezactivate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:discovery-rule-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery rule enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Regulă de detecție activată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:discovery-rule-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery rule enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Reguli de detecție activate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:discovery-rule-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery rule enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Reguli de detecție activate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:discovery-rules" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery rules</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Reguli de detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:discovery-rules-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery rules deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Reguli de detecție șterse</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:discovery-rule-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery rule updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Regulă de detecție actualizată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:discovery-status" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery status</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Stare detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:displaying-1s-of-2s-found" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Displaying %1$s of %2$s found</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Afișare %1$s din %2$s gasită</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:display-ok-triggers-for" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Display OK triggers for</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Afișare triggeri OK pentru</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:dm" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>d.M</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>z.L</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:dns" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>DNS</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>DNS</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:dns-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>DNS name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume DNS</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:do-not-calculate" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Do not calculate</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu calculeză</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:dot" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Dot</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Punct</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:discovery-statusdown" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Down</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Oprit</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:discovery-results-in-dashboarddown" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Down</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Oprit</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:downtime" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Downtime</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Avarie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:do-you-wish-to-replace-the-conditional-expression" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Do you wish to replace the conditional expression?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Doreşti să înlocuiești expresia condițională?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:draw-style" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Draw style</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Stil de desen</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:dropdown-first-entry" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Dropdown first entry</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Deconectare prima intrare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:dropdown-first-entry-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Dropdown first entry "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Deconectare prima intrare "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:dropdown-remember-selected-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Dropdown remember selected "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mențiune de deconectare selectată "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:duplicate-dependencies-in-trigger-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Duplicate dependencies in trigger "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dublează dependențe în trigger "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:duplicate-host-host-with-the-same-host-name-s-already-exists-in-data" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Duplicate host. Host with the same host name "%s" already exists in data.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dublează server. Server cu același nume "%s" există deja în date.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:duplicate-host-host-with-the-same-visible-name-s-already-exists-in-data" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Duplicate host. Host with the same visible name "%s" already exists in data.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dublează server. Server cu același nume vizibil "%s" există deja în date.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:duplicate-severity-name-s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Duplicate severity name "%s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dublează nume severitate "%s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:duration" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Duration</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Durată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:dutch-nl_nl" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Dutch (nl_NL)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Olandeză (nl_NL)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:dynamic-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Dynamic item</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Item dinamic</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:each-url-should-have-a-unique-name-please-make-sure-there-is-only-one-url-named" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Each URL should have a unique name. Please make sure there is only one URL named</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Fiecare URL trebuie să aibă un nume unic. Vă rugăm să vă asigurați că există un singur URL cu numele</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:edit" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Edit</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Editare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:edit-trigger" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Edit trigger</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Editare trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:element" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Element</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Element</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:element-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Element name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume element</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:email" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Email</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Email</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:empty" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Empty</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Gol</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:empty-action-condition" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Empty action condition.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Condiție acţiune golire.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:empty-input-parameter" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Empty input parameter.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Golire parametru de intrare.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:empty-input-parameters" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Empty input parameters.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Golire parametri de intrare.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:empty-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Empty name.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Golire nume.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:empty-parameters" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Empty parameters</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Golire parametri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:empty-screen-id-for-screen" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Empty screen ID for screen.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>ID ecran gol pentru ecran.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:empty-screen-id-for-template-screen" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Empty screen ID for template screen.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>ID ecran gol pentru șablon ecran.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:enable" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Enable</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:enable-confirmation" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Enable confirmation</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activare confirmare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:enable-debug-mode-in-selected-groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Enable debug mode in selected groups?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activare mod de depanare în grupurile selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:enable-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Enable host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activare server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:enable-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Enable host?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activare server?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:enable-hosts-monitored-by-selected-proxies" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Enable hosts monitored by selected proxies?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activare servere monitorizate de proxy-urile selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:enable-internal-housekeeping" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Enable internal housekeeping</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activare menaj intern</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:enable-selected-actions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Enable selected actions?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activare acțiuni selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:enable-selected-applications" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Enable selected applications?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activare aplicații selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:enable-selected-discovery-rules" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Enable selected discovery rules?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activare reguli de detecție selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:enable-selected-groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Enable selected groups?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activare grupuri selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:enable-selected-hosts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Enable selected hosts?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activare servere selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:enable-selected-items" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Enable selected items?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activare itemi selectați?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:enable-selected-media-types" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Enable selected media types?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activare elemente de tip media selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:enable-selected-triggers" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Enable selected triggers?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activare triggeri selectați?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:english-en_gb" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>English (en_GB)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Engleză (en_GB)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:english-en_us" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>English (en_US)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Engleză (en_US)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:error" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Error</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eroare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:error-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Error: %1$s</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eroare: %1$s</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:error-in-search-request-for-table-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Error in search request for table "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eroare in cererea de căutare pentru tabelul "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:esc_step_from-and-esc_step_to-must-be-set-together" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>esc_step_from and esc_step_to must be set together.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>esc_step_from și esc_step_to trebuiesc setate împreună.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:event" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Event</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eveniment</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:event-details" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Event details</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Detalii eveniment</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:event-generation" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Event generation</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Generare eveniment</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:event-id" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Event ID</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eveniment ID</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:event-list-previous-20" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Event list [previous 20]</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Listă de evenimente [ultimele 20]</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:events-and-alerts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Events and alerts</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Evenimente și alerte</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:event-source" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Event source</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Sursă eveniment</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:event-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Event type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip eveniment</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:every-days" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Every day(s)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Zilnic (s)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:every-weeks" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Every week(s)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Săptămânal (s)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:exclude" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Exclude</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Exclude</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:execute" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Execute</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Execută</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:executed-script" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Executed script</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Script executat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:execute-on" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Execute on</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Execută la</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:execute-sql-error-1s-in-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Execute SQL error [%1$s] in [%2$s].</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Execută eroare SQL [%1$s] în [%2$s].</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:execution-confirmation" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Execution confirmation</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Confirmare de executare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:expand-single-problem" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Expand single problem</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Extinde problema unică</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:maintenance-statusexpired" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Expired</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expirat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:exploded" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Exploded</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Explodat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:export-to-csv" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Export to CSV</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Export în CSV</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:expression" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Expression</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expresie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:expression-cannot-be-empty" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Expression cannot be empty</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expresia nu poate fi vidă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:expression-constructor" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Expression constructor</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Constructor de expresii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:expressions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Expressions</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expresii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:expression-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Expression type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip de expresie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:expression-variable-elements" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Expression Variable Elements</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expresie Elemente Variabile</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:external-check" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>External check</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Verificare externă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:ez-texting" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Ez Texting</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Text de tip Ez</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:friday-shortf" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>F</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>F</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:fail" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Fail</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Greșeală</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:failed" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Failed</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eșec</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:failure-audit" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Failure Audit</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Audit greșit</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:false" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>FALSE</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>FALS</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:favourite-graphs" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Favourite graphs</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Elemente de grafică preferate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:favourite-maps" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Favourite maps</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Hărți preferate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:favourite-screens" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Favourite screens</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ecrane preferate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:feb" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Feb</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Feb</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:february" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>February</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Februarie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:field" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Field</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Câmp</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:field-1s-cannot-be-set-to-null" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Field "%1$s" cannot be set to NULL.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Câmpul "%1$s" nu poate fi pus NULL.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:field-1s-is-mandatory" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Field "%1$s" is mandatory.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Câmpul "%1$s" este opțional. </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:field-1s-is-not-integer" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Field "%1$s" is not integer.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Câmpul "%1$s" nu este număr întreg.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:field-1s-is-not-string" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Field "%1$s" is not string.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Câmpul "%1$s" nu este șir.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:field-1s-must-be-missing" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Field "%1$s" must be missing.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Câmpul "%1$s" trebuie să lipsească.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:file-format-is-unsupported" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>File format is unsupported.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Formatul fișierului nu este suportat.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:file-is-too-big-max-upload-size-is-1s-bytes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>File is too big, max upload size is %1$s bytes.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Fișierul este prea mare, mărimea maximă de upload este %1$s octeți.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:file-provided-to-a-view-does-not-exist-tried-to-find-s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>File provided to a view does not exist. Tried to find "%s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Fișierul prevăzut pentru vizualizare nu există. Încercare de a găsi "%s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:filled-region" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Filled region</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Zone pline</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:filter" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Filter</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Filtru</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:finish" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Finish</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Sfârșit</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:finnish-fi_fi" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Finnish (fi_FI)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Finlandeză (fi_FI)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:page-navigationfirst" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>First</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Primul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:fit-to-map" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Fit to map</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Încadrează în hartă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:fixed" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Fixed</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Remediat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:for-guest-password-must-be-empty" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>For guest, password must be empty</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Pentru invitat, parola trebuie să fie nulă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:formula" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Formula</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Formulă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:french-fr_fr" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>French (fr_FR)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Franceză (fr_FR)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:fri" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Fri</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Fri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:friday" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Friday</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Vineri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:from" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>From</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>De la</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:frontend-access" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Frontend access</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acces la interfață</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:frontend-access-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Frontend access updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acces la interfață actualizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:frontend-messaging" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Frontend messaging</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mesaje de interfață</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:ftp" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>FTP</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>FTP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:full-clone" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Full clone</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Clonă completă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:fullscreen" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Fullscreen</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Pe tot ecranul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:function" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Function</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Funcție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:general" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>General</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>General</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:generated-in-s-sec" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Generated in %s sec</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Generat în %s secunde</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:german-de_de" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>German (de_DE)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Germană (de_DE)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:given-expression-is-not-a-macro" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Given expression is not a macro</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expresia dată nu este macro</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:item_formglobal-housekeeping-settings" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>global housekeeping settings</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>setări interne globale</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:global-script" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Global script</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Script global</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:global-scripts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Global scripts</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scripturi globale</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:google-chrome" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Google Chrome</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Google Chrome</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:go-to" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Go to</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mergi la</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:go-to-dashboard" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Go to dashboard</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mergi la tabloul de bord</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:gradient-line" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Gradient line</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Gradient linie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:graph" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grafic</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:graph-1s-already-exists-on-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph "%1$s" already exists on "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Graficul "%1$s" există deja pe "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:graph-1s-already-exists-on-2s-inherited-from-another-template" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph "%1$s" already exists on "%2$s" (inherited from another template).</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Graficul "%1$s" există deja pe "%2$s" (moștenit de la alt șablon).</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:graph-1s-already-exists-on-2s-items-are-not-identical" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph "%1$s" already exists on "%2$s" (items are not identical).</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Graficul "%1$s" există deja pe "%2$s" (itemii nu sunt identici).</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:graph-1s-cannot-inherit-no-required-items-on-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph "%1$s" cannot inherit. No required items on "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Graficul "%1$s" nu poate moșteni. Nu se cer itemi pe "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:graph-1s-cannot-inherit-no-required-items-on-2s-ymax-value-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph "%1$s" cannot inherit. No required items on "%2$s" (Ymax value item).</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Graficul "%1$s" nu poate moșteni. Nu se cer itemi pe "%2$s" (valoare item Ymax).</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:graph-1s-cannot-inherit-no-required-items-on-2s-ymin-value-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph "%1$s" cannot inherit. No required items on "%2$s" (Ymin value item).</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Graficul "%1$s" nu poate moșteni. Nu se cer itemi pe "%2$s" (valoare item Ymin).</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:graph-1s-does-not-exist-on-template-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph "%1$s" does not exist on template "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Graficul "%1$s" nu există pe șablonul "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:graph-1s-with-templated-items-cannot-contain-items-from-other-hosts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph "%1$s" with templated items cannot contain items from other hosts.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Graficul "%1$s" cu itemi șablon nu poate să conțină itemi de la alte servere.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:graph-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grafic adăugat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:graph-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grafic șters</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:graph-element" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph element</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Element grafic</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:graph-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototip grafic</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:graph-prototype-1s-contains-item-prototypes-from-multiple-discovery-rules" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph prototype "%1$s" contains item prototypes from multiple discovery rules.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototipul grafic "%1$s" conține prototipu grafici pentru mai multe reguli de detecție.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:graph-prototype-1s-must-have-at-least-one-item-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph prototype "%1$s" must have at least one item prototype.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototipul grafic "%1$s" trebuie să aibă cel puțin un prototip item.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:graph-prototype-1s-with-templated-items-cannot-contain-items-from-other-hosts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph prototype "%1$s" with templated items cannot contain items from other hosts.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototip de grafic "%1$s" cu itemi șablon nu poate să conțină itemi de la alte servere.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:graph-prototype-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph prototype added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototip grafic adăugat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:graph-prototype-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph prototype deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototip grafic șters</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:graph-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph prototypes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototipuri grafice</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:graph-prototypes-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph prototypes deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototipuri grafice șterse</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:graph-prototype-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph prototype updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototip grafic adăugat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:graphs" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graphs</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grafice</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:graphs-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graphs deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grafice șterse</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:graph-sum" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph sum</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Sumă grafică</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:graph-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip grafic</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:graph-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grafic actualizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:graph-with-name-1s-already-exists-in-graphs-or-graph-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph with name "%1$s" already exists in graphs or graph prototypes.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Graficul cu numele "%1$s" există deja în grafic sau în prototipurile de grafic.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:graph-with-same-name-but-other-type-exist" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph with same name but other type exist.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Există grafic cu același nume dar de alt tip.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:greek-el_gr" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Greek (el_GR)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Greacă (el_GR)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:grid" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Grid</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grilă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:group" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Group</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grup</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:group-1s-cannot-be-deleted-because-it-is-used-by-a-host-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Group "%1$s" cannot be deleted, because it is used by a host prototype.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grupul "%1$s" nu poate fi șters, pentru că este utilizat de un server prototip </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:group-1s-does-not-exist" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Group "%1$s" does not exist.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grupul "%1$s" nu există.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:group-1s-for-host-2s-does-not-exist" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Group "%1$s" for host "%2$s" does not exist.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grupul "%1$s" pentru serverul "%2$s" nu există.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:group-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Group added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grup adăugat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:group-for-discovered-hosts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Group for discovered hosts</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grup pentru servere detectate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:group-for-discovered-hosts-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Group for discovered hosts "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grup pentru servere detectate "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:grouping-by" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Grouping by</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grupare după</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:group-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Group name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume grup</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:group-prototype-cannot-be-based-on-a-discovered-host-group-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Group prototype cannot be based on a discovered host group "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grupul prototip nu se poate baza pe un grup server detectat "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:group-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Group prototypes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototipuri grup</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Groups</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grupuri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:group-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Group updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grup actualizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:gsm-modem" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>GSM modem</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Modem GSM</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:gui" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>GUI</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>GUI</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:gui-access-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>GUI access disabled.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acces GUI dezactivat.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:hour-shorth" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>h</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>h</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:hardware" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Hardware</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Hardware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:hardware-full-details" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Hardware (Full details)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Hardware (Detalii complete)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:height" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Height</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Înălțime</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:help" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Help</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ajutor</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:hh" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>hh</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>hh</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:hi" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>H:i</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>H:m</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:hidden" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Hidden</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ascuns</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:hide-selected" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Hide selected</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ascunde selecția</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:high" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>High</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ridicat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:his" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>H:i:s</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>H:m:s</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:history" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>History</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Istoric</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:history-cleared" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>History cleared</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Istoric șters</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:history-clearing-can-take-a-long-time-continue" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>History clearing can take a long time. Continue?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Golirea istoricului poate lua o perioadă lungă de timp. Continuare?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:history-data-storage-period" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>History data storage period</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Perioadă de istoric a stocării datelor</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:history-of-events" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>History of events</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Istoric al evenimentelor</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:history-storage-period" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>History storage period</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Perioadă de istoric a stocării</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:horizontal" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Horizontal</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Orizontal</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:horizontal-align" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Horizontal align</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Aliniere orizontală</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:host-1s-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host "%1$s" already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Serverul "%1$s" există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:host-1s-is-monitored-with-proxy-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host "%1$s" is monitored with proxy "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Serverul "%1$s" este monitorizat cu proxy "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:host-access" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host access</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acces server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:host-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Server adăugat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:host-ascending" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host (ascending)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Server (ascendent)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:host-cannot-have-more-than-one-default-interface-of-the-same-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host cannot have more than one default interface of the same type.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Serverul nu poate avea mai mult de o interfață implicită de același tip.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:host-count" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host count</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Contor server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:host-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Server șters</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:host-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Server dezactivat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:host-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Servere dezactivate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:host-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Servere dezactivate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:host-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Servere activate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:host-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Server activat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:host-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Servere activate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:host-group" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>host group</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>grup server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:host-group" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host group</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grup server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:host-group-1s-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host group "%1$s" already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grupul server "%1$s" există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:host-group-1s-cannot-be-deleted-because-it-is-used-in-a-global-script" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host group "%1$s" cannot be deleted, because it is used in a global script.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grupul server "%1$s" nu poate fi șters, pentru că este utilizat într-un script global.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:host-group-1s-is-internal-and-can-not-be-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host group "%1$s" is internal and can not be deleted.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grupul server "%1$s" este intern și nu poate fi șters.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:host-group-elements" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host group elements</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Elementele grupului de servere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:host-group-issues" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host group issues</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Problemele grupui de servere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:host-group-label-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host group label type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipul etichetei grupului de servere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:host-groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host groups</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grupuri de servere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:host-info" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host info</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Informații servere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:host-interface" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host interface</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Interfață server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:host-inventory" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host inventory</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Inventar server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:host-inventory-overview" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host inventory overview</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prezentare generală inventar server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:host-ip" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host IP</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>IP server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:host-issues" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host issues</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Probleme server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:host-label-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host label type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip eticheta server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:host-metadata" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host metadata</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Metadate server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:host-networks" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host networks</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Rețele server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:host-prototype-1s-already-exists-on-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host prototype "%1$s" already exists on "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Serverul prototip "%1$s" există deja pe "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:host-prototype-1s-already-exists-on-2s-inherited-from-another-template" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host prototype "%1$s" already exists on "%2$s", inherited from another template.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Serverul prototip "%1$s" există deja pe "%2$s", moștenită de la alt șablon.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:host-prototype-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host prototype added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototip grafic adăugat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:host-prototype-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host prototype deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototip grafic șters</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:host-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host prototypes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototipuri de servere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:host-prototypes-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host prototypes deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototipuri de servere șterse</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:host-prototype-with-host-name-1s-already-exists-in-discovery-rule-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host prototype with host name "%1$s" already exists in discovery rule "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Server prototip cu nume server "%1$s" există deja în regula de detecție "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:host-prototype-with-visible-name-1s-already-exists-in-discovery-rule-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host prototype with visible name "%1$s" already exists in discovery rule "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Server prototip cu nume vizibil "%1$s" există deja în regula de detecție "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:host-router" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host router</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Router gazdă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:hosts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Hosts</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Servere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:host-screens" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host screens</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ecrane server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:hosts-location" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Hosts location</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Locație servere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:host-subnet-mask" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host subnet mask</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mască subnet server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:hosts-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Hosts updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Servere actualizate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:host-time" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host time</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Timp server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:host-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Server actualizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:host-update-failed" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host update failed.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Actualizare server nereușită.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:host-with-the-same-name-1s-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host with the same name "%1$s" already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Server cu același nume "%1$s" există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:host-with-the-same-name-s-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host with the same name "%s" already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Server cu același nume "%s" există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:host-with-the-same-visible-name-1s-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host with the same visible name "%1$s" already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Server cu același nume vizibil "%1$s" există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:host-with-the-same-visible-name-s-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host with the same visible name "%s" already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Server cu același nume vizibil "%s" există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:hours" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Hours</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ore</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:housekeeping" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Housekeeping</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Housekeeping</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:http" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>HTTP</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>HTTP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:http-authentication" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>HTTP authentication</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Autentificare HTTP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:http-proxy" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>HTTP proxy</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>proxy HTTP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:https" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>HTTPS</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>HTTPS</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:hungarian-hu_hu" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Hungarian (hu_HU)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Maghiară (hu_HU)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:hw-architecture" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>HW architecture</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Arhitectură HW</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:icmp-ping" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>ICMP ping</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>ping ICMP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:icon" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>icon</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>iconiță</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:icon" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Icon</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Iconiță</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:icon-default" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Icon (default)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Iconiță (implicit)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:icon-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Icon (disabled)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Iconiță (dezactivat)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:icon-highlight" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Icon highlight</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Iconiță selectată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:icon-maintenance" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Icon (maintenance)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Iconiță (mentenanță)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:icon-map" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Icon map</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Icon hartă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:icon-map-1s-cannot-be-deleted-used-in-map-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Icon map "%1$s" cannot be deleted. Used in map "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Icon hartă "%1$s" nu poate fi ștearsă. Este folosită în harta "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:icon-map-created" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Icon map created</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Icon hartă creat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:icon-map-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Icon map deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Icon hartă șters</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:icon-mapping" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Icon mapping</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>mapare icon</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:icon-map-s-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Icon map "%s" already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Icon hartă "%s" există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:icon-map-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Icon map updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Icon hartă actualizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:icon-problem" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Icon (problem)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Iconiță (problemă)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:icons" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Icons</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Iconițe</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:id" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>ID</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>ID</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:if-you-think-this-message-is-wrong-please-consult-your-administrators-about-getting-the-necessary-permissions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>If you think this message is wrong, please consult your administrators about getting the necessary permissions.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dacă crezi ca acest mesaj este greșit, te rog să consulți administratorii pentru obținerea permisiunilor necesare.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:image" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>image</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>imagine</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:image" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Image</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Imagine</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:image-1s-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Image "%1$s" already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Imaginea "%1$s" există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:image-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Image added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Imagine adăugată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:image-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Image deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Imagine ștearsă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:image-label-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Image label type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipul etichetei imaginii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:image-load-error-1s-in-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Image load error [%1$s] in [%2$s].</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eroare de încărcare imagine [%1$s] în [%2$s].</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:images" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Images</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Imagini</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:images-for-all-maps-will-be-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Images for all maps will be updated!</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Imaginile pentru toate hărțile vor fi actualizate!</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:image-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Image updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Imagine actualizată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:imap" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>IMAP</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>IMAP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:immediately" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Immediately</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Imediat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:import" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Import</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Import</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:imported-successfully" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Imported successfully</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Import cu succes</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:import-failed" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Import failed</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Import eșuat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:import-file" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Import file</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Fișier import</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:impossible-to-filter-by-inventory-field-s-which-does-not-exist" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Impossible to filter by inventory field "%s", which does not exist.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Imposibil de filtrat după câmpul inventar "%s", care nu există.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:in" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>in</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>în</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:include" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Include</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Include</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:incorrect-1s-label-type-value-for-map-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect %1$s label type value for map "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipul valorii etichetei %1$s incorect pentru harta "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:incorrect-acceptable-sla-for-service-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect acceptable SLA for service "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>SLA incorect acceptabil pentru serviciul "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:incorrect-action-condition-discovery-check" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect action condition discovery check.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Condiție de acțiune incorectă la verificare detecție.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:incorrect-action-condition-discovery-check-discovery-check-does-not-exist-or-you-have-no-access-to-it" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect action condition discovery check. Discovery check does not exist or you have no access to it.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Condiție de acțiune incorectă la verificare detecție. Verificarea detecției nu există sau nu ai acces la ea.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:incorrect-action-condition-discovery-object" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect action condition discovery object.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Condiție de acțiune incorectă la detecție obiect.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:incorrect-action-condition-discovery-rule-discovery-rule-does-not-exist-or-you-have-no-access-to-it" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect action condition discovery rule. Discovery rule does not exist or you have no access to it.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Condiție de acțiune incorectă la regula de detecție. Regula de detecție nu există sau nu ai acces la ea.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:incorrect-action-condition-discovery-status" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect action condition discovery status.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Condiție de acțiune incorectă la starea de detecție.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:incorrect-action-condition-event-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect action condition event type.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Condiție de acțiune incorectă la tipul eveniment.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:incorrect-action-condition-host-group-host-group-does-not-exist-or-you-have-no-access-to-it" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect action condition host group. Host group does not exist or you have no access to it.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Condiție de acțiune incorec la grup de servere. Grupul de servere nu există sau nu ai acces la el.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:incorrect-action-condition-host-host-does-not-exist-or-you-have-no-access-to-it" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect action condition host. Host does not exist or you have no access to it.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Condiție de acțiune incorectă la server. Serverul nu există sau nu ai acces la el.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:incorrect-action-condition-port-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect action condition port "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Condiție de acțiune incorectă port "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:incorrect-action-condition-proxy-proxy-does-not-exist-or-you-have-no-access-to-it" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect action condition proxy. Proxy does not exist or you have no access to it.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Condiție de acțiune incorectă proxy. Proxy nu există sau nu ai acces la el.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:incorrect-action-condition-template-template-does-not-exist-or-you-have-no-access-to-it" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect action condition template. Template does not exist or you have no access to it.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Condiție de acțiune incorectă la șablon. Șablonul nu există sau nu ai acces la el.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:incorrect-action-condition-trigger-severity" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect action condition trigger severity.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Condiție de acțiune incorectă la gravitate trigger.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:incorrect-action-condition-trigger-trigger-does-not-exist-or-you-have-no-access-to-it" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect action condition trigger. Trigger does not exist or you have no access to it.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Condiție de acțiune incorectă trigger. Trigger nu există sau nu ai acces la el.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:incorrect-action-condition-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect action condition type.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Condiție de acțiune incorectă gen.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:incorrect-action-operation-command-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect action operation command type.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Operațiune de acțiune incorectă tip comandă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:incorrect-action-operation-condition-acknowledge-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect action operation condition acknowledge type.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Operațiune de acțiune incorectă tip cunoaștere condiție.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:incorrect-action-operation-condition-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect action operation condition type.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Operațiune de acțiune incorectă tip condiție.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:incorrect-action-operation-escalation-step-values" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect action operation escalation step values.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Operațiune de acțiune incorectă tip valoare crescută cu un pas.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:incorrect-action-operation-host-group-host-group-does-not-exist-or-you-have-no-access-to-this-host-group" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect action operation host group. Host group does not exist or you have no access to this host group.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Operațiune de acțiune incorectă grup server. Grupul server nu există sau nu ai acces la el.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:incorrect-action-operation-host-host-does-not-exist-or-you-have-no-access-to-this-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect action operation host. Host does not exist or you have no access to this host.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Condiție de acțiune incorectă la server. Serverul nu există sau nu ai acces la acest server.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:incorrect-action-operationid" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect action operationid.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acțiune incorectă conditionid.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:incorrect-action-operation-port-s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect action operation port "%s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Port operație de acțiune incorectă "%s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:incorrect-action-operation-user-group-user-group-does-not-exist-or-you-have-no-access-to-this-user-group" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect action operation user group. User group does not exist or you have no access to this user group.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Operațiune de acțiune incorectă grup server. Grupul server nu există sau nu ai acces la acest grup server.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:incorrect-action-operation-user-user-does-not-exist-or-you-have-no-access-to-this-user" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect action operation user. User does not exist or you have no access to this user.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Utilizator acțiune incorectă a operațiunii. Utilizatorul nu există sau nu ai acces la acest utilizator.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:incorrect-algorithm-for-service-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect algorithm for service "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Algoritm incorect pentru serviciul "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:incorrect-arguments-passed-to-function" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect arguments passed to function</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Argumente incorecte trimise funcției</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:incorrect-arguments-passed-to-function" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect arguments passed to function.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Argumente incorecte trimise funcției.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:incorrect-arguments-passed-to-method" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect arguments passed to method.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Argumente incorecte trimise metodei.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:incorrect-authentication-protocol-for-item-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect authentication protocol for item "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Protocol de autentificare incorect pentru itemul "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:incorrect-calculate-sla-value-for-service-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect calculate SLA value for service "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare SLA calculată incorect pentru serviciul "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:incorrect-characters-used-for-host-name-s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect characters used for host name "%s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Caractere incorecte folosite pentru serverul nume "%s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:incorrect-characters-used-for-proxy-name-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect characters used for proxy name "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Caractere incorecte folosite pentru nume proxy "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:incorrect-characters-used-for-template-name-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect characters used for template name "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Caractere incorecte folosite pentru șablonul nume "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:incorrect-event-object-1s-2s-for-event-source-3s-4s-only-the-following-objects-are-supported-5s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect event object "%1$s" (%2$s) for event source "%3$s" (%4$s), only the following objects are supported: %5$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Obiect eveniment incorect "%1$s" (%2$s) pentru sursa eveniment "%3$s" (%4$s), numai urmăoarele obiecte sunt suportate: %5$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:incorrect-eventobject-value" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect eventobject value.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare obiect eveniment incorectă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:incorrect-eventsource-value" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect eventsource value.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare sursă eveniment incorectă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:incorrect-field-1s-name-or-value-in-where-statement-for-table-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect field "%1$s" name or value in where statement for table "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume sau valoare câmp "%1$s" incorecte în care afirmația pentru tabelul "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:incorrect-fields-for-sysmap" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect fields for sysmap.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Câmpuri incorecte pentru sysmap.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:incorrect-file-upload" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect file upload.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Încărcare fișier incorectă. </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:incorrect-function-is-used" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect function is used</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Funcție incorectă utilizată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:incorrect-graph-id-1s-provided-for-screen-element" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect graph ID "%1$s" provided for screen element.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>ID grafic "%1$s" incorect prevăzut pentru elementul ecran. </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:incorrect-host-group" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect host group.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grup server incorect.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:incorrect-host-group-id-1s-provided-for-screen-element" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect host group ID "%1$s" provided for screen element.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>ID grup server "%1$s" incorect prevăzut pentru elementul ecran. </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:incorrect-host-id-1s-provided-for-screen-element" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect host ID "%1$s" provided for screen element.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>ID server "%1$s" incorect prevăzut pentru elementul ecran. </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:incorrect-image-index" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect image index.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Index imagine incorect.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:incorrect-input-parameters" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect input parameters.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Parametrii de intrare incorecți.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:incorrect-interface-dns-parameter-s-provided" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect interface DNS parameter "%s" provided.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Parametrul DNS de interfață incorect "%s" prevăzut.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:incorrect-interface-port-s-provided" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect interface port "%s" provided.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Port interfață "%s" incorect prevăzut.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:incorrect-inventory-field-s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect inventory field "%s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Câmp inventar "%s" incorect.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:incorrect-item-for-axis-value" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect item for axis value.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Item incorect pentru valoare axă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:incorrect-item-id-1s-provided-for-screen-element" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect item ID "%1$s" provided for screen element.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>ID item "%1$s" incorect prevăzut pentru elementul ecran. </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:incorrect-item-key-1s-provided-for-trigger-expression-on-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect item key "%1$s" provided for trigger expression on "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cheie item "%1$s" incorect prevăzut pentru expresia triggerului pe "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:incorrect-item-value-type-1s-provided-for-trigger-function-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect item value type "%1$s" provided for trigger function "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip valoare item "%1$s" incorect prevăzut pentru funcția triggerului "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:incorrect-list-of-items" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect list of items.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Listă incorectă de itemi.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:incorrect-maintenance-date" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect maintenance date</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Date mentenanță incorecte</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:incorrect-maintenance-date-must-be-between-19700101-and-20380118" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect maintenance - date must be between 1970.01.01 and 2038.01.18</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mentenanță incorectă - data trebuie să fie între 1970.01.01 și 2038.01.18</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:incorrect-maintenance-day-period" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect maintenance day period</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Perioadă de zi a mentenanței incorectă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:incorrect-maintenance-days-of-week" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect maintenance days of week</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Zilele săptămânii mentenanței incorecte</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:incorrect-maintenance-month-period" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect maintenance month period</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Perioadă lunară a mentenanței incorectă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:incorrect-maintenance-period" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect maintenance period</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Perioadă a mentenanței incorectă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:incorrect-maintenance-period-minimum-5-minutes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect maintenance period (minimum 5 minutes)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Perioadă a mentenanței incorectă (minim 5 minute)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:incorrect-maintenance-week-period" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect maintenance week period</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Perioadă săptămânala a mentenanței incorectă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:incorrect-map-id-1s-provided-for-screen-element" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect map ID "%1$s" provided for screen element.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>ID hartă "%1$s" incorect prevăzut pentru elementul ecran.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:incorrect-object-value" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect object value.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare obiect incorectă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:incorrect-parameter-for-action-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect parameter for action "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Parametru incorect pentru acțiunea "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:incorrect-parameter-for-operations" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect parameter for operations.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Parametru incorect pentru operațiuni.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:incorrect-parameters-for-action-update-method-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect parameters for action update method "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Parametri incorecți pentru metoda de actualizare a acțiunii "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:incorrect-parameters-for-condition" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect parameters for condition.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Parametri incorecți pentru condiții.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:incorrect-parameters-for-maintenance" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect parameters for maintenance.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Parametri incorecți pentru mentenanță.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:incorrect-parent-for-service-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect parent for service "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Părinte incorect pentru serviciul "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:incorrect-parent-service" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect parent service.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Serviciu părinte incorect.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:incorrect-port-range" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect port range.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Gamă port incorectă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:incorrect-privacy-protocol-for-item-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect privacy protocol for item "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Protocol intimitate incorect pentru item "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:incorrect-resource-type-provided-for-screen-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect resource type provided for screen item.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip resurse incorect prevăzut pentru item ecran.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:incorrect-response-received-from-zabbix-server-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect response received from Zabbix server "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Răspuns incorect primit de la serverul Zabbix "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:incorrect-screen-id" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect screen ID.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>ID ecran incorect.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:incorrect-screen-id-1s-provided-for-screen-element" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect screen ID "%1$s" provided for screen element.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>ID ecran "%1$s" incorect prevăzut pentru elementul ecran. </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:incorrect-screen-provided-for-slide-show" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect screen provided for slide show.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ecran incorect prevăzut pentru prezentare.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:incorrect-service-end-time" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect service end time.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Timp de încetare serviciu incorect.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:incorrect-service-start-time" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect service start time.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Timp de pornire serviciu incorect.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:incorrect-service-time-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect service time type.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip de timp serviciu incorect.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:incorrect-snmp-community" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect SNMP community.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Comunitate SNMP incorectă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:incorrect-snmp-oid" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect SNMP OID.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>SNMP OID incorect.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:incorrect-soft-field-value-for-dependency-for-service-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect "soft" field value for dependency for service "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare câmp "soft" pentru dependințe a serviciului "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:incorrect-source-value" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect source value.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare sursă incorectă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:incorrect-status-for-service-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect status for service "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Stare incorectă pentru serviciul "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:incorrect-syntax-near-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>incorrect syntax near "%1$s"</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>sintaxă incorectă lângă "%1$s"</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:incorrect-template-screen-id" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect template screen ID.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>ID șablon ecran incorect. </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:incorrect-trigger-expression" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect trigger expression</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expresie trigger incorectă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:incorrect-trigger-expression" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect trigger expression.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expresii trigger incorecte.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:incorrect-trigger-expression-host-1s-does-not-exist-or-you-have-no-access-to-this-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect trigger expression. Host "%1$s" does not exist or you have no access to this host.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expresie trigger incorectă. Serverul "%1$s" nu există sau nu ai acces la acest server.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:incorrect-trigger-expression-trigger-expression-elements-should-not-belong-to-a-template-and-a-host-simultaneously" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect trigger expression. Trigger expression elements should not belong to a template and a host simultaneously.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expresie trigger incorectă. Elementele expresiei trigger nu trebuie să aparțină simultan unui șablon si unui server.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:incorrect-trigger-function-1s-provided-in-expression" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect trigger function "%1$s" provided in expression.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Funcție trigger "%1$s" incorectă prevăzută în expresie.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:incorrect-trigger-id-for-service-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect trigger ID for service "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>ID trigger incorect pentru serviciul "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:incorrect-user-group" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect user group.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grup utilizator incorect.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:incorrect-value-1s-for-2s-field" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect value "%1$s" for "%2$s" field.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare incorectă "%1$s" pentru câmpul "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:incorrect-value-1s-for-2s-field-must-be-between-3s-and-4s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect value "%1$s" for "%2$s" field: must be between %3$s and %4$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare incorectă "%1$s" pentru câmpul "%2$s": trebuie să fie între %3$s și %4$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:incorrect-value-1s-for-float-field-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect value "%1$s" for float field "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare incorectă "%1$s" pentru câmpul flotant "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:incorrect-value-1s-for-int-field-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect value "%1$s" for int field "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare incorectă "%1$s" pentru câmpul int "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:incorrect-value-1s-for-unsigned-int-field-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect value "%1$s" for unsigned int field "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare incorectă "%1$s" pentru câmpul int nesemnat "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:incorrect-value-for-field-1s-cannot-be-empty" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect value for field "%1$s": cannot be empty.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare incorectă pentru câmpul "%1$s": nu poate fi vidă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:incorrect-value-used-for-proxy-status-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect value used for proxy status "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare incorectă folosită pentru stare proxy "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:indonesian-id_id" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Indonesian (id_ID)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Indoneză (id_ID)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:info" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Info</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Info</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:information" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Information</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Informaţie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:in-maintenance" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>In maintenance</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>În mentenanță</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:in-progress" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>In progress</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>În progres</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:insert" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Insert</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Inserează</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:installation" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Installation</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Instalare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:installer-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Installer name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume de instalare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:interface" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Interface</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Interfață</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:interface-is-linked-to-item-1s-on-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Interface is linked to item "%1$s" on "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Interfața e legată de itemul "%1$s" pe "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:interface-is-used-by-items-that-require-this-type-of-the-interface" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Interface is used by items that require this type of the interface.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Interfața este folosită de itemi care cer acest tip de interfață.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:interface-with-dns-1s-cannot-have-empty-ip-address" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Interface with DNS "%1$s" cannot have empty IP address.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Interfața cu DNS "%1$s" nu poate avea adresă IP goală.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:interface-with-ip-1s-cannot-have-empty-dns-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Interface with IP "%1$s" cannot have empty DNS name.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Interfața cu IP "%1$s" nu poate avea nume DNS gol.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:interface-with-ip-1s-cannot-have-empty-dns-name-while-having-use-dns-property-on-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Interface with IP "%1$s" cannot have empty DNS name while having "Use DNS" property on "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Interfața cu IP "%1$s" nu poate avea nume DNS gol în timp ce are "Folosește proprietatea DNS" la "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:event-sourceinternal" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>internal</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>intern</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:authenticationinternal" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Internal</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Intern</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:user-typeinternal" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Internal</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Intern</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:event-sourceinternal" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Internal</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Intern</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:internal-error" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Internal error.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eroare internă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:internal-event-and-alert-data-storage-period" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Internal event and alert data storage period</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eveniment intern și avertizare perioadă de stocare a datelor</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:internal-json-rpc-error" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Internal JSON-RPC error.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eroare internă JSON-RPC.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:internet-explorer" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Internet Explorer</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Internet Explorer</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:interval" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Interval</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Interval</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:invalid-first-parameter" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Invalid first parameter.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Primul parametru invalid.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:invalid-fourth-parameter" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Invalid fourth parameter.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Al patrulea parametru invalid.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:invalid-hostid-for-macro-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Invalid hostid for macro "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Hostid invalid pentru macroul "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:invalid-json-an-error-occurred-on-the-server-while-parsing-the-json-text" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Invalid JSON. An error occurred on the server while parsing the JSON text.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>JSON invalid. A apărut o eroare la server în timp ce analiza textul JSON.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:invalid-key-1s-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Invalid key "%1$s": %2$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cheie invalidă "%1$s": %2$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:invalid-key-1s-for-discovery-rule-2s-on-3s-4s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Invalid key "%1$s" for discovery rule "%2$s" on "%3$s": %4$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cheie invalidă "%1$s" pentru regula de detecție "%2$s" pe "%3$s": %4$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:invalid-key-1s-for-item-2s-on-3s-4s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Invalid key "%1$s" for item "%2$s" on "%3$s": %4$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cheie invalidă "%1$s" pentru itemul "%2$s" pe "%3$s": %4$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:invalid-key-1s-for-item-prototype-2s-on-3s-4s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Invalid key "%1$s" for item prototype "%2$s" on "%3$s": %4$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cheie invalidă "%1$s" pentru prototipul item "%2$s" pe "%3$s": %4$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:invalid-method-parameters" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Invalid method parameters.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Parametrii metodei invalizi. </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:invalid-number-of-parameters" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Invalid number of parameters.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Număr invalid de parametri.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:invalid-params" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Invalid params.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Parametri invalizi.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:invalid-request" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Invalid Request.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cerere invalidă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:invalid-response-code-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Invalid response code "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cod de răspuns invalid "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:invalid-second-parameter" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Invalid second parameter.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Al doilea parametru invalid.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:invalid-third-parameter" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Invalid third parameter.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Al treilea parametru invalid.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:invalid-view-name-given-s-allowed-chars-a-z-and" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Invalid view name given "%s". Allowed chars: "a-z" and ".".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numele "%s" este invalid. Caracterele permise: "a-z" și ".".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:inventory" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Inventory</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Inventar</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:inventory-disabled-for-host-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Inventory disabled for host "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Inventar dezactivat pentru server "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:inventory-field" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Inventory field</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Câmp inventar</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:inventory-mode" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Inventory mode</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mod inventar</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:ip" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>IP</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>IP Internet Protocol</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:ip-address" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>IP address</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adresă IP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:ip-and-dns-cannot-be-empty-for-host-interface" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>IP and DNS cannot be empty for host interface.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>IP-ul si DNS-ul nu pot fi nule pentru interfața serverului.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:ipmi" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>IPMI</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>IPMI</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:ipmi-agent" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>IPMI agent</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Agent IPMI</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:ipmi-authentication-algorithm" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>IPMI authentication algorithm</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Algoritm de autentificare IPMI</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:ipmi-interfaces" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>IPMI interfaces</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Interfață IPMI</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:ipmi-password" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>IPMI password</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Parolă IPMI</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:ipmi-privilege-level" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>IPMI privilege level</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nivel privilegiat IPMI</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:ipmi-sensor" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>IPMI sensor</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Senzor IPMI</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:ipmi-username" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>IPMI username</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume de utilizator IPMI</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:ip-range" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>IP range</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Interval IP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:is-online" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Is online?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Este online?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:issue" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Issue</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Problemă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:italian-it_it" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Italian (it_IT)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Italiană (it)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>item</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>item</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Item</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:item-1s2s-has-invalid-port-3s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item "%1$s:%2$s" has invalid port: "%3$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Itemul "%1$s:%2$s" are un port invalid: "%3$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:item-1s-already-exists-on-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item "%1$s" already exists on "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Itemul "%1$s" există deja pe "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:item-1s-already-exists-on-2s-inherited-from-another-template" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item "%1$s" already exists on "%2$s", inherited from another template.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Itemul "%1$s" există deja pe "%2$s" moștenit de la alt șablon.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:item-1s-cannot-populate-a-missing-host-inventory-field-number-2d-choices-are-from-0-do-not-populate-to-3d" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item "%1$s" cannot populate a missing host inventory field number "%2$d". Choices are: from 0 (do not populate) to %3$d.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Itemul "%1$s" nu poate popula un server lipsă cu număr câmp inventar "%2$d". Opțiunile suntȘ de la 0 (nu popula) la %3$d.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:item-1s-does-not-exist-on-template-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item "%1$s" does not exist on template "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Itemul "%1$s" nu există pe șablonul "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:item-1s-on-2s-application-3s-does-not-exist" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item "%1$s" on "%2$s": application "%3$s" does not exist.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Itemul "%1$s" pe "%2$s": aplicația "%3$s" nu există.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:item-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Item adăugat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:item-count" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item count</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numărătoare item</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:item-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Item șters</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:item-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Elemente dezactivate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:item-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Elemente dezactivate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:item-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Element dezactivat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:item-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Itemi activați</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:item-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Item activat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:item-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Itemi activați</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:item-in-not-supported-state" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item in "not supported" state</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Item în stare "nesuportată"</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:item-not-selected" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item not selected</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Item neselectat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:item-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototip item</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:item-prototype-1s-already-exists-on-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item prototype "%1$s" already exists on "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototip item "%1$s" există deja pe "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:item-prototype-1s-already-exists-on-2s-inherited-from-another-template" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item prototype "%1$s" already exists on "%2$s", inherited from another template.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototip item "%1$s" există deja pe "%2$s", moștenit de la alt șablon.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:item-prototype-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item prototype added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototip item adăugat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:item-prototype-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item prototype deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototip item șters</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:item-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item prototypes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototipuri item</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:item-prototypes-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item prototypes deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototipuri item șterse</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:items" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Items</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Itemi</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:items-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Items deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Itemi ștersi</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:items-list" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Items list</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Lista itemi</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:items-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Items updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Itemi actualizați</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:item-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Item actualizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:item-uses-host-interface-from-non-parent-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item uses host interface from non-parent host.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Itemul folosește interfața serverului dintr-un server ne-părinte.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:item-uses-incorrect-interface-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item uses incorrect interface type.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Itemul folosește un tip de interfață incorectă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:item-will-not-be-refreshed-please-enter-a-correct-update-interval" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item will not be refreshed. Please enter a correct update interval.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Itemul nu va fi actualizat. Va rugăm să introduceți un interval de actualizare corect.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:item-with-key-1s-already-exists-on-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item with key "%1$s" already exists on "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Item cu cheia "%1$s" deja există pe "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:item-with-key-1s-already-exists-on-2s-as-a-discovery-rule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item with key "%1$s" already exists on "%2$s" as a discovery rule.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Item cu cheia "%1$s" deja există pe "%2$s" ca o regulă de detecție.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:item-with-key-1s-already-exists-on-2s-as-an-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item with key "%1$s" already exists on "%2$s" as an item.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Item cu cheia "%1$s" deja există pe "%2$s" ca și un item.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:item-with-key-1s-already-exists-on-2s-as-an-item-created-from-item-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item with key "%1$s" already exists on "%2$s" as an item created from item prototype.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Item cu cheia "%1$s" deja există pe "%2$s" ca și un item creat dintr-un prototip item. </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:item-with-key-1s-already-exists-on-2s-as-an-item-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item with key "%1$s" already exists on "%2$s" as an item prototype.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Item cu cheia "%1$s" deja există pe "%2$s" ca și un prototip item.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:item-with-key-1s-already-exists-on-2s-as-unknown-item-element" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item with key "%1$s" already exists on "%2$s" as unknown item element.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Item cu cheia "%1$s" deja există pe "%2$s" ca și un element item necunoscut.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:it-is-not-possible-to-filter-by-user-password" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>It is not possible to filter by user password.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu este posibilă filtrarea după parola utilizatorului.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:it-is-not-possible-to-search-by-user-password" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>It is not possible to search by user password.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu este posibilă căutarea după parola utilizatorului.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:jabber" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Jabber</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Jabber</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:jabber-identifier" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Jabber identifier</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Identificator jabber</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:jan" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Jan</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ian</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:january" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>January</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ianuarie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:japanese-ja_jp" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Japanese (ja_JP)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Japoneză (ja_JP)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:jmx" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>JMX</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>JMX</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:jmx-agent" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>JMX agent</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Agent JMX</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:jmx-interfaces" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>JMX interfaces</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Interfață JMX</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:jul" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Jul</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Iul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:july" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>July</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Iulie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:jun" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Jun</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Iun</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:june" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>June</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Iunie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:key" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Key</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cheie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:key-1s-does-not-match-grpmaxgrpmingrpsumgrpavghost-groups-item-key-lastminmaxavgsumcount-parameter" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Key "%1$s" does not match &lt;grpmax|grpmin|grpsum|grpavg&gt;["Host group(s)", "Item key", "&lt;last|min|max|avg|sum|count&gt;", "parameter"].</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cheia "%1$s" nu se potrivește &lt;grpmax|grpmin|grpsum|grpavg&gt;["Host group(s)", "Item key", "&lt;last|min|max|avg|sum|count&gt;", "parameter"].</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:key-is-empty" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>key is empty</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>cheia este goală</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:key-passphrase" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Key passphrase</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Parola cheie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:keyword" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Keyword</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cuvânt cheie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:korean-ko_kr" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Korean (ko_KR)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Coreeană (ko_KR)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:label" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Label</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Etichetă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:label-location" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Label location</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Locație etichetă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:language" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Language</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Limbă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:last" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>last</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>ultima</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:week-of-monthlast" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>last</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>ultima</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:page-navigationlast" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Last</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ultima</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:last-24-hours" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Last 24 hours</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ultimele 24 de ore</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:last-30-days" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Last 30 days</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ultimele 30 de zile</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:last-365-days" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Last 365 days</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ultimele 365 de zile</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:last-7-days" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Last 7 days</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ultimele 7 zile</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:last-change" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Last change</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ultima schimbare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:last-change-descending" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Last change (descending)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ultima schimbare (descendent)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:last-check" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Last check</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ultima verificare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:last-hour-graph" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Last hour graph</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Graficul ultimei ore</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:last-month-graph" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Last month graph</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Graficul ultimei luni</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:last-of" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Last of</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ultima din</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:last-seen-age" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Last seen (age)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ultima dată vazut (vârstă)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:last-value" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Last value</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ultima valoare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:last-week-graph" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Last week graph</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Graficul ultimei săptămâni</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:latest-data" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Latest data</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cele mai recente date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:latest-values" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Latest values</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cele mai recente valori</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:latvian-lv_lv" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Latvian (lv_LV)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Letonă (lv_LV)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:ldap" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>LDAP</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>LDAP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:ldap-authentication" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>LDAP authentication</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Autentificare LDAP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:ldap-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>LDAP host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Server LDAP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:ldap-login-successful" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>LDAP login successful</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Autentificare LDAP reusită </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:left" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Left</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Stânga</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:limit-for-search-and-filter-results" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Limit for search and filter results</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Limită elemente Căutare/Filtrare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:line" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Line</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Linie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:link" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Link</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Legătură</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:linked-templates" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Linked templates</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șabloane legate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:linked-to" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Linked to</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Legătură cu</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:link-indicators" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Link indicators</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Indicatori de legătură</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:link-new-templates" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Link new templates</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Leagă noi șabloane</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:link-selementid1-field-is-pointing-to-a-nonexistent-map-selement-id-1s-for-map-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Link selementid1 field is pointing to a nonexistent map selement ID "%1$s" for map "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Legătura cu câmpul selementid1  face trimitere la o hartă selement ID "%1$s" inexistentă pentru harta "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:link-selementid2-field-is-pointing-to-a-nonexistent-map-selement-id-1s-for-map-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Link selementid2 field is pointing to a nonexistent map selement ID "%1$s" for map "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Legătura cu câmpul selementid2  face trimitere la o hartă selement ID "%1$s" inexistentă pentru harta "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:link-templates" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Link templates</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Leagă șabloane</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:link-to-template" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Link to template</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Legătură către șablon</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:link-to-templates" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Link to templates</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Legătură către șabloane</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:list-is-empty" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>List is empty</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Lista este goală</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:lithuanian-lt_lt" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Lithuanian (lt_LT)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Lituaniană (lt_LT)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:local-time" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Local time</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ora locală</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:location" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Location</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Locaţie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:location-latitude" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Location latitude</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Latitudine locație</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:location-longitude" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Location longitude</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Longitudine locație</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:log" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Log</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Înregistrare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:login" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Login</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Autentificare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:login-name-or-password-is-incorrect" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Login name or password is incorrect.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numele sau parola este incorectă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:logout" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Logout</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Deconectare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:log-time-format" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Log time format</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Format timp autentificare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:log-unmatched-snmp-traps" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Log unmatched SNMP traps</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Înregistrarea nu se potrivește cu capcanele SNMP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:lost" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Lost</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Pierdut</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:low-level-discovery-rule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>low-level discovery rule</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>regulă de detecție de nivel inferior</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:low-level-discovery-rule-in-not-supported-state" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Low-level discovery rule in "not supported" state</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nivel scăzut al regulii de detecție în stare "nu este acceptată"</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:month-shortm" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>m</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>l</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:minute-shortm" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>m</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>m</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:monday-shortm" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>M</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>M</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:mac-address-a" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>MAC address A</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adresă MAC A</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:mac-address-b" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>MAC address B</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adresă MAC B</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:macro" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Macro</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Macro</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:macro-1s-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Macro "%1$s" already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Macro-ul "%1$s" există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:macro-1s-already-exists-on-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Macro "%1$s" already exists on "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Macro-ul "%1$s" există deja pe "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:macro-1s-is-not-unique" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Macro "%1$s" is not unique.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Macro-ul "%1$s" nu este unic.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:macros" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>macro(s)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>macro(uri)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:macros" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Macros</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Macro-uri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:macros-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Macros updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Macro-uri actualizate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:macro-with-hostmacroid-1s-does-not-exist" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Macro with hostmacroid "%1$s" does not exist.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu există macro cu hostmacroid "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:maintenance" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Maintenance</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mentenanță</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:maintenance" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>MAINTENANCE</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>ÎNTREȚINERE</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:maintenance-active-since-value-cannot-be-bigger-than-active-till" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Maintenance "Active since" value cannot be bigger than "Active till".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare mentenanță "Activ de la" nu poate fi mai mare decât "Active pâna când".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:maintenance-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Maintenance added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mentenanță adăugată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:maintenance-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Maintenance deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mentenanță ștearsă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:maintenance-period" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Maintenance period</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Perioadă de mentenanță</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:maintenance-period-length" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Maintenance period length</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Lungime perioadă de mentenanță</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:maintenance-periods" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Maintenance periods</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Perioade de mentenanță</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:maintenance-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Maintenance type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip mentenanță</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:maintenance-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Maintenance updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mentenanță actualizată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:maintenance-with-data-collection" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Maintenance with data collection</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mentenanță cu colecție de date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:maintenance-without-data-collection" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Maintenance without data collection</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mentenanță fără colecție de date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:mandatory-parameter-is-missing" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Mandatory parameter is missing.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Lipsește parametrul obligatoriu.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:manual" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>&lt;manual&gt;</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>&lt;manual&gt;</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:manual" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Manual</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Manual</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:map" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>map</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>hartă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:map" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Map</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Hartă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:map-label-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Map label type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip etichetă hartă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:mapped-to" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Mapped to</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mapat la </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:mappings" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Mappings</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mapări</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:maps" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Maps</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Hărți</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:mar" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Mar</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mar</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:march" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>March</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Martie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:mark-elements-on-trigger-status-change" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Mark elements on trigger status change</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Marchează elementele pe schimbarea de status a trigerilor</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:mark-others" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Mark others</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Marchează pe alții</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:mark-selected" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Mark selected</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Marchează selecția</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:mask" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Mask</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mască</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:mass-update" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Mass update</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Masă zctualizată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:mass-update-elements" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Mass update elements</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Elemente de masă actualizate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:max" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>max</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>max</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:max-count-of-elements-to-show-inside-table-cell" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Max count of elements to show inside table cell</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numerotare maximă a elementelor pentru arătarea interiorului celulei tabelului</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:max-count-of-elements-to-show-inside-table-cell-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Max count of elements to show inside table cell "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numerotare maximă a elementelor pentru arătarea interiorului celulei tabelului "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:maximum-time-period-to-display-is-1s-day" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Maximum time period to display is %1$s day.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Perioada maximă de timp pentru afișare este %1$s zile.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:maximum-time-period-to-display-is-1s-day" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Maximum time period to display is %1$s day.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Perioada maximă de timp pentru afișare este %1$s zile.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:maximum-time-period-to-display-is-1s-day" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Maximum time period to display is %1$s day.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Perioada maximă de timp pentru afișare este %1$s zile.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:may-shortmay" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>May</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mai</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:may" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>May</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mai</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:md2" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>MD2</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>MD2</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:md5" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>MD5</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>MD5</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:media" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Media</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Media</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:media-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Media type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipul media</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:media-type-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Media type added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipul media adăugat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:media-type-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Media type disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipurile media dezactivate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:media-type-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Media type disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipul media dezactivat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:media-type-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Media type disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipurile media dezactivate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:media-type-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Media type enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipurile media activate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:media-type-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Media type enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipurile media activate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:media-type-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Media type enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipul media activat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:media-types" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Media types</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipuri media</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:media-types-used-by-action-s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Media types used by action "%s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipul media folosit de acțiunea "%s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:media-type-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Media type updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipul media actualizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:members" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Members</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Membri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:message" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Message</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mesaj</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:messages" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Messages</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mesaje</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:message-text-limit" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Message text limit</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Limită text mesaj</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:message-timeout" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Message timeout</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mesaj expirat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:messaging" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Messaging</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trimitere mesaje</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:method-not-found" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Method not found.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Metoda nu a fost găsită.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:middle" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Middle</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mijloc</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:min" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>min</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>min</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:minimum-required-limit-on-execution-time-of-php-scripts-is-s-configuration-option-max_execution_time" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Minimum required limit on execution time of PHP scripts is %s (configuration option "max_execution_time").</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Limita minimă cerută la timpul de executare a scripurilor PHP este %s (opțiunea de configurare "max_execution_time").</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:minimum-required-limit-on-input-parse-time-for-php-scripts-is-s-configuration-option-max_input_time" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Minimum required limit on input parse time for PHP scripts is %s (configuration option "max_input_time").</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Limita minimă cerută la timpul de analiza intrărilor scripurilor PHP este %s (opțiunea de configurare "max_input_time").</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:minimum-required-php-memory-limit-is-s-configuration-option-memory_limit" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Minimum required PHP memory limit is %s (configuration option "memory_limit").</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Limita minimă de memorie PHP cerută este %s (opțiunea de configurare "limită de memorie").</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:minimum-required-php-upload-filesize-is-s-configuration-option-upload_max_filesize" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Minimum required PHP upload filesize is %s (configuration option "upload_max_filesize").</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mărimea minimă a fișierului de încărcare PHP cerută este %s (opțiunea de configurare "upload_max_filesize").</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:minimum-required-php-version-is-s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Minimum required PHP version is %s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Versiunea PHP minimă cerută este %s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:minimum-required-size-of-php-post-is-s-configuration-option-post_max_size" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Minimum required size of PHP post is %s (configuration option "post_max_size").</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mărimea minimă cerută a mesajelor PHP este %s (opțiunea de configurare "post_max_size").</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:minimum-severity" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Minimum severity</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Severitate minimă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:minutes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Minutes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Minute</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:missing-gitemid-field-for-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Missing "gitemid" field for item.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Câmp lipsă "gitemid" pentru item.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:missing-itemid-field-for-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Missing "itemid" field for item.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Câmp lipsă "itemid" pentru item.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:missing-items-for-graph-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Missing items for graph "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Itemi lipsă pentru elementul grafic "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:missing-items-for-graph-prototype-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Missing items for graph prototype "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Itemi lipsă pentru prototipul grafic "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:missing-key-1s-for-host-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Missing key "%1$s" for host "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cheie lipsă "%1$s" pentru server "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:missing-name-field-for-graph" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Missing "name" field for graph.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Câmp lipsă "nume" pentru element grafic.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:missing-name-field-for-graph-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Missing "name" field for graph prototype.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Câmp lipsă "nume" pentru prototip grafic.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:mm" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>mm</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>ll</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:mode" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Mode</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mod</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:model" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Model</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Model</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:mon" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Mon</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Lun</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:monday" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Monday</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Luni</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:monitored-by-proxy" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Monitored by proxy</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Monitorizat de proxy</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:monitored-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Monitored host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Server monitorizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:monitoring" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Monitoring</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Monitorizare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:month" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Month</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Lună</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:monthly" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Monthly</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Lunar</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:more-matches-found" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>More matches found...</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mai multe potriviri găsite...</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:more-than-10-minutes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>More than 10 minutes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mai mult de 10 minute</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:more-than-one-graph-with-name-1s-within-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>More than one graph with name "%1$s" within host.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mai mult de un grafic cu numele "%1$s" fără server.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:mozilla-firefox" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Mozilla Firefox</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mozilla Firefox</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:millisecond-shortms" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>ms</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>ms</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:multiple-problem-events" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Multiple PROBLEM events</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Evenimente PROBLEME multiple</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:must-be-a-valid-ldap-user" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>must be a valid LDAP user</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>trebuie să fie un utilizator valid LDAP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:mute" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Mute</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mut</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:network-discovery-event-and-alert-data-storage-period" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Network discovery event and alert data storage period</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Perioadă de stocare a datelor evenimente de detecție rețea si alerte</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:network-map-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Network map added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Hartă rețea adăugată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:network-map-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Network map deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Hartă rețea ștearsă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:network-maps" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Network maps</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Hărți rețea</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:network-map-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Network map updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Hartă rețea actualizată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:never" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Never</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Niciodată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:new-element-in-multiselectnew" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>new</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>nou</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:new" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>new</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>nou</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:new" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>New</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nou</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:new-application" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>New application</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Aplicație nouă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:new-condition" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>New condition</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Condiție nouă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:new-element" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>New element</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Element nou</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:new-host-group" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>New host group</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nou grup de servere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:new-regular-expression" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>New regular expression</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Exoresie uzuală nouă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:new-service-time" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>New service time</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Timp service nou</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:nntp" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>NNTP</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>NNTP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:no" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:no-1s-given-for-graph" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No "%1$s" given for graph.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Niciun "%1$s" dat pentru grafic.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:no-1s-given-for-graph-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No "%1$s" given for graph prototype.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Niciun "%1$s" dat pentru prototipul grafic.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:no-1s-given-for-screen" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No "%1$s" given for screen.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Niciun "%1$s" dat pentru ecran.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:no-1s-given-for-template-screen" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No "%1$s" given for template screen.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Niciun "%1$s" dat pentru șablon ecran.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:no-agent-interfaces-found" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No agent interfaces found.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nicio interfață agent găsită.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:no-applications-found" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No applications found.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nicio aplicație găsită.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:no-authentication-type-specified-for-action-operation-command-s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No authentication type specified for action operation command "%s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Niciun tip de autentificare specificat pentru comanda de acțiune a operațiunii "%s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:no-authentication-user-name-specified" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No authentication user name specified.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Niciun nume de utilizator specificat.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:no-authentication-user-name-specified-for-action-operation-command-s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No authentication user name specified for action operation command "%s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Niciun nume de utilizator specificat pentru comanda de acțiune a operațiunii "%s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:no-command-specified-for-action-operation" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No command specified for action operation.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nicio comandă specificată pentru operațiuna de acțiune.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:no-command-type-specified-for-action-operation" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No command type specified for action operation.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Niciun tip de comandă specificat pentru operațiuna de acțiune.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:no-conditions-defined" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No conditions defined.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nicio condiție definită.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:no-data" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>no data</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>fără date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:no-data-collection" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No data collection</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nicio colecție de date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:no-default-interface-for-1s-type-on-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No default interface for "%1$s" type on "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nicio interfață implicită pentru tipul "%1$s" pe "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:no-details" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No details</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Niciun detaliu</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:no-discovery-rule-ids-given" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No discovery rule IDs given.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nicio regulă de detecție IDs dată.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:no-execution-target-specified-for-action-operation-command-s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No execution target specified for action operation command "%s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Niciun țintă de executare specificată pentru comanda de acțiune a operațiunii "%s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:no-file-was-uploaded" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No file was uploaded.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Niciun fișier nu s-a încărcat.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:no-graph-id-provided-for-screen-element" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No graph ID provided for screen element.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Niciun ID grafic prevăzut pentru elementul ecran.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:no-graph-item-with-graphid-s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No graph item with graphid "%s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Niciun item grafic cu graphid "%s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:no-graphs-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No graphs added.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Niciun grafic adăugat.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:no-host-given-for-macro-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No host given for macro "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Niciun server dat pentru macro-ul "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:no-host-group-id-provided-for-screen-element" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No host group ID provided for screen element.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Niciun ID pentru grup de servere prevăzut pentru elementul ecran.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:no-host-groups-with-groupid-s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No host groups with groupid "%s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Niciun grup de servere cu groupid "%s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:no-host-ids-given" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No host IDs given.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Niciun IDs server dat.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:no-host-with-hostid-s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No host with hostid "%s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Niciun server cu hostid "%s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:no-icon-for-map-element-s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No icon for map element "%s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nicio iconiță pentru elementul hartă "%s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:no-image" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No image</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nicio imagine</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:no-interface-found" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No interface found</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nicio interfață găsită</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:no-interface-found" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No interface found.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nicio interfață găsită.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:no-interface-provided-for-proxy-s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No interface provided for proxy "%s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nici o interfață prevăzută pentru proxy "%s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:no-interfaces-for-host-s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No interfaces for host "%s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nicio interfață pentru server "%s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:no-ipmi-interfaces-found" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No IPMI interfaces found.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nicio interfață IPMI găsită.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:no-item-id-provided-for-screen-element" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No item ID provided for screen element.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Niciun item ID prevăzut pentru elementul ecran.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:no-items-defined" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No items defined.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Niciun item definit.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:no-item-with-itemid1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No item with itemid="%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Niciun item cu itemid="%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:no-jmx-interfaces-found" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No JMX interfaces found.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nicio interfață JMX găsită.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:no-macros-found" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No macros found.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Niciun macro găsit.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:no-map-id-provided-for-screen-element" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No map ID provided for screen element.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nicio hartă ID prevăzută pentru elementul ecran.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:no-maps-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No maps added.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nicio hartă adaugată.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:no-matches-found" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No matches found</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nicio potrivire găsită</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:none" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>None</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Niciunul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:no-permissions-for-system-access" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No permissions for system access.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nicio permisiune de acces la sistem.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:no-permissions-to-referred-object-or-it-does-not-exist" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No permissions to referred object or it does not exist!</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nicio permisiune la obiectul menționat sau acesta nu există!</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:no-private-key-file-specified" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No private key file specified.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu a fost specificat nici un fișier cu cheie privată.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:no-private-key-file-specified-for-action-operation-command-s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No private key file specified for action operation command "%s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu a fost specificat niciun fișier cu cheie privată pentru comanda de acțiune a operațiunii "%s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:no-proxy" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>(no proxy)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>(fără proxy)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:no-proxy" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No proxy</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Fără proxy</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:no-public-key-file-specified" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No public key file specified.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu a fost specificat nici un fișier cu cheie publică.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:no-public-key-file-specified-for-action-operation-command-s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No public key file specified for action operation command "%s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu a fost specificat niciun fișier cu cheie publică pentru comanda de acțiune a operațiunii "%s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:no-recipients-for-action-operation-message" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No recipients for action operation message.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Niciun destinatar pentru mesajul de acțiune a operațiunii.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:normal" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Normal</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Normal</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:normal-view" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Normal view</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Vizualizare normală</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:no-screen-id-provided-for-screen-element" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No screen ID provided for screen element.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Niciun ecran ID prevăzut pentru elementul ecran.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:no-screens-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No screens added.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Niciun ecran adăugat.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:no-script-specified-for-action-operation-command" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No script specified for action operation command.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu a fost specificat niciun script pentru comanda de acțiune a operațiunii.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:no-snmp-community-specified" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No SNMP community specified.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nicio comunitate SNMP specificată.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:no-snmp-interfaces-found" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No SNMP interfaces found.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nicio interfață SNMP găsită.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:no-snmp-oid-specified" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No SNMP OID specified.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Niciun SNMP OID specificat.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:not-ack" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Not Ack</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu Ack</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:not-allowed-to-set-password-for-user-guest" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Not allowed to set password for user "guest".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu este permisă setarea parolei pentru utilizatorul "guest".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:not-all-templates-are-linked-to-s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Not all templates are linked to "%s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu toate șabloanele sunt legate de "%s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:no-target-selected" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No target selected</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu a fost selectată nicio țintă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:no-target-selected" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No target selected.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu a fost selectată nicio țintă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:not-available" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Not available</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Indisponibil</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:not-classified" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Not classified</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Neclasificate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:note" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Note</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Notă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:notes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Notes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Note</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:nothing" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Nothing</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nimic</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:nothing-to-do" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Nothing to do.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nimic de făcut.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:notification-report" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Notification report</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Raport de notificare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:notifications" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Notifications</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Notificări</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:not-in" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>not in</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>nu este în</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:no-triggers-defined" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No triggers defined.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Niciun trigger definit.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:no-trigger-with-triggerid-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No trigger with triggerid "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Niciun trigger cu triggerid "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:not-selected" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>not selected</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>neselectat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:not-supported" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Not supported</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nesuportat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:not-templated-items" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Not Templated items</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Niciun item șablon</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:no-url-provided-for-screen-element" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No URL provided for screen element.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Niciun URL prevăzut pentru elementul ecran.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:nov" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Nov</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Noi</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:november" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>November</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Noiembrie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:number-of-items-in-proxy-history-that-are-not-yet-sent-to-the-server" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Number of items in proxy history that are not yet sent to the server</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Număr de itemuri în istoricul proxy care nu au fost încă trimise către server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:number-of-items-in-the-queue-which-are-delayed-by-from-to-to-seconds-inclusive" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Number of items in the queue which are delayed by from to to seconds, inclusive.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Număr de itemi in coadă care sunt întârziați de la pâna la secunde, inclusiv.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:number-of-items-in-zabbix-database" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Number of items in Zabbix database.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Număr de itemuri in baza de date Zabbix.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:number-of-monitored-hosts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Number of monitored hosts</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Număr de servere monitorizate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:number-of-processor-cores-on-vmware-hypervisor-url-vmware-service-url-uuid-vmware-hypervisor-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Number of processor cores on VMware hypervisor, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware hypervisor host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numărul miezului procesorului pe VMware hypervisor, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware hypervisor nume server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:number-of-processors-on-vmware-virtual-machine-url-vmware-service-url-uuid-vmware-virtual-machine-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Number of processors on VMware virtual machine, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware virtual machine host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numărul de procesoare pe mașina virtuală VMware, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware numne server mașină virtuală</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:number-of-processor-threads-on-vmware-hypervisor-url-vmware-service-url-uuid-vmware-hypervisor-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Number of processor threads on VMware hypervisor, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware hypervisor host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Număr threaduri procesor pe VMware hypervisor, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - nume server VMware hypervisor </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:number-of-status-changes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Number of status changes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numărul schimbărilor de status</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:number-of-steps" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Number of steps</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Număr de pași</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:number-of-triggers-in-zabbix-database" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Number of triggers in Zabbix database.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numărul triggerilor din baza de date Zabbix.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:number-of-unsupported-items-in-zabbix-database" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Number of unsupported items in Zabbix database.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numărul itemilor nesuportați în baza de date Zabbix.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:number-of-users-online" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Number of users (online)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numărul de utilizatori (online)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:number-of-values-stored-in-table-history" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Number of values stored in table HISTORY.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numărul valorilor stocate în tabela HISTORY.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:number-of-values-stored-in-table-history_log" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Number of values stored in table HISTORY_LOG.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numărul valorilor stocate în tabela HISTORY_LOG.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:number-of-values-stored-in-table-history_str" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Number of values stored in table HISTORY_STR.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numărul valorilor stocate în tabela HISTORY_STR.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:number-of-values-stored-in-table-history_text" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Number of values stored in table HISTORY_TEXT.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numărul valorilor stocate în tabela HISTORY_TEXT.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:number-of-values-stored-in-table-history_uint" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Number of values stored in table HISTORY_UINT.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numărul valorilor stocate în tabela HISTORY_UINT.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:number-of-values-stored-in-table-trends" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Number of values stored in table TRENDS.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numărul valorilor stocate în tabela TRENDS.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:number-of-values-stored-in-table-trends_uint" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Number of values stored in table TRENDS_UINT.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numărul valorilor stocate în tabela TRENDS_UINT.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:number-of-virtual-machines-on-vmware-hypervisor-url-vmware-service-url-uuid-vmware-hypervisor-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Number of virtual machines on VMware hypervisor, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware hypervisor host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numărul mașinilor virtuale pe VMware hypervisor, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware hypervisor nume server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:numeric-float" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Numeric (float)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numeric (float)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:numeric-unsigned" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Numeric (unsigned)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numeric (nesemnat)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:oct" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Oct</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Oct</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:october" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>October</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Octombrie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:oem" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>OEM</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>OEM</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:of" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>of</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>al</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:off" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>off</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>închis</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:off" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Off</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Oprit</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:ok" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Ok</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ok</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:ok" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>OK</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>OK</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:on" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>on</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>pornit</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:on" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>On</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Pornit</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:once" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Once</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Odată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:one-of-the-objects-is-left-without-a-host-group" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>One of the objects is left without a host group.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Unul dintre obiecte este lăsat fără grup servere.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:one-time-downtime" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>One-time downtime</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Întrerupere unică</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:one-time-only" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>One time only</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>O singură dată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:only-items-assigned-to-enabled-hosts-are-counted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Only items assigned to enabled hosts are counted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numai itemii desemnați să activeze servere sunt numărați</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:only-one-check-can-be-unique" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Only one check can be unique.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numai o verificare poate fi unică.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:only-super-admins-can-create-groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>(Only super admins can create groups)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>(Numai super administratorii pot creea grupuri)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:only-super-admins-can-create-host-groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Only Super Admins can create host groups.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numai super administratorii pot crea grupuri de servere.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:only-super-admins-can-create-media-types" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Only Super Admins can create media types.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Doar Superadministratorii pot crea tipuri de media.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:only-super-admins-can-delete-media-types" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Only Super Admins can delete media types.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Doar Superadministratorii pot șterge tipuri de media.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:only-super-admins-can-delete-user-groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Only Super Admins can delete user groups.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numai super administratorii pot șterge grupuri de utilizatori.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:only-super-admins-can-edit-media-types" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Only Super Admins can edit media types.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Doar Superadministratorii pot edita tipuri de media.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:only-the-last-20-of-the-indicator-is-displayed" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Only the last 20%% of the indicator is displayed.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numai ultimii 20%% din indicatori sunt afișați.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:only-triggers-assigned-to-enabled-hosts-and-depending-on-enabled-items-are-counted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Only triggers assigned to enabled hosts and depending on enabled items are counted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numai triggerii atribuiți să activeze servere și care depind de itemi activați sunt contorizați</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:on-status-change-triggers-blink-for" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>On status change triggers blink for</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Statusul pornit modifică triggerii să lumineze pentru </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:oob-ip-address" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>OOB IP address</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adresă IP OOB</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:oob-router" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>OOB router</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>router OOB</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:oob-subnet-mask" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>OOB subnet mask</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mască subnet OOB</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:opera" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Opera</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Opera</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:operation-cannot-be-performed-due-to-unauthorized-request" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Operation cannot be performed due to unauthorized request.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Operațiunea nu poate fi executată datorită unei cereri neautorizate.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:operation-condition" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Operation condition</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Condiția operațiunii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:operation-details" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Operation details</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Detalii operațiunii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:operation-has-no-group-to-operate" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Operation has no group to operate.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Operațiunea nu are grup de operare.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:operation-has-no-template-to-operate" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Operation has no template to operate.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Operațiunea nu are șablon de operare.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:operations" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Operations</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Operațiuni</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:operation-s-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Operation "%s" already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Operaţiunea "%s" există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:operation-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Operation type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipul operațiunii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:operator" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Operator</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Operator</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:or" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>OR</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>SAU</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:original" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Original</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Original</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:os" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>OS</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>OS</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:os-full-details" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>OS (Full details)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>OS (detaliat)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:os-short" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>OS (Short)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>OS (Prescurtat)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:other" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>other</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>altul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:other" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Other</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Altul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:other-configuration-parameters" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Other configuration parameters</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Alți parametri de configurare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:other-parameters" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Other parameters</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Alți parametri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:others" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Others</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Alții</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:item_formoverridden-by" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Overridden by</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Suprascrisă de </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:override-item-history-period" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Override item history period</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Perioadă istoric item de suprascriere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:override-item-trend-period" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Override item trend period</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Perioadă trend item de suprascriere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:overview" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Overview</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prezentare generală</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:overview-by-proxy" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Overview by proxy</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prezentare generală de către proxy</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:page-received-incorrect-data" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Page received incorrect data</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Pagina a primit date incorecte</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:parameter" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Parameter</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Parametru</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:parent-discovery-rules" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Parent discovery rules</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Reguli de detecție părinte</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:parent-graphs" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Parent graphs</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grafice părinte</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:parent-items" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Parent items</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Itemi părinte</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:parent-service" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Parent service</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Serviciul părinte</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:parent-triggers" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Parent triggers</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Triggeri părinte</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:parent-web-scenarios" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Parent web scenarios</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scenarii web părinte</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:parse-error" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Parse error</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eroare de analizare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:parse-sql-error-1s-in-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Parse SQL error [%1$s] in [%2$s].</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Analizează eroarea SQL [%1$s] în [%2$s].</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:passive" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Passive</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Pasiv</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:password" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Password</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Parolă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:password-once-again" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Password (once again)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Parolă (din nou)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:password-should-not-be-empty" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Password should not be empty</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Câmpul parolă nu poate fi gol</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:percentile-line-left" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Percentile line (left)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Linie procentuala (stânga)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:percentile-line-right" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Percentile line (right)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Linie crescătoare (dreapta)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:period" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Period</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Perioadă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:periods" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Periods</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Perioade</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:period-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Period type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipul perioadei</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:permissions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Permissions</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Permisiuni</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:permissions-can-be-assigned-for-user-groups-only" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Permissions can be assigned for user groups only.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Persmisiunea poate fi atribuită doar grupurilor de utilizatori.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:persian-fa_ir" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Persian (fa_IR)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Persian (fa_IR)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:php-bcmath" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP bcmath</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>PHP bcmath</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:php-bcmath-extension-missing-php-configuration-parameter-enable-bcmath" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP bcmath extension missing (PHP configuration parameter --enable-bcmath).</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Extensia PHP bcmath lipsește (parametrul de configurare PHP --enable-bcmath).</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:php-ctype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP ctype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>PHP ctype</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:php-ctype-extension-missing-php-configuration-parameter-enable-ctype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP ctype extension missing (PHP configuration parameter --enable-ctype).</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Extensia PHP ctype lipsește (parametrul de configurare PHP --enable-ctype).</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:php-databases-support" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP databases support</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Suport pentru baza de date PHP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:php-gd" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP gd</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>PHP gd</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:php-gd-extension-missing-php-configuration-parameter-with-gd" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP gd extension missing (PHP configuration parameter --with-gd).</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Extensia PHP gd lipsește (parametrul de configurare PHP --with-gd).</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:php-gd-freetype-support" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP gd FreeType support</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Suport PHP gd FreeType</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:php-gd-freetype-support-missing" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP gd FreeType support missing.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Suport PHP gd FreeType lipsă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:php-gd-jpeg-image-support-missing" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP gd JPEG image support missing.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Suport PHP gd JPEG lipsă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:php-gd-jpeg-support" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP gd JPEG support</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Suport PHP gd JPEG</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:php-gd-png-image-support-missing" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP gd PNG image support missing.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Suport imagine PHP gd PNG lipsă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:php-gd-png-support" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP gd PNG support</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Suport PHP gd PNG</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:php-gettext" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP gettext</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>PHP gettext</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:php-gettext-extension-missing-php-configuration-parameter-with-gettext-translations-will-not-be-available" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP gettext extension missing (PHP configuration parameter --with-gettext). Translations will not be available.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Extensia PHP gettext lipsă (parametru de configurare PHP --with-gettext). Traduceri nu vor fi disponibile.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:php-libxml" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP libxml</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>PHP libxml</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:php-libxml-extension-missing" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP libxml extension missing.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Extensia PHP libxml lipsă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:php-mbstring" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP mbstring</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>PHP mbstring</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:php-mbstring-extension-missing-php-configuration-parameter-enable-mbstring" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP mbstring extension missing (PHP configuration parameter --enable-mbstring).</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Extensia PHP mbstring lipsește (parametrul de configurare PHP --enable-mbstring).</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:php-session" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP session</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Sesiune PHP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:php-session-auto-start-must-be-disabled-php-directive-sessionauto_start" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP session auto start must be disabled (PHP directive "session.auto_start").</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Pornirea automată sesiune PHP trebuie dezactivată (directiva PHP "session.auto_start").</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:php-session-extension-missing-php-configuration-parameter-enable-session" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP session extension missing (PHP configuration parameter --enable-session).</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Extensie sesiune PHP lipsă (Parametrul de configurare PHP --enable-session).</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:php-sockets" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP sockets</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>PHP sockets</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:php-sockets-extension-missing-php-configuration-parameter-enable-sockets" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP sockets extension missing (PHP configuration parameter --enable-sockets).</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Extensia socket-uri PHP lipsește (parametrul de configurare PHP --enable-sockets).</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:php-version" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP version</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Versiune PHP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:php-xmlreader" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP xmlreader</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>xmlreader PHP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:php-xmlreader-extension-missing" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP xmlreader extension missing.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Extensie xmlreader PHP lipsă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:php-xmlwriter" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP xmlwriter</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>PHP xmlwriter</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:php-xmlwriter-extension-missing" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP xmlwriter extension missing.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Extensie xmlwriter PHP lipsă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:pie" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Pie</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Diagramă circulară</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:placing-algorithm" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Placing algorithm</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Plasare algoritm</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:plain-text" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Plain text</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Text simplu</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:play" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Play</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Redare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:play-sound" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Play sound</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Redare sunet</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:please-select-two-elements" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Please select two elements</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Va rog selectați două elemente</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:polish-pl_pl" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Polish (pl_PL)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Poloneză (pl_PL)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:pop" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>POP</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>POP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:populates-host-inventory-field" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Populates host inventory field</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Populare câmp server inventar</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:port" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Port</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Port</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:port-cannot-be-empty-for-host-interface" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Port cannot be empty for host interface.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Portul nu pot fi nul pentru interfața serverului.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:port-range" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Port range</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Interval port</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:portuguese-pt_br" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Portuguese (pt_BR)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Portugheză (pt_BR)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:portuguese-pt_pt" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Portuguese (pt_PT)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Portugheză (pt_BR)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:preview" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Preview</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Previzualizare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:primary-poc-cell" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Primary POC cell</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Celulă inițială POC</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:primary-poc-email" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Primary POC email</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Email inițial POC</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:primary-poc-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Primary POC name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume inițial POC</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:primary-poc-notes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Primary POC notes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Note inițiale POC</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:primary-poc-phone-a" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Primary POC phone A</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Telefon A inițial POC</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:primary-poc-phone-b" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Primary POC phone B</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Telefon B inițial POC</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:primary-poc-screen-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Primary POC screen name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume ecran inițial POC</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:privacy-passphrase" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Privacy passphrase</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Frază de acces de confidențialitate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:privacy-protocol" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Privacy protocol</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ptotocol confidențial</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:private-key-file" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Private key file</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Fișier cheie privată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:privilege-level" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Privilege level</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nivel privilegiat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:problem" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Problem</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Problemă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:problem" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PROBLEM</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>PROBLEMĂ</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:problem-display" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Problem display</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Afișare problemă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:problem-if-all-children-have-problems" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Problem, if all children have problems</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Problemă, dacă toți copiii au probleme</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:problem-if-at-least-one-child-has-a-problem" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Problem, if at least one child has a problem</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Problemă, dacă cel puțin un copil are o problemă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:problem-on" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Problem on</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Problemă pe</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:problems" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Problems</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Probleme</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:problem-time" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Problem time</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Timp problemă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:proxies" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Proxies</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Proxy-uri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:proxy" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Proxy</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Proxy</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:proxy-1s-for-host-2s-does-not-exist" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Proxy "%1$s" for host "%2$s" does not exist.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Proxy "%1$s" pentru serverul "%2$s" nu există.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:proxy-1s-is-used-by-discovery-rule-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Proxy "%1$s" is used by discovery rule "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Proxy "%1$s" este utilizat de regula de detecție "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:proxy-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Proxy added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Proxy adăugat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:proxy-interface-creation-failed" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Proxy interface creation failed.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creere interfață proxy eșuată.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:proxy-interface-update-failed" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Proxy interface update failed.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Actualizare interfață proxy eșuată.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:proxy-mode" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Proxy mode</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mod proxy</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:proxy-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Proxy name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume proxy</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:proxy-s-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Proxy "%s" already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Proxy-ul "%s" există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:proxy-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Proxy updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Proxy actualizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:public-key" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Public key</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cheie publică</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:public-key-file" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Public key file</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Fișier cheie publică</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:queue" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Queue</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Coadă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:read" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Read</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Citire</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:read-only" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Read only</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numai citire</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:read-write" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Read-write</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Citire-scriere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:reason" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Reason</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Motiv</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:received-value" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Received value</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare primită</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:recipient" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Recipient</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Destinatar</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:recipient-ascending" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Recipient (ascending)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Destinatar (crescător)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:recipient-descending" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Recipient (descending)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Destinatar (descrescător)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:recovery" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Recovery</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Recuperare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:refreshed-every-1s-sec" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>refreshed every %1$s sec.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>actualizare la fiecare %1$s sec.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:regular-expression" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Regular expression</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expresie uzuală</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:regular-expression-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Regular expression added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expresie uzuală adăugată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:regular-expression-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Regular expression deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expresii uzuale șterse</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:regular-expression-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Regular expression deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expresie uzuală ștearsă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:regular-expression-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Regular expression deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expresii uzuale șterse</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:regular-expression-does-not-exist" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Regular expression does not exist.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expresia uzuală nu există.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:regular-expressions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Regular expressions</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expresii uzuale</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:regular-expression-s-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Regular expression "%s" already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expresia uzuală "%s" deja există.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:regular-expression-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Regular expression updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expresie uzuală actualizată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:remember-me-for-30-days" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Remember me for 30 days</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Amintește-mi 30 de zile</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:remember-selected" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>remember selected</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>amintire selecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:remote-command" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Remote command</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Comandă de la distanță</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:remove" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Remove</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șterge</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:remove-from-favourites" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Remove from favourites</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șterge din favorite</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:remove-from-host-group" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Remove from host group</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șterge din grupul serverului</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:remove-from-host-groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Remove from host groups</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șterge din grupurile serverelor</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:remove-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Remove host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șterge server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:replace" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Replace</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Înlocuire</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:replace-applications" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Replace applications</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Înlocuiește aplicațiile</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:replace-dependencies" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Replace dependencies</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Înlocuiește dependențele</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:replace-host-groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Replace host groups</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Înlocuiește grupurile serverlor</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:reports" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Reports</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Rapoarte</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:required" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Required</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Necesar</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:required-host-permissions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Required host permissions</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Permisiuni server necesare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:required-performance-of-the-zabbix-server-in-new-values-per-second-expected" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Required performance of the Zabbix server, in new values per second expected.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Performanță necesară a serverului Zabbix, în noile valori pe secundă așteptate.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:required-performance-vps" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Required performance (vps)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Performanță necesară (vps)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:required-server-performance-new-values-per-second" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Required server performance, new values per second</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Performanță server necesară, noi valori pe secundă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:required-status-codes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Required status codes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Coduri de stare necesare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:required-string" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Required string</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șir necesar</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:reset" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Reset</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Resetează</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:reset-all-fields-to-default-values" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Reset all fields to default values?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Resetează toate câmpurile la valorile implicite?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:reset-confirmation" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Reset confirmation</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Confirmare de resetare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:reset-defaults" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Reset defaults</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Resetează implicite</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:resolved" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Resolved</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Rezolvat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:resource" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Resource</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Resursă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:response-code" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Response code</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cod de răspuns</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:response-time" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Response time</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Timp de răspuns</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:result" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Result</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Rezultat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:result-is-false" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Result is FALSE</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Rezultatul este FALS</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:result-is-true" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Result is TRUE</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Rezultatul este ADEVĂRAT</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:result-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Result type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip de rezultat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:retry" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Retry</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Reîncearcă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:returns-availability-of-a-particular-type-of-checks-on-the-host-value-of-this-item-corresponds-to-availability-icons-in-the-host-list-valid-types-are-agent-snmp-ipmi-jmx" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Returns availability of a particular type of checks on the host. Value of this item corresponds to availability icons in the host list. Valid types are: agent, snmp, ipmi, jmx.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Redă valabilitatera unor tipuri personalizate de verificări ale serverului. Vlaorea acestui item corespunde la valabilitatea iconițelor din lista serverului. Tipurile valabile sunt: agent, snmp, ipmi, jmx.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:returns-icmp-ping-response-time-in-seconds-example-002" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Returns ICMP ping response time in seconds. Example: 0.02</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Redă răspuns la ping ICMP în secunde. Exemplu: 0.02</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:returns-information-associated-with-zabbix-java-gateway-valid-params-are-ping-version" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Returns information associated with Zabbix Java gateway. Valid params are: ping, version.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Redă informații asociate cu portul Java Zabbix. Parametri valabili sunt: ping, version.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:returns-percentage-of-lost-icmp-ping-packets" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Returns percentage of lost ICMP ping packets.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Redă un procent din pachetele pierdute la ping ICMP.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:right" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Right</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dreapta</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:rmcp" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>RMCP+</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>RMCP+</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:romanian-ro_ro" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Romanian (ro_RO)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Română (ro_RO)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:root" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>root</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>rădăcină</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:rows" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Rows</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Rânduri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:row-span" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Row span</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Întindere rând</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:rows-per-page" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Rows per page</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Rânduri pe pagină</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:rules" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Rules</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Reguli</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:run-commands" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Run commands</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Execută comenzile</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:run-global-script" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Run global script</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Execută scriptul global</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:run-ipmi-command" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Run IPMI command</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Execută comandă IPMI</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:run-remote-commands-on-current-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Run remote commands on current host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Execută comenzile de la distanță pe serverul actual</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:run-remote-commands-on-host-groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Run remote commands on host groups</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Execută comenzile de la distanță pe grupurile de servere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:run-remote-commands-on-hosts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Run remote commands on hosts</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Execută comenzile de la distanță pe servere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:run-ssh-commands" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Run SSH commands</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Execută comanda SSH</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:run-telnet-commands" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Run TELNET commands</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Execută comenzile TELNET</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:russian-ru_ru" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Russian (ru_RU)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Rusă (ru_RU)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:second-shorts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>s</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>s</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:sunday-shorts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>S</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>S</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:saturday-shorts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>S</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>S</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:safari" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Safari</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Safari</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:sat" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Sat</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Sâm</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:saturday" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Saturday</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Sâmbătă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:scenario" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Scenario</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scenariu</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:schedule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Schedule</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Programare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:scheduled-check" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Scheduled check</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Verificare programare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:screen" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Screen</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ecran</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:screen-1s-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Screen "%1$s" already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ecranul "%1$s" există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:screen-1s-cell-x-2s-y-3s-is-already-taken" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Screen "%1$s" cell X - %2$s Y - %3$s is already taken.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ecranul "%1$s" celula X - %2$s Y - %3$s este deja luat.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:screen-1s-column-span-in-cell-x-2s-y-3s-is-incorrect" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Screen "%1$s" column span in cell X - %2$s Y - %3$s is incorrect.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ecranul "%1$s" deschidere coloană în celula X - %2$s Y - %3$s este incorectă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:screen-1s-column-span-in-cell-x-2s-y-3s-is-too-big" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Screen "%1$s" column span in cell X - %2$s Y - %3$s is too big.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ecranul "%1$s" deschidere coloană în celula X - %2$s Y - %3$s este prea mare.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:screen-1s-row-span-in-cell-x-2s-y-3s-is-incorrect" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Screen "%1$s" row span in cell X - %2$s Y - %3$s is incorrect.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ecranul "%1$s" deschidere rând în celula X - %2$s Y - %3$s este incorectă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:screen-1s-row-span-in-cell-x-2s-y-3s-is-too-big" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Screen "%1$s" row span in cell X - %2$s Y - %3$s is too big.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ecranul "%1$s" deschidere rând în celula X - %2$s Y - %3$s este prea mare.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:screen-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Screen added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ecran adăugat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:screen-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Screen deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ecran șters</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:screens" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Screens</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ecrane</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:screen-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Screen updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ecran actualizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:script" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Script</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Script</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:script-1s-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Script "%1$s" already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scriptul "%1$s" există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:script-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Script added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Script adăugat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:script-menu-path-1s-already-used-in-script-name-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Script menu path "%1$s" already used in script name "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cale meniu script "%1$s" deja utilizat în nume script "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:script-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Script name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume script</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:script-name-1s-already-used-in-menu-path-for-script-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Script name "%1$s" already used in menu path for script "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume script "%1$s" deja utilizat în cale meniu pentru script "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:script-profiler" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Script profiler</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Script profiler</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:scripts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Scripts</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scripturi</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:script-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Script updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Script actualizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:search" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Search</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Caută</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:search-attribute" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Search attribute</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Atribut de căutare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:search-pattern-is-empty" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Search pattern is empty</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Modelul de căutare este gol</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:secondary-poc-cell" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Secondary POC cell</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Celulă POC secundară</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:secondary-poc-email" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Secondary POC email</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Email POC secundar</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:secondary-poc-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Secondary POC name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume POC secundar</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:secondary-poc-notes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Secondary POC notes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Note POC secundare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:secondary-poc-phone-a" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Secondary POC phone A</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Telefon A POC secundar</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:secondary-poc-phone-b" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Secondary POC phone B</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Telefon B POC secundar</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:secondary-poc-screen-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Secondary POC screen name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume ecran POC secundar</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:seconds" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Seconds</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Secunde</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:security-level" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Security level</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nivel de securitate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:security-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Security name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume securitate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:select" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Select</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Selectează</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:selected" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Selected</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Selectat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:selected-actions-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Selected actions deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acțiunile selectate șterse</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:selected-elements" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Selected elements</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Elementele selectate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:select-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Select prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Selectează prototip</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:send-message" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Send message</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trimite mesaj</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:send-message-to-user-groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Send message to user groups</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trimite mesaj către grupurile utilizatorului</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:send-message-to-users" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Send message to users</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trimite mesaj către utilizatori</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:send-only-to" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Send only to</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trimite doar la</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:send-to" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Send to</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trimite la</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:send-to-user-groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Send to User groups</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trimite la grupurile Utilizatorului</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:send-to-users" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Send to Users</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trimis la Utilizatori</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:sent" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Sent</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trimis</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:sep" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Sep</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Sep</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:separated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Separated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Depărțit</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:september" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>September</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Septembrie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:serial-number-a" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Serial number A</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Număr serial A</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:serial-number-b" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Serial number B</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Număr serial B</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:server" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Server</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:server-time" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Server time</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Timp server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:service" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Service</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Serviciu</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:service-1s-cannot-be-deleted-because-it-is-dependent-on-another-service" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Service "%1$s" cannot be deleted, because it is dependent on another service.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Serviciul "%1$s" nu poate fi șters, deoarece depinde de alt serviciu.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:service-1s-cannot-be-dependent-on-itself" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Service "%1$s" cannot be dependent on itself.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Serviciul "%1$s" nu poate fi dependent de el însuși.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:service-1s-cannot-be-linked-to-a-trigger-and-have-children-at-the-same-time" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Service "%1$s" cannot be linked to a trigger and have children at the same time.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Serviciul "%1$s" nu poate fi legat de un trigger și să aiba copii în același timp.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:service-1s-is-already-hardlinked-to-a-different-service" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Service "%1$s" is already hardlinked to a different service.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Serviciul "%1$s" este deja superlegat la un serviciu diferit.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:service-cannot-be-parent-and-child-at-the-same-time" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Service cannot be parent and child at the same time.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Serviciul nu poate fi părinte și copil în același timp.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:service-created" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Service created</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Serviciu creat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:service-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Service deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Serviciu șters</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:service-port" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Service port</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Port serviciu</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:services" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Services</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Servicii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:services-form-a-circular-dependency" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Services form a circular dependency.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Servicii formează o dependență circulară.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:service-start-time-must-be-less-than-end-time" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Service start time must be less than end time.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Timpul de pornire al serviciului trebuie sa fie mai puțin decât serviciul de sfârșit.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:service-times" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Service times</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Timpuri de serviciu</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:service-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Service type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip de serviciu</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:service-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Service updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Serviciu actualizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:session-terminated-re-login-please" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Session terminated, re-login, please.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Sesiune terminată, relogare, va rog.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:severity" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Severity</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Severitate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:severity-descending" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Severity (descending)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Severitate (descrescător)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:sha" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SHA</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>SHA</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:short-description" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>short description</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>descriere scurtă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:show" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Show</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Arată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:show-details" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Show details</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Arată detalii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:show-hosts-in-maintenance" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Show hosts in maintenance</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Arată servere în mentenanță</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:show-icon-mappings" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>show icon mappings</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>arată mapări iconițe</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:show-items-without-data" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Show items without data</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Arată itemi fără date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:show-legend" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Show legend</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Arată legendă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:show-lines" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Show lines</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Arată linii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:shown" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Shown</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Afișat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:show-selected" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Show selected</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Arată selecția</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:show-text-as-html" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Show text as HTML</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Aratî text ca HTML</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:show-triggers" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Show triggers</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Arată triggeri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:show-value" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Show value</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Arată valoare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:show-value-mappings" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>show value mappings</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>arată mapări valori</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:show-warning-if-zabbix-server-is-down" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Show warning if Zabbix server is down</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Arată avertizare dacă serverul Zabbix este căzut</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:show-working-time" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Show working time</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Arată timpul de lucru</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:sign-in" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Sign in</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Autentificare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:simple" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Simple</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Simplu</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:simple-check" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Simple check</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Verificare simplă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:simple-graph" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Simple graph</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grafic simplu</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:site-address-a" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Site address A</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adresă site A</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:site-address-b" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Site address B</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adresă site B</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:site-address-c" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Site address C</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adresă site C</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:site-city" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Site city</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Site oraș</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:site-country" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Site country</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Site țară</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:site-notes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Site notes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Notițe site</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:site-rack-location" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Site rack location</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Locație rack site</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:site-state-province" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Site state / province</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Site stat / provincie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:site-zip-postal" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Site ZIP / postal</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Site ZIP / poștal</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:size-of-the-response-received-from-zabbix-server-1s-exceeds-the-allowed-size-of-2s-bytes-this-value-can-be-increased-in-the-zbx_socket_bytes_limit-constant-in-includedefinesincphp" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Size of the response received from Zabbix server "%1$s" exceeds the allowed size of %2$s bytes. This value can be increased in the ZBX_SOCKET_BYTES_LIMIT constant in include/defines.inc.php.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mărimea răspunsului primit de la serverul Zabbix "%1$s" depășește mărimea permisă de %2$s bytes. Această valoare poate fi crescută în ZBX_SOCKET_BYTES_LIMIT constant in include/defines.inc.php.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:skipped-copying-of-graph-1s-to-host-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Skipped copying of graph "%1$s" to host "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Copiere sărită a graficului "%1$s" la server "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:sla" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SLA</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>SLA</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:slide" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Slide</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Diapozitiv</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:slides" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Slides</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Slides</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:slide-show" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Slide show</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prezentare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:slide-show-1s-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Slide show "%1$s" already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prezentarea "%1$s" există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:slide-show-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Slide show added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prezentare adăugată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:slide-show-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Slide show deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prezentare stearsă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:slide-show-must-contain-slides" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Slide show must contain slides.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prezentarea trebuie să conțină slide-uri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:slide-shows" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Slide shows</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prezentări</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:slide-show-s-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Slide show "%s" already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prezentarea "%s" există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:slide-show-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Slide show updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prezentare actualizată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:slovak-sk_sk" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Slovak (sk_SK)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Slovacă (sk_SK)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:sms" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SMS</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>SMS</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:smtp" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SMTP</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>SMTP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:smtp-email" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SMTP email</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>email SMTP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:smtp-helo" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SMTP helo</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>SMTP helo</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:smtp-server" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SMTP server</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>server SMTP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:s-must-be-between-19700101-and-20380118" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>"%s" must be between 1970.01.01 and 2038.01.18.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>"%s" trebuie să fie între 1970.01.01 și 2038.01.18.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:snmp" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SNMP</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>SNMP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:snmp-community" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SNMP community</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Comunitate SNMP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:snmp-interfaces" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SNMP interfaces</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Interfață SNMP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:snmp-oid" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SNMP OID</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>SNMP OID</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:snmp-trap" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SNMP trap</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>SNMP ttrap</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:snmp-trap-key-is-invalid" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SNMP trap key is invalid.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cheie SNMP trap invalidă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:snmpv1-agent" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SNMPv1 agent</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>agent SNMPv1</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:snmpv2-agent" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SNMPv2 agent</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>agent SNMPv2</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:snmpv3-agent" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SNMPv3 agent</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>agent SNMPv3</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:snooze" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Snooze</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Amânare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:soft" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Soft</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Soft</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:software" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Software</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Software</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:software-application-a" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Software application A</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Aplicație software A</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:software-application-b" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Software application B</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Aplicație software B</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:software-application-c" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Software application C</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Aplicație software C</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:software-application-d" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Software application D</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Aplicație software D</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:software-application-e" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Software application E</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Aplicație software E</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:software-full-details" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Software (Full details)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Software (Detalii complete)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:sorting-by-field-1s-not-allowed" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Sorting by field "%1$s" not allowed.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Sortarea după câmpul "%1$s" nu este permisă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:sort-order-0-999" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Sort order (0-&gt;999)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ordinea sortării package list (0-&gt;999)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:sort-triggers-by" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Sort triggers by</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Sortează triggeri după</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:source" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Source</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Sursă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:spanish-es_es" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Spanish (es_ES)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Spaniolă (es_ES)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:specified-script-does-not-exist-or-you-do-not-have-rights-on-it-for-action-operation-command" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Specified script does not exist or you do not have rights on it for action operation command.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scriptul specificat nu există sau nu ai drepturi pentru comanda acțiunii de operare.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:speed" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Speed</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Viteză</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:sql-query" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SQL query</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cerere SQL</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:sql-statement-execution-has-failed-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SQL statement execution has failed "%1$s"</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Execuție declarație SQL eșuată "%1$s"</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:sql-statement-execution-has-failed-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SQL statement execution has failed "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Execuție declarație SQL eșuată "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:ssh" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SSH</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>SSH</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:ssh-agent" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SSH agent</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>agent SSH</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:stacked" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Stacked</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Stivuit</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:standard-items" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Standard items</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Itemi standard</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:start-in" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Start in</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Începe la</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:startup-time-of-zabbix-server-unix-timestamp" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Startup time of Zabbix server, Unix timestamp.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Timp de început a serverului Zabbix, Unix timestamp.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:state" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>State</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Stat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:status" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Status</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Stare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:status-ascending" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Status (ascending)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Stare (ascendent)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:status-calculation" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Status calculation</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Calcul stare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:status-calculation-algorithm" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Status calculation algorithm</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Algoritm calcul stare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:status-codes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Status codes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Coduri stare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:status-descending" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Status (descending)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Stare (descendent)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:status-of-discovery" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Status of discovery</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Stare de detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:status-only" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Status only</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Doar stare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:step" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Step</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Pas</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:step-1s-2s-of-3s-failed-4s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Step "%1$s" [%2$s of %3$s] failed: %4$s</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Pas "%1$s" [%2$s al %3$s] eșuat: %4$s</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:step-duration" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Step duration</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Durată pas</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:steps" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Steps</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Pași</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:step-with-name-1s-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Step with name "%1$s" already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Pas cu nume "%1$s" există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:stop" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Stop</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Stop</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:straight" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Straight</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Normală</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:style" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Style</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Stil</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:subject" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Subject</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Subiect</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:submap" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Submap</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Subhartă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:success-audit" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Success Audit</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Verificare reușită</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:sun" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Sun</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dum</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:sunday" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Sunday</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Duminică</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:support" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Support</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Suport</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:surname" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Surname</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume familie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:swedish-sv_se" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Swedish (sv_SE)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Suedeză (sv_SE)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:switching-authentication-method-will-reset-all-except-this-session-continue" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Switching authentication method will reset all except this session! Continue?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Schimbarea metodei de autentificare va reseta totul cu excepția acestei sesiuni! Continuați?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:system-default" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>System default</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Sistem implicit</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:system-error" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>System error.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eroare de sistem.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:thursday-shortt" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>T</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>T</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:tuesday-shortt" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>T</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>T</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:table-1s-does-not-exist" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Table "%1$s" does not exist.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tabelul "%1$s" nu există.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:table-1s-doesnt-have-a-field-named-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Table "%1$s" doesn't have a field named "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tabelul "%1$s" nu are un câmp numit "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:tag" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Tag</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Etichetă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:target" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Target</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Țintă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:target-list" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Target list</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Listă țintă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:target-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Target type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip țintă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:tcp" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>TCP</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>TCP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:telnet" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Telnet</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Telnet</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:telnet-agent" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>TELNET agent</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Agent TELNET</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:template" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Template</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șablon</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:template-1s-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Template "%1$s" already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șablonul "%1$s" există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:template-1s-for-host-2s-does-not-exist" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Template "%1$s" for host "%2$s" does not exist.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șablonul "%1$s" pentru serverul "%2$s" nu există.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:template-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Template added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șablon adăugat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:template-cannot-be-linked-to-another-template-more-than-once-even-through-other-templates" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Template cannot be linked to another template more than once even through other templates.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șablonul nu poate fi legat de alt șablon mai mult de o dată chiar și prin alte șabloane.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:template-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Template deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șablon șters</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:templated-items" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Templated items</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Itemi șablon</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:template-group" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Template group</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grup șablon</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:template-id-1s-is-passed-2s-times" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>template ID "%1$s" is passed %2$s times</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>ID șablon "%1$s" este trecut %2$s ori</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:template-linkage" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Template linkage</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Legătură șablon</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:template-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Template name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume șablon</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:templates" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Templates</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șabloane</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:templates-1s-unlinked-from-hosts-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Templates "%1$s" unlinked from hosts "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șabloane "%1$s" nelegate de servere "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:template-screen-1s-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Template screen "%1$s" already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ecranul șablon "%1$s" există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:template-screens" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Template screens</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ecrane șablon</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:template-trigger" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Template trigger</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trigger șablon</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:template-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Template updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șablon actualizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:template-with-the-same-name-1s-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Template with the same name "%1$s" already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șablon cu același nume "%1$s" există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:template-with-the-same-name-s-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Template with the same name "%s" already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șablon cu același nume "%s" există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:template-with-the-same-visible-name-1s-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Template with the same visible name "%1$s" already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șablon cu același nume vizibil "%1$s" există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:template-with-the-same-visible-name-s-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Template with the same visible name "%s" already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șablon cu același nume vizibil "%s" există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:test" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Test</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Test</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:test-authentication" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Test authentication</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Autentificare test</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:test-confirmation" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Test confirmation</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Confirmare de test</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:test-data" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Test data</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Date test</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:test-expressions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Test expressions</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expresii test</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:test-string" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Test string</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Rând test</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:text" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Text</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Text</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:the-host-group-is-not-discovered-anymore-and-will-be-deleted-in-1s-on-2s-at-3s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>The host group is not discovered anymore and will be deleted in %1$s (on %2$s at %3$s).</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grupul de servere nu mai este detectat și va fi șters în %1$s (pe %2$s la %3$s).</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:the-host-is-not-discovered-anymore-and-will-be-deleted-in-1s-on-2s-at-3s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>The host is not discovered anymore and will be deleted in %1$s (on %2$s at %3$s).</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Serverul nu mai este detectat și va fi șters în %1$s (pe %2$s la %3$s).</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:the-image-is-used-in-icon-map-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>The image is used in icon map %1$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Imaginea este folosită în harta iconițelor %1$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:the-image-is-used-in-icon-map-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>The image is used in icon map %1$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Imaginea este folosită în harta iconițelor %1$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:the-image-is-used-in-icon-map-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>The image is used in icon map %1$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Imaginea este folosită în harta iconiței %1$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:the-image-is-used-in-map-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>The image is used in map %1$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Imaginea este folosită în hărțile %1$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:the-image-is-used-in-map-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>The image is used in map %1$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Imaginea este folosită în harta %1$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:the-image-is-used-in-map-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>The image is used in map %1$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Imaginea este folosită în hărțile %1$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:the-item-is-not-discovered-anymore-and-will-be-deleted-in-1s-on-2s-at-3s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>The item is not discovered anymore and will be deleted in %1$s (on %2$s at %3$s).</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Itemul nu mai este detectat și va fi șters în %1$s (pe %2$s la %3$s).</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:theme" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Theme</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Temă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:the-received-json-is-not-a-valid-json-rpc-request" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>The received JSON is not a valid JSON-RPC Request.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>JSON primit nu este o cerere validă JSON-RPC.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:the-requested-remote-procedure-does-not-exist-is-not-available" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>The requested remote-procedure does not exist / is not available</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Procedura de la distanță cerută nu există / nu este disponibilă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:the-web-scenario-application-belongs-to-a-different-host-than-the-web-scenario-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>The web scenario application belongs to a different host than the web scenario host.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Aplicația pentru scenariu web aparține unui server diferit decât serverului pentru scenariu web.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:the-x-coordinate-of-screen-element-located-at-x-1s-and-y-2s-of-screen-3s-is-too-big" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>The X coordinate of screen element located at X - %1$s and Y - %2$s of screen "%3$s" is too big.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Coordonata X a elementului ecran locată la X - %1$s și Y - %2$s a ecranului "%3$s" este prea mare.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:the-y-coordinate-of-screen-element-located-at-x-1s-and-y-2s-of-screen-3s-is-too-big" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>The Y coordinate of screen element located at X - %1$s and Y - %2$s of screen "%3$s" is too big.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Coordonata Y a elementului ecran locată la X - %1$s și Y - %2$s a ecranului "%3$s" este prea mare.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:this-field-is-automatically-populated-by-item-s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>This field is automatically populated by item "%s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acest câmp este populat automat de itemul "%s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:this-month" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>This month</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Luna aceasta</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:this-screen-column-is-not-empty-delete-it" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>This screen column is not empty. Delete it?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Această coloană a ecranului nu este goală. O ștergeți?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:this-screen-row-is-not-empty-delete-it" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>This screen row is not empty. Delete it?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Aceast rând al ecranului nu este gol. Îl ștergeți?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:this-week" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>This week</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Această săptămână</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:this-year" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>This year</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Anul acesta</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:thu" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Thu</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Joi</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:thursday" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Thursday</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Joi</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:till" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Till</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Până când</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:time" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Time</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Timp</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:time-ascending" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Time (ascending)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Timp (ascendent)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:time-descending" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Time (descending)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Timp (descendent)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:time-of-proxy-last-access-name-proxy-name-param-lastaccess-unix-timestamp" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Time of proxy last access. Name - proxy name. Param - lastaccess. Unix timestamp.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Timpul ultimei accesări proxy. Nume - nume proxy. Parametrul - ultima accesare. Unix timestamp.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:timeout" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Timeout</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Pauză</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:time-period" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Time period</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Perioadă de timp</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:time-shift" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Time shift</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Timp rămas</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:timestamp" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Timestamp</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:time-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Time type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip timp</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:time-zone-for-php-is-not-set-configuration-parameter-datetimezone" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Time zone for PHP is not set (configuration parameter "date.timezone").</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Zona de timp pentru PHP nu este stabilită (parametrul de configurare "date.timezone").</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:to" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>To</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Către</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:today" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Today</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Astăzi</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:top" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Top</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Sus</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:to-set-a-host-interface-select-a-single-item-type-for-all-items" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>To set a host interface select a single item type for all items</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Pentru setarea unei interfețe server selectează un singur tip de item pentru toți itemii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:total" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Total</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Total</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:total" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>TOTAL</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>TOTAL</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:transaction-has-not-been-closed-aborting" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Transaction has not been closed. Aborting...</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tranzacția nu s-a închis. Renunțare ...</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:transport-error" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Transport error.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eroare de transport</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:trend-data-storage-period" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trend data storage period</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Perioadă trend a stocării datelor</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:trends" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trends</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tendințe</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:trend-storage-period" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trend storage period</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Perioadă trend a stocării</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:trigger" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>trigger</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:trigger" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:trigger-1s-already-exists-on-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger "%1$s" already exists on "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trigger "%1$s" există deja pe "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:trigger-1s-depends-on-trigger-2s-which-does-not-exist" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger "%1$s" depends on trigger "%2$s", which does not exist.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Triggerul "%1$s" depinde de trigger "%2$s", care nu există.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:trigger-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trigger adăugat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:trigger-cannot-be-dependent-on-a-trigger-that-is-inherited-from-it" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger cannot be dependent on a trigger that is inherited from it.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Triggerul nu poate depinde de un trigger care este moștenit de la el.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:trigger-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trigger șters</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:trigger-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Triggeri dezactivați</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:trigger-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Triggeri dezactivați</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:trigger-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trigger dezactivat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:trigger-displaying-options" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger displaying options</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Opțiuni de afișare trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:trigger-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trigger activat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:trigger-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Triggeri activați</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:trigger-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Triggeri activați</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:trigger-event-and-alert-data-storage-period" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger event and alert data storage period</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eveniment trigger și avertizare perioadă de stocare a datelor</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:trigger-has-items-from-template-1s-that-is-not-linked-to-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger has items from template "%1$s" that is not linked to host.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Triggerul are itemi din șablonul "%1$s" care nu este legat de server.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:trigger-info" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger info</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Informație triggeri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:trigger-in-template-1s-has-dependency-with-trigger-in-template-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger in template "%1$s" has dependency with trigger in template "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Triggerul din șablon "%1$s" are dependințe cu triggerul din șablonul "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:trigger-in-unknown-state" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger in "unknown" state</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trigger în stare "necunoscută"</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:trigger-label-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger label type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip etichetă trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:trigger-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:trigger-overview" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger overview</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prezentare triggeri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:trigger-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototip trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:trigger-prototype-1s-contains-item-prototypes-from-multiple-discovery-rules" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger prototype "%1$s" contains item prototypes from multiple discovery rules.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototipul grafic "%1$s" conține prototipi item pentru reguli de detecție multiple.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:trigger-prototype-1s-must-contain-at-least-one-item-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger prototype "%1$s" must contain at least one item prototype.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototipul trigger "%1$s" trebuie să conțină cel puțin un prototip item.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:trigger-prototype-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger prototype added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototip trigger adăugat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:trigger-prototype-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger prototype deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototip trigger șters</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:trigger-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger prototypes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototipi trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:trigger-prototypes-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger prototypes deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototipi trigger șters</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:trigger-prototypes-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger prototypes updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototipi trigger actualizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:triggers" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Triggers</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Triggeri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:triggers-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Triggers deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Triggeri șterși</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:trigger-severities" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger severities</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Severități trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:trigger-severity" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger severity</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Severitate trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:triggers-top-100" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Triggers top 100</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Top 100 triggeri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:trigger-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trigger actualizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:true" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>TRUE</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>ADEVĂRAT</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:try-to-read-inaccessible-property-s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Try to read inaccessible property "%s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Încearcă să citești proprietatea inaccesibilă "%s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:tue" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Tue</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mar</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:tuesday" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Tuesday</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Marți</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:turkish-tr_tr" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Turkish (tr_TR)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Turcă (tr_TR)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:two-items-1s-and-2s-cannot-populate-one-host-inventory-field-3s-this-would-lead-to-a-conflict" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Two items ("%1$s" and "%2$s") cannot populate one host inventory field "%3$s", this would lead to a conflict.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Doi itemi ("%1$s" și "%2$s") nu pot popula un câmp inventar al unui server "%3$s", aceasta ar duce la un conflict. </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:type-ascending" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Type (ascending)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip (ascendent)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:type-descending" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Type (descending)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip (descendent)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:type-full-details" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Type (Full details)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip (Detalii complete)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:type-here-to-search" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>type here to search</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>scrie aici pentru căutare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:type-of-calculation" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Type of calculation</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip de calcul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:type-of-information" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Type of information</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip de informație</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:type-ok" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Type (OK)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip (OK)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:types" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Types</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipuri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:ukrainian-uk_ua" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Ukrainian (uk_UA)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ucraineană (uk_UA)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:unable-to-select-configuration" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unable to select configuration.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Incapabil să selecteze configurația.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:unable-to-upload-file-because-file_uploads-is-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unable to upload file because "file_uploads" is disabled.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Incapabil să încarce fișierul pentru că "file_uploads" este dezactivat.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:unacknowledged" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unacknowledged</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nerecunoscut</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:unacknowledged-only" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unacknowledged only</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Doar nerecunoscut</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:unacknowledged-problem-events" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unacknowledged PROBLEM events</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Evenimente PROBLEMĂ nerecunoscute</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:unblock-selected-users" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unblock selected users?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Deblocare utilizatori selectați?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:unexpected-end-of-key" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>unexpected end of key</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>sfîrșit neașteptat de cheie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:units" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Units</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Unități</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:unknown" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>unknown</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>necunoscut</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:unknown" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unknown</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Necunoscut</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:unknown" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>UNKNOWN</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>NECUNOSCUT</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:unknown-action" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unknown action</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Actiune necunoscută</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:unknown-error" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unknown error</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eroare necunoscută</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:unknown-function" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unknown function.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Funcție necunoscută.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:unknown-host-item-no-such-item-in-selected-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unknown host item, no such item in selected host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Item server necunoscut, nu există asemenea item în serverul selectat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:unknown-host-no-such-host-present-in-system" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unknown host, no such host present in system</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Server necunoscut, nu există asemenea server prezent în sistem</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:unknown-interface-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unknown interface type.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip interfață necunoscut.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:unknown-resource" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unknown resource</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Resursă necunoscută</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:unknown-step-failed-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unknown step failed: %1$s</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Pas necunoscut nereușit: %1$s</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:unknown-value-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unknown value type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip valoare necunoscută</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:unlink" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unlink</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezleagă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:unlink-and-clear" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unlink and clear</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezleagă și curăță</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:unlinked-application-1s-on-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unlinked: Application "%1$s" on "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezlegat: Aplicația "%1$s" pe "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:unlinked-discovery-rule-1s-on-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unlinked: Discovery rule "%1$s" on "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezlegat: Regulă de detecție "%1$s" pe "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:unlinked-host-prototype-1s-on-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unlinked: Host prototype "%1$s" on "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezlegat: Prototipul server "%1$s" pe "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:unlinked-item-1s-on-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unlinked: Item "%1$s" on "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezlegat: Item "%1$s" pe "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:unlinked-item-prototype-1s-on-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unlinked: Item prototype "%1$s" on "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezlegat: Prototip item "%1$s" pe "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:unlinked-web-scenario-1s-on-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unlinked: Web scenario "%1$s" on "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezlegat: Scenariu web "%1$s" pe "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:unlink-from-template" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unlink from template</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezleagă de șablon</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:unlink-from-templates" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unlink from templates</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezleagă de șabloane</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:unmute" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unmute</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Pornire sunet</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:unsupported-import-file-extension-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unsupported import file extension "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Extensie nesuportată la fișier import "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:unsupported-import-format-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unsupported import format "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Format nesuportat la import "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:discovery-statusup" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Up</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Sus</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:discovery-results-in-dashboardup" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Up</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Sus</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:update" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Update</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Actualizare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Actualizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:updated-s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Updated: %s</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Actualizat: %s</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:update-existing" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Update existing</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Actualizează existent</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:update-interval" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Update interval</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Actualizare inventar</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:upload" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Upload</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Încarcă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:upper-level-maps" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Upper level maps</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Hărți de nivel superior</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:uptime" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Uptime</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Timp de la pornire</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:uptimedowntime" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Uptime/Downtime</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Timp de la pornire/ timp de la oprire</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:uptime-of-zabbix-server-process-in-seconds" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Uptime of Zabbix server process in seconds.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Timpul de la pornire al procesului serverului Zabbix în secunde.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:url" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>URL</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>URL</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:url-a" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>URL A</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>URL A</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:url-after-login" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>URL (after login)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>URL (după autentificare)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:url-b" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>URL B</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>URL B</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:url-c" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>URL C</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>URL C</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:url-parameter-cannot-be-array" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>URL parameter cannot be array.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Parametrul URL nu poate fi mulțime.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:url-parameter-name-is-empty" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>URL parameter name is empty.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume parametru URL este gol.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:urls" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>URLs</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>URL-uri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:usa-160-characters" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>USA (160 characters)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>USA (160 caractere)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:used-in-actions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Used in actions</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Utilizat în acțiuni</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:use-if-severity" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Use if severity</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ulitizează dacă apare severitate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:user" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Utilizator</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:user-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Utilizator adăugat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:user-cannot-add-himself-to-a-disabled-group-or-a-group-with-disabled-gui-access" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User cannot add himself to a disabled group or a group with disabled GUI access.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Utilizatorul nu poate să se adauge unui grup dezactivat sau  unui grup cu acces GUI dezactivat.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:user-cant-change-type-for-himself" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User can't change type for himself</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Utilizatorul nu poate să își schimbe tipul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:user-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Utilizator șters</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:user-group" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User group</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grup utilizator</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:user-group-1s-is-used-in-configuration-for-database-down-messages" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User group "%1$s" is used in configuration for database down messages.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grup utilizator "%1$s" este utilizat în configurația pentru mesaje de cădere a bazei de date.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:user-group-1s-is-used-in-script-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User group "%1$s" is used in script "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grup utilizator "%1$s" folosit în script "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:user-group-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User group disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grupuri utilizator dezafectate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:user-group-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User group disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grupuri utilizator dezafectate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:user-group-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User group disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grup utilizator dezafectat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:user-group-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User group enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grupuri utilizator dezafectate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:user-group-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User group enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grupuri utilizator dezafectate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:user-group-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User group enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grup utilizator dezafectat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:user-group-for-database-down-message" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User group for database down message</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grup utilizator pentru mesaje cădere bază de date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:user-group-for-database-down-message-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User group for database down message "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grup utilizator pentru mesaje cădere bază de date "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:user-groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User groups</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grupuri utilizator</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:user-is-not-allowed-to-delete-himself" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User is not allowed to delete himself.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Utilizatorului nu îi este permis să se șteargă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:user-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume utilizator</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:username" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Username</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume utilizator</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:user-password" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User password</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Parolă utilizator</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:user-profile" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User profile</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Profil utilizator</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:users" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Users</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Utilizatori</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:user-session-data-storage-period" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User session data storage period</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Perioada stocării datelor a sesiunii utilizator </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:user-sessions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User sessions</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Sesiuni utilizator</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:users-unblocked" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Users unblocked</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Utilizatori deblocați</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:user-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip utilizator</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:user-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Utilizator actualizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:user-with-alias-s-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User with alias "%s" already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Utilizatorul cu alias "%s" există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:value" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>value</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>valoare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:value" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Value</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:value-1s-is-invalid-for-parameter-grid_align-choices-are-2s-and-3s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Value "%1$s" is invalid for parameter "grid_align". Choices are: "%2$s" and "%3$s"</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoarea "%1$s" nu este validă pentru parametrul "grid_align". Alegerile sunt: "%2$s" și "%3$s"</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:value-1s-is-invalid-for-parameter-grid_show-choices-are-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Value "%1$s" is invalid for parameter "grid_show". Choices are: "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoarea "%1$s" nu este validă pentru parametrul "grid_show". Alegerile sunt: "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:value-1s-is-invalid-for-parameter-grid_show-choices-are-2s-and-3s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Value "%1$s" is invalid for parameter "grid_show". Choices are: "%2$s" and "%3$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoarea "%1$s" nu este validă pentru parametrul "grid_show". Alegerile sunt: "%2$s" și "%3$s"</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:value-1s-is-too-long-for-field-2s-3d-characters-allowed-length-is-4d-characters" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Value "%1$s" is too long for field "%2$s" - %3$d characters. Allowed length is %4$d characters.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoarea "%1$s" este prea mare pentru caracterele câmpului "%2$s" - %3$d. Lungimea permisă este %4$d caractere.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:value-2s-of-1s-has-incorrect-decimal-format" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Value "%2$s" of "%1$s" has incorrect decimal format.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoarea "%2$s" din "%1$s" are un format zecimal incorect.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:value-2s-of-1s-has-too-many-digits-after-the-decimal-point-it-cannot-have-more-than-3s-digits" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Value "%2$s" of "%1$s" has too many digits after the decimal point: it cannot have more than %3$s digits.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoarea "%2$s" din "%1$s" are prea multe cifre după punctul zecimal: nu poate avea mai mult de %3$s cifre.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:value-2s-of-1s-has-too-many-digits-before-the-decimal-point-it-cannot-have-more-than-3s-digits" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Value "%2$s" of "%1$s" has too many digits before the decimal point: it cannot have more than %3$s digits.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoarea "%2$s" din "%1$s" are prea multe cifre înaintea punctului zecimal: nu poate avea mai mult de %3$s cifre.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:value-2s-of-1s-is-too-long-it-cannot-have-more-than-3s-digits-before-the-decimal-point-and-more-than-4s-digits-after-the-decimal-point" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Value "%2$s" of "%1$s" is too long: it cannot have more than %3$s digits before the decimal point and more than %4$s digits after the decimal point.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoarea "%2$s" din "%1$s" este prea lungă: nu pate avea mai mult de %3$s cifre înainte de punctul zecimal și mai mult de %4$s cifre după punctul zecimal.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:value-cache-effectiveness-valid-parameters-are-requests-hits-and-misses" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Value cache effectiveness. Valid parameters are: requests, hits and misses.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare eficacitate cache. Parametri valizi sunt: cereri, lovituri, eșuări.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:value-cache-statistics-valid-modes-are-total-free-pfree-used-and-pused" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Value cache statistics. Valid modes are: total, free, pfree, used and pused.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Statistici valori cache. Moduri valide sunt: total, free, pfree, used and pused.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:value-map" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Value map</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare hartă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:value-map-1s-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Value map "%1$s" already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare hartă "%1$s" există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:value-map-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Value map added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare hartă adăugată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:value-mapping" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Value mapping</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare mapare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:value-map-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Value map updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare hartă actualizată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:value-no-data" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Value: no data</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare: fără date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:values" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Values</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valori</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:variables" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Variables</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Variabile</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:vendor" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Vendor</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Vânzător</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:verbose" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Verbose</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Detaliat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:vertical" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Vertical</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Vertical</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:vertical-align" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Vertical align</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Aliniere verticală</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:via" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>via</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>via</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:vietnamese-vi_vn" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Vietnamese (vi_VN)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Vietnameză (vi_VN)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:view-is-not-rendered" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>View is not rendered.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Vizualizarea nu este redată.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:visible-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Visible name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume vizibil</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:visible-name-cannot-be-empty-if-host-name-is-missing" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Visible name cannot be empty if host name is missing.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numele vizibil nu poate fi gol dacă lipsește numele serverului.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:vmware-cache-statistics-valid-modes-are-total-free-pfree-used-and-pused" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware cache statistics. Valid modes are: total, free, pfree, used and pused.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Statistici cache VMware. Moduri valide sunt: total, free, pfree, used and pused.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:vmware-cluster-status-url-vmware-service-url-name-vmware-cluster-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware cluster status, &lt;url&gt; - VMware service URL, &lt;name&gt; - VMware cluster name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Stare cluster VMware, &lt;url&gt; - VMware service URL, &lt;name&gt; - VMware cluster name</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:vmware-hypervisor-ballooned-memory-size-url-vmware-service-url-uuid-vmware-hypervisor-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware hypervisor ballooned memory size, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware hypervisor host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mărime memorie umflată hipervizor VMware, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server hipervizor VMware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:vmware-hypervisor-bios-uuid-url-vmware-service-url-uuid-vmware-hypervisor-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware hypervisor BIOS uuid, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware hypervisor host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Hipervizor VMware  BIOS uuid, &lt;url&gt; - VMware serviciu URL, &lt;uuid&gt; - VMware nume server hipervizor</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:vmware-hypervisor-cluster-name-url-vmware-service-url-uuid-vmware-hypervisor-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware hypervisor cluster name, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware hypervisor host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume cluster hipervizor VMware, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server hipervizor VMware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:vmware-hypervisor-datastore-read-statistics-url-vmware-service-url-uuid-vmware-hypervisor-host-name-datastore-datastore-name-mode-latency" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware hypervisor datastore read statistics, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware hypervisor host name, &lt;datastore&gt; - datastore name, &lt;mode&gt; - latency</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Statistici citire stocare date hipervizor VMware, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server hipervizor VMware, &lt;datastore&gt; - nume stocare date, &lt;mode&gt; - latență</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:vmware-hypervisor-datastore-write-statistics-url-vmware-service-url-uuid-vmware-hypervisor-host-name-datastore-datastore-name-mode-latency" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware hypervisor datastore write statistics, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware hypervisor host name, &lt;datastore&gt; - datastore name, &lt;mode&gt; - latency</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Statistici scriere stocare date hipervizor VMware, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server hipervizor VMware, &lt;datastore&gt; - nume stocare date, &lt;mode&gt; - latență</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:vmware-hypervisor-model-url-vmware-service-url-uuid-vmware-hypervisor-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware hypervisor model, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware hypervisor host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Model hipervizor VMware, &lt;url&gt; - VMware serviciu URL, &lt;uuid&gt; - VMware nume server hipervizor</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:vmware-hypervisor-name-url-vmware-service-url-uuid-vmware-hypervisor-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware hypervisor name, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware hypervisor host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume hipervizor VMware, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server hipervizor VMware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:vmware-hypervisor-network-input-statistics-url-vmware-service-url-uuid-vmware-hypervisor-host-name-mode-bps" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware hypervisor network input statistics, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware hypervisor host name, &lt;mode&gt; - bps</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Statistici intrări în rețea hipervizor VMware, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server hipervizor VMware, &lt;mode&gt; - bps</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:vmware-hypervisor-network-output-statistics-url-vmware-service-url-uuid-vmware-hypervisor-host-name-mode-bps" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware hypervisor network output statistics, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware hypervisor host name, &lt;mode&gt; - bps</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Statistici ieșiri din rețea hipervizor VMware, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server hipervizor VMware, &lt;mode&gt; - bps</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:vmware-hypervisor-processor-frequency-url-vmware-service-url-uuid-vmware-hypervisor-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware hypervisor processor frequency, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware hypervisor host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Frecvență procesor hipervizor VMware, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server hipervizor VMware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:vmware-hypervisor-processor-model-url-vmware-service-url-uuid-vmware-hypervisor-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware hypervisor processor model, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware hypervisor host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Model procesor hipervizor VMware, &lt;url&gt; - VMware serviciu URL, &lt;uuid&gt; - VMware nume server hipervizor</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:vmware-hypervisor-processor-usage-in-hz-url-vmware-service-url-uuid-vmware-hypervisor-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware hypervisor processor usage in Hz, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware hypervisor host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Folosire procesor în HZ hipervizor VMware, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server hipervizor VMware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:vmware-hypervisor-status-url-vmware-service-url-uuid-vmware-hypervisor-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware hypervisor status, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware hypervisor host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Stare hipervizor VMware, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server hipervizor VMware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:vmware-hypervisor-total-memory-size-url-vmware-service-url-uuid-vmware-hypervisor-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware hypervisor total memory size, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware hypervisor host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mărime memorie totală hipervizor VMware, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server hipervizor VMware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:vmware-hypervisor-uptime-url-vmware-service-url-uuid-vmware-hypervisor-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware hypervisor uptime, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware hypervisor host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Perioadă de funcționare neîntreruptă hipervizor VMware, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server hipervizor VMware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:vmware-hypervisor-used-memory-size-url-vmware-service-url-uuid-vmware-hypervisor-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware hypervisor used memory size, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware hypervisor host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mărime memorie folosită hipervizor VMware, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server hipervizor VMware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:vmware-hypervisor-vendor-name-url-vmware-service-url-uuid-vmware-hypervisor-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware hypervisor vendor name, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware hypervisor host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume vânzător hipervizor VMware, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server hipervizor VMware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:vmware-hypervisor-version-url-vmware-service-url-uuid-vmware-hypervisor-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware hypervisor version, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware hypervisor host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Versiune hipervizor VMware, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server hipervizor VMware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:vmware-service-full-name-url-vmware-service-url" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware service full name, &lt;url&gt; - VMware service URL</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume întreg serviciu VMware, &lt;url&gt; - serviciu URL VMware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:vmware-service-version-url-vmware-service-url" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware service version, &lt;url&gt; - VMware service URL</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Versiune serviciu VMware, &lt;url&gt; - serviciu URL VMware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:vmware-virtual-machine-ballooned-memory-size-url-vmware-service-url-uuid-vmware-virtual-machine-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware virtual machine ballooned memory size, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware virtual machine host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mărime memorie umflată mașină hipervizor VMware, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server hipervizor VMware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:vmware-virtual-machine-committed-storage-space-url-vmware-service-url-uuid-vmware-virtual-machine-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware virtual machine committed storage space, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware virtual machine host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Spațiu de stocare angajat mașină virtuală hipervizor VMware, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server hipervizor VMware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:vmware-virtual-machine-compressed-memory-size-url-vmware-service-url-uuid-vmware-virtual-machine-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware virtual machine compressed memory size, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware virtual machine host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mărime memorie comprimată mașină virtuală, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server hipervizor VMware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:vmware-virtual-machine-disk-device-read-statistics-url-vmware-service-url-uuid-vmware-virtual-machine-host-name-instance-disk-device-instance-mode-bpsops-bytesoperations-per-second" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware virtual machine disk device read statistics, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware virtual machine host name, &lt;instance&gt; - disk device instance, &lt;mode&gt; - bps/ops - bytes/operations per second</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Statistici de citire echipamente disc mașină virtuală, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server mașină virtuală VMware, &lt;instance&gt; - exemplu echipament disc, &lt;mode&gt; - bps/ops - bytes/operațiune pe secundă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:vmware-virtual-machine-disk-device-write-statistics-url-vmware-service-url-uuid-vmware-virtual-machine-host-name-instance-disk-device-instance-mode-bpsops-bytesoperations-per-second" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware virtual machine disk device write statistics, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware virtual machine host name, &lt;instance&gt; - disk device instance, &lt;mode&gt; - bps/ops - bytes/operations per second</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Statistici de scriere echipamente disc mașină virtuală, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server mașină virtuală VMware, &lt;instance&gt; - exemplu echipament disc, &lt;mode&gt; - bps/ops - bytes/operațiune pe secundă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:vmware-virtual-machine-file-system-statistics-url-vmware-service-url-uuid-vmware-virtual-machine-host-name-fsname-file-system-name-mode-totalfreeusedpfreepused" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware virtual machine file system statistics, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware virtual machine host name, &lt;fsname&gt; - file system name, &lt;mode&gt; - total/free/used/pfree/pused</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Statistici sistem fișiere mașină virtuală VMware, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server mașină virtuală VMware, &lt;fsname&gt; - nume sistem fișiere, &lt;mode&gt; - total/free/used/pfree/pused</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:vmware-virtual-machine-guest-memory-usage-url-vmware-service-url-uuid-vmware-virtual-machine-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware virtual machine guest memory usage, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware virtual machine host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Folosire memorie oaspete mașină virtuală VMware, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server mașină virtual VMware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:vmware-virtual-machine-host-memory-usage-url-vmware-service-url-uuid-vmware-virtual-machine-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware virtual machine host memory usage, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware virtual machine host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Folosire memorie gazdă mașină virtuală VMware, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server mașină virtual VMware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:vmware-virtual-machine-hypervisor-name-url-vmware-service-url-uuid-vmware-virtual-machine-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware virtual machine hypervisor name, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware virtual machine host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Folosire memorie gazdă mașină virtuală VMware, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server mașină virtual VMware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:vmware-virtual-machine-name-url-vmware-service-url-uuid-vmware-virtual-machine-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware virtual machine name, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware virtual machine host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume mașină virtuală VMware, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server mașină virtual VMware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:vmware-virtual-machine-network-interface-input-statistics-url-vmware-service-url-uuid-vmware-virtual-machine-host-name-instance-network-interface-instance-mode-bpspps-bytespackets-per-second" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware virtual machine network interface input statistics, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware virtual machine host name, &lt;instance&gt; - network interface instance, &lt;mode&gt; - bps/pps - bytes/packets per second</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Statistici de intrare interfață de rețea mașină virtuală, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server mașină virtuală VMware, &lt;instance&gt; - exemplu interfață rețea, &lt;mode&gt; - bps/ops - bytes/pachete pe secundă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:vmware-virtual-machine-network-interface-output-statistics-url-vmware-service-url-uuid-vmware-virtual-machine-host-name-instance-network-interface-instance-mode-bpspps-bytespackets-per-second" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware virtual machine network interface output statistics, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware virtual machine host name, &lt;instance&gt; - network interface instance, &lt;mode&gt; - bps/pps - bytes/packets per second</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Statistici de ieșire interfață de rețea mașină virtuală, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server mașină virtuală VMware, &lt;instance&gt; - exemplu interfață rețea, &lt;mode&gt; - bps/ops - bytes/pachete pe secundă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:vmware-virtual-machine-power-state-url-vmware-service-url-uuid-vmware-virtual-machine-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware virtual machine power state, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware virtual machine host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Stare putere mașină virtuală VMware, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server mașină virtual VMware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:vmware-virtual-machine-private-memory-size-url-vmware-service-url-uuid-vmware-virtual-machine-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware virtual machine private memory size, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware virtual machine host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mărime memorie privată mașină virtuală, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server hipervizor VMware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:vmware-virtual-machine-processor-usage-in-hz-url-vmware-service-url-uuid-vmware-virtual-machine-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware virtual machine processor usage in Hz, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware virtual machine host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Folosire procesor mașină virtuală VMware în Hz, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server mașină virtual VMware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:vmware-virtual-machine-shared-memory-size-url-vmware-service-url-uuid-vmware-virtual-machine-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware virtual machine shared memory size, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware virtual machine host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mărime memorie în share mașină virtuală, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server hipervizor VMware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:vmware-virtual-machine-swapped-memory-size-url-vmware-service-url-uuid-vmware-virtual-machine-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware virtual machine swapped memory size, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware virtual machine host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mărime memorie în swap mașină virtuală, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server hipervizor VMware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:vmware-virtual-machine-total-memory-size-url-vmware-service-url-uuid-vmware-virtual-machine-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware virtual machine total memory size, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware virtual machine host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mărime memorie totală mașină virtuală, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server hipervizor VMware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:vmware-virtual-machine-uncommitted-storage-space-url-vmware-service-url-uuid-vmware-virtual-machine-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware virtual machine uncommitted storage space, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware virtual machine host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Spațiu de stocare neangajat mașină virtuală hipervizor VMware, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server hipervizor VMware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:vmware-virtual-machine-unshared-storage-space-url-vmware-service-url-uuid-vmware-virtual-machine-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware virtual machine unshared storage space, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware virtual machine host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Spaîiu de depozitare fără share mașină virtuală, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server hipervizor VMware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:vmware-virtual-machine-uptime-url-vmware-service-url-uuid-vmware-virtual-machine-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware virtual machine uptime, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware virtual machine host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Perioadă de funcționare fără oprire mașină virtuală VMware, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server mașină virtual VMware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:wednesday-shortw" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>W</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>M</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:setupwarning" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Warning</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Avertisment</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:warning" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Warning</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Avertisment</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:we-are-sorry-the-maximum-possible-number-of-elements-to-remember-has-been-reached" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>We are sorry, the maximum possible number of elements to remember has been reached.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ne pare rău, a fost atins numărul maxim posibil de elemente de amintit. </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:web" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Web</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Web</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:web-monitoring" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Web monitoring</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Monitorizare web</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:web-scenario-1s-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Web scenario "%1$s" already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scenariul web "%1$s" există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:web-scenario-1s-already-exists-on-host-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Web scenario "%1$s" already exists on host "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scenariul web "%1$s" deja există pe serverul "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:web-scenario-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Web scenario deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scenariul web șters</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:web-scenario-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Web scenario disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scenariile web dezactivate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:web-scenario-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Web scenario disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scenariul web dezactivat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:web-scenario-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Web scenario disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scenariile web dezactivate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:web-scenario-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Web scenario enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scenariile web activate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:web-scenario-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Web scenario enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scenariile web activate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:web-scenario-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Web scenario enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scenariul web activat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:web-scenarios" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Web scenarios</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scenarii web</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:wed" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Wed</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:wednesday" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Wednesday</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Miercuri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:weekly" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Weekly</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Săptămânal</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:when-active" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>When active</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Când e activ</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:width" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Width</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Lățime</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:with-data-collection" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>With data collection</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cu colecția de date.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:without-problems" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Without problems</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Fără probleme</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:without-triggers" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Without triggers</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Fără triggeri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:with-problems" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>With problems</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cu probleme</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:with-triggers" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>With triggers</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cu triggeri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:wizard" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Wizard</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expert</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:working-time" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Working time</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Timp de lucru</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:working-time-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Working time "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Timp de lucru "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:write" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Write</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scriere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:wrong-fields-for-dependency-for-service-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Wrong fields for dependency for service "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Câmpuri greșite pentru dependințe pentru serviciul "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:wrong-fields-for-macro-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Wrong fields for macro "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Câmpuri greșite pentru macro "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:wrong-fields-for-map-link" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Wrong fields for map link.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Câmpuri greșite pentru legătură hartă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:wrong-fields-for-service-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Wrong fields for service "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Câmpuri greșite pentru serviciul "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:wrong-fields-for-time-for-service-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Wrong fields for time for service "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Câmpuri greșite pentru timpul pentru serviciul "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:wrong-value-for-day-s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>[Wrong value for day: "%s" ]</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>[Valoare greșită pentru zi: "%s" ]</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:wrong-value-for-month-s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>[Wrong value for month: "%s" ]</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>[Valoare greșită pentru lună: "%s" ]</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:x" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>X</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>X</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:year-shorty" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>y</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>a</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:y" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Y</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Y</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:y-axis-max-value" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Y axis MAX value</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare MAX axă Y</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:y-axis-max-value-must-be-greater-than-y-axis-min-value" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Y axis MAX value must be greater than Y axis MIN value.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoarea MAX a axei Y trebuie să fie mai mare decât valoarea MIN a axei Y.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:y-axis-min-value" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Y axis MIN value</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare MIN a axei Y</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:y-axis-side" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Y axis side</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Parte axă Y</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:year" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Year</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>An</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:yearly" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Yearly</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Anual</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:yes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Yes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Da</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:y-m-d-his" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Y-m-d H:i:s</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>A-L-Z H:i:s</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:you-are-not-able-to-choose-some-of-the-languages-because-locales-for-them-are-not-installed-on-the-web-server" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>You are not able to choose some of the languages, because locales for them are not installed on the web server.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu poți să alegi unele dintre limbi, pentru că localelel lor nu sunt instalate pe serverul web.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:you-can-not-switch-hosts-for-current-selection" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>You can not switch hosts for current selection.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu poți schimba serverele pentru locația curentă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:you-did-not-specify-host-for-operation" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>You did not specify host for operation.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu ați specificat serverul pentru operațiune.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:you-did-not-specify-host-group-for-operation" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>You did not specify host group for operation.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu ați specificat grupul server pentru operațiune.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:you-did-not-specify-targets-for-action-operation-command-s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>You did not specify targets for action operation command "%s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu ați specificat ținte pentru comanda operațiunii de acțiune "%s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:you-did-not-specify-targets-for-action-operation-global-script-s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>You did not specify targets for action operation global script "%s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu ați specificat ținte pentru scriptul global al operațiunii de acțiune "%s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:you-do-not-have-permissions-to-create-users" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>You do not have permissions to create users.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg> Nu aveți permisiunea să creați utilizatori.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:you-do-not-have-permission-to-perform-this-operation" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>You do not have permission to perform this operation.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu vă este permis să efectuați această operație.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:you-have-no-permissions-to-access-this-page" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>You have no permissions to access this page.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu aveți permisiunea să accesați această pagină.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:you-must-login-to-view-this-page" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>You must login to view this page.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trebuie să vă autentificați pentru a vedea aceasă pagină.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:zabbix" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Zabbix</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Zabbix</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:zabbix" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>ZABBIX</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>ZABBIX</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:zabbix-admin" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Zabbix Admin</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Admin Zabbix</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:zabbix-agent" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Zabbix agent</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Agent Zabbix</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:zabbix-agent-active" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Zabbix agent (active)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Agent (activ) Zabbix</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:zabbix-aggregate" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Zabbix aggregate</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Agregat Zabbix</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:zabbix-has-received-an-incorrect-request" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Zabbix has received an incorrect request.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Zabbix a primit o cerere incorectă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:zabbix-internal" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Zabbix internal</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Intern Zabbix</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:zabbix-internal-authentication" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Zabbix internal authentication</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Autentificare internă Zabbix</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:zabbix-server" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Zabbix server</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Server Zabbix</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:zabbix-server-is-not-running-the-information-displayed-may-not-be-current" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Zabbix server is not running: the information displayed may not be current.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Serverul Zabbix nu funcționează: informația afișată poate să nu fie corectă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:zabbix-server-is-running" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Zabbix server is running</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Serverul Zabbix rulează</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:zabbix-server-is-running-check-interval-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Zabbix server is running check interval "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Serverul Zabbix rulează intervalul de verificare "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:zabbix-server-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Zabbix server name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume server Zabbix</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:zabbix-server-port" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Zabbix server port</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Port server Zabbix </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:zabbix-server-s-can-not-be-reached-possible-reasons-1-incorrect-server-ipdns-in-the-zabbixconfphp-2-incorrect-network-configuration" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Zabbix server "%s" can not be reached. Possible reasons:
1. Incorrect server IP/DNS in the "zabbix.conf.php";
2. Incorrect network configuration.
</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Serverul Zabbix "%s" nu poate fi accesat. Motive posibile:
1. IP/DNS server incorect în "zabbix.conf.php";
2. Configurare rețea incorectă.
</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:zabbix-super-admin" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Zabbix Super Admin</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Super Admin Zabbix </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:zabbix-trapper" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Zabbix trapper</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trapper Zabbix</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-40:LC_MESSAGES/frontend.po:zabbix-user" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Zabbix User</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Utilizator Zabbix</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:0-or-1" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>0 or 1</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>0 sau 1</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:1d-day" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$d day</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$d zile</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:1d-day" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$d day</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$d zile</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:1d-day" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$d day</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$d zi</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:user-fullname1s-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>(%1$s %2$s)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>(%1$s %2$s)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:1s-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s Item</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s Elemente</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:1s-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s Item</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s Element</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:1s-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s Item</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s Elemente</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:1s-year-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s (year %2$s)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s (anul %2$s)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:10-seconds" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>10 seconds</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>10 secunde</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:1-minute" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>1 minute</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>1 minut</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:30-seconds" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>30 seconds</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>30 secunde</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:3d-view" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>3D view</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Vedere 3D</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:4s-failed-login-attempt-logged-last-failed-attempt-was-from-1s-on-2s-at-3s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%4$s failed login attempt logged. Last failed attempt was from %1$s on %2$s at %3$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%4$s tentativa de logare eșuată înregistrată. Ultima tentativă eșuată a fost de la %1$s la %2$s la %3$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:4s-failed-login-attempt-logged-last-failed-attempt-was-from-1s-on-2s-at-3s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%4$s failed login attempt logged. Last failed attempt was from %1$s on %2$s at %3$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%4$s tentative de logare eșuate înregistrate. Ultima tentativă eșuată a fost de la %1$s la %2$s la %3$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:4s-failed-login-attempt-logged-last-failed-attempt-was-from-1s-on-2s-at-3s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%4$s failed login attempt logged. Last failed attempt was from %1$s on %2$s at %3$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%4$s tentative de logare eșuate înregistrate. Ultima tentativă eșuată a fost de la %1$s la %2$s la %3$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:500-latest-values" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>500 latest values</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>500 ultimele valori</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:5-minutes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>5 minutes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>5 minute</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:5-seconds" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>5 seconds</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>5 secunde</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:acceptable-sla" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Acceptable SLA</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>SLA acceptabil</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:access-denied" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Access denied!</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acces refuzat!</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:ack" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Ack</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cnf</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:acknowledge" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Acknowledge</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Confirmare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:acknowledged" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Acknowledged</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Confirmat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:acknowledged-problem-events" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Acknowledged PROBLEM events</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Evenimente PROBLEMA confirmate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:action" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Action</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acțiune</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:action-1s-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Action "%1$s" already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acțiunea "%1$s" există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:action-1s-no-operations-defined" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Action "%1$s" no operations defined.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acțiunea "%1$s" nu are operațiuni definite.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:action-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Action added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acțiune adăugată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:action-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Action deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acțiune ștearsă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:action-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Action disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acțiune dezactivată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:action-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Action disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acțiuni dezactivate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:action-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Action disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acțiuni dezactivate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:action-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Action enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acțiuni dezactivate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:action-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Action enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acțiuni dezactivate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:action-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Action enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acțiune activată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:actions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Actions</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acțiuni</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:action-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Action updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acțiune actualizată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:maintenance-statusactive" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Active</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activ</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:active" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Active</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activ</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:active-since" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Active since</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activ de la</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:active-till" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Active till</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activ până la</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:add" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Add</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adaugă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:add-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Add host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adaugă server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:add-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Add prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adaugă prototip</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:add-to-favourites" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Add to favourites</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adaugă la favorite</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:add-to-host-group" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Add to host group</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adaugă la grupul de servere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:add-to-host-groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Add to host groups</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adaugă la grupurile de servere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:admin" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Admin</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Admin</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:administration" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Administration</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Administrare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:advanced-labels" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Advanced labels</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Etichete avansate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:aes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>AES</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>AES</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:age" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Age</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Vechime</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:age-less-than" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Age less than</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Vechime mai mică decât</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:agent" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>agent</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>agent</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:agent" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Agent</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Agent</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:agent-interfaces" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Agent interfaces</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Interfețe agent</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:alias" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Alias</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Alias</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:all" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>all</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>toți</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:all" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>All</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tot</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:all-links-should-have-name-and-url-specified" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>All links should have "Name" and "URL" specified</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Toate linkurile trebuie sa aibă "Nume" și "URL" specificat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:all-media" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>all media</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>toata media</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:allowed-hosts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Allowed hosts</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Servere permise</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:and" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>AND</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>ȘI</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:any" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Any</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Orice</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:any-character-string-included" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Any character string included</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Orice șir de caractere inclus</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:application" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Application</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Aplicație</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:application-1s-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Application "%1$s" already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Aplicația "%1$s" există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:application-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Application added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Aplicație adăugată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:application-error" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Application error.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eroare aplicație.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:applications" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Applications</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Aplicații</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:application-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Application updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Aplicație actualizată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:application-with-id-1s-is-not-available-on-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Application with ID "%1$s" is not available on "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Aplicația cu ID "%1$s" nu este disponibilă pe "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:apply" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Apply</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Aplică</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:maintenance-statusapproaching" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Approaching</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Abordare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:apr" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Apr</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Apr</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:april" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>April</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Aprilie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:area-size" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Area size</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dimensiunea suprafeței</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:area-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Area type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipul suprafeței</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:are-you-sure-you-want-perform-this-action" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Are you sure you want perform this action?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Sunteti sigur că vreți sa efectuați această acțiune?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:are-you-sure-you-want-to-delete" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Are you sure you want to delete</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Sunteți sigur că doriți să ștergeți</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:as-blue" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>as Blue</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>ca Albastru</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:as-green" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>as Green</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>ca Verde</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:as-is" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>As is</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ca și</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:as-plain-text" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>As plain text</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ca text simplu</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:as-red" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>as Red</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>ca Roșu</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:asset-tag" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Asset tag</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eticheta activului</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:at-1s2s-on-3s-4s-of-every-5s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>At %1$s:%2$s on %3$s %4$s of every %5$s</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>La %1$s:%2$s în %3$s %4$s în fiecare %5$s</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:at-1s2s-on-day-3s-of-every-4s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>At %1$s:%2$s on day %3$s of every %4$s</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>La %1$s:%2$s în ziua %3$s în fiecare %4$s</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:at-hourminute" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>At (hour:minute)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>La (oră:minut)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:at-least-one-maintenance-period-must-be-created" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>At least one maintenance period must be created.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cel puțin o perioadă de mentenanță trebuie creată.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:audit" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Audit</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Audit</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:aug" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Aug</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Aug</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:august" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>August</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>August</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:authentication" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Authentication</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Autentificare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:authentication-algorithm" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Authentication algorithm</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Algoritm de autentificare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:authentication-method" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Authentication method</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Metodă de autentificare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:authentication-passphrase" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Authentication passphrase</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Frază de acces pentru autentificare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:authentication-protocol" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Authentication protocol</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Protocol de autentificare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:auto-login" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Auto-login</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Auto-login</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:automatic" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Automatic</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Automată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:automatic-icon-mapping" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Automatic icon mapping</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Maparea icon automată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:automatic-icon-selection" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Automatic icon selection</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Selectarea automată icon</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:availability" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Availability</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Disponibilitate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:availability-report" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Availability report</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Raport disponibilitate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:available" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Available</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Disponibil</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:average" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Average</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mediu</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:avg" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>avg</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>avg</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:background" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Background</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Fundal</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:background-image" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Background image</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Imagine de fundal</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:base-dn" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Base DN</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Bază DN</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:bind-dn" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Bind DN</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Bind DN</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:bind-password" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Bind password</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Parolă asociată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:blocked" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Blocked</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Blocat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:bold-line" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Bold line</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Linie îngroșate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:bottom" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Bottom</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Jos</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:bulgarian-bg_bg" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Bulgarian (bg_BG)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Bulgară (bg_BG)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:by-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>By host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>După server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:by-trigger-template" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>By trigger template</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>După șablonul trigger-ului</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:calculated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Calculated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Calculat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:calculate-sla-acceptable-sla-in" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Calculate SLA, acceptable SLA (in %)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Calculul SLA, SLA acceptabil (în %)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:callback" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Callback</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Apelare inversă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cancel" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cancel</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Anulează</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-add-action" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add action</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga acțiunea</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-add-a-non-numeric-item-1s-to-graph-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add a non-numeric item "%1$s" to graph "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga elementul non-numeric "%1$s" la graficul "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-add-a-non-numeric-item-1s-to-graph-prototype-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add a non-numeric item "%1$s" to graph prototype "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga elementul non-numeric "%1$s" la prototipul grafic "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-add-application" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add application</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga aplicația</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-add-dependency-from-a-host-to-a-template" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add dependency from a host to a template.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga dependința server - șablon.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-add-dependency-from-trigger-1s2s-to-non-existing-trigger-3s4s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add dependency from trigger "%1$s:%2$s" to non existing trigger "%3$s:%4$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga dependința trigger "%1$s:%2$s" la trigger nonexistent "%3$s:%4$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-add-discovery-rule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add discovery rule</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga regula de detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-add-graph" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add graph</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga graficul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-add-graph-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add graph prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga un prototip grafic</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-add-group" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add group</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga grupul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-add-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga serverul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-add-host-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add host prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga prototipul serverului</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-add-image" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add image</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga imaginea</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-add-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add item</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga elementul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-add-item-1s-from-2s-to-application-3s-from-4s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add item "%1$s" from "%2$s" to application "%3$s" from "%4$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga elementul "%1$s" de la "%2$s" la aplicația "%3$s" de la "%4$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-add-item-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add item prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga prototip item</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-add-items" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add items.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot adăuga elementele.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-add-maintenance" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add maintenance</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga mentenanța</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-add-media-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add media type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga tipul de media</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-add-more-than-one-item-with-type-graph-sum-on-graph-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add more than one item with type "Graph sum" on graph "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot adăuga mai mult de un element de tipul "Sum grafic" la graficul "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-add-more-than-one-item-with-type-graph-sum-on-graph-prototype-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add more than one item with type "Graph sum" on graph prototype "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot adăuga mai mult de un element de tipul "Graph sum" la prototipul grafic "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-add-network-map" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add network map</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga harta rețea</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-add-new-application-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add new application "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga aplicație nouă "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-add-proxy" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add proxy</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga proxy</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-add-regular-expression" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add regular expression</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga expresia regulată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-add-screen" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add screen</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga ecranul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-add-script" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add script</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga scriptul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-add-service" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add service</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga serviciul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-add-slide-show" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add slide show</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga slide show</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-add-template" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add template</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga șablonul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-add-trigger" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add trigger</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga trigger-ul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-add-trigger-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add trigger prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga un prototip trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-add-user" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add user</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga utilizatorul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-add-value-map" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add value map</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga valoarea mapată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-add-web-scenario" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add web scenario</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pate adăuga scenariul web</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-clear-history" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot clear history</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge istoricul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-clone-graph-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot clone graph prototypes.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot clona prototipurile de grafic.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-clone-host-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot clone host prototypes.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot clona prototipurile de server.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-clone-item-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot clone item prototypes.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot clona prototipurile de element.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-clone-trigger-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot clone trigger prototypes.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot clona prototipurile de trigger.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-copy-trigger-1s2s-because-it-has-multiple-hosts-in-the-expression" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot copy trigger "%1$s:%2$s", because it has multiple hosts in the expression.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate copia trigge-rul "%1$s:%2$s", deoarece are servere multiple in expresie.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-create-a-host-prototype-on-a-discovered-host-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot create a host prototype on a discovered host "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate crea un prototip de server pe serverul detectat "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-create-another-database-connection" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot create another database connection.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate crea o altă conexiune la baza de date.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-create-circular-dependencies" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot create circular dependencies.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot crea dependințe circulare.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-create-dependency-on-trigger-itself" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot create dependency on trigger itself.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate crea dependință cu trigger-ul însuși.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-create-discovery-rule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot create discovery rule</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate crea regula de detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-create-icon-map" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot create icon map</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate crea icon hartă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-create-new-application-web-scenario-is-already-assigned-to-application" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot create new application, web scenario is already assigned to application.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate crea o aplicație nouă, scenariul web este deja asignat unei aplicații.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-delete-action" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete action</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge acțiunea</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-delete-dependency" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete dependency</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge dependința</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-delete-discovery-rule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete discovery rule</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge regula de detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-delete-discovery-rules" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete discovery rules</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot șterge regulile de detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-delete-graph" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete graph</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge graficul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-delete-graph-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete graph prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge prototipul graficului</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-delete-graph-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete graph prototypes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot șterge prototipuri grafice</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-delete-graphs" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete graphs</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot șterge graficele</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-delete-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge serverul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-delete-host-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete host prototypes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot șterge prototipurile de server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-delete-icon-map" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete icon map</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge maparea icon-ului</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-delete-image" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete image</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge imaginea</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-delete-inventory" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete inventory.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge inventarul.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-delete-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete item</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge elementul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-delete-item-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete item prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge prototipul itemului</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-delete-item-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete item prototypes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot şterge prototipurile de element</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-delete-items" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete items</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot șterge elementele</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-delete-maintenance" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete maintenance</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge mentenanța</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-delete-network-map" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete network map</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge harta rețea</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-delete-regular-expression" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete regular expression</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge expresia regulată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-delete-regular-expression" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete regular expression</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot șterge expresiile regulate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-delete-regular-expression" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete regular expression</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot șterge expresiile regulate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-delete-screen" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete screen</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge ecranul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-delete-scripts-script-1s-is-used-in-action-operation-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete scripts. Script "%1$s" is used in action operation "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot șterge scripturile. Scriptul "%1$s" este folosit in acțiunea "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-delete-selected-actions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete selected actions</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot șterge acțiunile selectate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-delete-service" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete service</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge serviciul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-delete-slide-show" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete slide show</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge slide show-ul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-delete-template" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete template</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge șablonul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-delete-templated-application" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete templated application.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge o aplicație bazată pe un șablon.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-delete-templated-host-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete templated host prototype.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge prototipul de server bazat pe un șablon.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-delete-templated-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete templated item.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pote șterge un element bazat pe un șablon.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-delete-templated-items" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete templated items.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot șterge elementele bazate pe șabloane.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-delete-templated-trigger-1s2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete templated trigger "%1$s:%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge trigger-ul "%1$s:%2$s" bazat pe un șablon.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-delete-templated-web-scenario-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete templated web scenario "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge scenariul web "%1$s" bazat pe un șablon.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-delete-trigger" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete trigger</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge trigger-ul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-delete-trigger-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete trigger prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge prototipul trigger-ului</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-delete-trigger-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete trigger prototypes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot şterge prototipurile triggerilor</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-delete-triggers" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete triggers</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot șterge triggerii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-delete-user" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete user</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge utilizatorul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-delete-web-scenario" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete web scenario</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge scenariul web</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-delete-zabbix-internal-user-1s-try-disabling-that-user" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete Zabbix internal user "%1$s", try disabling that user.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge utilizatorul intern Zabbix "%1$s", încercați să dezactivați acest utilizator.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-disable-action" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable action</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot dezactiva acţiunile</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-disable-action" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable action</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot dezactiva acţiunile</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-disable-action" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable action</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate dezactiva acţiunea</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-disable-discovery-rule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable discovery rule</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot dezactiva regulile de detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-disable-discovery-rule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable discovery rule</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot dezactiva regulile de detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-disable-discovery-rule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable discovery rule</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate dezactiva regula de detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-disable-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate dezactiva serverul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-disable-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot dezactiva servererele</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-disable-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot dezactiva servererele</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-disable-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable item</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot dezactiva elementele</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-disable-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable item</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate dezactiva elementul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-disable-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable item</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot dezactiva elementele</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-disable-media-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable media type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate dezactiva tipul media</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-disable-media-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable media type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate dezactiva tipul media</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-disable-media-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable media type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate dezactiva tipul media</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-disable-trigger" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable trigger</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate dezactiva triggerul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-disable-trigger" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable trigger</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot dezactiva triggerii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-disable-trigger" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable trigger</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot dezactiva triggerii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-disable-web-scenario" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable web scenario</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate dezactiva scenariul web</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-disable-web-scenario" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable web scenario</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot dezactiva scenariile web</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-disable-web-scenario" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable web scenario</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate dezactiva scenariul web</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-display-item-queue" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot display item queue.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu poate afişa coada element.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-display-more-than-one-item-with-type-graph-sum" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot display more than one item with type "Graph sum".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate afișa mai mult de un element de tipul "Sum grafic".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-enable-action" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable action</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate activa acțiunea</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-enable-action" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable action</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot activa acțiunile</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-enable-action" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable action</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot activa acțiunile</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-enable-discovery-rule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable discovery rule</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot activa regulile de detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-enable-discovery-rule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable discovery rule</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate activa regula de detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-enable-discovery-rule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable discovery rule</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot activa regulile de detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-enable-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate activa srverul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-enable-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot activa serverele</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-enable-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot activa serverele</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-enable-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable item</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot activa elementele</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-enable-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable item</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate activa elementul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-enable-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable item</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot activa elementele</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-enable-media-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable media type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate activa tipul media</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-enable-media-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable media type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate activa tipul media</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-enable-media-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable media type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate activa tipurile media</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-enable-trigger" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable trigger</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot activa trigerii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-enable-trigger" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable trigger</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate activa trigger-ul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-enable-trigger" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable trigger</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot activa trigerii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-enable-web-scenario" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable web scenario</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot activa scenariile web</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-enable-web-scenario" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable web scenario</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate activa scenariul web</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-enable-web-scenario" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable web scenario</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot activa scenariile web</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-find-background-image-1s-used-in-map-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find background image "%1$s" used in map "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate găsi imaginea de fundal "%1$s" folosită în harta "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-find-graph-1s-used-in-screen-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find graph "%1$s" used in screen "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate găsi graficul "%1$s" folosit în ecranul "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-find-group-1s-used-in-map-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find group "%1$s" used in map "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate găsi grupul "%1$s" folosit în harta "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-find-group-1s-used-in-screen-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find group "%1$s" used in screen "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate găsi grupul "%1$s" folosit în ecranul "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-find-host-1s-used-in-map-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find host "%1$s" used in map "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate găsi serverul "%1$s" folosit în harta "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-find-host-1s-used-in-screen-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find host "%1$s" used in screen "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate găsi serverul "%1$s" folosit în ecranul "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-find-host-group-1s-for-host-prototype-2s-of-discovery-rule-3s-on-4s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find host group "%1$s" for host prototype "%2$s" of discovery rule "%3$s" on "%4$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate gasi grupul server "%1$s" pentru serverul prototip "%2$s" a regulii de detecție "%3$s" pe "%4$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-find-host-interface-on-1s-for-item-key-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find host interface on "%1$s" for item key "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate găsi interfața serverului în "%1$s" pentru elementul "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-find-icon-1s-used-in-map-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find icon "%1$s" used in map "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate găsi icon-ul "%1$s" folosit în harta "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-find-icon-map-1s-used-in-map-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find icon map "%1$s" used in map "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate găsi maparea icon-ului "%1$s" folosit în harta "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-find-item-1s-on-2s-used-as-the-y-axis-max-value-for-graph-3s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find item "%1$s" on "%2$s" used as the Y axis MAX value for graph "%3$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate găsi elementul "%1$s" pe "%2$s" folosit ca și axă Y valoarea MAX pentru graficul "%3$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-find-item-1s-on-2s-used-as-the-y-axis-max-value-for-graph-prototype-3s-of-discovery-rule-4s-on-5s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find item "%1$s" on "%2$s" used as the Y axis MAX value for graph prototype "%3$s" of discovery rule "%4$s" on "%5$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate găsi elementul  "%1$s" pe "%2$s" folosit ca și axă Y valoarea MAX pentru prototipul grafic "%3$s" a regulii de detecție "%4$s" pe "%5$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-find-item-1s-on-2s-used-as-the-y-axis-min-value-for-graph-3s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find item "%1$s" on "%2$s" used as the Y axis MIN value for graph "%3$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate găsi elementul "%1$s" pe "%2$s" folosit ca și axă Y valoarea MIN pentru graficul "%3$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-find-item-1s-on-2s-used-as-the-y-axis-min-value-for-graph-prototype-3s-of-discovery-rule-4s-on-5s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find item "%1$s" on "%2$s" used as the Y axis MIN value for graph prototype "%3$s" of discovery rule "%4$s" on "%5$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate găsi elementul  "%1$s" pe "%2$s" used as the Y axis MIN value for graph prototype "%3$s" of discovery rule "%4$s" on "%5$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-find-item-1s-used-in-screen-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find item "%1$s" used in screen "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate găsi elementul "%1$s" folosit în ecranul "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-find-map-1s-used-in-map-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find map "%1$s" used in map "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate găsi harta "%1$s" folosită în harta "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-find-map-1s-used-in-screen-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find map "%1$s" used in screen "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate găsi harta "%1$s" folosită în ecranul "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-find-template-1s-for-host-prototype-2s-of-discovery-rule-3s-on-4s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find template "%1$s" for host prototype "%2$s" of discovery rule "%3$s" on "%4$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate gasi șablonul "%1$s" pentru serverul prototip "%2$s" a regulii de detecție "%3$s" pe "%4$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-find-trigger-1s-used-in-map-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find trigger "%1$s" used in map "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate găsi trigger-ul "%1$s" folosit în harta "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-find-value-map-1s-used-for-item-2s-on-3s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find value map "%1$s" used for item "%2$s" on "%3$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate găsi harta valorilor "%1$s" folosită pentru elementul "%2$s" pe "%3$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-find-value-map-1s-used-for-item-prototype-2s-of-discovery-rule-3s-on-4s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find value map "%1$s" used for item prototype "%2$s" of discovery rule "%3$s" on "%4$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate gasi harta valorilor "%1$s" folosită pentru prototipul item  "%2$s" a regulii de detecție "%3$s" pe "%4$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-format-tree" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot format tree.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate formata arborele.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-format-tree-check-logic-structure-in-service-links" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot format Tree. Check logic structure in service links.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate formata arborele. Verificați structura logică în legăturile cu serviciul.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-import-template-1s-linked-template-2s-does-not-exist" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot import template "%1$s", linked template "%2$s" does not exist.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate importa template-ul "%1$s", șabloanele corelate "%2$s" nu există.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-import-template-1s-linked-template-2s-does-not-exist" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot import template "%1$s", linked template "%2$s" does not exist.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate importa template-ul "%1$s", șabloanele corelate "%2$s" nu există.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-import-template-1s-linked-template-2s-does-not-exist" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot import template "%1$s", linked template "%2$s" does not exist.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate importa template-ul "%1$s", șablonul corelat "%2$s" nu există.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-insert-trigger-expression" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot insert trigger expression</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate introduce expresia trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-link-template" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot link template</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate asocia șablonul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-logout" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot logout.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate face deconectarea.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-mass-update-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot mass update host name.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate face actualizare în masă a numelui serverului.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-mass-update-visible-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot mass update visible host name.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate face actualizare în masă a numelui vizibil al serverului.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-perform-delete-statement-on-table-1s-without-where-condition" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot perform delete statement on table "%1$s" without where condition.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate efectua instrucțiunea de ștergere în tabela "%1$s" fără condiția where.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-perform-update-statement-on-table-1s-without-values" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot perform update statement on table "%1$s" without values.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate efectua instrucțiunea de actualizare în tabela "%1$s" fără valori.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-perform-update-statement-on-table-1s-without-where-condition" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot perform update statement on table "%1$s" without where condition.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate efectua instrucțiunea de actualizare în tabela "%1$s" fără condiția where.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-process-applications-from-different-hosts-or-templates" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot process applications from different hosts or templates.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot procesa aplicațiile de la diferite servere sau șabloane.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-read-the-response-check-connection-with-the-zabbix-server-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot read the response, check connection with the Zabbix server "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate citi răspunsul, verificați conexiunea cu serverul Zabbix "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-rename-guest-user" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot rename guest user.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate redenumi utilizatorul guest.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-save-discovery-rule-without-checks" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot save discovery rule without checks.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate salva regula de detecție fără verificări.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-send-command-check-connection-with-zabbix-server-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot send command, check connection with Zabbix server "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate trimite comanda, verificați conexiunea cu serverul Zabbix "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-set-1s-for-item-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot set "%1$s" for item "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate seta "%1$s" pentru elementul "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-set-inventory-fields-for-disabled-inventory" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot set inventory fields for disabled inventory.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot seta câmpurile inventarului pentru un inventar dezactivat.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-set-templateid-for-screen-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot set "templateid" for screen "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate seta "templateid" pentru ecranul "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-switch-host-for-interface" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot switch host for interface.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate schimba serverul pentru interfață.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-unlink-and-clear-applications" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot unlink and clear applications.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot deconecta și șterge aplicațiile.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-unlink-and-clear-web-scenarios" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot unlink and clear Web scenarios.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot deconecta și șterge scenariile Web.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-unlink-template" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot unlink template</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate deconecta șablonul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-update-1s-for-action-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update "%1$s" for action "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza "%1$s" pentru acțiunea "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-update-1s-for-item-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update "%1$s" for item "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza "%1$s" pentru elementul "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-update-action" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update action</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza acțiunea</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-update-a-discovered-graph" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update a discovered graph.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza un grafic bazat pe detecție.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-update-a-discovered-host-group" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update a discovered host group.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza un grup de servere bazat pe detecție.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-update-application" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update application</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza aplicația</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-update-configuration" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update configuration</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza configurația</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-update-discovery-rule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update discovery rule</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza regula de detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-update-graph" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update graph</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza graficul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-update-graph-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update graph prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza prototipul grafic</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-update-group" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update group</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza grupul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-update-groups-for-discovered-host-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update groups for discovered host "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot actualiza grupurile pentru serverul detectat "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-update-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza serverul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-update-hosts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update hosts</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot actualiza serverele</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-update-icon-map" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update icon map</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza maparea icon-ului</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-update-image" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update image</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza imaginea</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-update-interface-for-discovered-host-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update interface for discovered host "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza interfața pentru serverul detectat "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-update-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update item</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza elementul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-update-items" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update items</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot actualiza elementele</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-update-macros" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update macros</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot actualiza macro-urile</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-update-maintenance" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update maintenance</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza mentenanța</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-update-media-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update media type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza tipul media</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-update-network-map" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update network map</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza harta rețea</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-update-proxy" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update proxy</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza proxy-ul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-update-proxy-for-discovered-host-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update proxy for discovered host "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza proxy-ul pentru serverul detectat "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-update-regular-expression" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update regular expression</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza expresia regulată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-update-screen" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update screen</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza ecranul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-update-script" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update script</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza scriptul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-update-service" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update service</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza serviciul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-update-slide-show" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update slide show</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza slide show-ul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-update-template" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update template</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza șablonul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-update-templated-applications" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update templated applications.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot actualiza aplicațiile bazate pe un șablon.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-update-templateid-for-screen-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update "templateid" for screen "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza "templateid" pentru ecranul "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-update-templateid-for-template-screen-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update "templateid" for template screen "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza "templateid" pentru ecranul șablon "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-update-templates-on-discovered-host-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update templates on discovered host "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza șablonul pentru serverul detectat "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-update-trigger" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update trigger</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza trigger-ul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-update-trigger-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update trigger prototypes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza prototipurile trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-update-user" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update user</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza utilizatorul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-update-value-map" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update value map</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza valoarea mapată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:cannot-update-web-scenario" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update web scenario</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza scenariul web</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:case-sensitive" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Case sensitive</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Majuscule semnificative</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:change-password" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Change password</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Modifică parola</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:character" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Character</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Caracter</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:character-string-included" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Character string included</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șir de caractere inclus</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:character-string-not-included" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Character string not included</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șir de caractere neinclus</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:chassis" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Chassis</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șasiu</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:check-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Check already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Verificarea există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:check-expression-part-starting-from-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Check expression part starting from "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Verifică partea din expresie care începe de la "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:checks" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Checks</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Verificări</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:checks-should-be-unique" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Checks should be unique.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Verificările trebuie să fie unice.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:check-the-key-please-default-example-was-passed" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Check the key, please. Default example was passed.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Vă rugăm să verificați cheia. A fost folosit exemplul implicit.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:check-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Check type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Verificați tipul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:chinese-zh_cn" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Chinese (zh_CN)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Chineză (zh_CN)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:chinese-zh_tw" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Chinese (zh_TW)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Chineză (zh_TW)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:circular-reference-in-templates-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Circular reference in templates: %1$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Refefință circulară în șabloanele: %1$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:circular-template-linkage-is-not-allowed" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Circular template linkage is not allowed.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Legătura circulară în șabloane nu este permisă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:clear-history-and-trends" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Clear history and trends</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șterge istoric și tendințe</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:clear-when-unlinking" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Clear when unlinking</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șterge la deconectare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:clock" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Clock</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ceas</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:clone" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Clone</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Clonă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:close" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Close</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Închide</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:close-expression-constructor" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Close expression constructor</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Închide constructorul de expresii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:colour" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Colour</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Culoare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:colour-1s-is-not-correct-expecting-hexadecimal-colour-code-6-symbols" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Colour "%1$s" is not correct: expecting hexadecimal colour code (6 symbols).</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Culoarea "%1$s" nu este corectă: trebuie un cod hexadecimal (6 simboluri).</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:colour-ok" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Colour (OK)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Culoare (OK)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:columns" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Columns</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Coloane</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:column-span" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Column span</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expansiune coloană</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:combined-result" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Combined result</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Rezultat combinat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:command" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Command</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Comandă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:commands" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Commands</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Comenzi</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:condition" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Condition</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Condiție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:conditions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Conditions</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Condiții</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:configuration" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:configuration-cache-statistics-cache-buffer-modes-pfree-total-used-free" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration cache statistics. Cache - buffer (modes: pfree, total, used, free).</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Statistici configurare cache. Cache - buffer (moduri: pfree, total, used, free).</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:configuration-import" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration import</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Importă configurație</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:configuration-of-actions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of actions</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare acțiuni</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:configuration-of-applications" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of applications</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare aplicații</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:configuration-of-discovery-rules" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of discovery rules</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare reguli de detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:configuration-of-graph-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of graph prototypes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare prototipuri grafic</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:configuration-of-graphs" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of graphs</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare grafice</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:configuration-of-gui" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of GUI</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare GUI</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:configuration-of-host-groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of host groups</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare grupuri de servere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:configuration-of-host-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of host prototypes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare prototipuri server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:configuration-of-hosts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of hosts</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare servere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:configuration-of-housekeeping" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of housekeeping</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare housekeeping</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:configuration-of-icon-mapping" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of icon mapping</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare mapare icon</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:configuration-of-images" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of images</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare imagini</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:configuration-of-item-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of item prototypes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare prototipuri element</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:configuration-of-items" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of items</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare elemente</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:configuration-of-macros" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of macros</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare macro-uri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:configuration-of-maintenance-periods" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of maintenance periods</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare perioade de întreținere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:configuration-of-media-types" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of media types</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare tip media</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:configuration-of-network-maps" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of network maps</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare hărți rețea</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:configuration-of-proxies" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of proxies</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare proxy-uri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:configuration-of-regular-expressions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of regular expressions</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare expresii regulate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:configuration-of-screens" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of screens</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare ecrane</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:configuration-of-scripts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of scripts</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare scripturi</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:configuration-of-slide-shows" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of slide shows</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare slide show-uri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:configuration-of-templates" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of templates</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare șabloane</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:configuration-of-trigger-displaying-options" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of trigger displaying options</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare opțiuni de afișaj trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:configuration-of-trigger-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of trigger prototypes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare prototipuri trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:configuration-of-triggers" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of triggers</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare triggeri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:configuration-of-trigger-severities" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of trigger severities</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare severități trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:configuration-of-user-groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of user groups</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare grupuri utilizator</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:configuration-of-users" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of users</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare utilizatori</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:configuration-of-value-mapping" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of value mapping</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare mapare valoare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:configuration-of-web-monitoring" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of web monitoring</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare monitorizare web</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:configuration-of-working-time" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of working time</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare timp de lucru</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:configuration-of-zabbix" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of Zabbix</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare Zabbix</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:configuration-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configuraţie actualizată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:confirmation-text" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Confirmation text</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Text de confirmare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:connection-timeout-of-1s-seconds-exceeded-when-connecting-to-zabbix-server-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Connection timeout of %1$s seconds exceeded when connecting to Zabbix server "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Timpul de așteptare de %1$s secunde a fost depășit la conectarea cu serverul Zabbix "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:connect-to" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Connect to</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Conectare la</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:contact" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Contact</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Contact</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:context-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Context name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume context</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:contract-number" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Contract number</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numărul contractului</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:coordinates" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Coordinates</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Coordonate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:copy" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Copy</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Copiază</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:could-not-save-image" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Could not save image!</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu s-a putut salva imaginea!</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:count" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Count</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Număr</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:create-action" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create action</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează acțiune</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:create-application" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create application</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează aplicație</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:create-application-select-host-first" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create application (select host first)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează aplicație (selectați serverul prima dată)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:create-discovery-rule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create discovery rule</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează regula de detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:create-graph" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create graph</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează grafic</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:create-graph-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create graph prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează prototip de grafic</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:create-graph-select-host-first" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create graph (select host first)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează grafic (selectați serverul prima dată)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:create-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:create-host-group" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create host group</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează grup de servere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:create-host-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create host prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează prototip de server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:create-icon-map" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create icon map</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează mapare icon</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:create-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create item</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează element</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:create-item-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create item prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează prototip de element</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:create-item-select-host-first" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create item (select host first)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează element (selectați serverul prima dată)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:create-maintenance-period" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create maintenance period</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează perioadă de mentenanță</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:create-map" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create map</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează hartă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:create-media-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create media type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează tip media</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:create-proxy" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create proxy</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează proxy</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:create-screen" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create screen</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează ecran</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:create-script" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create script</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează script</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:create-slide-show" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create slide show</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează slide show</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:create-template" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create template</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează șablon</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:create-trigger" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create trigger</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:create-trigger-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create trigger prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează prototip de trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:create-trigger-select-host-first" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create trigger (select host first)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează trigger (selectați serverul prima dată)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:create-user" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create user</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează utilizator</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:create-user-group" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create user group</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează grup utilizatori</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:create-value-map" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create value map</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează mapare valoare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:critical" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Critical</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Critic</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:current-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Current host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Serverul curent</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:current-value" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Current value</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare curentă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:custom-graphs" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Custom graphs</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grafice personalizate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:custom-label" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Custom label</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Etichetă personalizată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:custom-label-for-map-2s-elements-of-type-1s-may-not-be-empty" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Custom label for map "%2$s" elements of type "%1$s" may not be empty.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eticheta personalizată pentru harta "%2$s" elementele de tipul "%1$s" nu poate fi vidă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:custom-multiplier" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Custom multiplier</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Multiplicator personalizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:custom-screens" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Custom screens</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ecrane personalizate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:custom-script" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Custom script</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Script personalizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:custom-severity-names-affect-all-locales-and-require-manual-translation" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Custom severity names affect all locales and require manual translation!</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numele de severitate personalizată afectează toate localizările și necesită traducere manuală!</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:custom-size" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Custom size</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dimensiune personalizată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:custom-slides" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Custom slides</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Slide-uri personalizate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:czech-cs_cz" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Czech (cs_CZ)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cehă (cs_CZ)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:day-shortd" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>d</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>z</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:daily" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Daily</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Zilnic</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:dashboard" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Dashboard</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Panou de supraveghere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:dashed-line" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Dashed line</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Linie întreruptă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:database-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Database host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Server bază de date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:database-monitor" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Database monitor</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Monitor bază de date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:database-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Database name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume bază de date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:database-password" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Database password</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Parolă bază de date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:database-port" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Database port</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Port bază de date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:database-schema" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Database schema</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Schema bazei de date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:database-server" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Database server</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Server baze de date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:database-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Database type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipul bazei de date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:database-user" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Database user</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Utilizator bază de date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:data-from-1s-generated-in-2s-sec" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Data from %1$s. Generated in %2$s sec.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Date din %1$s. Generate în %2$s sec.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:data-overview" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Data overview</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Verificare date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:date" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Date</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:date-hw-decommissioned" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Date HW decommissioned</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dată HW dezafectat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:date-hw-installed" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Date HW installed</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dată HW instalat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:date-hw-maintenance-expires" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Date HW maintenance expires</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Data de mentenanță HW expiră</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:date-hw-purchased" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Date HW purchased</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Data achiziției HW</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:day" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Day</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Zi</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:day-of-month" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Day of month</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ziua lunii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:day-of-week" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Day of week</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ziua săptămânii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:days" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>days</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>zile</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:days" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Days</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Zile</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:d-device" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%d device</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%d echipamente</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:d-device" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%d device</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%d echipament</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:d-device" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%d device</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%d echipamente</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:debug" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Debug</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Depanare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:debug-mode" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Debug mode</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mod depanare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:dec" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Dec</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dec</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:december" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>December</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Decembrie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:default" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>default</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>implicit</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:default" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Default</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Implicit</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:default-authentication" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Default authentication</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Autentificare implicită</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:default-operation-step-duration" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Default operation step duration</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Durata etapei operației implicite</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:default-theme" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Default theme</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tema implicită</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:default-theme-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Default theme "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tema implicită "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:delay" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delay</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Întârziere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:delayed-by" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delayed by</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Întârziat de către</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:delete" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șterge</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:delete-and-clear" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete and clear</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șterge și curăță</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:delete-and-clear-selected-templates-warning-all-linked-hosts-will-be-cleared" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete and clear selected templates? (Warning: all linked hosts will be cleared!)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere si curățare șabloane selectate? (Avertizare: toate serverele conectate vor fi șterse!)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:delete-and-clear-template-warning-all-linked-hosts-will-be-cleared" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete and clear template? (Warning: all linked hosts will be cleared!)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere si curățare șablon? (Avertizare: toate serverele conectate vor fi șterse!)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:delete-application" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete application?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere aplicație?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:delete-current-action" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete current action?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere acțiune curentă?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:deleted-host-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Deleted: Host "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere: Server "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:deleted-host-prototype-1s-on-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Deleted: Host prototype "%1$s" on "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creat: Prototip server "%1$s" pe "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:delete-discovery-rule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete discovery rule?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere regulă de detecție?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:deleted-template-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Deleted: Template "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere: Șablon "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:delete-expression" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete expression?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere expresie?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:delete-graph" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete graph?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere element grafic?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:delete-graph-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete graph prototype?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere prototip de grafic?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:delete-history-of-selected-items" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete history of selected items?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere istoric pentru itemi selectați?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:delete-icon-map" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete icon map?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere harta icoanei?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:delete-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete item?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere element?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:delete-item-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete item prototype?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere prototip de element?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:delete-links-between-selected-elements" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete links between selected elements?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere legătura între elementele selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:delete-maintenance-period" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete maintenance period?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere perioadă de întreținere?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:delete-proxy" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete proxy?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere proxy?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:delete-regular-expression" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete regular expression?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere expresie uzuală?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:delete-screen" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete screen?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere monitor?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:delete-script" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete script?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere script?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:delete-selected-actions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected actions?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere acțiuni selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:delete-selected-applications" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected applications?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere aplicații selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:delete-selected-discovery-rules" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected discovery rules?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere regulă de detecție selectată?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:delete-selected-elements" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected elements?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere elemente selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:delete-selected-graph-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected graph prototypes?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere prototipuri grafici selectați?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:delete-selected-graphs" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected graphs?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere elemente grafice selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:delete-selected-group" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected group?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere grup selectat?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:delete-selected-groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected groups?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere grupuri selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:delete-selected-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected host?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere server selectat?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:delete-selected-host-groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected host groups?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere grupuri de servere selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:delete-selected-host-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected host prototype?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere prototipuri de servere selectați?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:delete-selected-host-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected host prototypes?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere prototipuri de servere selectați?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:delete-selected-hosts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected hosts?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere servere selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:delete-selected-image" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected image?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere imagine selectată?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:delete-selected-item-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected item prototypes?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere elemente prototip selectațe?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:delete-selected-items" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected items?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere elementele selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:delete-selected-maintenance-periods" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected maintenance periods?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere perioade de întreținere selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:delete-selected-maps" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected maps?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere hărți selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:delete-selected-media-types" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected media types?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere elemente media selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:delete-selected-proxies" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected proxies?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere proxy-uri selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:delete-selected-regular-expressions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected regular expressions?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere expresii uzuale selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:delete-selected-screens" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected screens?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere ecrane selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:delete-selected-scripts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected scripts?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere scripturi selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:delete-selected-slide-shows" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected slide shows?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere prezentări selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:delete-selected-templates" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected templates?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere șabloane selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:delete-selected-trigger-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected trigger prototypes?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere prototipuri de trigger selectați?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:delete-selected-triggers" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected triggers?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere triggeri selectați?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:delete-selected-user" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected user?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere utilizator selectat?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:delete-selected-users" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected users?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere utilizatori selectați?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:delete-selected-value-mapping" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected value mapping?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere valoare de mapare selectată?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:delete-selected-value-mapping-it-is-used-for-d-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected value mapping? It is used for %d item!</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere valoare de mapare selectată? Este utilizată pentru elementele %d!</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:delete-selected-value-mapping-it-is-used-for-d-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected value mapping? It is used for %d item!</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere valoare de mapare selectată? Este utilizată pentru elementele %d!</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:delete-selected-value-mapping-it-is-used-for-d-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected value mapping? It is used for %d item!</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere valoare de mapare selectată? Este utilizată pentru elementele %d!</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:delete-slide-show" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete slide show?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere prezentare?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:delete-template" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete template?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere șablon?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:delete-trigger" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete trigger?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere trigger?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:delete-trigger-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete trigger prototype?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere prototip de trigger?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:delimiter" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delimiter</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Delimitator</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:deny" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Deny</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Negare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:dependencies" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Dependencies</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dependențe</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:dependent" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Dependent</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dependenţă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:depends-on" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Depends on</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Depinde de</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:deployment-status" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Deployment status</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Stare de implementare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:des" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>DES</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>DES</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:description" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Description</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Descriere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:details" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Details</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Detalii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:device" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Device</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Echipament</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:device-uniqueness-criteria" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Device uniqueness criteria</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Criteriu unic al echipamentului</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:dimension-cols-x-rows" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Dimension (cols x rows)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dimensiune (coloane x rânduri)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:disable" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Disable</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezactivare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezactivat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:disable-debug-mode-in-selected-groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Disable debug mode in selected groups?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezactivare mod de depanare în grupurile selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:disable-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Disable host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezactivare server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:disable-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Disable host?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezactivare server?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:disable-hosts-in-the-selected-host-groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Disable hosts in the selected host groups?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezactivare servere în grupurile de servere selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:disable-hosts-monitored-by-selected-proxies" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Disable hosts monitored by selected proxies?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezactivare servere monitorizate de proxy-urile selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:disable-selected-actions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Disable selected actions?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezactivare acțiuni selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:disable-selected-applications" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Disable selected applications?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezactivare aplicații selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:disable-selected-discovery-rules" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Disable selected discovery rules?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezactivare reguli de detecție selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:disable-selected-groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Disable selected groups?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezactivare grupuri selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:disable-selected-hosts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Disable selected hosts?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezactivare servere selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:disable-selected-items" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Disable selected items?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezactivare itemi selectaţi?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:disable-selected-media-types" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Disable selected media types?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezactivare elemente media selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:disable-selected-triggers" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Disable selected triggers?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezactivare triggeri selectați?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:disaster" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Disaster</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezastru</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:discovered" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovered</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Detectat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:discovered-by" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovered by</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Detectat de</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:discovered-device" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovered device</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Echipament detectat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:discovered-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>discovered host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>server detectat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:discovered-service" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>discovered service</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>serviciu detectat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:discovery" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>discovery</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:discovery" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Detectare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:discovery-by-proxy" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery by proxy</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Detectat de către proxy</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:discovery-check" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery check</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Verificare de detectare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:discovery-checks" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery checks</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Verificări de detectare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:discovery-list" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery list</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Listă de detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:discovery-object" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery object</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Obiect detectat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:discovery-rule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery rule</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Regulă de detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:discovery-rule-1s-already-exists-on-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery rule "%1$s" already exists on "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Regula de detecție "%1$s" există deja pe "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:discovery-rule-1s-already-exists-on-2s-inherited-from-another-template" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery rule "%1$s" already exists on "%2$s", inherited from another template.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Regula de detecție "%1$s" există deja pe "%2$s", moștenită de la alt șablon.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:discovery-rule-created" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery rule created</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Regulă de detecție creată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:discovery-rule-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery rule deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Regulă de detecție ștearsă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:discovery-rule-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery rule disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Reguli de detecție dezactivate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:discovery-rule-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery rule disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Regulă de detecție dezactivată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:discovery-rule-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery rule disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Reguli de detecție dezactivate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:discovery-rule-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery rule enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Reguli de detecție activate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:discovery-rule-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery rule enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Regulă de detecție activată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:discovery-rule-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery rule enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Reguli de detecție activate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:discovery-rules" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery rules</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Reguli de detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:discovery-rules-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery rules deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Reguli de detecție șterse</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:discovery-rule-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery rule updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Regulă de detecție actualizată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:discovery-status" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery status</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Stare detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:displaying-1s-of-2s-found" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Displaying %1$s of %2$s found</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Afișare %1$s din %2$s gasită</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:display-ok-triggers-for" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Display OK triggers for</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Afișare triggeri OK pentru</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:dm" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>d.M</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>z.L</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:dns" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>DNS</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>DNS</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:dns-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>DNS name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume DNS</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:do-not-calculate" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Do not calculate</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu calculeză</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:dot" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Dot</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Punct</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:discovery-statusdown" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Down</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Oprit</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:discovery-results-in-dashboarddown" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Down</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Oprit</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:downtime" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Downtime</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Avarie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:do-you-wish-to-replace-the-conditional-expression" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Do you wish to replace the conditional expression?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Doreşti să înlocuiești expresia condițională?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:draw-style" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Draw style</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Stil de desen</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:duplicate-dependencies-in-trigger-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Duplicate dependencies in trigger "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dublează dependențe în trigger "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:duration" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Duration</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Durată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:dutch-nl_nl" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Dutch (nl_NL)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Olandeză (nl_NL)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:dynamic-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Dynamic item</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Item dinamic</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:each-url-should-have-a-unique-name-please-make-sure-there-is-only-one-url-named" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Each URL should have a unique name. Please make sure there is only one URL named</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Fiecare URL trebuie să aibă un nume unic. Vă rugăm să vă asigurați că există un singur URL cu numele</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:edit" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Edit</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Editare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:edit-trigger" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Edit trigger</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Editare trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:element" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Element</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Element</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:element-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Element name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume element</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:email" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Email</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Email</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:empty" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Empty</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Gol</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:empty-input-parameter" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Empty input parameter.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Golire parametru de intrare.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:empty-input-parameters" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Empty input parameters.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Golire parametri de intrare.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:empty-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Empty name.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Golire nume.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:empty-parameters" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Empty parameters</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Golire parametri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:empty-screen-id-for-screen" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Empty screen ID for screen.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>ID ecran gol pentru ecran.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:empty-screen-id-for-template-screen" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Empty screen ID for template screen.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>ID ecran gol pentru șablon ecran.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:enable" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Enable</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:enable-confirmation" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Enable confirmation</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activare confirmare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:enable-debug-mode-in-selected-groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Enable debug mode in selected groups?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activare mod de depanare în grupurile selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:enable-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Enable host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activare server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:enable-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Enable host?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activare server?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:enable-hosts-monitored-by-selected-proxies" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Enable hosts monitored by selected proxies?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activare servere monitorizate de proxy-urile selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:enable-internal-housekeeping" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Enable internal housekeeping</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activare menaj intern</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:enable-selected-actions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Enable selected actions?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activare acțiuni selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:enable-selected-applications" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Enable selected applications?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activare aplicații selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:enable-selected-discovery-rules" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Enable selected discovery rules?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activare reguli de detecție selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:enable-selected-groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Enable selected groups?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activare grupuri selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:enable-selected-hosts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Enable selected hosts?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activare servere selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:enable-selected-items" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Enable selected items?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activare itemi selectați?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:enable-selected-media-types" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Enable selected media types?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activare elemente de tip media selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:enable-selected-triggers" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Enable selected triggers?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activare triggeri selectați?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:english-en_gb" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>English (en_GB)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Engleză (en_GB)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:english-en_us" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>English (en_US)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Engleză (en_US)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:error" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Error</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eroare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:error-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Error: %1$s</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eroare: %1$s</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:error-in-search-request-for-table-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Error in search request for table "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eroare in cererea de căutare pentru tabelul "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:esc_step_from-and-esc_step_to-must-be-set-together" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>esc_step_from and esc_step_to must be set together.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>esc_step_from și esc_step_to trebuiesc setate împreună.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:event" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Event</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eveniment</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:event-details" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Event details</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Detalii eveniment</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:event-generation" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Event generation</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Generare eveniment</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:event-id" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Event ID</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eveniment ID</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:event-list-previous-20" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Event list [previous 20]</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Listă de evenimente [ultimele 20]</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:events-and-alerts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Events and alerts</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Evenimente și alerte</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:event-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Event type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip eveniment</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:every-days" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Every day(s)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Zilnic (s)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:every-weeks" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Every week(s)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Săptămânal (s)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:exclude" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Exclude</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Exclude</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:execute" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Execute</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Execută</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:executed-script" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Executed script</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Script executat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:execute-on" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Execute on</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Execută la</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:execute-sql-error-1s-in-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Execute SQL error [%1$s] in [%2$s].</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Execută eroare SQL [%1$s] în [%2$s].</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:execution-confirmation" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Execution confirmation</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Confirmare de executare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:expand-single-problem" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Expand single problem</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Extinde problema unică</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:maintenance-statusexpired" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Expired</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expirat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:exploded" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Exploded</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Explodat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:export-to-csv" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Export to CSV</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Export în CSV</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:expression" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Expression</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expresie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:expression-cannot-be-empty" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Expression cannot be empty</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expresia nu poate fi vidă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:expression-constructor" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Expression constructor</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Constructor de expresii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:expressions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Expressions</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expresii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:expression-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Expression type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip de expresie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:expression-variable-elements" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Expression Variable Elements</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expresie Elemente Variabile</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:external-check" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>External check</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Verificare externă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:friday-shortf" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>F</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>F</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:fail" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Fail</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Greșeală</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:failed" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Failed</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eșec</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:failure-audit" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Failure Audit</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Audit greșit</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:false" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>FALSE</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>FALS</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:favourite-graphs" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Favourite graphs</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Elemente de grafică preferate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:favourite-maps" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Favourite maps</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Hărți preferate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:favourite-screens" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Favourite screens</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ecrane preferate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:feb" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Feb</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Feb</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:february" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>February</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Februarie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:field" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Field</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Câmp</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:field-1s-cannot-be-set-to-null" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Field "%1$s" cannot be set to NULL.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Câmpul "%1$s" nu poate fi pus NULL.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:field-1s-is-mandatory" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Field "%1$s" is mandatory.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Câmpul "%1$s" este opțional. </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:field-1s-is-not-integer" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Field "%1$s" is not integer.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Câmpul "%1$s" nu este număr întreg.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:field-1s-is-not-string" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Field "%1$s" is not string.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Câmpul "%1$s" nu este șir.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:field-1s-must-be-missing" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Field "%1$s" must be missing.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Câmpul "%1$s" trebuie să lipsească.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:file-format-is-unsupported" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>File format is unsupported.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Formatul fișierului nu este suportat.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:file-is-too-big-max-upload-size-is-1s-bytes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>File is too big, max upload size is %1$s bytes.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Fișierul este prea mare, mărimea maximă de upload este %1$s octeți.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:filled-region" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Filled region</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Zone pline</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:filter" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Filter</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Filtru</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:finish" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Finish</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Sfârșit</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:finnish-fi_fi" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Finnish (fi_FI)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Finlandeză (fi_FI)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:page-navigationfirst" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>First</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Primul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:fit-to-map" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Fit to map</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Încadrează în hartă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:fixed" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Fixed</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Remediat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:formula" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Formula</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Formulă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:french-fr_fr" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>French (fr_FR)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Franceză (fr_FR)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:fri" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Fri</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Fri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:friday" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Friday</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Vineri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:from" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>From</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>De la</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:frontend-access" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Frontend access</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acces la interfață</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:frontend-messaging" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Frontend messaging</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mesaje de interfață</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:ftp" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>FTP</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>FTP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:full-clone" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Full clone</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Clonă completă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:function" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Function</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Funcție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:general" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>General</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>General</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:german-de_de" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>German (de_DE)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Germană (de_DE)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:given-expression-is-not-a-macro" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Given expression is not a macro</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expresia dată nu este macro</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:item_formglobal-housekeeping-settings" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>global housekeeping settings</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>setări interne globale</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:global-script" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Global script</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Script global</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:global-scripts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Global scripts</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scripturi globale</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:google-chrome" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Google Chrome</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Google Chrome</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:go-to" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Go to</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mergi la</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:go-to-dashboard" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Go to dashboard</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mergi la tabloul de bord</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:gradient-line" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Gradient line</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Gradient linie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:graph" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grafic</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:graph-1s-already-exists-on-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph "%1$s" already exists on "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Graficul "%1$s" există deja pe "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:graph-1s-already-exists-on-2s-inherited-from-another-template" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph "%1$s" already exists on "%2$s" (inherited from another template).</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Graficul "%1$s" există deja pe "%2$s" (moștenit de la alt șablon).</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:graph-1s-already-exists-on-2s-items-are-not-identical" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph "%1$s" already exists on "%2$s" (items are not identical).</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Graficul "%1$s" există deja pe "%2$s" (itemii nu sunt identici).</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:graph-1s-cannot-inherit-no-required-items-on-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph "%1$s" cannot inherit. No required items on "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Graficul "%1$s" nu poate moșteni. Nu se cer itemi pe "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:graph-1s-cannot-inherit-no-required-items-on-2s-ymax-value-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph "%1$s" cannot inherit. No required items on "%2$s" (Ymax value item).</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Graficul "%1$s" nu poate moșteni. Nu se cer itemi pe "%2$s" (valoare item Ymax).</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:graph-1s-cannot-inherit-no-required-items-on-2s-ymin-value-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph "%1$s" cannot inherit. No required items on "%2$s" (Ymin value item).</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Graficul "%1$s" nu poate moșteni. Nu se cer itemi pe "%2$s" (valoare item Ymin).</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:graph-1s-does-not-exist-on-template-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph "%1$s" does not exist on template "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Graficul "%1$s" nu există pe șablonul "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:graph-1s-with-templated-items-cannot-contain-items-from-other-hosts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph "%1$s" with templated items cannot contain items from other hosts.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Graficul "%1$s" cu itemi șablon nu poate să conțină itemi de la alte servere.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:graph-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grafic adăugat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:graph-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grafic șters</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:graph-element" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph element</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Element grafic</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:graph-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototip grafic</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:graph-prototype-1s-contains-item-prototypes-from-multiple-discovery-rules" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph prototype "%1$s" contains item prototypes from multiple discovery rules.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototipul grafic "%1$s" conține prototipu grafici pentru mai multe reguli de detecție.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:graph-prototype-1s-must-have-at-least-one-item-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph prototype "%1$s" must have at least one item prototype.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototipul grafic "%1$s" trebuie să aibă cel puțin un prototip item.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:graph-prototype-1s-with-templated-items-cannot-contain-items-from-other-hosts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph prototype "%1$s" with templated items cannot contain items from other hosts.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototip de grafic "%1$s" cu itemi șablon nu poate să conțină itemi de la alte servere.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:graph-prototype-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph prototype added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototip grafic adăugat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:graph-prototype-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph prototype deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototip grafic șters</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:graph-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph prototypes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototipuri grafice</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:graph-prototypes-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph prototypes deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototipuri grafice șterse</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:graph-prototype-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph prototype updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototip grafic adăugat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:graphs" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graphs</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grafice</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:graphs-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graphs deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grafice șterse</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:graph-sum" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph sum</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Sumă grafică</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:graph-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip grafic</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:graph-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grafic actualizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:graph-with-name-1s-already-exists-in-graphs-or-graph-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph with name "%1$s" already exists in graphs or graph prototypes.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Graficul cu numele "%1$s" există deja în grafic sau în prototipurile de grafic.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:graph-with-same-name-but-other-type-exist" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph with same name but other type exist.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Există grafic cu același nume dar de alt tip.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:greek-el_gr" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Greek (el_GR)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Greacă (el_GR)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:grid" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Grid</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grilă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:group" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Group</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grup</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:group-1s-cannot-be-deleted-because-it-is-used-by-a-host-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Group "%1$s" cannot be deleted, because it is used by a host prototype.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grupul "%1$s" nu poate fi șters, pentru că este utilizat de un server prototip </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:group-1s-does-not-exist" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Group "%1$s" does not exist.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grupul "%1$s" nu există.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:group-1s-for-host-2s-does-not-exist" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Group "%1$s" for host "%2$s" does not exist.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grupul "%1$s" pentru serverul "%2$s" nu există.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:group-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Group added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grup adăugat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:group-for-discovered-hosts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Group for discovered hosts</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grup pentru servere detectate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:group-for-discovered-hosts-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Group for discovered hosts "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grup pentru servere detectate "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:grouping-by" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Grouping by</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grupare după</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:group-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Group name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume grup</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:group-prototype-cannot-be-based-on-a-discovered-host-group-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Group prototype cannot be based on a discovered host group "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grupul prototip nu se poate baza pe un grup server detectat "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:group-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Group prototypes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototipuri grup</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Groups</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grupuri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:group-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Group updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grup actualizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:gsm-modem" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>GSM modem</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Modem GSM</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:gui" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>GUI</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>GUI</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:gui-access-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>GUI access disabled.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acces GUI dezactivat.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:hour-shorth" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>h</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>h</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:hardware" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Hardware</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Hardware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:hardware-full-details" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Hardware (Full details)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Hardware (Detalii complete)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:height" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Height</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Înălțime</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:help" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Help</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ajutor</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:hh" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>hh</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>hh</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:hi" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>H:i</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>H:m</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:hidden" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Hidden</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ascuns</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:hide-selected" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Hide selected</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ascunde selecția</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:high" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>High</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ridicat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:his" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>H:i:s</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>H:m:s</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:history" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>History</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Istoric</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:history-cleared" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>History cleared</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Istoric șters</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:history-clearing-can-take-a-long-time-continue" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>History clearing can take a long time. Continue?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Golirea istoricului poate lua o perioadă lungă de timp. Continuare?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:history-of-events" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>History of events</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Istoric al evenimentelor</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:history-storage-period" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>History storage period</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Perioadă de istoric a stocării</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:horizontal" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Horizontal</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Orizontal</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:horizontal-align" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Horizontal align</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Aliniere orizontală</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:host-1s-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host "%1$s" already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Serverul "%1$s" există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:host-1s-is-monitored-with-proxy-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host "%1$s" is monitored with proxy "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Serverul "%1$s" este monitorizat cu proxy "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:host-access" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host access</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acces server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:host-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Server adăugat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:host-ascending" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host (ascending)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Server (ascendent)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:host-cannot-have-more-than-one-default-interface-of-the-same-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host cannot have more than one default interface of the same type.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Serverul nu poate avea mai mult de o interfață implicită de același tip.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:host-count" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host count</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Contor server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:host-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Server șters</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:host-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Server dezactivat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:host-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Servere dezactivate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:host-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Servere dezactivate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:host-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Servere activate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:host-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Server activat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:host-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Servere activate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:host-group" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>host group</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>grup server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:host-group" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host group</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grup server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:host-group-1s-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host group "%1$s" already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grupul server "%1$s" există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:host-group-1s-cannot-be-deleted-because-it-is-used-in-a-global-script" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host group "%1$s" cannot be deleted, because it is used in a global script.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grupul server "%1$s" nu poate fi șters, pentru că este utilizat într-un script global.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:host-group-1s-is-internal-and-can-not-be-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host group "%1$s" is internal and can not be deleted.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grupul server "%1$s" este intern și nu poate fi șters.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:host-group-elements" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host group elements</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Elementele grupului de servere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:host-group-issues" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host group issues</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Problemele grupui de servere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:host-group-label-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host group label type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipul etichetei grupului de servere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:host-groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host groups</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grupuri de servere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:host-info" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host info</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Informații servere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:host-interface" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host interface</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Interfață server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:host-inventory" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host inventory</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Inventar server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:host-inventory-overview" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host inventory overview</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prezentare generală inventar server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:host-ip" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host IP</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>IP server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:host-issues" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host issues</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Probleme server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:host-label-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host label type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip eticheta server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:host-metadata" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host metadata</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Metadate server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:host-networks" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host networks</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Rețele server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:host-prototype-1s-already-exists-on-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host prototype "%1$s" already exists on "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Serverul prototip "%1$s" există deja pe "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:host-prototype-1s-already-exists-on-2s-inherited-from-another-template" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host prototype "%1$s" already exists on "%2$s", inherited from another template.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Serverul prototip "%1$s" există deja pe "%2$s", moștenită de la alt șablon.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:host-prototype-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host prototype added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototip grafic adăugat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:host-prototype-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host prototype deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototip grafic șters</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:host-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host prototypes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototipuri de servere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:host-prototypes-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host prototypes deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototipuri de servere șterse</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:host-prototype-with-host-name-1s-already-exists-in-discovery-rule-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host prototype with host name "%1$s" already exists in discovery rule "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Server prototip cu nume server "%1$s" există deja în regula de detecție "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:host-prototype-with-visible-name-1s-already-exists-in-discovery-rule-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host prototype with visible name "%1$s" already exists in discovery rule "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Server prototip cu nume vizibil "%1$s" există deja în regula de detecție "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:host-router" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host router</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Router gazdă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:hosts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Hosts</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Servere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:host-screens" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host screens</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ecrane server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:hosts-location" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Hosts location</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Locație servere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:host-subnet-mask" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host subnet mask</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mască subnet server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:hosts-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Hosts updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Servere actualizate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:host-time" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host time</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Timp server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:host-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Server actualizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:host-update-failed" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host update failed.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Actualizare server nereușită.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:host-with-the-same-name-1s-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host with the same name "%1$s" already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Server cu același nume "%1$s" există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:host-with-the-same-visible-name-1s-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host with the same visible name "%1$s" already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Server cu același nume vizibil "%1$s" există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:hours" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Hours</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ore</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:housekeeping" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Housekeeping</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Housekeeping</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:http" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>HTTP</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>HTTP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:http-authentication" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>HTTP authentication</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Autentificare HTTP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:http-proxy" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>HTTP proxy</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>proxy HTTP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:https" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>HTTPS</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>HTTPS</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:hungarian-hu_hu" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Hungarian (hu_HU)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Maghiară (hu_HU)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:hw-architecture" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>HW architecture</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Arhitectură HW</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:icmp-ping" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>ICMP ping</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>ping ICMP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:icon" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>icon</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>iconiță</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:icon" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Icon</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Iconiță</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:icon-default" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Icon (default)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Iconiță (implicit)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:icon-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Icon (disabled)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Iconiță (dezactivat)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:icon-highlight" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Icon highlight</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Iconiță selectată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:icon-maintenance" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Icon (maintenance)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Iconiță (mentenanță)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:icon-map" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Icon map</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Icon hartă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:icon-map-1s-cannot-be-deleted-used-in-map-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Icon map "%1$s" cannot be deleted. Used in map "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Icon hartă "%1$s" nu poate fi ștearsă. Este folosită în harta "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:icon-map-created" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Icon map created</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Icon hartă creat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:icon-map-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Icon map deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Icon hartă șters</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:icon-mapping" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Icon mapping</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>mapare icon</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:icon-map-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Icon map updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Icon hartă actualizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:icon-problem" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Icon (problem)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Iconiță (problemă)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:icons" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Icons</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Iconițe</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:id" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>ID</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>ID</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:if-you-think-this-message-is-wrong-please-consult-your-administrators-about-getting-the-necessary-permissions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>If you think this message is wrong, please consult your administrators about getting the necessary permissions.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dacă crezi ca acest mesaj este greșit, te rog să consulți administratorii pentru obținerea permisiunilor necesare.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:image" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>image</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>imagine</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:image" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Image</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Imagine</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:image-1s-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Image "%1$s" already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Imaginea "%1$s" există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:image-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Image added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Imagine adăugată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:image-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Image deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Imagine ștearsă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:image-label-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Image label type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipul etichetei imaginii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:image-load-error-1s-in-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Image load error [%1$s] in [%2$s].</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eroare de încărcare imagine [%1$s] în [%2$s].</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:images" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Images</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Imagini</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:images-for-all-maps-will-be-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Images for all maps will be updated!</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Imaginile pentru toate hărțile vor fi actualizate!</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:image-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Image updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Imagine actualizată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:imap" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>IMAP</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>IMAP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:immediately" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Immediately</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Imediat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:import" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Import</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Import</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:imported-successfully" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Imported successfully</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Import cu succes</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:import-failed" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Import failed</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Import eșuat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:import-file" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Import file</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Fișier import</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:in" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>in</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>în</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:include" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Include</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Include</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:incorrect-1s-label-type-value-for-map-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect %1$s label type value for map "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipul valorii etichetei %1$s incorect pentru harta "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:incorrect-acceptable-sla-for-service-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect acceptable SLA for service "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>SLA incorect acceptabil pentru serviciul "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:incorrect-action-condition-discovery-check" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect action condition discovery check.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Condiție de acțiune incorectă la verificare detecție.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:incorrect-action-condition-discovery-check-discovery-check-does-not-exist-or-you-have-no-access-to-it" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect action condition discovery check. Discovery check does not exist or you have no access to it.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Condiție de acțiune incorectă la verificare detecție. Verificarea detecției nu există sau nu ai acces la ea.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:incorrect-action-condition-discovery-object" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect action condition discovery object.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Condiție de acțiune incorectă la detecție obiect.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:incorrect-action-condition-discovery-rule-discovery-rule-does-not-exist-or-you-have-no-access-to-it" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect action condition discovery rule. Discovery rule does not exist or you have no access to it.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Condiție de acțiune incorectă la regula de detecție. Regula de detecție nu există sau nu ai acces la ea.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:incorrect-action-condition-discovery-status" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect action condition discovery status.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Condiție de acțiune incorectă la starea de detecție.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:incorrect-action-condition-event-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect action condition event type.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Condiție de acțiune incorectă la tipul eveniment.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:incorrect-action-condition-host-group-host-group-does-not-exist-or-you-have-no-access-to-it" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect action condition host group. Host group does not exist or you have no access to it.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Condiție de acțiune incorec la grup de servere. Grupul de servere nu există sau nu ai acces la el.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:incorrect-action-condition-host-host-does-not-exist-or-you-have-no-access-to-it" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect action condition host. Host does not exist or you have no access to it.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Condiție de acțiune incorectă la server. Serverul nu există sau nu ai acces la el.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:incorrect-action-condition-port-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect action condition port "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Condiție de acțiune incorectă port "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:incorrect-action-condition-proxy-proxy-does-not-exist-or-you-have-no-access-to-it" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect action condition proxy. Proxy does not exist or you have no access to it.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Condiție de acțiune incorectă proxy. Proxy nu există sau nu ai acces la el.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:incorrect-action-condition-template-template-does-not-exist-or-you-have-no-access-to-it" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect action condition template. Template does not exist or you have no access to it.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Condiție de acțiune incorectă la șablon. Șablonul nu există sau nu ai acces la el.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:incorrect-action-condition-trigger-severity" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect action condition trigger severity.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Condiție de acțiune incorectă la gravitate trigger.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:incorrect-action-condition-trigger-trigger-does-not-exist-or-you-have-no-access-to-it" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect action condition trigger. Trigger does not exist or you have no access to it.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Condiție de acțiune incorectă trigger. Trigger nu există sau nu ai acces la el.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:incorrect-action-condition-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect action condition type.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Condiție de acțiune incorectă gen.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:incorrect-action-operation-command-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect action operation command type.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Operațiune de acțiune incorectă tip comandă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:incorrect-action-operation-condition-acknowledge-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect action operation condition acknowledge type.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Operațiune de acțiune incorectă tip cunoaștere condiție.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:incorrect-action-operation-condition-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect action operation condition type.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Operațiune de acțiune incorectă tip condiție.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:incorrect-action-operation-escalation-step-values" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect action operation escalation step values.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Operațiune de acțiune incorectă tip valoare crescută cu un pas.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:incorrect-action-operation-host-group-host-group-does-not-exist-or-you-have-no-access-to-this-host-group" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect action operation host group. Host group does not exist or you have no access to this host group.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Operațiune de acțiune incorectă grup server. Grupul server nu există sau nu ai acces la el.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:incorrect-action-operation-host-host-does-not-exist-or-you-have-no-access-to-this-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect action operation host. Host does not exist or you have no access to this host.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Condiție de acțiune incorectă la server. Serverul nu există sau nu ai acces la acest server.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:incorrect-action-operationid" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect action operationid.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acțiune incorectă conditionid.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:incorrect-action-operation-user-group-user-group-does-not-exist-or-you-have-no-access-to-this-user-group" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect action operation user group. User group does not exist or you have no access to this user group.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Operațiune de acțiune incorectă grup server. Grupul server nu există sau nu ai acces la acest grup server.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:incorrect-action-operation-user-user-does-not-exist-or-you-have-no-access-to-this-user" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect action operation user. User does not exist or you have no access to this user.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Utilizator acțiune incorectă a operațiunii. Utilizatorul nu există sau nu ai acces la acest utilizator.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:incorrect-algorithm-for-service-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect algorithm for service "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Algoritm incorect pentru serviciul "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:incorrect-arguments-passed-to-function" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect arguments passed to function</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Argumente incorecte trimise funcției</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:incorrect-arguments-passed-to-function" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect arguments passed to function.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Argumente incorecte trimise funcției.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:incorrect-calculate-sla-value-for-service-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect calculate SLA value for service "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare SLA calculată incorect pentru serviciul "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:incorrect-characters-used-for-proxy-name-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect characters used for proxy name "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Caractere incorecte folosite pentru nume proxy "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:incorrect-characters-used-for-template-name-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect characters used for template name "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Caractere incorecte folosite pentru șablonul nume "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:incorrect-event-object-1s-2s-for-event-source-3s-4s-only-the-following-objects-are-supported-5s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect event object "%1$s" (%2$s) for event source "%3$s" (%4$s), only the following objects are supported: %5$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Obiect eveniment incorect "%1$s" (%2$s) pentru sursa eveniment "%3$s" (%4$s), numai urmăoarele obiecte sunt suportate: %5$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:incorrect-eventobject-value" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect eventobject value.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare obiect eveniment incorectă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:incorrect-eventsource-value" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect eventsource value.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare sursă eveniment incorectă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:incorrect-field-1s-name-or-value-in-where-statement-for-table-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect field "%1$s" name or value in where statement for table "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume sau valoare câmp "%1$s" incorecte în care afirmația pentru tabelul "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:incorrect-fields-for-sysmap" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect fields for sysmap.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Câmpuri incorecte pentru sysmap.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:incorrect-file-upload" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect file upload.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Încărcare fișier incorectă. </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:incorrect-function-is-used" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect function is used</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Funcție incorectă utilizată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:incorrect-graph-id-1s-provided-for-screen-element" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect graph ID "%1$s" provided for screen element.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>ID grafic "%1$s" incorect prevăzut pentru elementul ecran. </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:incorrect-host-group" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect host group.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grup server incorect.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:incorrect-host-group-id-1s-provided-for-screen-element" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect host group ID "%1$s" provided for screen element.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>ID grup server "%1$s" incorect prevăzut pentru elementul ecran. </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:incorrect-host-id-1s-provided-for-screen-element" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect host ID "%1$s" provided for screen element.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>ID server "%1$s" incorect prevăzut pentru elementul ecran. </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:incorrect-image-index" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect image index.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Index imagine incorect.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:incorrect-input-parameters" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect input parameters.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Parametrii de intrare incorecți.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:incorrect-item-for-axis-value" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect item for axis value.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Item incorect pentru valoare axă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:incorrect-item-id-1s-provided-for-screen-element" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect item ID "%1$s" provided for screen element.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>ID item "%1$s" incorect prevăzut pentru elementul ecran. </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:incorrect-item-key-1s-provided-for-trigger-expression-on-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect item key "%1$s" provided for trigger expression on "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cheie item "%1$s" incorect prevăzut pentru expresia triggerului pe "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:incorrect-item-value-type-1s-provided-for-trigger-function-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect item value type "%1$s" provided for trigger function "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip valoare item "%1$s" incorect prevăzut pentru funcția triggerului "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:incorrect-list-of-items" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect list of items.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Listă incorectă de itemi.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:incorrect-maintenance-date-must-be-between-19700101-and-20380118" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect maintenance - date must be between 1970.01.01 and 2038.01.18</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mentenanță incorectă - data trebuie să fie între 1970.01.01 și 2038.01.18</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:incorrect-maintenance-period-minimum-5-minutes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect maintenance period (minimum 5 minutes)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Perioadă a mentenanței incorectă (minim 5 minute)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:incorrect-map-id-1s-provided-for-screen-element" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect map ID "%1$s" provided for screen element.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>ID hartă "%1$s" incorect prevăzut pentru elementul ecran.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:incorrect-object-value" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect object value.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare obiect incorectă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:incorrect-parameter-for-action-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect parameter for action "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Parametru incorect pentru acțiunea "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:incorrect-parameter-for-operations" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect parameter for operations.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Parametru incorect pentru operațiuni.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:incorrect-parameters-for-action-update-method-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect parameters for action update method "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Parametri incorecți pentru metoda de actualizare a acțiunii "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:incorrect-parameters-for-condition" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect parameters for condition.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Parametri incorecți pentru condiții.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:incorrect-parameters-for-maintenance" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect parameters for maintenance.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Parametri incorecți pentru mentenanță.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:incorrect-parent-for-service-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect parent for service "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Părinte incorect pentru serviciul "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:incorrect-parent-service" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect parent service.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Serviciu părinte incorect.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:incorrect-port-range" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect port range.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Gamă port incorectă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:incorrect-resource-type-provided-for-screen-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect resource type provided for screen item.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip resurse incorect prevăzut pentru item ecran.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:incorrect-response-received-from-zabbix-server-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect response received from Zabbix server "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Răspuns incorect primit de la serverul Zabbix "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:incorrect-screen-id" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect screen ID.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>ID ecran incorect.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:incorrect-screen-id-1s-provided-for-screen-element" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect screen ID "%1$s" provided for screen element.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>ID ecran "%1$s" incorect prevăzut pentru elementul ecran. </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:incorrect-screen-provided-for-slide-show" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect screen provided for slide show.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ecran incorect prevăzut pentru prezentare.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:incorrect-service-end-time" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect service end time.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Timp de încetare serviciu incorect.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:incorrect-service-start-time" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect service start time.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Timp de pornire serviciu incorect.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:incorrect-service-time-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect service time type.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip de timp serviciu incorect.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:incorrect-snmp-community" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect SNMP community.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Comunitate SNMP incorectă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:incorrect-snmp-oid" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect SNMP OID.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>SNMP OID incorect.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:incorrect-soft-field-value-for-dependency-for-service-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect "soft" field value for dependency for service "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare câmp "soft" pentru dependințe a serviciului "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:incorrect-source-value" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect source value.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare sursă incorectă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:incorrect-status-for-service-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect status for service "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Stare incorectă pentru serviciul "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:incorrect-syntax-near-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>incorrect syntax near "%1$s"</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>sintaxă incorectă lângă "%1$s"</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:incorrect-template-screen-id" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect template screen ID.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>ID șablon ecran incorect. </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:incorrect-trigger-expression" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect trigger expression</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expresie trigger incorectă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:incorrect-trigger-expression" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect trigger expression.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expresii trigger incorecte.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:incorrect-trigger-expression-host-1s-does-not-exist-or-you-have-no-access-to-this-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect trigger expression. Host "%1$s" does not exist or you have no access to this host.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expresie trigger incorectă. Serverul "%1$s" nu există sau nu ai acces la acest server.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:incorrect-trigger-expression-trigger-expression-elements-should-not-belong-to-a-template-and-a-host-simultaneously" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect trigger expression. Trigger expression elements should not belong to a template and a host simultaneously.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expresie trigger incorectă. Elementele expresiei trigger nu trebuie să aparțină simultan unui șablon si unui server.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:incorrect-trigger-function-1s-provided-in-expression" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect trigger function "%1$s" provided in expression.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Funcție trigger "%1$s" incorectă prevăzută în expresie.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:incorrect-trigger-id-for-service-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect trigger ID for service "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>ID trigger incorect pentru serviciul "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:incorrect-user-group" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect user group.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grup utilizator incorect.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:incorrect-value-1s-for-2s-field" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect value "%1$s" for "%2$s" field.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare incorectă "%1$s" pentru câmpul "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:incorrect-value-1s-for-2s-field-must-be-between-3s-and-4s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect value "%1$s" for "%2$s" field: must be between %3$s and %4$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare incorectă "%1$s" pentru câmpul "%2$s": trebuie să fie între %3$s și %4$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:incorrect-value-1s-for-float-field-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect value "%1$s" for float field "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare incorectă "%1$s" pentru câmpul flotant "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:incorrect-value-1s-for-int-field-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect value "%1$s" for int field "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare incorectă "%1$s" pentru câmpul int "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:incorrect-value-1s-for-unsigned-int-field-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect value "%1$s" for unsigned int field "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare incorectă "%1$s" pentru câmpul int nesemnat "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:incorrect-value-used-for-proxy-status-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect value used for proxy status "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare incorectă folosită pentru stare proxy "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:indonesian-id_id" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Indonesian (id_ID)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Indoneză (id_ID)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:info" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Info</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Info</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:information" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Information</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Informaţie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:in-maintenance" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>In maintenance</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>În mentenanță</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:in-progress" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>In progress</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>În progres</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:insert" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Insert</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Inserează</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:installation" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Installation</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Instalare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:installer-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Installer name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume de instalare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:interface" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Interface</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Interfață</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:interface-is-linked-to-item-1s-on-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Interface is linked to item "%1$s" on "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Interfața e legată de itemul "%1$s" pe "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:interface-with-dns-1s-cannot-have-empty-ip-address" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Interface with DNS "%1$s" cannot have empty IP address.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Interfața cu DNS "%1$s" nu poate avea adresă IP goală.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:interface-with-ip-1s-cannot-have-empty-dns-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Interface with IP "%1$s" cannot have empty DNS name.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Interfața cu IP "%1$s" nu poate avea nume DNS gol.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:interface-with-ip-1s-cannot-have-empty-dns-name-while-having-use-dns-property-on-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Interface with IP "%1$s" cannot have empty DNS name while having "Use DNS" property on "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Interfața cu IP "%1$s" nu poate avea nume DNS gol în timp ce are "Folosește proprietatea DNS" la "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:event-sourceinternal" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>internal</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>intern</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:user-typeinternal" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Internal</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Intern</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:authenticationinternal" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Internal</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Intern</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:internal-error" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Internal error.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eroare internă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:internal-json-rpc-error" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Internal JSON-RPC error.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eroare internă JSON-RPC.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:internet-explorer" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Internet Explorer</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Internet Explorer</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:interval" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Interval</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Interval</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:invalid-first-parameter" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Invalid first parameter.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Primul parametru invalid.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:invalid-fourth-parameter" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Invalid fourth parameter.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Al patrulea parametru invalid.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:invalid-hostid-for-macro-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Invalid hostid for macro "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Hostid invalid pentru macroul "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:invalid-json-an-error-occurred-on-the-server-while-parsing-the-json-text" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Invalid JSON. An error occurred on the server while parsing the JSON text.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>JSON invalid. A apărut o eroare la server în timp ce analiza textul JSON.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:invalid-key-1s-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Invalid key "%1$s": %2$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cheie invalidă "%1$s": %2$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:invalid-key-1s-for-discovery-rule-2s-on-3s-4s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Invalid key "%1$s" for discovery rule "%2$s" on "%3$s": %4$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cheie invalidă "%1$s" pentru regula de detecție "%2$s" pe "%3$s": %4$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:invalid-key-1s-for-item-2s-on-3s-4s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Invalid key "%1$s" for item "%2$s" on "%3$s": %4$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cheie invalidă "%1$s" pentru itemul "%2$s" pe "%3$s": %4$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:invalid-key-1s-for-item-prototype-2s-on-3s-4s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Invalid key "%1$s" for item prototype "%2$s" on "%3$s": %4$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cheie invalidă "%1$s" pentru prototipul item "%2$s" pe "%3$s": %4$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:invalid-method-parameters" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Invalid method parameters.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Parametrii metodei invalizi. </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:invalid-number-of-parameters" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Invalid number of parameters.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Număr invalid de parametri.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:invalid-params" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Invalid params.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Parametri invalizi.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:invalid-request" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Invalid Request.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cerere invalidă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:invalid-response-code-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Invalid response code "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cod de răspuns invalid "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:invalid-second-parameter" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Invalid second parameter.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Al doilea parametru invalid.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:invalid-third-parameter" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Invalid third parameter.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Al treilea parametru invalid.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:inventory" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Inventory</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Inventar</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:inventory-disabled-for-host-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Inventory disabled for host "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Inventar dezactivat pentru server "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:inventory-field" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Inventory field</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Câmp inventar</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:inventory-mode" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Inventory mode</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mod inventar</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:ip" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>IP</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>IP Internet Protocol</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:ip-address" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>IP address</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adresă IP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:ip-and-dns-cannot-be-empty-for-host-interface" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>IP and DNS cannot be empty for host interface.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>IP-ul si DNS-ul nu pot fi nule pentru interfața serverului.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:ipmi" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>IPMI</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>IPMI</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:ipmi-agent" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>IPMI agent</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Agent IPMI</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:ipmi-interfaces" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>IPMI interfaces</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Interfață IPMI</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:ipmi-sensor" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>IPMI sensor</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Senzor IPMI</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:ip-range" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>IP range</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Interval IP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:is-online" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Is online?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Este online?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:issue" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Issue</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Problemă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:italian-it_it" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Italian (it_IT)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Italiană (it)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>item</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>item</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Item</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:item-1s-already-exists-on-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item "%1$s" already exists on "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Itemul "%1$s" există deja pe "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:item-1s-already-exists-on-2s-inherited-from-another-template" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item "%1$s" already exists on "%2$s", inherited from another template.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Itemul "%1$s" există deja pe "%2$s" moștenit de la alt șablon.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:item-1s-cannot-populate-a-missing-host-inventory-field-number-2d-choices-are-from-0-do-not-populate-to-3d" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item "%1$s" cannot populate a missing host inventory field number "%2$d". Choices are: from 0 (do not populate) to %3$d.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Itemul "%1$s" nu poate popula un server lipsă cu număr câmp inventar "%2$d". Opțiunile suntȘ de la 0 (nu popula) la %3$d.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:item-1s-does-not-exist-on-template-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item "%1$s" does not exist on template "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Itemul "%1$s" nu există pe șablonul "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:item-1s-on-2s-application-3s-does-not-exist" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item "%1$s" on "%2$s": application "%3$s" does not exist.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Itemul "%1$s" pe "%2$s": aplicația "%3$s" nu există.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:item-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Item adăugat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:item-count" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item count</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numărătoare item</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:item-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Item șters</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:item-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Elemente dezactivate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:item-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Elemente dezactivate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:item-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Element dezactivat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:item-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Itemi activați</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:item-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Itemi activați</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:item-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Item activat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:item-in-not-supported-state" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item in "not supported" state</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Item în stare "nesuportată"</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:item-not-selected" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item not selected</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Item neselectat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:item-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototip item</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:item-prototype-1s-already-exists-on-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item prototype "%1$s" already exists on "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototip item "%1$s" există deja pe "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:item-prototype-1s-already-exists-on-2s-inherited-from-another-template" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item prototype "%1$s" already exists on "%2$s", inherited from another template.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototip item "%1$s" există deja pe "%2$s", moștenit de la alt șablon.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:item-prototype-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item prototype added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototip item adăugat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:item-prototype-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item prototype deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototip item șters</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:item-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item prototypes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototipuri item</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:item-prototypes-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item prototypes deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototipuri item șterse</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:items" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Items</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Itemi</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:items-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Items deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Itemi ștersi</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:items-list" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Items list</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Lista itemi</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:items-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Items updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Itemi actualizați</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:item-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Item actualizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:item-uses-host-interface-from-non-parent-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item uses host interface from non-parent host.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Itemul folosește interfața serverului dintr-un server ne-părinte.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:item-uses-incorrect-interface-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item uses incorrect interface type.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Itemul folosește un tip de interfață incorectă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:item-will-not-be-refreshed-please-enter-a-correct-update-interval" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item will not be refreshed. Please enter a correct update interval.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Itemul nu va fi actualizat. Va rugăm să introduceți un interval de actualizare corect.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:item-with-key-1s-already-exists-on-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item with key "%1$s" already exists on "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Item cu cheia "%1$s" deja există pe "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:item-with-key-1s-already-exists-on-2s-as-a-discovery-rule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item with key "%1$s" already exists on "%2$s" as a discovery rule.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Item cu cheia "%1$s" deja există pe "%2$s" ca o regulă de detecție.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:item-with-key-1s-already-exists-on-2s-as-an-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item with key "%1$s" already exists on "%2$s" as an item.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Item cu cheia "%1$s" deja există pe "%2$s" ca și un item.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:item-with-key-1s-already-exists-on-2s-as-an-item-created-from-item-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item with key "%1$s" already exists on "%2$s" as an item created from item prototype.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Item cu cheia "%1$s" deja există pe "%2$s" ca și un item creat dintr-un prototip item. </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:item-with-key-1s-already-exists-on-2s-as-an-item-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item with key "%1$s" already exists on "%2$s" as an item prototype.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Item cu cheia "%1$s" deja există pe "%2$s" ca și un prototip item.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:item-with-key-1s-already-exists-on-2s-as-unknown-item-element" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item with key "%1$s" already exists on "%2$s" as unknown item element.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Item cu cheia "%1$s" deja există pe "%2$s" ca și un element item necunoscut.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:it-is-not-possible-to-filter-by-user-password" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>It is not possible to filter by user password.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu este posibilă filtrarea după parola utilizatorului.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:it-is-not-possible-to-search-by-user-password" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>It is not possible to search by user password.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu este posibilă căutarea după parola utilizatorului.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:jan" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Jan</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ian</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:january" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>January</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ianuarie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:japanese-ja_jp" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Japanese (ja_JP)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Japoneză (ja_JP)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:jmx" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>JMX</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>JMX</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:jmx-agent" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>JMX agent</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Agent JMX</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:jmx-interfaces" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>JMX interfaces</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Interfață JMX</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:jul" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Jul</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Iul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:july" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>July</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Iulie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:jun" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Jun</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Iun</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:june" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>June</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Iunie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:key" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Key</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cheie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:key-1s-does-not-match-grpmaxgrpmingrpsumgrpavghost-groups-item-key-lastminmaxavgsumcount-parameter" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Key "%1$s" does not match &lt;grpmax|grpmin|grpsum|grpavg&gt;["Host group(s)", "Item key", "&lt;last|min|max|avg|sum|count&gt;", "parameter"].</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cheia "%1$s" nu se potrivește &lt;grpmax|grpmin|grpsum|grpavg&gt;["Host group(s)", "Item key", "&lt;last|min|max|avg|sum|count&gt;", "parameter"].</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:key-is-empty" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>key is empty</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>cheia este goală</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:key-passphrase" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Key passphrase</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Parola cheie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:keyword" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Keyword</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cuvânt cheie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:korean-ko_kr" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Korean (ko_KR)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Coreeană (ko_KR)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:label" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Label</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Etichetă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:label-location" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Label location</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Locație etichetă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:language" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Language</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Limbă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:week-of-monthlast" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>last</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>ultima</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:last" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>last</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>ultima</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:page-navigationlast" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Last</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ultima</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:last-24-hours" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Last 24 hours</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ultimele 24 de ore</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:last-30-days" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Last 30 days</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ultimele 30 de zile</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:last-365-days" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Last 365 days</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ultimele 365 de zile</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:last-7-days" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Last 7 days</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ultimele 7 zile</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:last-change" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Last change</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ultima schimbare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:last-change-descending" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Last change (descending)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ultima schimbare (descendent)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:last-check" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Last check</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ultima verificare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:last-hour-graph" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Last hour graph</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Graficul ultimei ore</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:last-month-graph" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Last month graph</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Graficul ultimei luni</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:last-of" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Last of</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ultima din</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:last-seen-age" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Last seen (age)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ultima dată vazut (vârstă)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:last-value" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Last value</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ultima valoare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:last-week-graph" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Last week graph</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Graficul ultimei săptămâni</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:latest-data" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Latest data</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cele mai recente date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:latest-values" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Latest values</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cele mai recente valori</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:latvian-lv_lv" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Latvian (lv_LV)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Letonă (lv_LV)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:ldap" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>LDAP</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>LDAP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:ldap-authentication" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>LDAP authentication</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Autentificare LDAP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:ldap-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>LDAP host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Server LDAP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:ldap-login-successful" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>LDAP login successful</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Autentificare LDAP reusită </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:left" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Left</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Stânga</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:limit-for-search-and-filter-results" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Limit for search and filter results</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Limită elemente Căutare/Filtrare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:line" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Line</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Linie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:link" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Link</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Legătură</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:linked-templates" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Linked templates</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șabloane legate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:link-indicators" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Link indicators</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Indicatori de legătură</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:link-selementid1-field-is-pointing-to-a-nonexistent-map-selement-id-1s-for-map-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Link selementid1 field is pointing to a nonexistent map selement ID "%1$s" for map "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Legătura cu câmpul selementid1  face trimitere la o hartă selement ID "%1$s" inexistentă pentru harta "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:link-selementid2-field-is-pointing-to-a-nonexistent-map-selement-id-1s-for-map-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Link selementid2 field is pointing to a nonexistent map selement ID "%1$s" for map "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Legătura cu câmpul selementid2  face trimitere la o hartă selement ID "%1$s" inexistentă pentru harta "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:link-templates" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Link templates</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Leagă șabloane</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:link-to-template" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Link to template</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Legătură către șablon</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:link-to-templates" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Link to templates</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Legătură către șabloane</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:list-is-empty" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>List is empty</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Lista este goală</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:lithuanian-lt_lt" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Lithuanian (lt_LT)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Lituaniană (lt_LT)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:local-time" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Local time</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ora locală</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:location" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Location</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Locaţie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:location-latitude" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Location latitude</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Latitudine locație</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:location-longitude" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Location longitude</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Longitudine locație</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:log" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Log</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Înregistrare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:login" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Login</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Autentificare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:login-name-or-password-is-incorrect" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Login name or password is incorrect.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numele sau parola este incorectă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:logout" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Logout</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Deconectare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:log-time-format" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Log time format</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Format timp autentificare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:log-unmatched-snmp-traps" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Log unmatched SNMP traps</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Înregistrarea nu se potrivește cu capcanele SNMP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:lost" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Lost</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Pierdut</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:low-level-discovery-rule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>low-level discovery rule</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>regulă de detecție de nivel inferior</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:low-level-discovery-rule-in-not-supported-state" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Low-level discovery rule in "not supported" state</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nivel scăzut al regulii de detecție în stare "nu este acceptată"</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:month-shortm" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>m</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>l</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:minute-shortm" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>m</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>m</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:monday-shortm" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>M</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>M</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:mac-address-a" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>MAC address A</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adresă MAC A</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:mac-address-b" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>MAC address B</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adresă MAC B</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:macro" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Macro</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Macro</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:macro-1s-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Macro "%1$s" already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Macro-ul "%1$s" există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:macro-1s-already-exists-on-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Macro "%1$s" already exists on "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Macro-ul "%1$s" există deja pe "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:macro-1s-is-not-unique" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Macro "%1$s" is not unique.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Macro-ul "%1$s" nu este unic.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:macros" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>macro(s)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>macro(uri)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:macros" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Macros</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Macro-uri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:macros-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Macros updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Macro-uri actualizate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:macro-with-hostmacroid-1s-does-not-exist" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Macro with hostmacroid "%1$s" does not exist.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu există macro cu hostmacroid "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:maintenance" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Maintenance</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mentenanță</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:maintenance-active-since-value-cannot-be-bigger-than-active-till" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Maintenance "Active since" value cannot be bigger than "Active till".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare mentenanță "Activ de la" nu poate fi mai mare decât "Active pâna când".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:maintenance-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Maintenance added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mentenanță adăugată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:maintenance-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Maintenance deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mentenanță ștearsă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:maintenance-period" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Maintenance period</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Perioadă de mentenanță</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:maintenance-period-length" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Maintenance period length</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Lungime perioadă de mentenanță</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:maintenance-periods" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Maintenance periods</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Perioade de mentenanță</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:maintenance-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Maintenance type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip mentenanță</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:maintenance-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Maintenance updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mentenanță actualizată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:maintenance-with-data-collection" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Maintenance with data collection</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mentenanță cu colecție de date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:maintenance-without-data-collection" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Maintenance without data collection</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mentenanță fără colecție de date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:mandatory-parameter-is-missing" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Mandatory parameter is missing.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Lipsește parametrul obligatoriu.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:manual" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>&lt;manual&gt;</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>&lt;manual&gt;</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:manual" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Manual</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Manual</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:map" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>map</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>hartă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:map" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Map</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Hartă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:map-label-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Map label type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip etichetă hartă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:mapped-to" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Mapped to</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mapat la </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:mappings" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Mappings</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mapări</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:maps" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Maps</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Hărți</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:mar" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Mar</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mar</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:march" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>March</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Martie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:mark-elements-on-trigger-status-change" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Mark elements on trigger status change</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Marchează elementele pe schimbarea de status a trigerilor</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:mark-others" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Mark others</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Marchează pe alții</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:mark-selected" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Mark selected</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Marchează selecția</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:mask" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Mask</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mască</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:mass-update" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Mass update</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Masă zctualizată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:mass-update-elements" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Mass update elements</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Elemente de masă actualizate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:max" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>max</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>max</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:max-count-of-elements-to-show-inside-table-cell" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Max count of elements to show inside table cell</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numerotare maximă a elementelor pentru arătarea interiorului celulei tabelului</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:max-count-of-elements-to-show-inside-table-cell-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Max count of elements to show inside table cell "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numerotare maximă a elementelor pentru arătarea interiorului celulei tabelului "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:maximum-time-period-to-display-is-1s-day" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Maximum time period to display is %1$s day.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Perioada maximă de timp pentru afișare este %1$s zile.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:maximum-time-period-to-display-is-1s-day" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Maximum time period to display is %1$s day.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Perioada maximă de timp pentru afișare este %1$s zile.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:maximum-time-period-to-display-is-1s-day" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Maximum time period to display is %1$s day.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Perioada maximă de timp pentru afișare este %1$s zile.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:may-shortmay" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>May</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mai</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:may" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>May</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mai</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:md2" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>MD2</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>MD2</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:md5" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>MD5</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>MD5</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:media" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Media</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Media</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:media-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Media type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipul media</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:media-type-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Media type added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipul media adăugat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:media-type-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Media type disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipurile media dezactivate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:media-type-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Media type disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipul media dezactivat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:media-type-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Media type disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipurile media dezactivate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:media-type-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Media type enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipurile media activate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:media-type-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Media type enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipurile media activate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:media-type-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Media type enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipul media activat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:media-types" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Media types</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipuri media</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:media-type-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Media type updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipul media actualizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:members" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Members</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Membri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:message" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Message</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mesaj</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:messages" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Messages</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mesaje</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:message-timeout" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Message timeout</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mesaj expirat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:messaging" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Messaging</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trimitere mesaje</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:method-not-found" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Method not found.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Metoda nu a fost găsită.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:middle" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Middle</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mijloc</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:min" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>min</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>min</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:minimum-severity" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Minimum severity</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Severitate minimă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:minutes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Minutes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Minute</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:missing-gitemid-field-for-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Missing "gitemid" field for item.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Câmp lipsă "gitemid" pentru item.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:missing-itemid-field-for-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Missing "itemid" field for item.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Câmp lipsă "itemid" pentru item.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:missing-items-for-graph-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Missing items for graph "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Itemi lipsă pentru elementul grafic "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:missing-items-for-graph-prototype-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Missing items for graph prototype "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Itemi lipsă pentru prototipul grafic "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:missing-key-1s-for-host-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Missing key "%1$s" for host "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cheie lipsă "%1$s" pentru server "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:missing-name-field-for-graph" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Missing "name" field for graph.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Câmp lipsă "nume" pentru element grafic.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:missing-name-field-for-graph-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Missing "name" field for graph prototype.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Câmp lipsă "nume" pentru prototip grafic.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:mm" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>mm</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>ll</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:mode" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Mode</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mod</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:model" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Model</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Model</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:mon" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Mon</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Lun</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:monday" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Monday</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Luni</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:monitored-by-proxy" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Monitored by proxy</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Monitorizat de proxy</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:monitored-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Monitored host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Server monitorizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:monitoring" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Monitoring</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Monitorizare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:month" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Month</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Lună</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:monthly" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Monthly</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Lunar</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:more-matches-found" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>More matches found...</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mai multe potriviri găsite...</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:more-than-10-minutes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>More than 10 minutes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mai mult de 10 minute</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:more-than-one-graph-with-name-1s-within-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>More than one graph with name "%1$s" within host.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mai mult de un grafic cu numele "%1$s" fără server.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:mozilla-firefox" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Mozilla Firefox</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mozilla Firefox</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:millisecond-shortms" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>ms</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>ms</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:multiple-problem-events" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Multiple PROBLEM events</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Evenimente PROBLEME multiple</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:must-be-a-valid-ldap-user" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>must be a valid LDAP user</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>trebuie să fie un utilizator valid LDAP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:mute" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Mute</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mut</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:network-map-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Network map added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Hartă rețea adăugată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:network-map-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Network map deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Hartă rețea ștearsă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:network-maps" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Network maps</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Hărți rețea</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:network-map-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Network map updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Hartă rețea actualizată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:never" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Never</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Niciodată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:new-element-in-multiselectnew" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>new</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>nou</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:new" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>new</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>nou</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:new-application" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>New application</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Aplicație nouă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:new-condition" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>New condition</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Condiție nouă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:new-element" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>New element</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Element nou</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:new-regular-expression" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>New regular expression</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Exoresie uzuală nouă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:new-service-time" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>New service time</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Timp service nou</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:nntp" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>NNTP</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>NNTP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:no" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:no-1s-given-for-graph" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No "%1$s" given for graph.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Niciun "%1$s" dat pentru grafic.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:no-1s-given-for-graph-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No "%1$s" given for graph prototype.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Niciun "%1$s" dat pentru prototipul grafic.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:no-1s-given-for-screen" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No "%1$s" given for screen.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Niciun "%1$s" dat pentru ecran.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:no-1s-given-for-template-screen" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No "%1$s" given for template screen.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Niciun "%1$s" dat pentru șablon ecran.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:no-applications-found" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No applications found.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nicio aplicație găsită.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:no-authentication-user-name-specified" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No authentication user name specified.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Niciun nume de utilizator specificat.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:no-command-specified-for-action-operation" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No command specified for action operation.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nicio comandă specificată pentru operațiuna de acțiune.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:no-command-type-specified-for-action-operation" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No command type specified for action operation.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Niciun tip de comandă specificat pentru operațiuna de acțiune.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:no-conditions-defined" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No conditions defined.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nicio condiție definită.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:no-data" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>no data</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>fără date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:no-data-collection" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No data collection</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nicio colecție de date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:no-default-interface-for-1s-type-on-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No default interface for "%1$s" type on "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nicio interfață implicită pentru tipul "%1$s" pe "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:no-details" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No details</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Niciun detaliu</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:no-discovery-rule-ids-given" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No discovery rule IDs given.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nicio regulă de detecție IDs dată.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:no-file-was-uploaded" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No file was uploaded.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Niciun fișier nu s-a încărcat.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:no-graph-id-provided-for-screen-element" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No graph ID provided for screen element.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Niciun ID grafic prevăzut pentru elementul ecran.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:no-graphs-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No graphs added.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Niciun grafic adăugat.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:no-host-given-for-macro-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No host given for macro "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Niciun server dat pentru macro-ul "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:no-host-group-id-provided-for-screen-element" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No host group ID provided for screen element.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Niciun ID pentru grup de servere prevăzut pentru elementul ecran.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:no-host-ids-given" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No host IDs given.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Niciun IDs server dat.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:no-image" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No image</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nicio imagine</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:no-interface-found" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No interface found</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nicio interfață găsită</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:no-interface-found" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No interface found.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nicio interfață găsită.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:no-item-id-provided-for-screen-element" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No item ID provided for screen element.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Niciun item ID prevăzut pentru elementul ecran.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:no-items-defined" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No items defined.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Niciun item definit.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:no-item-with-itemid1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No item with itemid="%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Niciun item cu itemid="%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:no-macros-found" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No macros found.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Niciun macro găsit.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:no-map-id-provided-for-screen-element" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No map ID provided for screen element.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nicio hartă ID prevăzută pentru elementul ecran.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:no-maps-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No maps added.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nicio hartă adaugată.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:no-matches-found" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No matches found</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nicio potrivire găsită</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:none" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>None</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Niciunul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:no-permissions-for-system-access" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No permissions for system access.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nicio permisiune de acces la sistem.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:no-permissions-to-referred-object-or-it-does-not-exist" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No permissions to referred object or it does not exist!</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nicio permisiune la obiectul menționat sau acesta nu există!</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:no-private-key-file-specified" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No private key file specified.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu a fost specificat nici un fișier cu cheie privată.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:no-proxy" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>(no proxy)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>(fără proxy)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:no-proxy" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No proxy</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Fără proxy</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:no-public-key-file-specified" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No public key file specified.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu a fost specificat nici un fișier cu cheie publică.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:no-recipients-for-action-operation-message" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No recipients for action operation message.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Niciun destinatar pentru mesajul de acțiune a operațiunii.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:normal" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Normal</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Normal</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:normal-view" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Normal view</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Vizualizare normală</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:no-screens-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No screens added.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Niciun ecran adăugat.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:no-script-specified-for-action-operation-command" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No script specified for action operation command.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu a fost specificat niciun script pentru comanda de acțiune a operațiunii.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:no-snmp-oid-specified" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No SNMP OID specified.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Niciun SNMP OID specificat.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:not-ack" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Not Ack</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu Ack</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:not-allowed-to-set-password-for-user-guest" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Not allowed to set password for user "guest".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu este permisă setarea parolei pentru utilizatorul "guest".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:no-target-selected" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No target selected</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu a fost selectată nicio țintă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:no-target-selected" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No target selected.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu a fost selectată nicio țintă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:not-available" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Not available</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Indisponibil</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:not-classified" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Not classified</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Neclasificate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:note" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Note</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Notă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:notes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Notes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Note</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:nothing" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Nothing</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nimic</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:nothing-to-do" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Nothing to do.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nimic de făcut.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:notification-report" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Notification report</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Raport de notificare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:notifications" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Notifications</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Notificări</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:not-in" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>not in</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>nu este în</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:no-triggers-defined" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No triggers defined.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Niciun trigger definit.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:no-trigger-with-triggerid-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No trigger with triggerid "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Niciun trigger cu triggerid "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:not-selected" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>not selected</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>neselectat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:not-supported" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Not supported</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nesuportat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:no-url-provided-for-screen-element" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No URL provided for screen element.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Niciun URL prevăzut pentru elementul ecran.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:nov" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Nov</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Noi</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:november" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>November</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Noiembrie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:number-of-items-in-proxy-history-that-are-not-yet-sent-to-the-server" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Number of items in proxy history that are not yet sent to the server</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Număr de itemuri în istoricul proxy care nu au fost încă trimise către server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:number-of-items-in-the-queue-which-are-delayed-by-from-to-to-seconds-inclusive" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Number of items in the queue which are delayed by from to to seconds, inclusive.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Număr de itemi in coadă care sunt întârziați de la pâna la secunde, inclusiv.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:number-of-items-in-zabbix-database" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Number of items in Zabbix database.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Număr de itemuri in baza de date Zabbix.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:number-of-monitored-hosts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Number of monitored hosts</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Număr de servere monitorizate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:number-of-processor-cores-on-vmware-hypervisor-url-vmware-service-url-uuid-vmware-hypervisor-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Number of processor cores on VMware hypervisor, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware hypervisor host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numărul miezului procesorului pe VMware hypervisor, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware hypervisor nume server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:number-of-processors-on-vmware-virtual-machine-url-vmware-service-url-uuid-vmware-virtual-machine-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Number of processors on VMware virtual machine, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware virtual machine host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numărul de procesoare pe mașina virtuală VMware, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware numne server mașină virtuală</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:number-of-processor-threads-on-vmware-hypervisor-url-vmware-service-url-uuid-vmware-hypervisor-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Number of processor threads on VMware hypervisor, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware hypervisor host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Număr threaduri procesor pe VMware hypervisor, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - nume server VMware hypervisor </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:number-of-status-changes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Number of status changes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numărul schimbărilor de status</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:number-of-steps" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Number of steps</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Număr de pași</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:number-of-triggers-in-zabbix-database" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Number of triggers in Zabbix database.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numărul triggerilor din baza de date Zabbix.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:number-of-unsupported-items-in-zabbix-database" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Number of unsupported items in Zabbix database.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numărul itemilor nesuportați în baza de date Zabbix.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:number-of-users-online" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Number of users (online)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numărul de utilizatori (online)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:number-of-values-stored-in-table-history" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Number of values stored in table HISTORY.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numărul valorilor stocate în tabela HISTORY.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:number-of-values-stored-in-table-history_log" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Number of values stored in table HISTORY_LOG.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numărul valorilor stocate în tabela HISTORY_LOG.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:number-of-values-stored-in-table-history_str" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Number of values stored in table HISTORY_STR.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numărul valorilor stocate în tabela HISTORY_STR.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:number-of-values-stored-in-table-history_text" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Number of values stored in table HISTORY_TEXT.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numărul valorilor stocate în tabela HISTORY_TEXT.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:number-of-values-stored-in-table-history_uint" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Number of values stored in table HISTORY_UINT.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numărul valorilor stocate în tabela HISTORY_UINT.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:number-of-values-stored-in-table-trends" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Number of values stored in table TRENDS.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numărul valorilor stocate în tabela TRENDS.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:number-of-values-stored-in-table-trends_uint" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Number of values stored in table TRENDS_UINT.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numărul valorilor stocate în tabela TRENDS_UINT.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:number-of-virtual-machines-on-vmware-hypervisor-url-vmware-service-url-uuid-vmware-hypervisor-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Number of virtual machines on VMware hypervisor, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware hypervisor host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numărul mașinilor virtuale pe VMware hypervisor, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware hypervisor nume server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:numeric-float" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Numeric (float)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numeric (float)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:numeric-unsigned" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Numeric (unsigned)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numeric (nesemnat)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:oct" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Oct</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Oct</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:october" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>October</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Octombrie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:oem" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>OEM</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>OEM</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:of" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>of</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>al</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:off" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>off</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>închis</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:off" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Off</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Oprit</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:ok" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Ok</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ok</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:ok" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>OK</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>OK</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:on" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>on</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>pornit</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:on" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>On</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Pornit</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:once" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Once</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Odată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:one-of-the-objects-is-left-without-a-host-group" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>One of the objects is left without a host group.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Unul dintre obiecte este lăsat fără grup servere.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:one-time-downtime" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>One-time downtime</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Întrerupere unică</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:one-time-only" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>One time only</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>O singură dată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:only-items-assigned-to-enabled-hosts-are-counted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Only items assigned to enabled hosts are counted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numai itemii desemnați să activeze servere sunt numărați</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:only-one-check-can-be-unique" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Only one check can be unique.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numai o verificare poate fi unică.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:only-super-admins-can-create-groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>(Only super admins can create groups)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>(Numai super administratorii pot creea grupuri)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:only-super-admins-can-create-host-groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Only Super Admins can create host groups.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numai super administratorii pot crea grupuri de servere.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:only-super-admins-can-create-media-types" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Only Super Admins can create media types.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Doar Superadministratorii pot crea tipuri de media.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:only-super-admins-can-delete-media-types" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Only Super Admins can delete media types.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Doar Superadministratorii pot șterge tipuri de media.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:only-super-admins-can-delete-user-groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Only Super Admins can delete user groups.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numai super administratorii pot șterge grupuri de utilizatori.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:only-super-admins-can-edit-media-types" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Only Super Admins can edit media types.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Doar Superadministratorii pot edita tipuri de media.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:only-the-last-20-of-the-indicator-is-displayed" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Only the last 20%% of the indicator is displayed.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numai ultimii 20%% din indicatori sunt afișați.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:only-triggers-assigned-to-enabled-hosts-and-depending-on-enabled-items-are-counted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Only triggers assigned to enabled hosts and depending on enabled items are counted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numai triggerii atribuiți să activeze servere și care depind de itemi activați sunt contorizați</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:on-status-change-triggers-blink-for" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>On status change triggers blink for</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Statusul pornit modifică triggerii să lumineze pentru </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:oob-ip-address" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>OOB IP address</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adresă IP OOB</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:oob-router" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>OOB router</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>router OOB</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:oob-subnet-mask" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>OOB subnet mask</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mască subnet OOB</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:opera" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Opera</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Opera</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:operation-cannot-be-performed-due-to-unauthorized-request" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Operation cannot be performed due to unauthorized request.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Operațiunea nu poate fi executată datorită unei cereri neautorizate.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:operation-details" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Operation details</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Detalii operațiunii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:operation-has-no-group-to-operate" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Operation has no group to operate.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Operațiunea nu are grup de operare.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:operation-has-no-template-to-operate" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Operation has no template to operate.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Operațiunea nu are șablon de operare.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:operations" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Operations</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Operațiuni</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:operation-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Operation type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipul operațiunii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:operator" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Operator</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Operator</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:or" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>OR</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>SAU</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:original" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Original</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Original</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:os" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>OS</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>OS</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:os-full-details" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>OS (Full details)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>OS (detaliat)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:os-short" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>OS (Short)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>OS (Prescurtat)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:other" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>other</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>altul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:other" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Other</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Altul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:other-configuration-parameters" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Other configuration parameters</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Alți parametri de configurare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:other-parameters" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Other parameters</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Alți parametri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:others" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Others</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Alții</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:item_formoverridden-by" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Overridden by</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Suprascrisă de </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:override-item-history-period" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Override item history period</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Perioadă istoric item de suprascriere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:override-item-trend-period" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Override item trend period</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Perioadă trend item de suprascriere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:overview" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Overview</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prezentare generală</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:page-received-incorrect-data" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Page received incorrect data</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Pagina a primit date incorecte</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:parameter" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Parameter</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Parametru</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:parent-discovery-rules" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Parent discovery rules</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Reguli de detecție părinte</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:parent-graphs" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Parent graphs</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grafice părinte</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:parent-items" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Parent items</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Itemi părinte</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:parent-service" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Parent service</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Serviciul părinte</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:parent-triggers" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Parent triggers</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Triggeri părinte</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:parent-web-scenarios" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Parent web scenarios</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scenarii web părinte</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:parse-error" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Parse error</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eroare de analizare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:parse-sql-error-1s-in-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Parse SQL error [%1$s] in [%2$s].</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Analizează eroarea SQL [%1$s] în [%2$s].</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:passive" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Passive</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Pasiv</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:password" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Password</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Parolă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:password-once-again" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Password (once again)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Parolă (din nou)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:percentile-line-left" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Percentile line (left)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Linie procentuala (stânga)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:percentile-line-right" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Percentile line (right)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Linie crescătoare (dreapta)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:period" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Period</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Perioadă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:periods" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Periods</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Perioade</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:period-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Period type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipul perioadei</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:permissions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Permissions</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Permisiuni</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:permissions-can-be-assigned-for-user-groups-only" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Permissions can be assigned for user groups only.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Persmisiunea poate fi atribuită doar grupurilor de utilizatori.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:persian-fa_ir" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Persian (fa_IR)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Persian (fa_IR)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:php-bcmath" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP bcmath</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>PHP bcmath</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:php-bcmath-extension-missing-php-configuration-parameter-enable-bcmath" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP bcmath extension missing (PHP configuration parameter --enable-bcmath).</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Extensia PHP bcmath lipsește (parametrul de configurare PHP --enable-bcmath).</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:php-ctype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP ctype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>PHP ctype</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:php-ctype-extension-missing-php-configuration-parameter-enable-ctype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP ctype extension missing (PHP configuration parameter --enable-ctype).</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Extensia PHP ctype lipsește (parametrul de configurare PHP --enable-ctype).</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:php-databases-support" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP databases support</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Suport pentru baza de date PHP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:php-gd" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP gd</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>PHP gd</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:php-gd-extension-missing-php-configuration-parameter-with-gd" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP gd extension missing (PHP configuration parameter --with-gd).</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Extensia PHP gd lipsește (parametrul de configurare PHP --with-gd).</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:php-gd-freetype-support" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP gd FreeType support</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Suport PHP gd FreeType</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:php-gd-freetype-support-missing" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP gd FreeType support missing.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Suport PHP gd FreeType lipsă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:php-gd-jpeg-image-support-missing" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP gd JPEG image support missing.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Suport PHP gd JPEG lipsă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:php-gd-jpeg-support" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP gd JPEG support</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Suport PHP gd JPEG</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:php-gd-png-image-support-missing" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP gd PNG image support missing.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Suport imagine PHP gd PNG lipsă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:php-gd-png-support" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP gd PNG support</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Suport PHP gd PNG</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:php-gettext" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP gettext</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>PHP gettext</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:php-gettext-extension-missing-php-configuration-parameter-with-gettext-translations-will-not-be-available" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP gettext extension missing (PHP configuration parameter --with-gettext). Translations will not be available.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Extensia PHP gettext lipsă (parametru de configurare PHP --with-gettext). Traduceri nu vor fi disponibile.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:php-libxml" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP libxml</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>PHP libxml</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:php-libxml-extension-missing" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP libxml extension missing.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Extensia PHP libxml lipsă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:php-mbstring" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP mbstring</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>PHP mbstring</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:php-mbstring-extension-missing-php-configuration-parameter-enable-mbstring" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP mbstring extension missing (PHP configuration parameter --enable-mbstring).</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Extensia PHP mbstring lipsește (parametrul de configurare PHP --enable-mbstring).</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:php-session" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP session</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Sesiune PHP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:php-session-auto-start-must-be-disabled-php-directive-sessionauto_start" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP session auto start must be disabled (PHP directive "session.auto_start").</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Pornirea automată sesiune PHP trebuie dezactivată (directiva PHP "session.auto_start").</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:php-session-extension-missing-php-configuration-parameter-enable-session" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP session extension missing (PHP configuration parameter --enable-session).</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Extensie sesiune PHP lipsă (Parametrul de configurare PHP --enable-session).</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:php-sockets" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP sockets</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>PHP sockets</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:php-sockets-extension-missing-php-configuration-parameter-enable-sockets" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP sockets extension missing (PHP configuration parameter --enable-sockets).</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Extensia socket-uri PHP lipsește (parametrul de configurare PHP --enable-sockets).</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:php-version" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP version</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Versiune PHP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:php-xmlreader" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP xmlreader</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>xmlreader PHP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:php-xmlreader-extension-missing" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP xmlreader extension missing.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Extensie xmlreader PHP lipsă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:php-xmlwriter" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP xmlwriter</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>PHP xmlwriter</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:php-xmlwriter-extension-missing" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP xmlwriter extension missing.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Extensie xmlwriter PHP lipsă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:pie" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Pie</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Diagramă circulară</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:placing-algorithm" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Placing algorithm</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Plasare algoritm</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:plain-text" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Plain text</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Text simplu</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:play" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Play</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Redare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:play-sound" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Play sound</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Redare sunet</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:please-select-two-elements" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Please select two elements</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Va rog selectați două elemente</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:polish-pl_pl" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Polish (pl_PL)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Poloneză (pl_PL)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:pop" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>POP</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>POP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:populates-host-inventory-field" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Populates host inventory field</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Populare câmp server inventar</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:port" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Port</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Port</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:port-cannot-be-empty-for-host-interface" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Port cannot be empty for host interface.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Portul nu pot fi nul pentru interfața serverului.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:port-range" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Port range</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Interval port</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:portuguese-pt_br" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Portuguese (pt_BR)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Portugheză (pt_BR)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:portuguese-pt_pt" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Portuguese (pt_PT)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Portugheză (pt_BR)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:preview" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Preview</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Previzualizare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:primary-poc-cell" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Primary POC cell</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Celulă inițială POC</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:primary-poc-email" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Primary POC email</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Email inițial POC</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:primary-poc-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Primary POC name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume inițial POC</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:primary-poc-notes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Primary POC notes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Note inițiale POC</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:primary-poc-phone-a" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Primary POC phone A</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Telefon A inițial POC</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:primary-poc-phone-b" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Primary POC phone B</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Telefon B inițial POC</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:primary-poc-screen-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Primary POC screen name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume ecran inițial POC</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:privacy-passphrase" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Privacy passphrase</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Frază de acces de confidențialitate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:privacy-protocol" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Privacy protocol</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ptotocol confidențial</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:private-key-file" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Private key file</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Fișier cheie privată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:privilege-level" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Privilege level</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nivel privilegiat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:problem" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Problem</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Problemă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:problem" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PROBLEM</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>PROBLEMĂ</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:problem-display" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Problem display</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Afișare problemă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:problem-if-all-children-have-problems" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Problem, if all children have problems</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Problemă, dacă toți copiii au probleme</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:problem-if-at-least-one-child-has-a-problem" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Problem, if at least one child has a problem</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Problemă, dacă cel puțin un copil are o problemă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:problem-on" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Problem on</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Problemă pe</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:problems" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Problems</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Probleme</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:problem-time" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Problem time</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Timp problemă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:proxies" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Proxies</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Proxy-uri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:proxy" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Proxy</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Proxy</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:proxy-1s-for-host-2s-does-not-exist" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Proxy "%1$s" for host "%2$s" does not exist.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Proxy "%1$s" pentru serverul "%2$s" nu există.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:proxy-1s-is-used-by-discovery-rule-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Proxy "%1$s" is used by discovery rule "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Proxy "%1$s" este utilizat de regula de detecție "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:proxy-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Proxy added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Proxy adăugat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:proxy-interface-creation-failed" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Proxy interface creation failed.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creere interfață proxy eșuată.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:proxy-interface-update-failed" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Proxy interface update failed.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Actualizare interfață proxy eșuată.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:proxy-mode" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Proxy mode</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mod proxy</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:proxy-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Proxy name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume proxy</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:proxy-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Proxy updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Proxy actualizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:public-key" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Public key</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cheie publică</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:public-key-file" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Public key file</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Fișier cheie publică</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:queue" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Queue</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Coadă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:read" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Read</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Citire</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:read-only" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Read only</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numai citire</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:read-write" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Read-write</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Citire-scriere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:reason" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Reason</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Motiv</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:received-value" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Received value</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare primită</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:recipient" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Recipient</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Destinatar</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:recipient-ascending" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Recipient (ascending)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Destinatar (crescător)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:recipient-descending" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Recipient (descending)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Destinatar (descrescător)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:recovery" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Recovery</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Recuperare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:refreshed-every-1s-sec" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>refreshed every %1$s sec.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>actualizare la fiecare %1$s sec.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:regular-expression" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Regular expression</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expresie uzuală</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:regular-expression-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Regular expression added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expresie uzuală adăugată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:regular-expression-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Regular expression deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expresii uzuale șterse</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:regular-expression-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Regular expression deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expresie uzuală ștearsă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:regular-expression-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Regular expression deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expresii uzuale șterse</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:regular-expression-does-not-exist" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Regular expression does not exist.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expresia uzuală nu există.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:regular-expressions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Regular expressions</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expresii uzuale</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:regular-expression-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Regular expression updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expresie uzuală actualizată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:remember-me-for-30-days" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Remember me for 30 days</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Amintește-mi 30 de zile</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:remote-command" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Remote command</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Comandă de la distanță</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:remove" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Remove</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șterge</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:remove-from-favourites" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Remove from favourites</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șterge din favorite</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:remove-from-host-group" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Remove from host group</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șterge din grupul serverului</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:remove-from-host-groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Remove from host groups</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șterge din grupurile serverelor</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:remove-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Remove host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șterge server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:replace" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Replace</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Înlocuire</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:replace-dependencies" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Replace dependencies</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Înlocuiește dependențele</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:reports" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Reports</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Rapoarte</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:required" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Required</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Necesar</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:required-host-permissions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Required host permissions</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Permisiuni server necesare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:required-performance-of-the-zabbix-server-in-new-values-per-second-expected" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Required performance of the Zabbix server, in new values per second expected.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Performanță necesară a serverului Zabbix, în noile valori pe secundă așteptate.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:required-performance-vps" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Required performance (vps)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Performanță necesară (vps)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:required-server-performance-new-values-per-second" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Required server performance, new values per second</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Performanță server necesară, noi valori pe secundă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:required-status-codes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Required status codes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Coduri de stare necesare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:required-string" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Required string</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șir necesar</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:reset" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Reset</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Resetează</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:reset-all-fields-to-default-values" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Reset all fields to default values?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Resetează toate câmpurile la valorile implicite?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:reset-confirmation" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Reset confirmation</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Confirmare de resetare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:reset-defaults" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Reset defaults</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Resetează implicite</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:resolved" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Resolved</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Rezolvat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:resource" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Resource</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Resursă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:response-code" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Response code</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cod de răspuns</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:response-time" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Response time</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Timp de răspuns</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:result" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Result</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Rezultat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:result-is-false" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Result is FALSE</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Rezultatul este FALS</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:result-is-true" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Result is TRUE</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Rezultatul este ADEVĂRAT</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:result-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Result type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip de rezultat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:retry" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Retry</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Reîncearcă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:returns-availability-of-a-particular-type-of-checks-on-the-host-value-of-this-item-corresponds-to-availability-icons-in-the-host-list-valid-types-are-agent-snmp-ipmi-jmx" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Returns availability of a particular type of checks on the host. Value of this item corresponds to availability icons in the host list. Valid types are: agent, snmp, ipmi, jmx.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Redă valabilitatera unor tipuri personalizate de verificări ale serverului. Vlaorea acestui item corespunde la valabilitatea iconițelor din lista serverului. Tipurile valabile sunt: agent, snmp, ipmi, jmx.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:returns-icmp-ping-response-time-in-seconds-example-002" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Returns ICMP ping response time in seconds. Example: 0.02</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Redă răspuns la ping ICMP în secunde. Exemplu: 0.02</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:returns-information-associated-with-zabbix-java-gateway-valid-params-are-ping-version" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Returns information associated with Zabbix Java gateway. Valid params are: ping, version.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Redă informații asociate cu portul Java Zabbix. Parametri valabili sunt: ping, version.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:returns-percentage-of-lost-icmp-ping-packets" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Returns percentage of lost ICMP ping packets.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Redă un procent din pachetele pierdute la ping ICMP.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:right" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Right</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dreapta</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:rmcp" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>RMCP+</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>RMCP+</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:romanian-ro_ro" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Romanian (ro_RO)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Română (ro_RO)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:root" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>root</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>rădăcină</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:rows" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Rows</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Rânduri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:row-span" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Row span</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Întindere rând</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:rows-per-page" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Rows per page</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Rânduri pe pagină</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:rules" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Rules</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Reguli</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:run-commands" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Run commands</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Execută comenzile</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:run-global-script" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Run global script</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Execută scriptul global</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:run-ipmi-command" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Run IPMI command</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Execută comandă IPMI</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:run-remote-commands-on-current-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Run remote commands on current host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Execută comenzile de la distanță pe serverul actual</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:run-remote-commands-on-host-groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Run remote commands on host groups</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Execută comenzile de la distanță pe grupurile de servere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:run-remote-commands-on-hosts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Run remote commands on hosts</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Execută comenzile de la distanță pe servere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:run-ssh-commands" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Run SSH commands</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Execută comanda SSH</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:run-telnet-commands" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Run TELNET commands</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Execută comenzile TELNET</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:russian-ru_ru" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Russian (ru_RU)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Rusă (ru_RU)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:second-shorts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>s</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>s</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:saturday-shorts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>S</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>S</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:sunday-shorts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>S</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>S</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:safari" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Safari</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Safari</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:sat" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Sat</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Sâm</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:saturday" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Saturday</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Sâmbătă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:scenario" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Scenario</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scenariu</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:schedule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Schedule</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Programare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:scheduled-check" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Scheduled check</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Verificare programare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:screen" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Screen</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ecran</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:screen-1s-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Screen "%1$s" already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ecranul "%1$s" există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:screen-1s-cell-x-2s-y-3s-is-already-taken" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Screen "%1$s" cell X - %2$s Y - %3$s is already taken.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ecranul "%1$s" celula X - %2$s Y - %3$s este deja luat.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:screen-1s-column-span-in-cell-x-2s-y-3s-is-incorrect" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Screen "%1$s" column span in cell X - %2$s Y - %3$s is incorrect.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ecranul "%1$s" deschidere coloană în celula X - %2$s Y - %3$s este incorectă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:screen-1s-column-span-in-cell-x-2s-y-3s-is-too-big" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Screen "%1$s" column span in cell X - %2$s Y - %3$s is too big.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ecranul "%1$s" deschidere coloană în celula X - %2$s Y - %3$s este prea mare.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:screen-1s-row-span-in-cell-x-2s-y-3s-is-incorrect" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Screen "%1$s" row span in cell X - %2$s Y - %3$s is incorrect.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ecranul "%1$s" deschidere rând în celula X - %2$s Y - %3$s este incorectă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:screen-1s-row-span-in-cell-x-2s-y-3s-is-too-big" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Screen "%1$s" row span in cell X - %2$s Y - %3$s is too big.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ecranul "%1$s" deschidere rând în celula X - %2$s Y - %3$s este prea mare.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:screen-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Screen added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ecran adăugat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:screen-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Screen deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ecran șters</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:screens" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Screens</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ecrane</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:screen-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Screen updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ecran actualizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:script" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Script</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Script</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:script-1s-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Script "%1$s" already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scriptul "%1$s" există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:script-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Script added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Script adăugat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:script-menu-path-1s-already-used-in-script-name-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Script menu path "%1$s" already used in script name "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cale meniu script "%1$s" deja utilizat în nume script "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:script-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Script name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume script</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:script-name-1s-already-used-in-menu-path-for-script-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Script name "%1$s" already used in menu path for script "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume script "%1$s" deja utilizat în cale meniu pentru script "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:script-profiler" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Script profiler</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Script profiler</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:scripts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Scripts</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scripturi</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:script-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Script updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Script actualizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:search" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Search</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Caută</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:search-attribute" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Search attribute</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Atribut de căutare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:search-pattern-is-empty" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Search pattern is empty</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Modelul de căutare este gol</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:secondary-poc-cell" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Secondary POC cell</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Celulă POC secundară</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:secondary-poc-email" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Secondary POC email</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Email POC secundar</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:secondary-poc-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Secondary POC name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume POC secundar</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:secondary-poc-notes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Secondary POC notes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Note POC secundare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:secondary-poc-phone-a" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Secondary POC phone A</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Telefon A POC secundar</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:secondary-poc-phone-b" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Secondary POC phone B</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Telefon B POC secundar</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:secondary-poc-screen-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Secondary POC screen name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume ecran POC secundar</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:security-level" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Security level</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nivel de securitate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:security-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Security name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume securitate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:select" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Select</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Selectează</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:selected" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Selected</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Selectat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:selected-actions-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Selected actions deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acțiunile selectate șterse</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:selected-elements" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Selected elements</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Elementele selectate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:select-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Select prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Selectează prototip</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:send-message" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Send message</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trimite mesaj</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:send-message-to-user-groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Send message to user groups</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trimite mesaj către grupurile utilizatorului</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:send-message-to-users" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Send message to users</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trimite mesaj către utilizatori</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:send-only-to" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Send only to</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trimite doar la</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:send-to" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Send to</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trimite la</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:sent" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Sent</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trimis</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:sep" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Sep</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Sep</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:separated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Separated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Depărțit</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:september" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>September</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Septembrie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:serial-number-a" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Serial number A</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Număr serial A</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:serial-number-b" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Serial number B</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Număr serial B</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:server" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Server</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:server-time" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Server time</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Timp server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:service" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Service</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Serviciu</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:service-1s-cannot-be-deleted-because-it-is-dependent-on-another-service" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Service "%1$s" cannot be deleted, because it is dependent on another service.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Serviciul "%1$s" nu poate fi șters, deoarece depinde de alt serviciu.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:service-1s-cannot-be-dependent-on-itself" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Service "%1$s" cannot be dependent on itself.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Serviciul "%1$s" nu poate fi dependent de el însuși.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:service-1s-cannot-be-linked-to-a-trigger-and-have-children-at-the-same-time" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Service "%1$s" cannot be linked to a trigger and have children at the same time.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Serviciul "%1$s" nu poate fi legat de un trigger și să aiba copii în același timp.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:service-1s-is-already-hardlinked-to-a-different-service" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Service "%1$s" is already hardlinked to a different service.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Serviciul "%1$s" este deja superlegat la un serviciu diferit.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:service-cannot-be-parent-and-child-at-the-same-time" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Service cannot be parent and child at the same time.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Serviciul nu poate fi părinte și copil în același timp.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:service-created" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Service created</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Serviciu creat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:service-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Service deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Serviciu șters</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:service-port" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Service port</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Port serviciu</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:services" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Services</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Servicii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:services-form-a-circular-dependency" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Services form a circular dependency.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Servicii formează o dependență circulară.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:service-start-time-must-be-less-than-end-time" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Service start time must be less than end time.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Timpul de pornire al serviciului trebuie sa fie mai puțin decât serviciul de sfârșit.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:service-times" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Service times</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Timpuri de serviciu</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:service-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Service type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip de serviciu</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:service-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Service updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Serviciu actualizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:session-terminated-re-login-please" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Session terminated, re-login, please.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Sesiune terminată, relogare, va rog.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:severity" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Severity</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Severitate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:severity-descending" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Severity (descending)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Severitate (descrescător)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:sha" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SHA</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>SHA</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:short-description" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>short description</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>descriere scurtă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:show" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Show</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Arată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:show-details" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Show details</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Arată detalii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:show-hosts-in-maintenance" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Show hosts in maintenance</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Arată servere în mentenanță</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:show-icon-mappings" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>show icon mappings</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>arată mapări iconițe</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:show-items-without-data" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Show items without data</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Arată itemi fără date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:show-legend" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Show legend</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Arată legendă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:show-lines" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Show lines</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Arată linii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:shown" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Shown</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Afișat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:show-selected" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Show selected</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Arată selecția</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:show-text-as-html" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Show text as HTML</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Aratî text ca HTML</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:show-triggers" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Show triggers</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Arată triggeri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:show-value" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Show value</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Arată valoare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:show-value-mappings" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>show value mappings</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>arată mapări valori</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:show-warning-if-zabbix-server-is-down" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Show warning if Zabbix server is down</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Arată avertizare dacă serverul Zabbix este căzut</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:show-working-time" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Show working time</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Arată timpul de lucru</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:sign-in" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Sign in</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Autentificare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:simple" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Simple</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Simplu</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:simple-check" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Simple check</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Verificare simplă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:simple-graph" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Simple graph</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grafic simplu</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:site-address-a" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Site address A</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adresă site A</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:site-address-b" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Site address B</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adresă site B</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:site-address-c" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Site address C</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adresă site C</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:site-city" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Site city</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Site oraș</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:site-country" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Site country</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Site țară</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:site-notes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Site notes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Notițe site</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:site-rack-location" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Site rack location</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Locație rack site</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:site-state-province" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Site state / province</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Site stat / provincie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:site-zip-postal" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Site ZIP / postal</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Site ZIP / poștal</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:size-of-the-response-received-from-zabbix-server-1s-exceeds-the-allowed-size-of-2s-bytes-this-value-can-be-increased-in-the-zbx_socket_bytes_limit-constant-in-includedefinesincphp" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Size of the response received from Zabbix server "%1$s" exceeds the allowed size of %2$s bytes. This value can be increased in the ZBX_SOCKET_BYTES_LIMIT constant in include/defines.inc.php.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mărimea răspunsului primit de la serverul Zabbix "%1$s" depășește mărimea permisă de %2$s bytes. Această valoare poate fi crescută în ZBX_SOCKET_BYTES_LIMIT constant in include/defines.inc.php.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:skipped-copying-of-graph-1s-to-host-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Skipped copying of graph "%1$s" to host "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Copiere sărită a graficului "%1$s" la server "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:sla" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SLA</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>SLA</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:slide" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Slide</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Diapozitiv</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:slides" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Slides</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Slides</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:slide-show" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Slide show</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prezentare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:slide-show-1s-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Slide show "%1$s" already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prezentarea "%1$s" există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:slide-show-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Slide show added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prezentare adăugată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:slide-show-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Slide show deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prezentare stearsă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:slide-show-must-contain-slides" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Slide show must contain slides.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prezentarea trebuie să conțină slide-uri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:slide-shows" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Slide shows</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prezentări</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:slide-show-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Slide show updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prezentare actualizată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:slovak-sk_sk" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Slovak (sk_SK)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Slovacă (sk_SK)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:sms" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SMS</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>SMS</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:smtp" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SMTP</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>SMTP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:smtp-email" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SMTP email</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>email SMTP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:smtp-helo" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SMTP helo</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>SMTP helo</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:smtp-server" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SMTP server</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>server SMTP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:snmp" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SNMP</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>SNMP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:snmp-community" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SNMP community</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Comunitate SNMP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:snmp-interfaces" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SNMP interfaces</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Interfață SNMP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:snmp-oid" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SNMP OID</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>SNMP OID</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:snmp-trap" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SNMP trap</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>SNMP ttrap</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:snmp-trap-key-is-invalid" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SNMP trap key is invalid.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cheie SNMP trap invalidă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:snmpv1-agent" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SNMPv1 agent</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>agent SNMPv1</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:snmpv2-agent" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SNMPv2 agent</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>agent SNMPv2</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:snmpv3-agent" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SNMPv3 agent</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>agent SNMPv3</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:snooze" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Snooze</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Amânare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:soft" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Soft</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Soft</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:software" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Software</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Software</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:software-application-a" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Software application A</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Aplicație software A</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:software-application-b" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Software application B</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Aplicație software B</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:software-application-c" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Software application C</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Aplicație software C</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:software-application-d" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Software application D</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Aplicație software D</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:software-application-e" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Software application E</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Aplicație software E</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:software-full-details" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Software (Full details)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Software (Detalii complete)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:sorting-by-field-1s-not-allowed" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Sorting by field "%1$s" not allowed.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Sortarea după câmpul "%1$s" nu este permisă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:sort-order-0-999" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Sort order (0-&gt;999)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ordinea sortării package list (0-&gt;999)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:sort-triggers-by" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Sort triggers by</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Sortează triggeri după</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:source" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Source</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Sursă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:spanish-es_es" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Spanish (es_ES)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Spaniolă (es_ES)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:specified-script-does-not-exist-or-you-do-not-have-rights-on-it-for-action-operation-command" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Specified script does not exist or you do not have rights on it for action operation command.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scriptul specificat nu există sau nu ai drepturi pentru comanda acțiunii de operare.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:speed" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Speed</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Viteză</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:sql-query" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SQL query</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cerere SQL</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:sql-statement-execution-has-failed-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SQL statement execution has failed "%1$s"</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Execuție declarație SQL eșuată "%1$s"</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:sql-statement-execution-has-failed-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SQL statement execution has failed "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Execuție declarație SQL eșuată "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:ssh" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SSH</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>SSH</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:ssh-agent" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SSH agent</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>agent SSH</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:stacked" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Stacked</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Stivuit</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:standard-items" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Standard items</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Itemi standard</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:start-in" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Start in</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Începe la</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:startup-time-of-zabbix-server-unix-timestamp" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Startup time of Zabbix server, Unix timestamp.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Timp de început a serverului Zabbix, Unix timestamp.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:state" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>State</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Stat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:status" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Status</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Stare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:status-ascending" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Status (ascending)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Stare (ascendent)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:status-calculation" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Status calculation</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Calcul stare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:status-calculation-algorithm" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Status calculation algorithm</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Algoritm calcul stare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:status-codes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Status codes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Coduri stare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:status-descending" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Status (descending)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Stare (descendent)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:status-of-discovery" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Status of discovery</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Stare de detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:status-only" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Status only</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Doar stare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:step" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Step</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Pas</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:step-1s-2s-of-3s-failed-4s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Step "%1$s" [%2$s of %3$s] failed: %4$s</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Pas "%1$s" [%2$s al %3$s] eșuat: %4$s</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:step-duration" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Step duration</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Durată pas</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:steps" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Steps</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Pași</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:step-with-name-1s-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Step with name "%1$s" already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Pas cu nume "%1$s" există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:stop" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Stop</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Stop</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:straight" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Straight</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Normală</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:style" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Style</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Stil</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:subject" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Subject</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Subiect</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:submap" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Submap</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Subhartă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:success-audit" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Success Audit</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Verificare reușită</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:sun" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Sun</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dum</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:sunday" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Sunday</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Duminică</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:support" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Support</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Suport</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:surname" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Surname</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume familie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:swedish-sv_se" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Swedish (sv_SE)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Suedeză (sv_SE)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:switching-authentication-method-will-reset-all-except-this-session-continue" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Switching authentication method will reset all except this session! Continue?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Schimbarea metodei de autentificare va reseta totul cu excepția acestei sesiuni! Continuați?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:system-default" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>System default</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Sistem implicit</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:system-error" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>System error.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eroare de sistem.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:thursday-shortt" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>T</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>T</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:tuesday-shortt" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>T</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>T</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:table-1s-does-not-exist" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Table "%1$s" does not exist.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tabelul "%1$s" nu există.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:table-1s-doesnt-have-a-field-named-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Table "%1$s" doesn't have a field named "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tabelul "%1$s" nu are un câmp numit "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:tag" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Tag</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Etichetă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:target" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Target</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Țintă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:target-list" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Target list</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Listă țintă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:target-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Target type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip țintă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:tcp" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>TCP</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>TCP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:telnet" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Telnet</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Telnet</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:telnet-agent" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>TELNET agent</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Agent TELNET</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:template" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Template</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șablon</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:template-1s-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Template "%1$s" already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șablonul "%1$s" există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:template-1s-for-host-2s-does-not-exist" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Template "%1$s" for host "%2$s" does not exist.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șablonul "%1$s" pentru serverul "%2$s" nu există.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:template-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Template added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șablon adăugat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:template-cannot-be-linked-to-another-template-more-than-once-even-through-other-templates" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Template cannot be linked to another template more than once even through other templates.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șablonul nu poate fi legat de alt șablon mai mult de o dată chiar și prin alte șabloane.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:template-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Template deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șablon șters</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:template-group" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Template group</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grup șablon</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:template-id-1s-is-passed-2s-times" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>template ID "%1$s" is passed %2$s times</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>ID șablon "%1$s" este trecut %2$s ori</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:template-linkage" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Template linkage</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Legătură șablon</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:template-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Template name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume șablon</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:templates" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Templates</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șabloane</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:templates-1s-unlinked-from-hosts-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Templates "%1$s" unlinked from hosts "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șabloane "%1$s" nelegate de servere "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:template-screen-1s-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Template screen "%1$s" already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ecranul șablon "%1$s" există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:template-screens" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Template screens</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ecrane șablon</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:template-trigger" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Template trigger</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trigger șablon</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:template-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Template updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șablon actualizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:template-with-the-same-name-1s-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Template with the same name "%1$s" already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șablon cu același nume "%1$s" există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:template-with-the-same-visible-name-1s-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Template with the same visible name "%1$s" already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șablon cu același nume vizibil "%1$s" există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:test" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Test</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Test</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:test-authentication" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Test authentication</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Autentificare test</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:test-confirmation" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Test confirmation</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Confirmare de test</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:test-data" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Test data</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Date test</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:test-expressions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Test expressions</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expresii test</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:test-string" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Test string</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Rând test</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:text" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Text</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Text</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:the-host-group-is-not-discovered-anymore-and-will-be-deleted-in-1s-on-2s-at-3s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>The host group is not discovered anymore and will be deleted in %1$s (on %2$s at %3$s).</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grupul de servere nu mai este detectat și va fi șters în %1$s (pe %2$s la %3$s).</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:the-host-is-not-discovered-anymore-and-will-be-deleted-in-1s-on-2s-at-3s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>The host is not discovered anymore and will be deleted in %1$s (on %2$s at %3$s).</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Serverul nu mai este detectat și va fi șters în %1$s (pe %2$s la %3$s).</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:the-image-is-used-in-icon-map-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>The image is used in icon map %1$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Imaginea este folosită în harta iconițelor %1$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:the-image-is-used-in-icon-map-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>The image is used in icon map %1$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Imaginea este folosită în harta iconițelor %1$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:the-image-is-used-in-icon-map-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>The image is used in icon map %1$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Imaginea este folosită în harta iconiței %1$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:the-image-is-used-in-map-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>The image is used in map %1$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Imaginea este folosită în hărțile %1$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:the-image-is-used-in-map-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>The image is used in map %1$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Imaginea este folosită în hărțile %1$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:the-image-is-used-in-map-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>The image is used in map %1$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Imaginea este folosită în harta %1$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:the-item-is-not-discovered-anymore-and-will-be-deleted-in-1s-on-2s-at-3s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>The item is not discovered anymore and will be deleted in %1$s (on %2$s at %3$s).</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Itemul nu mai este detectat și va fi șters în %1$s (pe %2$s la %3$s).</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:theme" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Theme</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Temă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:the-received-json-is-not-a-valid-json-rpc-request" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>The received JSON is not a valid JSON-RPC Request.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>JSON primit nu este o cerere validă JSON-RPC.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:the-requested-remote-procedure-does-not-exist-is-not-available" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>The requested remote-procedure does not exist / is not available</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Procedura de la distanță cerută nu există / nu este disponibilă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:the-web-scenario-application-belongs-to-a-different-host-than-the-web-scenario-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>The web scenario application belongs to a different host than the web scenario host.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Aplicația pentru scenariu web aparține unui server diferit decât serverului pentru scenariu web.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:the-x-coordinate-of-screen-element-located-at-x-1s-and-y-2s-of-screen-3s-is-too-big" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>The X coordinate of screen element located at X - %1$s and Y - %2$s of screen "%3$s" is too big.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Coordonata X a elementului ecran locată la X - %1$s și Y - %2$s a ecranului "%3$s" este prea mare.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:the-y-coordinate-of-screen-element-located-at-x-1s-and-y-2s-of-screen-3s-is-too-big" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>The Y coordinate of screen element located at X - %1$s and Y - %2$s of screen "%3$s" is too big.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Coordonata Y a elementului ecran locată la X - %1$s și Y - %2$s a ecranului "%3$s" este prea mare.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:this-month" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>This month</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Luna aceasta</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:this-screen-column-is-not-empty-delete-it" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>This screen column is not empty. Delete it?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Această coloană a ecranului nu este goală. O ștergeți?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:this-screen-row-is-not-empty-delete-it" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>This screen row is not empty. Delete it?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Aceast rând al ecranului nu este gol. Îl ștergeți?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:this-week" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>This week</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Această săptămână</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:this-year" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>This year</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Anul acesta</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:thu" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Thu</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Joi</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:thursday" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Thursday</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Joi</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:till" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Till</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Până când</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:time" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Time</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Timp</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:time-ascending" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Time (ascending)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Timp (ascendent)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:time-descending" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Time (descending)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Timp (descendent)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:timeout" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Timeout</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Pauză</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:time-period" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Time period</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Perioadă de timp</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:time-shift" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Time shift</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Timp rămas</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:timestamp" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Timestamp</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:time-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Time type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip timp</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:time-zone-for-php-is-not-set-configuration-parameter-datetimezone" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Time zone for PHP is not set (configuration parameter "date.timezone").</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Zona de timp pentru PHP nu este stabilită (parametrul de configurare "date.timezone").</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:to" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>To</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Către</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:today" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Today</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Astăzi</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:top" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Top</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Sus</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:to-set-a-host-interface-select-a-single-item-type-for-all-items" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>To set a host interface select a single item type for all items</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Pentru setarea unei interfețe server selectează un singur tip de item pentru toți itemii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:total" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Total</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Total</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:total" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>TOTAL</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>TOTAL</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:transaction-has-not-been-closed-aborting" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Transaction has not been closed. Aborting...</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tranzacția nu s-a închis. Renunțare ...</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:transport-error" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Transport error.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eroare de transport</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:trends" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trends</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tendințe</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:trend-storage-period" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trend storage period</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Perioadă trend a stocării</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:trigger" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>trigger</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:trigger" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:trigger-1s-already-exists-on-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger "%1$s" already exists on "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trigger "%1$s" există deja pe "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:trigger-1s-depends-on-trigger-2s-which-does-not-exist" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger "%1$s" depends on trigger "%2$s", which does not exist.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Triggerul "%1$s" depinde de trigger "%2$s", care nu există.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:trigger-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trigger adăugat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:trigger-cannot-be-dependent-on-a-trigger-that-is-inherited-from-it" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger cannot be dependent on a trigger that is inherited from it.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Triggerul nu poate depinde de un trigger care este moștenit de la el.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:trigger-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trigger șters</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:trigger-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Triggeri dezactivați</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:trigger-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Triggeri dezactivați</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:trigger-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trigger dezactivat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:trigger-displaying-options" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger displaying options</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Opțiuni de afișare trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:trigger-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Triggeri activați</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:trigger-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trigger activat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:trigger-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Triggeri activați</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:trigger-has-items-from-template-1s-that-is-not-linked-to-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger has items from template "%1$s" that is not linked to host.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Triggerul are itemi din șablonul "%1$s" care nu este legat de server.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:trigger-info" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger info</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Informație triggeri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:trigger-in-template-1s-has-dependency-with-trigger-in-template-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger in template "%1$s" has dependency with trigger in template "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Triggerul din șablon "%1$s" are dependințe cu triggerul din șablonul "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:trigger-in-unknown-state" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger in "unknown" state</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trigger în stare "necunoscută"</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:trigger-label-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger label type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip etichetă trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:trigger-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:trigger-overview" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger overview</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prezentare triggeri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:trigger-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototip trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:trigger-prototype-1s-contains-item-prototypes-from-multiple-discovery-rules" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger prototype "%1$s" contains item prototypes from multiple discovery rules.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototipul grafic "%1$s" conține prototipi item pentru reguli de detecție multiple.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:trigger-prototype-1s-must-contain-at-least-one-item-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger prototype "%1$s" must contain at least one item prototype.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototipul trigger "%1$s" trebuie să conțină cel puțin un prototip item.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:trigger-prototype-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger prototype added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototip trigger adăugat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:trigger-prototype-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger prototype deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototip trigger șters</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:trigger-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger prototypes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototipi trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:trigger-prototypes-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger prototypes deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototipi trigger șters</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:trigger-prototypes-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger prototypes updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototipi trigger actualizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:triggers" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Triggers</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Triggeri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:triggers-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Triggers deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Triggeri șterși</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:trigger-severities" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger severities</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Severități trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:trigger-severity" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger severity</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Severitate trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:triggers-top-100" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Triggers top 100</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Top 100 triggeri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:trigger-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trigger actualizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:true" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>TRUE</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>ADEVĂRAT</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:tue" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Tue</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mar</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:tuesday" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Tuesday</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Marți</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:turkish-tr_tr" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Turkish (tr_TR)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Turcă (tr_TR)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:two-items-1s-and-2s-cannot-populate-one-host-inventory-field-3s-this-would-lead-to-a-conflict" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Two items ("%1$s" and "%2$s") cannot populate one host inventory field "%3$s", this would lead to a conflict.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Doi itemi ("%1$s" și "%2$s") nu pot popula un câmp inventar al unui server "%3$s", aceasta ar duce la un conflict. </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:type-ascending" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Type (ascending)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip (ascendent)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:type-descending" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Type (descending)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip (descendent)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:type-full-details" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Type (Full details)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip (Detalii complete)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:type-here-to-search" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>type here to search</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>scrie aici pentru căutare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:type-of-calculation" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Type of calculation</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip de calcul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:type-of-information" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Type of information</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip de informație</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:type-ok" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Type (OK)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip (OK)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:types" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Types</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipuri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:ukrainian-uk_ua" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Ukrainian (uk_UA)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ucraineană (uk_UA)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:unable-to-select-configuration" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unable to select configuration.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Incapabil să selecteze configurația.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:unable-to-upload-file-because-file_uploads-is-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unable to upload file because "file_uploads" is disabled.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Incapabil să încarce fișierul pentru că "file_uploads" este dezactivat.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:unacknowledged-only" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unacknowledged only</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Doar nerecunoscut</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:unacknowledged-problem-events" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unacknowledged PROBLEM events</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Evenimente PROBLEMĂ nerecunoscute</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:unblock-selected-users" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unblock selected users?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Deblocare utilizatori selectați?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:unexpected-end-of-key" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>unexpected end of key</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>sfîrșit neașteptat de cheie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:units" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Units</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Unități</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:unknown" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>unknown</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>necunoscut</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:unknown" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unknown</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Necunoscut</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:unknown" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>UNKNOWN</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>NECUNOSCUT</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:unknown-action" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unknown action</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Actiune necunoscută</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:unknown-error" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unknown error</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eroare necunoscută</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:unknown-function" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unknown function.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Funcție necunoscută.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:unknown-host-item-no-such-item-in-selected-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unknown host item, no such item in selected host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Item server necunoscut, nu există asemenea item în serverul selectat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:unknown-host-no-such-host-present-in-system" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unknown host, no such host present in system</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Server necunoscut, nu există asemenea server prezent în sistem</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:unknown-interface-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unknown interface type.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip interfață necunoscut.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:unknown-resource" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unknown resource</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Resursă necunoscută</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:unknown-step-failed-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unknown step failed: %1$s</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Pas necunoscut nereușit: %1$s</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:unknown-value-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unknown value type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip valoare necunoscută</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:unlink" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unlink</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezleagă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:unlink-and-clear" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unlink and clear</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezleagă și curăță</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:unlinked-application-1s-on-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unlinked: Application "%1$s" on "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezlegat: Aplicația "%1$s" pe "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:unlinked-discovery-rule-1s-on-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unlinked: Discovery rule "%1$s" on "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezlegat: Regulă de detecție "%1$s" pe "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:unlinked-host-prototype-1s-on-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unlinked: Host prototype "%1$s" on "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezlegat: Prototipul server "%1$s" pe "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:unlinked-item-1s-on-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unlinked: Item "%1$s" on "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezlegat: Item "%1$s" pe "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:unlinked-item-prototype-1s-on-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unlinked: Item prototype "%1$s" on "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezlegat: Prototip item "%1$s" pe "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:unlinked-web-scenario-1s-on-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unlinked: Web scenario "%1$s" on "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezlegat: Scenariu web "%1$s" pe "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:unlink-from-template" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unlink from template</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezleagă de șablon</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:unlink-from-templates" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unlink from templates</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezleagă de șabloane</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:unmute" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unmute</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Pornire sunet</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:unsupported-import-file-extension-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unsupported import file extension "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Extensie nesuportată la fișier import "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:unsupported-import-format-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unsupported import format "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Format nesuportat la import "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:discovery-statusup" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Up</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Sus</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:discovery-results-in-dashboardup" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Up</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Sus</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:update" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Update</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Actualizare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:update-existing" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Update existing</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Actualizează existent</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:update-interval" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Update interval</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Actualizare inventar</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:upload" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Upload</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Încarcă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:upper-level-maps" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Upper level maps</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Hărți de nivel superior</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:uptime" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Uptime</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Timp de la pornire</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:uptimedowntime" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Uptime/Downtime</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Timp de la pornire/ timp de la oprire</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:uptime-of-zabbix-server-process-in-seconds" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Uptime of Zabbix server process in seconds.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Timpul de la pornire al procesului serverului Zabbix în secunde.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:url" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>URL</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>URL</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:url-a" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>URL A</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>URL A</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:url-after-login" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>URL (after login)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>URL (după autentificare)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:url-b" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>URL B</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>URL B</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:url-c" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>URL C</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>URL C</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:url-parameter-cannot-be-array" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>URL parameter cannot be array.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Parametrul URL nu poate fi mulțime.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:url-parameter-name-is-empty" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>URL parameter name is empty.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume parametru URL este gol.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:urls" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>URLs</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>URL-uri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:used-in-actions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Used in actions</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Utilizat în acțiuni</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:use-if-severity" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Use if severity</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ulitizează dacă apare severitate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:user" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Utilizator</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:user-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Utilizator adăugat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:user-cannot-add-himself-to-a-disabled-group-or-a-group-with-disabled-gui-access" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User cannot add himself to a disabled group or a group with disabled GUI access.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Utilizatorul nu poate să se adauge unui grup dezactivat sau  unui grup cu acces GUI dezactivat.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:user-cant-change-type-for-himself" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User can't change type for himself</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Utilizatorul nu poate să își schimbe tipul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:user-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Utilizator șters</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:user-group" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User group</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grup utilizator</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:user-group-1s-is-used-in-configuration-for-database-down-messages" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User group "%1$s" is used in configuration for database down messages.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grup utilizator "%1$s" este utilizat în configurația pentru mesaje de cădere a bazei de date.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:user-group-1s-is-used-in-script-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User group "%1$s" is used in script "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grup utilizator "%1$s" folosit în script "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:user-group-for-database-down-message" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User group for database down message</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grup utilizator pentru mesaje cădere bază de date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:user-group-for-database-down-message-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User group for database down message "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grup utilizator pentru mesaje cădere bază de date "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:user-groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User groups</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grupuri utilizator</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:user-is-not-allowed-to-delete-himself" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User is not allowed to delete himself.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Utilizatorului nu îi este permis să se șteargă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:user-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume utilizator</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:username" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Username</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume utilizator</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:user-password" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User password</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Parolă utilizator</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:user-profile" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User profile</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Profil utilizator</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:users" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Users</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Utilizatori</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:user-sessions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User sessions</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Sesiuni utilizator</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:user-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip utilizator</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:user-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Utilizator actualizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:value" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>value</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>valoare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:value" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Value</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:value-1s-is-invalid-for-parameter-grid_align-choices-are-2s-and-3s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Value "%1$s" is invalid for parameter "grid_align". Choices are: "%2$s" and "%3$s"</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoarea "%1$s" nu este validă pentru parametrul "grid_align". Alegerile sunt: "%2$s" și "%3$s"</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:value-1s-is-invalid-for-parameter-grid_show-choices-are-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Value "%1$s" is invalid for parameter "grid_show". Choices are: "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoarea "%1$s" nu este validă pentru parametrul "grid_show". Alegerile sunt: "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:value-1s-is-invalid-for-parameter-grid_show-choices-are-2s-and-3s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Value "%1$s" is invalid for parameter "grid_show". Choices are: "%2$s" and "%3$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoarea "%1$s" nu este validă pentru parametrul "grid_show". Alegerile sunt: "%2$s" și "%3$s"</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:value-1s-is-too-long-for-field-2s-3d-characters-allowed-length-is-4d-characters" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Value "%1$s" is too long for field "%2$s" - %3$d characters. Allowed length is %4$d characters.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoarea "%1$s" este prea mare pentru caracterele câmpului "%2$s" - %3$d. Lungimea permisă este %4$d caractere.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:value-cache-effectiveness-valid-parameters-are-requests-hits-and-misses" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Value cache effectiveness. Valid parameters are: requests, hits and misses.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare eficacitate cache. Parametri valizi sunt: cereri, lovituri, eșuări.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:value-cache-statistics-valid-modes-are-total-free-pfree-used-and-pused" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Value cache statistics. Valid modes are: total, free, pfree, used and pused.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Statistici valori cache. Moduri valide sunt: total, free, pfree, used and pused.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:value-map" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Value map</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare hartă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:value-map-1s-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Value map "%1$s" already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare hartă "%1$s" există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:value-map-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Value map added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare hartă adăugată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:value-mapping" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Value mapping</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare mapare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:value-map-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Value map updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare hartă actualizată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:value-no-data" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Value: no data</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare: fără date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:values" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Values</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valori</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:variables" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Variables</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Variabile</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:vendor" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Vendor</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Vânzător</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:verbose" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Verbose</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Detaliat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:vertical" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Vertical</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Vertical</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:vertical-align" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Vertical align</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Aliniere verticală</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:via" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>via</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>via</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:vietnamese-vi_vn" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Vietnamese (vi_VN)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Vietnameză (vi_VN)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:visible-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Visible name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume vizibil</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:visible-name-cannot-be-empty-if-host-name-is-missing" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Visible name cannot be empty if host name is missing.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numele vizibil nu poate fi gol dacă lipsește numele serverului.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:vmware-cache-statistics-valid-modes-are-total-free-pfree-used-and-pused" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware cache statistics. Valid modes are: total, free, pfree, used and pused.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Statistici cache VMware. Moduri valide sunt: total, free, pfree, used and pused.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:vmware-cluster-status-url-vmware-service-url-name-vmware-cluster-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware cluster status, &lt;url&gt; - VMware service URL, &lt;name&gt; - VMware cluster name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Stare cluster VMware, &lt;url&gt; - VMware service URL, &lt;name&gt; - VMware cluster name</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:vmware-hypervisor-ballooned-memory-size-url-vmware-service-url-uuid-vmware-hypervisor-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware hypervisor ballooned memory size, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware hypervisor host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mărime memorie umflată hipervizor VMware, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server hipervizor VMware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:vmware-hypervisor-bios-uuid-url-vmware-service-url-uuid-vmware-hypervisor-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware hypervisor BIOS uuid, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware hypervisor host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Hipervizor VMware  BIOS uuid, &lt;url&gt; - VMware serviciu URL, &lt;uuid&gt; - VMware nume server hipervizor</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:vmware-hypervisor-cluster-name-url-vmware-service-url-uuid-vmware-hypervisor-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware hypervisor cluster name, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware hypervisor host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume cluster hipervizor VMware, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server hipervizor VMware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:vmware-hypervisor-datastore-read-statistics-url-vmware-service-url-uuid-vmware-hypervisor-host-name-datastore-datastore-name-mode-latency" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware hypervisor datastore read statistics, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware hypervisor host name, &lt;datastore&gt; - datastore name, &lt;mode&gt; - latency</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Statistici citire stocare date hipervizor VMware, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server hipervizor VMware, &lt;datastore&gt; - nume stocare date, &lt;mode&gt; - latență</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:vmware-hypervisor-datastore-write-statistics-url-vmware-service-url-uuid-vmware-hypervisor-host-name-datastore-datastore-name-mode-latency" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware hypervisor datastore write statistics, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware hypervisor host name, &lt;datastore&gt; - datastore name, &lt;mode&gt; - latency</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Statistici scriere stocare date hipervizor VMware, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server hipervizor VMware, &lt;datastore&gt; - nume stocare date, &lt;mode&gt; - latență</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:vmware-hypervisor-model-url-vmware-service-url-uuid-vmware-hypervisor-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware hypervisor model, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware hypervisor host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Model hipervizor VMware, &lt;url&gt; - VMware serviciu URL, &lt;uuid&gt; - VMware nume server hipervizor</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:vmware-hypervisor-name-url-vmware-service-url-uuid-vmware-hypervisor-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware hypervisor name, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware hypervisor host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume hipervizor VMware, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server hipervizor VMware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:vmware-hypervisor-network-input-statistics-url-vmware-service-url-uuid-vmware-hypervisor-host-name-mode-bps" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware hypervisor network input statistics, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware hypervisor host name, &lt;mode&gt; - bps</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Statistici intrări în rețea hipervizor VMware, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server hipervizor VMware, &lt;mode&gt; - bps</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:vmware-hypervisor-network-output-statistics-url-vmware-service-url-uuid-vmware-hypervisor-host-name-mode-bps" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware hypervisor network output statistics, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware hypervisor host name, &lt;mode&gt; - bps</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Statistici ieșiri din rețea hipervizor VMware, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server hipervizor VMware, &lt;mode&gt; - bps</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:vmware-hypervisor-processor-frequency-url-vmware-service-url-uuid-vmware-hypervisor-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware hypervisor processor frequency, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware hypervisor host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Frecvență procesor hipervizor VMware, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server hipervizor VMware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:vmware-hypervisor-processor-model-url-vmware-service-url-uuid-vmware-hypervisor-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware hypervisor processor model, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware hypervisor host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Model procesor hipervizor VMware, &lt;url&gt; - VMware serviciu URL, &lt;uuid&gt; - VMware nume server hipervizor</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:vmware-hypervisor-processor-usage-in-hz-url-vmware-service-url-uuid-vmware-hypervisor-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware hypervisor processor usage in Hz, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware hypervisor host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Folosire procesor în HZ hipervizor VMware, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server hipervizor VMware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:vmware-hypervisor-status-url-vmware-service-url-uuid-vmware-hypervisor-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware hypervisor status, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware hypervisor host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Stare hipervizor VMware, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server hipervizor VMware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:vmware-hypervisor-total-memory-size-url-vmware-service-url-uuid-vmware-hypervisor-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware hypervisor total memory size, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware hypervisor host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mărime memorie totală hipervizor VMware, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server hipervizor VMware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:vmware-hypervisor-uptime-url-vmware-service-url-uuid-vmware-hypervisor-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware hypervisor uptime, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware hypervisor host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Perioadă de funcționare neîntreruptă hipervizor VMware, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server hipervizor VMware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:vmware-hypervisor-used-memory-size-url-vmware-service-url-uuid-vmware-hypervisor-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware hypervisor used memory size, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware hypervisor host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mărime memorie folosită hipervizor VMware, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server hipervizor VMware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:vmware-hypervisor-vendor-name-url-vmware-service-url-uuid-vmware-hypervisor-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware hypervisor vendor name, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware hypervisor host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume vânzător hipervizor VMware, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server hipervizor VMware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:vmware-hypervisor-version-url-vmware-service-url-uuid-vmware-hypervisor-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware hypervisor version, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware hypervisor host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Versiune hipervizor VMware, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server hipervizor VMware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:vmware-service-full-name-url-vmware-service-url" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware service full name, &lt;url&gt; - VMware service URL</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume întreg serviciu VMware, &lt;url&gt; - serviciu URL VMware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:vmware-service-version-url-vmware-service-url" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware service version, &lt;url&gt; - VMware service URL</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Versiune serviciu VMware, &lt;url&gt; - serviciu URL VMware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:vmware-virtual-machine-ballooned-memory-size-url-vmware-service-url-uuid-vmware-virtual-machine-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware virtual machine ballooned memory size, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware virtual machine host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mărime memorie umflată mașină hipervizor VMware, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server hipervizor VMware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:vmware-virtual-machine-committed-storage-space-url-vmware-service-url-uuid-vmware-virtual-machine-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware virtual machine committed storage space, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware virtual machine host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Spațiu de stocare angajat mașină virtuală hipervizor VMware, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server hipervizor VMware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:vmware-virtual-machine-compressed-memory-size-url-vmware-service-url-uuid-vmware-virtual-machine-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware virtual machine compressed memory size, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware virtual machine host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mărime memorie comprimată mașină virtuală, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server hipervizor VMware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:vmware-virtual-machine-disk-device-read-statistics-url-vmware-service-url-uuid-vmware-virtual-machine-host-name-instance-disk-device-instance-mode-bpsops-bytesoperations-per-second" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware virtual machine disk device read statistics, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware virtual machine host name, &lt;instance&gt; - disk device instance, &lt;mode&gt; - bps/ops - bytes/operations per second</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Statistici de citire echipamente disc mașină virtuală, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server mașină virtuală VMware, &lt;instance&gt; - exemplu echipament disc, &lt;mode&gt; - bps/ops - bytes/operațiune pe secundă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:vmware-virtual-machine-disk-device-write-statistics-url-vmware-service-url-uuid-vmware-virtual-machine-host-name-instance-disk-device-instance-mode-bpsops-bytesoperations-per-second" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware virtual machine disk device write statistics, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware virtual machine host name, &lt;instance&gt; - disk device instance, &lt;mode&gt; - bps/ops - bytes/operations per second</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Statistici de scriere echipamente disc mașină virtuală, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server mașină virtuală VMware, &lt;instance&gt; - exemplu echipament disc, &lt;mode&gt; - bps/ops - bytes/operațiune pe secundă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:vmware-virtual-machine-file-system-statistics-url-vmware-service-url-uuid-vmware-virtual-machine-host-name-fsname-file-system-name-mode-totalfreeusedpfreepused" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware virtual machine file system statistics, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware virtual machine host name, &lt;fsname&gt; - file system name, &lt;mode&gt; - total/free/used/pfree/pused</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Statistici sistem fișiere mașină virtuală VMware, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server mașină virtuală VMware, &lt;fsname&gt; - nume sistem fișiere, &lt;mode&gt; - total/free/used/pfree/pused</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:vmware-virtual-machine-guest-memory-usage-url-vmware-service-url-uuid-vmware-virtual-machine-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware virtual machine guest memory usage, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware virtual machine host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Folosire memorie oaspete mașină virtuală VMware, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server mașină virtual VMware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:vmware-virtual-machine-host-memory-usage-url-vmware-service-url-uuid-vmware-virtual-machine-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware virtual machine host memory usage, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware virtual machine host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Folosire memorie gazdă mașină virtuală VMware, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server mașină virtual VMware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:vmware-virtual-machine-hypervisor-name-url-vmware-service-url-uuid-vmware-virtual-machine-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware virtual machine hypervisor name, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware virtual machine host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Folosire memorie gazdă mașină virtuală VMware, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server mașină virtual VMware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:vmware-virtual-machine-name-url-vmware-service-url-uuid-vmware-virtual-machine-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware virtual machine name, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware virtual machine host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume mașină virtuală VMware, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server mașină virtual VMware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:vmware-virtual-machine-network-interface-input-statistics-url-vmware-service-url-uuid-vmware-virtual-machine-host-name-instance-network-interface-instance-mode-bpspps-bytespackets-per-second" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware virtual machine network interface input statistics, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware virtual machine host name, &lt;instance&gt; - network interface instance, &lt;mode&gt; - bps/pps - bytes/packets per second</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Statistici de intrare interfață de rețea mașină virtuală, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server mașină virtuală VMware, &lt;instance&gt; - exemplu interfață rețea, &lt;mode&gt; - bps/ops - bytes/pachete pe secundă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:vmware-virtual-machine-network-interface-output-statistics-url-vmware-service-url-uuid-vmware-virtual-machine-host-name-instance-network-interface-instance-mode-bpspps-bytespackets-per-second" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware virtual machine network interface output statistics, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware virtual machine host name, &lt;instance&gt; - network interface instance, &lt;mode&gt; - bps/pps - bytes/packets per second</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Statistici de ieșire interfață de rețea mașină virtuală, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server mașină virtuală VMware, &lt;instance&gt; - exemplu interfață rețea, &lt;mode&gt; - bps/ops - bytes/pachete pe secundă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:vmware-virtual-machine-power-state-url-vmware-service-url-uuid-vmware-virtual-machine-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware virtual machine power state, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware virtual machine host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Stare putere mașină virtuală VMware, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server mașină virtual VMware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:vmware-virtual-machine-private-memory-size-url-vmware-service-url-uuid-vmware-virtual-machine-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware virtual machine private memory size, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware virtual machine host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mărime memorie privată mașină virtuală, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server hipervizor VMware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:vmware-virtual-machine-processor-usage-in-hz-url-vmware-service-url-uuid-vmware-virtual-machine-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware virtual machine processor usage in Hz, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware virtual machine host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Folosire procesor mașină virtuală VMware în Hz, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server mașină virtual VMware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:vmware-virtual-machine-shared-memory-size-url-vmware-service-url-uuid-vmware-virtual-machine-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware virtual machine shared memory size, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware virtual machine host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mărime memorie în share mașină virtuală, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server hipervizor VMware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:vmware-virtual-machine-swapped-memory-size-url-vmware-service-url-uuid-vmware-virtual-machine-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware virtual machine swapped memory size, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware virtual machine host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mărime memorie în swap mașină virtuală, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server hipervizor VMware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:vmware-virtual-machine-total-memory-size-url-vmware-service-url-uuid-vmware-virtual-machine-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware virtual machine total memory size, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware virtual machine host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mărime memorie totală mașină virtuală, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server hipervizor VMware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:vmware-virtual-machine-uncommitted-storage-space-url-vmware-service-url-uuid-vmware-virtual-machine-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware virtual machine uncommitted storage space, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware virtual machine host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Spațiu de stocare neangajat mașină virtuală hipervizor VMware, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server hipervizor VMware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:vmware-virtual-machine-unshared-storage-space-url-vmware-service-url-uuid-vmware-virtual-machine-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware virtual machine unshared storage space, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware virtual machine host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Spaîiu de depozitare fără share mașină virtuală, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server hipervizor VMware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:vmware-virtual-machine-uptime-url-vmware-service-url-uuid-vmware-virtual-machine-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware virtual machine uptime, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware virtual machine host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Perioadă de funcționare fără oprire mașină virtuală VMware, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server mașină virtual VMware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:wednesday-shortw" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>W</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>M</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:setupwarning" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Warning</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Avertisment</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:warning" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Warning</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Avertisment</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:we-are-sorry-the-maximum-possible-number-of-elements-to-remember-has-been-reached" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>We are sorry, the maximum possible number of elements to remember has been reached.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ne pare rău, a fost atins numărul maxim posibil de elemente de amintit. </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:web" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Web</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Web</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:web-monitoring" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Web monitoring</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Monitorizare web</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:web-scenario-1s-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Web scenario "%1$s" already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scenariul web "%1$s" există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:web-scenario-1s-already-exists-on-host-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Web scenario "%1$s" already exists on host "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scenariul web "%1$s" deja există pe serverul "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:web-scenario-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Web scenario deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scenariul web șters</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:web-scenario-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Web scenario disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scenariile web dezactivate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:web-scenario-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Web scenario disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scenariile web dezactivate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:web-scenario-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Web scenario disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scenariul web dezactivat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:web-scenario-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Web scenario enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scenariile web activate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:web-scenario-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Web scenario enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scenariul web activat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:web-scenario-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Web scenario enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scenariile web activate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:web-scenarios" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Web scenarios</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scenarii web</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:wed" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Wed</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:wednesday" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Wednesday</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Miercuri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:weekly" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Weekly</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Săptămânal</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:when-active" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>When active</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Când e activ</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:width" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Width</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Lățime</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:with-data-collection" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>With data collection</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cu colecția de date.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:without-problems" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Without problems</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Fără probleme</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:without-triggers" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Without triggers</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Fără triggeri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:with-problems" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>With problems</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cu probleme</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:with-triggers" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>With triggers</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cu triggeri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:wizard" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Wizard</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expert</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:working-time" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Working time</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Timp de lucru</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:working-time-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Working time "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Timp de lucru "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:write" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Write</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scriere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:wrong-fields-for-dependency-for-service-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Wrong fields for dependency for service "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Câmpuri greșite pentru dependințe pentru serviciul "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:wrong-fields-for-macro-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Wrong fields for macro "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Câmpuri greșite pentru macro "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:wrong-fields-for-map-link" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Wrong fields for map link.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Câmpuri greșite pentru legătură hartă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:wrong-fields-for-service-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Wrong fields for service "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Câmpuri greșite pentru serviciul "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:wrong-fields-for-time-for-service-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Wrong fields for time for service "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Câmpuri greșite pentru timpul pentru serviciul "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:x" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>X</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>X</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:year-shorty" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>y</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>a</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:y" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Y</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Y</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:y-axis-max-value" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Y axis MAX value</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare MAX axă Y</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:y-axis-max-value-must-be-greater-than-y-axis-min-value" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Y axis MAX value must be greater than Y axis MIN value.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoarea MAX a axei Y trebuie să fie mai mare decât valoarea MIN a axei Y.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:y-axis-min-value" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Y axis MIN value</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare MIN a axei Y</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:y-axis-side" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Y axis side</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Parte axă Y</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:year" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Year</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>An</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:yearly" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Yearly</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Anual</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:yes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Yes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Da</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:y-m-d-his" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Y-m-d H:i:s</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>A-L-Z H:i:s</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:you-are-not-able-to-choose-some-of-the-languages-because-locales-for-them-are-not-installed-on-the-web-server" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>You are not able to choose some of the languages, because locales for them are not installed on the web server.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu poți să alegi unele dintre limbi, pentru că localelel lor nu sunt instalate pe serverul web.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:you-can-not-switch-hosts-for-current-selection" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>You can not switch hosts for current selection.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu poți schimba serverele pentru locația curentă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:you-do-not-have-permissions-to-create-users" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>You do not have permissions to create users.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg> Nu aveți permisiunea să creați utilizatori.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:you-do-not-have-permission-to-perform-this-operation" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>You do not have permission to perform this operation.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu vă este permis să efectuați această operație.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:you-have-no-permissions-to-access-this-page" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>You have no permissions to access this page.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu aveți permisiunea să accesați această pagină.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:you-must-login-to-view-this-page" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>You must login to view this page.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trebuie să vă autentificați pentru a vedea aceasă pagină.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:zabbix" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Zabbix</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Zabbix</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:zabbix" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>ZABBIX</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>ZABBIX</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:zabbix-admin" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Zabbix Admin</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Admin Zabbix</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:zabbix-agent" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Zabbix agent</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Agent Zabbix</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:zabbix-agent-active" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Zabbix agent (active)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Agent (activ) Zabbix</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:zabbix-aggregate" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Zabbix aggregate</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Agregat Zabbix</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:zabbix-has-received-an-incorrect-request" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Zabbix has received an incorrect request.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Zabbix a primit o cerere incorectă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:zabbix-internal" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Zabbix internal</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Intern Zabbix</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:zabbix-internal-authentication" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Zabbix internal authentication</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Autentificare internă Zabbix</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:zabbix-server" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Zabbix server</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Server Zabbix</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:zabbix-server-is-not-running-the-information-displayed-may-not-be-current" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Zabbix server is not running: the information displayed may not be current.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Serverul Zabbix nu funcționează: informația afișată poate să nu fie corectă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:zabbix-server-is-running" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Zabbix server is running</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Serverul Zabbix rulează</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:zabbix-server-is-running-check-interval-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Zabbix server is running check interval "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Serverul Zabbix rulează intervalul de verificare "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:zabbix-server-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Zabbix server name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume server Zabbix</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:zabbix-server-port" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Zabbix server port</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Port server Zabbix </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:zabbix-super-admin" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Zabbix Super Admin</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Super Admin Zabbix </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:zabbix-trapper" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Zabbix trapper</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trapper Zabbix</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-50:LC_MESSAGES/frontend.po:zabbix-user" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Zabbix User</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Utilizator Zabbix</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:pathtonode" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>$.path.to.node</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>$.path.to.node</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:0-infinitely" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>(0 - infinitely)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>(0 - infinit)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:0-or-1" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>0 or 1</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>0 sau 1</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:0-use-action-default" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>(0 - use action default)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>(0 - utilizați acțiunea implicită)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:0-use-default-port" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>0 - use default port</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>0 - utilizați portul implicit</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:1d-characters-exceeds-maximum-length-of-2d-characters" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$d characters exceeds maximum length of %2$d characters</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$d depaseste numarul maxim de %2$d caractere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:1d-day" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$d day</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$d zi</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:1d-day" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$d day</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$d zile</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:1d-day" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$d day</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$d zile</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:screen-reader1d-matches-for-2s-found" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$d matches for %2$s found</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>am găsit %1$d potriviri pentru %2$s</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:1d-of-3d2s-problem-is-shown" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$d of %3$d%2$s problem is shown</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$d din probleme %3$d%2$s este afișat </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:1d-of-3d2s-problem-is-shown" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$d of %3$d%2$s problem is shown</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$d din problema %3$d%2$s este afișat </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:1d-of-3d2s-problem-is-shown" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$d of %3$d%2$s problem is shown</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$d din problema %3$d%2$s este afișat </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:1d-problems-selected" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$d problems selected.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$d probleme selectate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:user-fullname1s-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>(%1$s %2$s)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>(%1$s %2$s)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:screen-reader1s-action" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s action</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s actiuni</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:screen-reader1s-action" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s action</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s acțiune</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:screen-reader1s-action" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s action</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s actiuni</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:1s-characters" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s characters</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s caractere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:1s-characters-remaining" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s characters remaining</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Au mai rămas %1$s caractere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:1s-date-must-be-less-than-2s-date" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>"%1$s" date must be less than "%2$s" date.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Data „%1$s” trebuie să fie înainte de data „%2$s”.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:1s-event" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s event</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s evenimente</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:1s-event" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s event</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s evenimente</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:1s-event" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s event</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s eveniment</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:1s-host-in-maintenance" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s host in maintenance</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s hosts în mentenanță</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:1s-host-in-maintenance" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s host in maintenance</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s hosts în mentenanță</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:1s-host-in-maintenance" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s host in maintenance</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s host în mentenanță</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:1s-hour" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s hour</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s Ore</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:1s-hour" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s hour</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s Oră</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:1s-hour" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s hour</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s Ore</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:1s-instead-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>"%1$s" instead "%2$s"</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>„%1$s” în loc de „%2$s”</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:1s-is-expected" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>"%1$s" is expected</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>trebuie să fie "%1$s"</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:1s-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s item</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s articol</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:1s-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s item</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s articole</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:1s-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s item</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s articole</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:1s-line-2s-column-3s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s [Line: %2$s | Column: %3$s]</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s [Linia: %2$s | Coloana: %3$s]</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:screen-reader1s-message" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s message</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s mesaj</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:screen-reader1s-message" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s message</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s mesaje</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:screen-reader1s-message" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s message</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s mesaje</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:1s-minute" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s minute</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s minute</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:1s-minute" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s minute</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s minut</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:1s-minute" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s minute</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s minute</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:1s-must-be-an-empty-string-or-greater-than-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>"%1$s" must be an empty string or greater than "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>"%1$s" nu trebuie completat sau maimare de "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:1s-of-2s-element-in-problem-state" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s of %2$s element in problem state</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s din %2$s elemente au probleme</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:1s-of-2s-element-in-problem-state" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s of %2$s element in problem state</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s din %2$s elemente au probleme</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:1s-of-2s-element-in-problem-state" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s of %2$s element in problem state</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s din %2$s elemente au probleme</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:screen-reader1s-preselected-use-downup-arrow-keys-and-enter-to-select" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s preselected, use down,up arrow keys and enter to select</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s elemente preselectate, folosește săgețile SUS, JOS și tasta ENTER pentru selectare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:1s-problem" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s problem</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s problemă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:1s-problem" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s problem</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s probleme</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:1s-problem" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s problem</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s probleme</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:1s-problem-in-total" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s problem in total</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s probleme in total</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:1s-problem-in-total" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s problem in total</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>O problemă în total</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:1s-problem-in-total" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s problem in total</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s probleme in total</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:screen-reader1s-read-only" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s, read only</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s, doar citire</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:1s-retry-left" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s retry left</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mai ai %1$s încercări</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:1s-retry-left" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s retry left</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mai ai %1$s încercări</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:1s-retry-left" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s retry left</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mai ai o singură încercare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:1s-second" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s second</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s secundă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:1s-second" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s second</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s secunde</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:1s-second" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s second</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s secunde</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:screen-reader1s-selected" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s, selected</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s, selectat/e</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:screen-reader1s-severity-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s, Severity, %2$s</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s, Severitate, %2$s</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:1s-unacknowledged-problem" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s unacknowledged problem</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s probleme nu au fost luate in considerare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:1s-unacknowledged-problem" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s unacknowledged problem</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s probleme nu au fost luate in considerare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:1s-unacknowledged-problem" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s unacknowledged problem</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>O problemă nu a fost luată în considerare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:1s-value-must-be-less-than-or-equal-to-2s-value" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>"%1$s" value must be less than or equal to "%2$s" value</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>valoarea "%1$s" trebuie să fie mai mică sau egală cu valoarea "%2$s"</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:1s-year-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s (year %2$s)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s (anul %2$s)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:100-busiest-triggers" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>100 busiest triggers</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>100 declanșatori cei mai ocupați</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:10-seconds" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>10 seconds</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>10 secunde</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:1-minute" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>1 minute</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>1 minut</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:24x7" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>24x7</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>24x7</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:30-seconds" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>30 seconds</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>30 secunde</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:3d-view" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>3D view</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Vedere 3D</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:4s-failed-login-attempt-logged-last-failed-attempt-was-from-1s-on-2s-at-3s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%4$s failed login attempt logged. Last failed attempt was from %1$s on %2$s at %3$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%4$s tentative de logare eșuate înregistrate. Ultima tentativă eșuată a fost de la %1$s la %2$s la %3$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:4s-failed-login-attempt-logged-last-failed-attempt-was-from-1s-on-2s-at-3s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%4$s failed login attempt logged. Last failed attempt was from %1$s on %2$s at %3$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%4$s tentative de logare eșuate înregistrate. Ultima tentativă eșuată a fost de la %1$s la %2$s la %3$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:4s-failed-login-attempt-logged-last-failed-attempt-was-from-1s-on-2s-at-3s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%4$s failed login attempt logged. Last failed attempt was from %1$s on %2$s at %3$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%4$s tentativă de logare eșuată înregistrată. Ultima tentativă eșuată a fost de la %1$s la %2$s la %3$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:500-latest-values" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>500 latest values</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>500 ultimele valori</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:5-minutes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>5 minutes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>5 minute</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:5-seconds" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>5 seconds</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>5 secunde</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:abbreviation-of-severity-levela" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>A</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>M</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:above-value" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Above value</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Peste valoare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:abscissa" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Abscissa</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Abscisă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:access-denied" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Access denied</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acces refuzat!</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:access-denied" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Access denied!</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acces refuzat!</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:access-to-actions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Access to actions</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acces la acțiuni</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:access-to-api" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Access to API</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acces la API</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:access-to-modules" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Access to modules</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acces la module</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:access-to-services" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Access to services</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acces la servicii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:access-to-ui-elements" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Access to UI elements</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acces la elementele UI</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:ack" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Ack</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cnf</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:acknowledge" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Acknowledge</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Confirmare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:acknowledged" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Acknowledged</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Confirmat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:acknowledged-problem-events" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Acknowledged PROBLEM events</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Evenimente PROBLEMA confirmate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:acknowledged-resolved-events" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Acknowledged RESOLVED events</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Evenimente REZOLVATE confirmate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:acknowledge-problems" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Acknowledge problems</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Confirmați problemele</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:action" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Action</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acțiune</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:action-1s-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Action "%1$s" already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acțiunea "%1$s" există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:action-2s-is-not-available-for-user-role-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Action "%2$s" is not available for user role "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acțiunea „%2$s” nu este permisă pentru nivelul utilizator „%1$s”.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:action-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Action added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acțiune adăugată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:action-class-1s-must-extend-2s-class" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Action class %1$s must extend %2$s class.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Clasa de acțiuni %1$s trebuie să extindă clasa %2$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:action-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Action deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acțiune ștearsă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:action-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Action disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acțiuni dezactivate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:action-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Action disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acțiuni dezactivate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:action-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Action disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acțiune dezactivată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:action-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Action enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acțiuni dezactivate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:action-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Action enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acțiune activată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:action-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Action enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acțiuni dezactivate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:action-log" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Action log</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Jurnal de acțiuni</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:action-operation" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Action operation</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Action operation</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:actions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Actions</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acțiuni</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:action-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Action updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acțiune actualizată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:active" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Active</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activ</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:maintenance-statusactive" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Active</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activ</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:active-since" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Active since</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activ de la</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:active-till" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Active till</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activ până la</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:add" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Add</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adaugă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:add-a-new-widget" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Add a new widget</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adăugați un widget nou</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:add-child-element" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Add child element</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adăugați elementul copil</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:add-child-service" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Add child service</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adăugați serviciul copil</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:add-child-services" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Add child services</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adăugați servicii copil</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adăugat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:screen-readeradded-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Added, %1$s</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adăugat, %1$s</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:add-from" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Add from</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adăugați de la</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:add-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Add host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adaugă server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:add-item-column" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Add item column</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adăugați coloana articol</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:additional-rule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Additional rule</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Regulă suplimentară</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:additional-rules" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Additional rules</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Reguli suplimentare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:add-message-type-limit-reached" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Add (message type limit reached)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adăugați (limita tipului de mesaj atinsă)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:add-missing" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Add missing</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adăugați lipsă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:add-multiple-maps" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Add multiple maps</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adăugați hărți multiple</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:add-new-data-set" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Add new data set</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adăugați un set nou de date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:add-new-interface" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Add new interface</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adăugați o interfață nouă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:add-new-override" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Add new override</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adăugați o nouă modificare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:add-override" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>ADD OVERRIDE</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>ADĂUGAȚI SUPRASCRIERE</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:add-page" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Add page</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adaugați pagină</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:add-parent-services" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Add parent services</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adăugați serviciu părinte</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:add-problem-comments" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Add problem comments</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adăugați comentarii la problemă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:add-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Add prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adaugă prototip</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:address" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Address</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Abordare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:add-scheduled-report" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Add scheduled report</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adăugați raportul programat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:add-services" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Add services</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adăugați servicii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:add-submaps" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Add submaps</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adăugați sub-hărți</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:add-to-favorites" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Add to favorites</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adaugați la favorite</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:add-to-host-group" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Add to host group</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adaugă la grupul de servere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:add-to-host-groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Add to host groups</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adaugă la grupurile de servere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:add-user" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Add user</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adăugați utilizator</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:add-user-group" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Add user group</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adăugați un grup de utilizatori</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:add-widget" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Add widget</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adăugați widget</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:admin" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Admin</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Admin</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:administration" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Administration</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Administrare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:advanced-configuration" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Advanced configuration</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare avansată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:advanced-labels" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Advanced labels</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Etichete avansate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:after-value" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>After value</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>După valoare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:age" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Age</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Vechime</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:age-less-than" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Age less than</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Vechime mai mică decât</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:agent" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>agent</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>agent</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:agent" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Agent</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Agent</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:agent-availability-check-returns-nothing-unavailable-1-available" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Agent availability check. Returns nothing - unavailable; 1 - available</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Verificarea disponibilității agentului. Nu returnează nimic - indisponibil; 1 - disponibil</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:agent-encryption" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Agent encryption</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Criptare agent</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:agent-host-metadata-returns-string" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Agent host metadata. Returns string</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Metadatele agentului gazdei. Returnează un șir de caractere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:agent-host-name-returns-string" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Agent host name. Returns string</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numele agentului gazdei. Returnează un șir de caractere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:agent-interfaces" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Agent interfaces</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Interfețe agent</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:agent-variant-check-returns-1-for-zabbix-agent-2-for-zabbix-agent-2" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Agent variant check. Returns 1 - for Zabbix agent; 2 - for Zabbix agent 2</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Verificare variantă agent. Returnează 1 - pentru agentul Zabbix; 2 - pentru agentul Zabbix 2</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:aggregate" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Aggregate</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Agregat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:aggregate-functions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Aggregate functions</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Funcții agregate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:aggregation-function" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Aggregation function</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Funcția de agregare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:aggregation-interval" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Aggregation interval</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Interval de agregare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:alert-message" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Alert message</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mesaj de alertă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:algorithm" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Algorithm</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Algoritm</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:alias" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Alias</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Alias</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:align-map-elements" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Align map elements</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Aliniați elementele hărții</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:all" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>all</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>toți</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:all" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>All</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tot</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:all-dashboards" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>All dashboards</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Toate tablourile de bord</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:all-graphs" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>All graphs</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Toate graficele</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:all-groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>All groups</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Toate grupurile</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:all-hosts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>All hosts</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Toate gazdele</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:all-links-should-have-name-and-url-specified" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>All links should have "Name" and "URL" specified</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Toate linkurile trebuie sa aibă "Nume" și "URL" specificat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:all-maps" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>All maps</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Toate hărțile</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:all-media" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>all media</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>toata media</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:allowed-hosts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Allowed hosts</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Servere permise</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:allowed-methods" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Allowed methods</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Metode permise</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:allow-list" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Allow list</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Permite afișarea</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:allow-manual-close" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Allow manual close</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Permite închiderea manuală</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:all-problems" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>All problems</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Toate problemele</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:all-problems-if-tag-values-match" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>All problems if tag values match</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Toate problemele dacă valorile etichetelor se potrivesc</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:all-services" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>All services</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Toate serviciile</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:all-tags" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>All tags</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Toate etichetele</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:all-templates" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>All templates</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Toate șabloanele</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:alternatively-you-can-install-it-manually" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Alternatively, you can install it manually:</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Alternativ, îl puteți instala manual:</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:and" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>And</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Și</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:andor" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>And/Or</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Și/Sau</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:annually" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Annually</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Anual</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:any" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Any</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Orice</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:any-character-string-included" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Any character string included</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Orice șir de caractere inclus</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:api-access" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>API access</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acces API</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:api-methods" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>API methods</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>metode API</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:api-token" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>API token</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Token API</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:api-token-1s-already-exists-for-userid-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>API token "%1$s" already exists for userid "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Token-ul API „%1$s” există deja pentru ID-ul de utilizator „%2$s”.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:api-token-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>API token added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Token-ul API adăugat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:api-token-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>API token deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Token-ul API șters</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:api-token-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>API token disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Token-ul API dezactivat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:api-token-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>API token enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Token-ul API validat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:api-token-expired" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>API token expired.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Token-ul API expirat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:api-tokens" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>API tokens</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Token-i API</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:api-token-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>API token updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Token-ul API actualizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:application-error" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Application error.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eroare aplicație.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:apply" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Apply</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Aplică</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:apply-permissions-and-tag-filters-to-all-subgroups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Apply permissions and tag filters to all subgroups</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Aplicați permisiuni și filtre de etichetare tuturor subgrupurilor</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:maintenance-statusapproaching" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Approaching</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Abordare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:apr" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Apr</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Apr</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:april" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>April</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Aprilie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:area-size" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Area size</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dimensiunea suprafeței</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:area-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Area type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipul suprafeței</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:are-you-sure-you-want-to-delete" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Are you sure you want to delete?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Sigur doriți să ștergeți?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:are-you-sure-you-want-to-delete-this-filter" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Are you sure you want to delete this filter?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Sigur doriți să ștergeți acest filtru?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:are-you-sure-you-want-to-perform-this-action" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Are you sure you want to perform this action?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Sigur doriți să efectuați această acțiune?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:arithmetic" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Arithmetic</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Aritmetic</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:as-blue" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>as Blue</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>ca Albastru</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:as-green" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>as Green</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>ca Verde</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:as-is" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>As is</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Așa cum este</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:as-plain-text" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>As plain text</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ca text simplu</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:as-red" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>as Red</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>ca Roșu</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:assertions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Assertions</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Afirmații</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:asset-tag" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Asset tag</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eticheta activului</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:at-1s2s-3s-of-every-week" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>At %1$s:%2$s %3$s of every week</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>La %1$s:%2$s %3$s din %4$s săptămâni</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:at-1s2s-3s-of-every-week" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>At %1$s:%2$s %3$s of every week</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>La %1$s:%2$s %3$s din %4$s săptămâni</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:at-1s2s-3s-of-every-week" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>At %1$s:%2$s %3$s of every week</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>La %1$s:%2$s %3$s săptămânal</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:at-1s2s-every-day" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>At %1$s:%2$s every day</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>La %1$s:%2$s la fiecare %3$s zile</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:at-1s2s-every-day" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>At %1$s:%2$s every day</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>La %1$s:%2$s la fiecare %3$s zile</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:at-1s2s-every-day" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>At %1$s:%2$s every day</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>La %1$s:%2$s zilnic</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:at-1s2s-on-3s-4s-of-every-5s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>At %1$s:%2$s on %3$s %4$s of every %5$s</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>La %1$s:%2$s în %3$s %4$s în fiecare %5$s</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:at-1s2s-on-day-3s-of-every-4s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>At %1$s:%2$s on day %3$s of every %4$s</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>La %1$s:%2$s în ziua %3$s în fiecare %4$s</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:at-hourminute" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>At (hour:minute)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>La (oră:minut)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:at-least-one-action-is-mandatory" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>At least one action is mandatory.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cel puțin o acțiune este obligatorie.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:at-least-one-active-user-must-exist-with-role-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>At least one active user must exist with role "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trebuie să existe cel puțin un utilizator activ cu rolul „%1$s”.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:at-least-one-day-of-the-week-or-day-of-the-month-must-be-specified" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>At least one day of the week or day of the month must be specified.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trebuie specificată cel puțin o zi a/din săptămânii sau o zi a/din lunii.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:at-least-one-host-group-or-host-must-be-selected" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>At least one host group or host must be selected.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trebuie selectat cel puțin o gazdă sau un grup de gazde.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:at-least-one-host-or-template-must-be-specified" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>At least one host or template must be specified.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trebuie specificat cel puțin o gazdă sau un șablon.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:at-least-one-of-mysql-postgresql-or-oracle-should-be-supported" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>At least one of MySQL, PostgreSQL or Oracle should be supported.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cel puțin unul dintre MySQL, PostgreSQL sau Oracle ar trebui să fie acceptat.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:at-least-one-operation-must-be-selected" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>At least one operation must be selected.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trebuie selectată cel puțin o operațiune.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:at-least-one-operation-must-exist" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>At least one operation must exist.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trebuie să existe cel puțin o operațiune.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:at-least-one-ui-element-must-be-checked" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>At least one UI element must be checked.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trebuie bifat/verificat cel puțin un element UI.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:at-least-one-ui-element-must-be-enabled-for-user-role-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>At least one UI element must be enabled for user role "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cel puțin un element UI trebuie activat pentru nivelul utilizator „%1$s”.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:at-least-one-update-operation-or-message-is-mandatory" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>At least one update operation or message is mandatory</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Sunt obligatorii cel puțin un mesaj sau o operațiune de actualizare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:at-least-one-update-operation-or-message-must-exist" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>At least one update operation or message must exist.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trebuie să existe cel puțin un mesaj sau o operațiune de actualizare.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:at-least-one-user-or-user-group-must-be-selected" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>At least one user or user group must be selected.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trebuie selectat cel puțin un utilizator sau un grup de utilizatori.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:at-least-one-user-or-user-group-must-be-specified" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>At least one user or user group must be specified.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trebuie specificat cel puțin un utilizator sau un grup de utilizatori.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:attempt-interval" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Attempt interval</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Interval de încercare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:attempts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Attempts</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Încercări</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:attribution" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Attribution</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Atribuire</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:audit" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Audit</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Audit</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:audit-log" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Audit log</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Jurnal de audit</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:audit-settings" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Audit settings</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Setări de audit</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:aug" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Aug</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Aug</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:august" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>August</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>August</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:authentication" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Authentication</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Autentificare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:authentication-algorithm" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Authentication algorithm</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Algoritm de autentificare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:authentication-failed-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Authentication failed: %1$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Autentificarea eșuată: %1$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:authentication-method" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Authentication method</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Metodă de autentificare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:authentication-passphrase" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Authentication passphrase</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Frază de acces pentru autentificare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:authentication-protocol" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Authentication protocol</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Protocol de autentificare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:authentication-settings-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Authentication settings updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Setările de autentificare au fost actualizate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:authn-requests" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>AuthN requests</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Solicitări/cereri AuthN</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:author" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Author</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Autor</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:authorization" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Authorization</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Autorizare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:auth-token" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Auth token</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Token de autorizare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:auto" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Auto</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Auto</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:history-source-selection-methodauto" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Auto</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Auto</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:auto-login" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Auto-login</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Auto-login</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:auto-login-and-auto-logout-options-cannot-be-enabled-together" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Auto-login and auto-logout options cannot be enabled together.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Opțiunile de conectare automată și de deconectare automată nu pot fi activate împreună.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:auto-logout" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Auto-logout</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Deconectare automată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:automatic" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Automatic</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Automată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:automatic-icon-mapping" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Automatic icon mapping</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Maparea icon automată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:automatic-icon-selection" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Automatic icon selection</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Selectarea automată icon</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:autoregistration" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Autoregistration</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Înregistrare automată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:autoregistration-actions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Autoregistration actions</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acțiuni de înregistrare automată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:autoregistration-data-storage-period" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Autoregistration data storage period</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Perioada de stocare a datelor de înregistrare automată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:availability" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Availability</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Disponibilitate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:availability-report" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Availability report</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Raport disponibilitate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:available" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Available</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Disponibil</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:average" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Average</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mediu</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:avg" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>avg</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>avg</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:avoid-easy-to-guess-passwords" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Avoid easy-to-guess passwords</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Evitați parolele ușor de ghicit</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:axes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Axes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Axe</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:back" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Back</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Înapoi</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:background" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Background</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Fundal</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:background-color" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Background color</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Culoare de fundal</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:background-image" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Background image</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Imagine de fundal</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:bar" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Bar</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Bară/Linie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:base-color" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Base color</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Culoare de bază</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:base-dn" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Base DN</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Bază DN</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:basic" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Basic</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>De bază</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:before-value" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Before value</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Înainte de valoare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:below-value" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Below value</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Sub valoare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:bind-dn" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Bind DN</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Bind DN</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:bind-password" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Bind password</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Parolă asociată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:bits-to-shift" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Bits to shift</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Biți de mutat/deplasat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:bitwise-functions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Bitwise functions</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Funcții pe biți</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:blocked" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Blocked</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Blocat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:blue" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Blue</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Albastru</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:body" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Body</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Corp</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:body-and-headers" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Body and headers</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Corp și anteturi</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:bold" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Bold</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Îngroșat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:bold-line" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Bold line</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Linie îngroșate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:boolean-to-decimal" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Boolean to decimal</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Boolean la zecimal</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:border" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Border</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Chenar//Margine/frontieră</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:border-color" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Border color</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Culoarea chenarului</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:border-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Border type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipul de chenar</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:border-width" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Border width</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Lățimea chenarului</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:both-passwords-must-be-equal" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Both passwords must be equal.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ambele parole trebuie să fie identice.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:bottom" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Bottom</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Jos</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:bottom-n" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Bottom N</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Jos N</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:bring-forward" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Bring forward</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Aduceți înainte</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:bring-to-front" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Bring to front</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Aduceți în față</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:bulgarian-bg_bg" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Bulgarian (bg_BG)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Bulgară (bg_BG)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:by-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>By host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>După server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:by-trigger-template" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>By trigger template</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>După șablonul trigger-ului</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:calculated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Calculated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Calculat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:calendar" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Calendar</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Calendar</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:callback" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Callback</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Apelare inversă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cancel" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cancel</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Anulează</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-add-action" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add action</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga acțiunea</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-add-a-non-numeric-item-1s-to-graph-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add a non-numeric item "%1$s" to graph "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga elementul non-numeric "%1$s" la graficul "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-add-a-non-numeric-item-1s-to-graph-prototype-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add a non-numeric item "%1$s" to graph prototype "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga elementul non-numeric "%1$s" la prototipul grafic "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-add-api-token" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add API token</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Token-ul API nu poate fi adăugat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-add-correlation" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add correlation</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Corelația  nu poate fi adăugată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-add-dependency-from-a-host-to-a-template" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add dependency from a host to a template.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga dependința server - șablon.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-add-dependency-from-trigger-1s2s-to-non-existing-trigger-3s4s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add dependency from trigger "%1$s:%2$s" to non existing trigger "%3$s:%4$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga dependința trigger "%1$s:%2$s" la trigger nonexistent "%3$s:%4$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-add-discovery-rule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add discovery rule</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga regula de detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-add-graph" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add graph</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga graficul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-add-graph-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add graph prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga un prototip grafic</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-add-group" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add group</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga grupul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-add-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga serverul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-add-host-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add host prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga prototipul serverului</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-add-image" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add image</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga imaginea</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-add-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add item</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga elementul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-add-item-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add item prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga prototip item</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-add-maintenance" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add maintenance</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga mentenanța</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-add-media-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add media type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga tipul de media</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-add-module-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add module: %1$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot adăuga module: %1$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-add-module-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add module: %1$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot adăuga module: %1$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-add-module-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add module: %1$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga modulul: %1$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-add-more-than-one-item-with-type-graph-sum-on-graph-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add more than one item with type "Graph sum" on graph "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot adăuga mai mult de un element de tipul "Sum grafic" la graficul "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-add-more-than-one-item-with-type-graph-sum-on-graph-prototype-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add more than one item with type "Graph sum" on graph prototype "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot adăuga mai mult de un element de tipul "Graph sum" la prototipul grafic "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-add-network-map" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add network map</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga harta rețea</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-add-proxy" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add proxy</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga proxy</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-add-regular-expression" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add regular expression</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga expresia regulată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-add-scheduled-report" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add scheduled report</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Raportul programat  nu poate fi adăugat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-add-script" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add script</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga scriptul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-add-submaps-max-depth-reached" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add submaps. Max depth reached.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot adăuga sub-hărți. Adâncimea maximă atinsă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-add-template" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add template</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga șablonul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-add-trigger" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add trigger</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga trigger-ul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-add-trigger-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add trigger prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga un prototip trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-add-user" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add user</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga utilizatorul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-add-user-group" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add user group</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grupul de utilizatori  nu poate fi adăugat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-add-web-scenario" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add web scenario</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pate adăuga scenariul web</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-add-widget-not-enough-free-space-on-the-dashboard" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add widget: not enough free space on the dashboard.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga un widget: spațiu liber insuficient pe tabloul de bord.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:screen-readercannot-be-removed" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot be removed</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu poate fi eliminat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-bind-anonymously-to-ldap-server" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot bind anonymously to LDAP server.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate lega/conecta anonim la serverul LDAP.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-bind-to-ldap-server" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot bind to LDAP server.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate lega/conecta la serverul LDAP.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-build-expression-tree-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot build expression tree: %1$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate crea arborele de expresii: %1$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-change-the-user-type-of-own-role" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot change the user type of own role.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate modifica tipul de utilizator al rolului propriu.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-clear-history" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot clear history</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge istoricul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-clone-graph-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot clone graph prototypes.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot clona prototipurile de grafic.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-clone-item-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot clone item prototypes.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot clona prototipurile de element.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-clone-trigger-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot clone trigger prototypes.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot clona prototipurile de trigger.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-close-problem-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot close problem: %1$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate închide problema: %1$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-connect-to-ldap-server" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot connect to LDAP server.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate conecta la serverul LDAP.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-connect-to-the-database" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot connect to the database.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate conecta la baza de date.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-convert-post-data" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot convert POST data:</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot converti datele POST:</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-copy-graph" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot copy graph</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate copia graficul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-copy-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot copy item</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate copia item-ul/articolul/elementul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-copy-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot copy item</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Elementul/articolul nu poate fi copiat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-copy-trigger" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot copy trigger</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate copia declanșatorul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-copy-trigger-1s2s-because-it-has-multiple-hosts-in-the-expression" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot copy trigger "%1$s:%2$s", because it has multiple hosts in the expression.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate copia trigge-rul "%1$s:%2$s", deoarece are servere multiple in expresie.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-copy-trigger-1s-because-it-has-multiple-hosts-in-the-expression" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot copy trigger "%1$s", because it has multiple hosts in the expression.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate copia declanșatorul „%1$s”, deoarece are mai multe gazde în expresie.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-create-a-host-prototype-on-a-discovered-host-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot create a host prototype on a discovered host "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate crea un prototip de server pe serverul detectat "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-create-another-database-connection" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot create another database connection.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate crea o altă conexiune la baza de date.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-create-circular-dependencies" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot create circular dependencies.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot crea dependințe circulare.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-create-dependency-on-trigger-itself" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot create dependency on trigger itself.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate crea dependință cu trigger-ul însuși.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-create-discovery-rule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot create discovery rule</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate crea regula de detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-create-icon-map" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot create icon map</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate crea icon hartă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-create-scheduled-report" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot create scheduled report</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate crea raportul programat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-create-service-1s-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot create service "%1$s": %2$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate crea serviciul „%1$s”: %2$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-create-the-configuration-file" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot create the configuration file.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate crea fișierul de configurare.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-create-user-role" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot create user role</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate crea rolul de utilizator</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-delete-action" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete action</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge acțiunea</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-delete-api-token" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete API token</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge token-ul API</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-delete-correlation" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete correlation</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge corelația</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-delete-correlation" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete correlation</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge corelația</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-delete-correlation" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete correlation</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge corelația</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-delete-dashboard" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete dashboard</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge tabloul de bord</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-delete-dependency" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete dependency</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge dependința</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-delete-discovery-rule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete discovery rule</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge regula de detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-delete-discovery-rules" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete discovery rules</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot șterge regulile de detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-delete-graph" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete graph</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge graficul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-delete-graph-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete graph prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge prototipul graficului</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-delete-graph-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete graph prototypes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot șterge prototipuri grafice</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-delete-graphs" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete graphs</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot șterge graficele</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-delete-group" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete group</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge grupul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-delete-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge serverul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-delete-host-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete host prototypes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot șterge prototipurile de server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-delete-icon-map" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete icon map</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge maparea icon-ului</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-delete-image" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete image</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge imaginea</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-delete-interface-for-discovered-host-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete interface for discovered host "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge interfața pentru gazda descoperită „%1$s”.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-delete-inventory" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete inventory.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge inventarul.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-delete-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete item</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge elementul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-delete-item-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete item prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge prototipul itemului</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-delete-item-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete item prototypes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot şterge prototipurile de element</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-delete-items" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete items</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot șterge elementele</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-delete-maintenance" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete maintenance</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge mentenanța</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-delete-media-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete media type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge tipul media</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-delete-module-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete module: %1$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge modulul: %1$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-delete-module-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete module: %1$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot șterge module: %1$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-delete-module-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete module: %1$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot șterge module: %1$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-delete-network-map" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete network map</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge harta rețea</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-delete-proxy" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete proxy</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge proxy-ul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-delete-regular-expression" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete regular expression</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge expresia regulată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-delete-regular-expression" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete regular expression</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot șterge expresiile regulate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-delete-regular-expression" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete regular expression</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot șterge expresiile regulate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-delete-scheduled-report" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete scheduled report</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge raportul programat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-delete-script" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete script</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge scriptul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-delete-script" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete script</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge script-ul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-delete-scripts-script-1s-is-used-in-action-operation-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete scripts. Script "%1$s" is used in action operation "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot șterge scripturile. Scriptul "%1$s" este folosit in acțiunea "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-delete-selected-actions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete selected actions</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot șterge acțiunile selectate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-delete-service" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete service</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge serviciul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-delete-service-1s-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete service "%1$s": %2$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge serviciul „%1$s”: %2$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-delete-sla" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete SLA</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge SLA</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-delete-template" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete template</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge șablonul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-delete-templated-graph" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete templated graph.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge graficul șablon.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-delete-templated-graph-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete templated graph prototype.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge prototipul de grafic șablon.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-delete-templated-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete templated item.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pote șterge un element bazat pe un șablon.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-delete-templated-item-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete templated item prototype.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge prototipul articolului șablon.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-delete-templated-items" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete templated items.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot șterge elementele bazate pe șabloane.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-delete-templated-trigger-1s2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete templated trigger "%1$s:%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge trigger-ul "%1$s:%2$s" bazat pe un șablon.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-delete-templated-trigger-prototype-1s2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete templated trigger prototype "%1$s:%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge prototipul de declanșator șablon „%1$s:%2$s”.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-delete-templated-web-scenario-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete templated web scenario "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge scenariul web "%1$s" bazat pe un șablon.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-delete-trigger" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete trigger</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge trigger-ul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-delete-trigger-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete trigger prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge prototipul trigger-ului</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-delete-trigger-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete trigger prototypes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot şterge prototipurile triggerilor</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-delete-triggers" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete triggers</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot șterge triggerii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-delete-user" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete user</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge utilizatorul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-delete-user-group" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete user group</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge grupul de utilizatori</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-delete-user-role" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete user role</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate crea rolul de utilizator</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-delete-web-scenario" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete web scenario</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge scenariul web</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-delete-zabbix-internal-user-1s-try-disabling-that-user" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete Zabbix internal user "%1$s", try disabling that user.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge utilizatorul intern Zabbix "%1$s", încercați să dezactivați acest utilizator.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-disable-action" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable action</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot dezactiva acţiunile</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-disable-action" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable action</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot dezactiva acţiunile</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-disable-action" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable action</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate dezactiva acţiunea</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-disable-api-token" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable API token</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate dezactiva token-ul API</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-disable-correlation" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable correlation</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate dezactiva corelația</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-disable-discovery-rule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable discovery rule</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot dezactiva regulile de detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-disable-discovery-rule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable discovery rule</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate dezactiva regula de detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-disable-discovery-rule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable discovery rule</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot dezactiva regulile de detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-disable-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot dezactiva servererele</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-disable-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate dezactiva serverul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-disable-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot dezactiva servererele</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-disable-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable item</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate dezactiva elementul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-disable-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable item</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot dezactiva elementele</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-disable-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable item</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot dezactiva elementele</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-disable-media-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable media type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate dezactiva tipul media</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-disable-media-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable media type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate dezactiva tipul media</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-disable-media-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable media type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate dezactiva tipul media</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-disable-module-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable module: %1$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate dezactiva modulul: %1$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-disable-module-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable module: %1$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot dezactiva modulele: %1$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-disable-module-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable module: %1$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot dezactiva modulele: %1$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-disable-scheduled-report" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable scheduled report</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate dezactiva raportul programat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-disable-sla" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable SLA</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate dezactiva SLA</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-disable-trigger" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable trigger</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot dezactiva triggerii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-disable-trigger" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable trigger</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot dezactiva triggerii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-disable-trigger" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable trigger</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate dezactiva triggerul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-disable-web-scenario" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable web scenario</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate dezactiva scenariul web</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-disable-web-scenario" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable web scenario</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot dezactiva scenariile web</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-disable-web-scenario" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable web scenario</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate dezactiva scenariul web</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-display-item-queue" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot display item queue.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu poate afişa coada element.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-display-more-than-one-item-with-type-graph-sum" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot display more than one item with type "Graph sum".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate afișa mai mult de un element de tipul "Sum grafic".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-enable-action" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable action</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot activa acțiunile</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-enable-action" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable action</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate activa acțiunea</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-enable-action" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable action</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot activa acțiunile</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-enable-api-token" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable API token</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate activa token-ul API</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-enable-correlation" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable correlation</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate activa corelația</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-enable-discovery-rule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable discovery rule</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate activa regula de detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-enable-discovery-rule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable discovery rule</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot activa regulile de detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-enable-discovery-rule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable discovery rule</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot activa regulile de detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-enable-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate activa srverul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-enable-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot activa serverele</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-enable-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot activa serverele</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-enable-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable item</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot activa elementele</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-enable-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable item</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot activa elementele</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-enable-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable item</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate activa elementul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-enable-media-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable media type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate activa tipul media</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-enable-media-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable media type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate activa tipul media</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-enable-media-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable media type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate activa tipurile media</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-enable-module-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable module: %1$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot activa modulele: %1$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-enable-module-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable module: %1$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot activa modulele: %1$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-enable-module-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable module: %1$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate activa modulul: %1$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-enable-scheduled-report" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable scheduled report</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate activa raportul programat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-enable-sla" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable SLA</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate activa SLA</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-enable-trigger" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable trigger</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot activa trigerii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-enable-trigger" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable trigger</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate activa trigger-ul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-enable-trigger" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable trigger</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot activa trigerii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-enable-web-scenario" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable web scenario</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate activa scenariul web</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-enable-web-scenario" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable web scenario</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot activa scenariile web</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-enable-web-scenario" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable web scenario</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot activa scenariile web</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-evaluate-expression" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot evaluate expression</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate evalua expresia</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-execute-script" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot execute script.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate executa script-ul.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-expand-macros" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot expand macros.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot extinde macrocomenzile.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-find-background-image-1s-used-in-map-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find background image "%1$s" used in map "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate găsi imaginea de fundal "%1$s" folosită în harta "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-find-graph-1s-used-in-dashboard-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find graph "%1$s" used in dashboard "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate găsi graficul „%1$s” folosit în tabloul de bord „%2$s”.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-find-group-1s-used-in-map-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find group "%1$s" used in map "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate găsi grupul "%1$s" folosit în harta "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-find-host-1s-used-in-dashboard-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find host "%1$s" used in dashboard "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate găsi gazda „%1$s” folosită în tabloul de bord „%2$s”.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-find-host-1s-used-in-map-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find host "%1$s" used in map "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate găsi serverul "%1$s" folosit în harta "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-find-host-group-1s-for-host-prototype-2s-of-discovery-rule-3s-on-4s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find host group "%1$s" for host prototype "%2$s" of discovery rule "%3$s" on "%4$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate gasi grupul server "%1$s" pentru serverul prototip "%2$s" a regulii de detecție "%3$s" pe "%4$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-find-host-interface-on-1s-for-item-key-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find host interface on "%1$s" for item key "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate găsi interfața serverului în "%1$s" pentru elementul "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-find-icon-1s-used-in-map-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find icon "%1$s" used in map "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate găsi icon-ul "%1$s" folosit în harta "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-find-icon-map-1s-used-in-map-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find icon map "%1$s" used in map "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate găsi maparea icon-ului "%1$s" folosit în harta "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-find-interface-1s-used-for-discovery-rule-2s-on-3s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find interface "%1$s" used for discovery rule "%2$s" on "%3$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate găsi interfața „%1$s” folosită pentru regula de descoperire „%2$s” în „%3$s”.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-find-item-1s-on-2s-used-as-the-y-axis-max-value-for-graph-3s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find item "%1$s" on "%2$s" used as the Y axis MAX value for graph "%3$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate găsi elementul "%1$s" pe "%2$s" folosit ca și axă Y valoarea MAX pentru graficul "%3$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-find-item-1s-on-2s-used-as-the-y-axis-max-value-for-graph-prototype-3s-of-discovery-rule-4s-on-5s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find item "%1$s" on "%2$s" used as the Y axis MAX value for graph prototype "%3$s" of discovery rule "%4$s" on "%5$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate găsi elementul  "%1$s" pe "%2$s" folosit ca și axă Y valoarea MAX pentru prototipul grafic "%3$s" a regulii de detecție "%4$s" pe "%5$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-find-item-1s-on-2s-used-as-the-y-axis-min-value-for-graph-3s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find item "%1$s" on "%2$s" used as the Y axis MIN value for graph "%3$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate găsi elementul "%1$s" pe "%2$s" folosit ca și axă Y valoarea MIN pentru graficul "%3$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-find-item-1s-on-2s-used-as-the-y-axis-min-value-for-graph-prototype-3s-of-discovery-rule-4s-on-5s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find item "%1$s" on "%2$s" used as the Y axis MIN value for graph prototype "%3$s" of discovery rule "%4$s" on "%5$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate găsi elementul  "%1$s" pe "%2$s" used as the Y axis MIN value for graph prototype "%3$s" of discovery rule "%4$s" on "%5$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-find-map-1s-used-in-map-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find map "%1$s" used in map "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate găsi harta "%1$s" folosită în harta "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-find-template-1s-for-host-prototype-2s-of-discovery-rule-3s-on-4s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find template "%1$s" for host prototype "%2$s" of discovery rule "%3$s" on "%4$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate gasi șablonul "%1$s" pentru serverul prototip "%2$s" a regulii de detecție "%3$s" pe "%4$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-find-trigger-1s-used-in-map-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find trigger "%1$s" used in map "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate găsi trigger-ul "%1$s" folosit în harta "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-find-value-map-1s-used-for-item-2s-on-3s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find value map "%1$s" used for item "%2$s" on "%3$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate găsi harta valorilor "%1$s" folosită pentru elementul "%2$s" pe "%3$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-find-value-map-1s-used-for-item-prototype-2s-of-discovery-rule-3s-on-4s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find value map "%1$s" used for item prototype "%2$s" of discovery rule "%3$s" on "%4$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate gasi harta valorilor "%1$s" folosită pentru prototipul item  "%2$s" a regulii de detecție "%3$s" pe "%4$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-import-template-1s-linked-template-2s-does-not-exist" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot import template "%1$s", linked template "%2$s" does not exist.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate importa template-ul "%1$s", șabloanele corelate "%2$s" nu există.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-import-template-1s-linked-template-2s-does-not-exist" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot import template "%1$s", linked template "%2$s" does not exist.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate importa template-ul "%1$s", șabloanele corelate "%2$s" nu există.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-import-template-1s-linked-template-2s-does-not-exist" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot import template "%1$s", linked template "%2$s" does not exist.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate importa template-ul "%1$s", șablonul corelat "%2$s" nu există.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-insert-trigger-expression" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot insert trigger expression</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate introduce expresia trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-link-template" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot link template</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate asocia șablonul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-load-module-at-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot load module at: %1$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate încărca modulul: %1$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-load-module-at-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot load module at: %1$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot încărca modulele la: %1$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-load-module-at-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot load module at: %1$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot încărca modulele la: %1$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-log-out" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot log out.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate deconecta.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-mass-update-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot mass update host name.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate face actualizare în masă a numelui serverului.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-mass-update-visible-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot mass update visible host name.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate face actualizare în masă a numelui vizibil al serverului.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-perform-delete-statement-on-table-1s-without-where-condition" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot perform delete statement on table "%1$s" without where condition.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate efectua instrucțiunea de ștergere în tabela "%1$s" fără condiția where.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-perform-update-statement-on-table-1s-without-values" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot perform update statement on table "%1$s" without values.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate efectua instrucțiunea de actualizare în tabela "%1$s" fără valori.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-perform-update-statement-on-table-1s-without-where-condition" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot perform update statement on table "%1$s" without where condition.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate efectua instrucțiunea de actualizare în tabela "%1$s" fără condiția where.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-read-json-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot read JSON: %1$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate citi JSON: %1$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-read-the-response-check-connection-with-the-zabbix-server-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot read the response, check connection with the Zabbix server "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate citi răspunsul, verificați conexiunea cu serverul Zabbix "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-read-xml-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot read XML: %1$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate citi XML: %1$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-read-yaml-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot read YAML: %1$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate citi YAML: %1$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-rename-guest-user" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot rename guest user.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate redenumi utilizatorul guest.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-save-discovery-rule-without-checks" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot save discovery rule without checks.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate salva regula de detecție fără verificări.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-save-widget-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot save widget "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate salva widgetul „%1$s”.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-send-command-check-connection-with-zabbix-server-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot send command, check connection with Zabbix server "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate trimite comanda, verificați conexiunea cu serverul Zabbix "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-send-request" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot send request</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate trimite cererea</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-send-request-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot send request: %1$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate trimite cererea: %1$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-set-1s-for-graph-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot set "%1$s" for graph "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate seta „%1$s” pentru graficul „%2$s”.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-set-1s-for-graph-prototype-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot set "%1$s" for graph prototype "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate seta „%1$s” pentru prototipul de grafic „%2$s”.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-set-1s-for-item-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot set "%1$s" for item "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate seta "%1$s" pentru elementul "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-set-inventory-fields-for-disabled-inventory" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot set inventory fields for disabled inventory.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot seta câmpurile inventarului pentru un inventar dezactivat.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-set-session-cookie" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot set session cookie.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate seta cookie-ul de sesiune.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-specify-propagation_rule-parameter-without-specifying-propagation_value-parameter-for-service-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot specify "propagation_rule" parameter without specifying "propagation_value" parameter for service "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate specifica parametrul „propagation_rule” fără a specifica parametrul „propagation_value” pentru serviciul „%1$s”.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-support-notification-audio-for-this-device" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot support notification audio for this device.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu este suportată notificarea audio pentru acest dispozitiv.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-switch-host-for-interface" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot switch host for interface.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate schimba serverul pentru interfață.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-test-disabled-media-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot test disabled media type.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate testa tipul media dezactivat.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-unblock-user" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot unblock user</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate debloca utilizatorul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-unlink-and-clear-web-scenarios" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot unlink and clear Web scenarios.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot deconecta și șterge scenariile Web.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-unlink-template" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot unlink template</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate deconecta șablonul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-unlink-template-1s-from-host-2s-due-to-dependency-of-trigger-3s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot unlink template "%1$s" from host "%2$s" due to dependency of trigger "%3$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate deconecta șablonul „%1$s” de la gazda „%2$s” din cauza dependenței de declanșatorul „%3$s”.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-unlink-template-1s-from-template-2s-due-to-dependency-of-trigger-3s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot unlink template "%1$s" from template "%2$s" due to dependency of trigger "%3$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate deconecta șablonul „%1$s” de șablonul „%2$s” din cauza dependenței de declanșatorul „%3$s”.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-unlink-template-1s-from-template-2s-due-to-dependency-of-trigger-3s-on-host-4s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot unlink template "%1$s" from template "%2$s" due to dependency of trigger "%3$s" on host "%4$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate deconecta șablonul „%1$s” de șablonul „%2$s” din cauza dependenței declanșatorului „%3$s” din gazda „%4$s”.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-unlink-template-1s-from-template-2s-due-to-dependency-of-trigger-3s-on-template-4s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot unlink template "%1$s" from template "%2$s" due to dependency of trigger "%3$s" on template "%4$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate deconecta șablonul „%1$s” de șablonul „%2$s” din cauza dependenței declanșatorului „%3$s” din șablonul „%4$s”.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-unlink-trigger-1s-it-has-items-from-template-that-is-left-linked-to-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot unlink trigger "%1$s", it has items from template that is left linked to host.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate deconecta declanșatorul „%1$s”, are elemente din șablon care sunt conectate la gazdă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-update-1s-for-action-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update "%1$s" for action "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza "%1$s" pentru acțiunea "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-update-1s-for-graph-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update "%1$s" for graph "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza "%1$s" pentru graficul "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-update-1s-for-graph-prototype-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update "%1$s" for graph prototype "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza „%1$s” pentru prototipul de grafic „%2$s”.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-update-1s-for-item-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update "%1$s" for item "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza "%1$s" pentru elementul "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-update-1s-for-templated-trigger-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update "%1$s" for templated trigger "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza „%1$s” pentru șablonul de declanșator „%2$s”.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-update-1s-for-templated-trigger-prototype-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update "%1$s" for templated trigger prototype "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza „%1$s” pentru prototipul șablonului de declanșator „%2$s”.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-update-2s-for-a-discovered-host-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update "%2$s" for a discovered host "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza „%2$s” pentru o gazdă descoperită „%1$s”.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-update-2s-for-a-discovered-item-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update "%2$s" for a discovered item "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza „%2$s” pentru un element descoperit „%1$s”.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-update-2s-for-a-discovered-trigger-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update "%2$s" for a discovered trigger "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza „%2$s” pentru un declanșator descoperit „%1$s”.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-update-action" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update action</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza acțiunea</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-update-a-discovered-graph" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update a discovered graph.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza un grafic bazat pe detecție.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-update-a-discovered-host-group-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update a discovered host group "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza un grup de gazde descoperit „%1$s”.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-update-api-token" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update API token</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza token-ul API</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-update-a-templated-web-scenario-1s-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update a templated web scenario "%1$s": %2$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza un scenariu web șablon „%1$s”: %2$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-update-authentication" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update authentication</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza autentificarea</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-update-configuration" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update configuration</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza configurația</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-update-correlation" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update correlation</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza corelația</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-update-discovery-rule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update discovery rule</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza regula de detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-update-event" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update event</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza evenimentul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-update-graph" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update graph</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza graficul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-update-graph-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update graph prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza prototipul grafic</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-update-group" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update group</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza grupul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-update-groups-for-discovered-host-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update groups for discovered host "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot actualiza grupurile pentru serverul detectat "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-update-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza serverul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-update-host-encryption-settings-connection-settings-for-both-directions-should-be-specified" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update host encryption settings. Connection settings for both directions should be specified.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot actualiza setările de criptare a gazdei. Trebuie specificate setările de conexiune pentru ambele direcții.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-update-host-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update host prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza prototipul de server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-update-hosts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update hosts</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot actualiza serverele</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-update-icon-map" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update icon map</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza maparea icon-ului</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-update-image" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update image</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza imaginea</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-update-interface-for-discovered-host-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update interface for discovered host "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza interfața pentru serverul detectat "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-update-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update item</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza elementul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-update-item-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update item prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza prototipul articol</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-update-item-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update item prototypes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot actualiza prototipurile articolelor</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-update-items" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update items</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot actualiza elementele</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-update-macros" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update macros</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot actualiza macro-urile</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-update-maintenance" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update maintenance</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza mentenanța</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-update-media-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update media type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza tipul media</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-update-module-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update module: %1$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate activa modulul: %1$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-update-network-map" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update network map</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza harta rețea</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-update-proxy" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update proxy</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza proxy-ul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-update-proxy-for-discovered-host-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update proxy for discovered host "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza proxy-ul pentru serverul detectat "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-update-readonly-user-role-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update readonly user role "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza numai la citire rolul de utilizator „%1$s”.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-update-regular-expression" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update regular expression</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza expresia regulată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-update-scheduled-report" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update scheduled report</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza raportul programat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-update-script" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update script</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza scriptul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-update-script-scope-script-1s-is-used-in-action-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update script scope. Script "%1$s" is used in action "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza domeniul de aplicare al scriptului. Scriptul „%1$s” este folosit în acțiunea „%2$s”.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-update-service-1s-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update service "%1$s": %2$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza serviciul „%1$s”: %2$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-update-services" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update services</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Serviciile nu se pot actualiza</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-update-step-for-a-templated-web-scenario-1s-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update step for a templated web scenario "%1$s": %2$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza pasul pentru  șablonul scenariu web „%1$s”: %2$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-update-template" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update template</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza șablonul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-update-templates" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update templates</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot actualiza șabloanele</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-update-trigger" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update trigger</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza trigger-ul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-update-trigger-1s-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update trigger "%1$s": %2$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza declanșatorul „%1$s”: %2$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-update-trigger-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update trigger prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza prototipul declansator</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-update-trigger-prototype-1s-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update trigger prototype "%1$s": %2$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza prototipul declanșatorului „%1$s”: %2$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-update-trigger-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update trigger prototypes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza prototipurile trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-update-user" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update user</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza utilizatorul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-update-user-group" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update user group</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza grupul de utilizatori</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-update-user-role" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update user role</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza rolul de utilizator</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cannot-update-web-scenario" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update web scenario</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza scenariul web</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:case-sensitive" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Case sensitive</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Majuscule semnificative</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:case-sensitive-login" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Case-sensitive login</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Autentificare sensibilă la majuscule și minuscule</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:catalan-ca_es" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Catalan (ca_ES)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>catalană (ca_ES)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:catches-all-snmp-traps-that-match-regex-if-regexp-is-unspecified-catches-any-trap" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Catches all SNMP traps that match regex. If regexp is unspecified, catches any trap.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Reține toate capcanele SNMP care se potrivesc cu expresia regex. Dacă regexp nu este specificată, reține orice capcană.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:catches-all-snmp-traps-that-were-not-caught-by-any-of-snmptrap-items" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Catches all SNMP traps that were not caught by any of snmptrap[] items.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Captează toate capcanele SNMP care nu au fost capturate de niciunul dintre elementele snmptrap[].</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:center" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Center</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Centru</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cert" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>CERT</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>CERT</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:certificate" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Certificate</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Certificat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:nounchange" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Change</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Schimbați</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:verbchange" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Change</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Schimbați</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:change-indicator" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Change indicator</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Schimbați indicatorului</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:change-password" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Change password</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Modifică parola</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:change-per-second" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Change per second</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Schimbări pe secundă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:change-psk" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Change PSK</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Schimbați PSK</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:change-severity" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Change severity</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Schimbați severitatea</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:change-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Change type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Schimbați tipul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:character" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Character</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Caracter</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:character-string-included" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Character string included</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șir de caractere inclus</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:character-string-not-included" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Character string not included</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șir de caractere neinclus</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:chars" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Chars</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Chars</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:chassis" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Chassis</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șasiu</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:chassis-information-returns-string" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Chassis information. Returns string</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Informații despre șasiu. Returnează șir</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:check-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Check already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Verificarea există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:check-expression-part-starting-from-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Check expression part starting from "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Verifică partea din expresie care începe de la "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:check-for-error-in-json" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Check for error in JSON</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Verificați dacă există erori în JSON</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:check-for-error-in-xml" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Check for error in XML</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Verificați dacă există erori în XML</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:check-for-error-using-regular-expression" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Check for error using regular expression</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Verificați dacă există erori folosind expresia regulată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:check-for-not-supported-value" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Check for not supported value</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Verificați valoarea neacceptată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:check-of-pre-requisites" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Check of pre-requisites</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Verificarea pre-condițiilor</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:checks" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Checks</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Verificări</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:checks-if-dns-service-is-up-returns-0-dns-is-down-server-did-not-respond-or-dns-resolution-failed-1-dns-is-up" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Checks if DNS service is up. Returns 0 - DNS is down (server did not respond or DNS resolution failed); 1 - DNS is up</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Verifică dacă serviciul DNS este activ. Returnează 0 - DNS-ul este inactiv (serverul nu a răspuns sau rezoluția DNS a eșuat); 1 - DNS este activ</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:checks-should-be-unique" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Checks should be unique.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Verificările trebuie să fie unice.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:check-the-key-please-default-example-was-passed" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Check the key, please. Default example was passed.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Vă rugăm să verificați cheia. A fost folosit exemplul implicit.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:check-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Check type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Verificați tipul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:child-services" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Child services</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Serviciu copil</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:chinese-zh_cn" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Chinese (zh_CN)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Chineză (zh_CN)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:chinese-zh_tw" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Chinese (zh_TW)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Chineză (zh_TW)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:circular-reference-in-templates-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Circular reference in templates: %1$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Refefință circulară în șabloanele: %1$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:circular-template-linkage-is-not-allowed" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Circular template linkage is not allowed.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Legătura circulară în șabloane nu este permisă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:class-1s-not-found-for-action-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Class %1$s not found for action %2$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Class %1$s not found for action %2$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:class-not-found" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Class not found.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Clasa nu a fost găsită.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:clear-history" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Clear history</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șterge istoricul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:clear-history-and-trends" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Clear history and trends</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șterge istoric și tendințe</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:clear-when-unlinking" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Clear when unlinking</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șterge la deconectare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:click-and-drag-to-desired-size" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Click and drag to desired size.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Faceți clic și trageți la dimensiunea dorită.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:click-to-view-or-edit" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Click to view or edit</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Faceți clic pentru a vizualiza sau edita</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:clock" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Clock</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ceas</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:clone" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Clone</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Clonă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:close" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Close</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Închide</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:close-expression-constructor" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Close expression constructor</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Închide constructorul de expresii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:close-new-event" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Close new event</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Închideți evenimentul nou</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:close-old-events" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Close old events</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Închideți evenimentele vechi</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:close-problem" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Close problem</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Închideți problema</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:close-problems" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Close problems</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Închideți problemele</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:closing" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>CLOSING</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>ÎNCHIDERE</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:collapse" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Collapse</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Restrângeți</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:collapse-sidebar" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Collapse sidebar</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Restrângeți bara laterală</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:color" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Color</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Culoare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:color-1s-is-not-correct-expecting-hexadecimal-color-code-6-symbols" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Color "%1$s" is not correct: expecting hexadecimal color code (6 symbols).</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Culoarea „%1$s” nu este corectă: se așteaptă un cod hexazecimal de culoare (6 simboluri).</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:color-ok" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Color (OK)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Culoare (OK)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:columns" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Columns</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Coloane</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:combined-result" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Combined result</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Rezultat combinat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:command" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Command</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Comandă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:commands" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Commands</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Comenzi</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:comma-separated-center-coordinates-and-zoom-level-to-display-when-the-widget-is-initially-loaded" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Comma separated center coordinates and zoom level to display when the widget is initially loaded.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Coordonatele centrale separate prin virgulă și nivelul de zoom pentru afișare când widget-ul este încărcat inițial.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:communication-with-zabbix-server" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Communication with Zabbix server</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Comunicația cu serverul Zabbix</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:snmp-communitycommunity" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Community</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Comunitate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:compact-view" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Compact view</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Vedere compactă/restrânsă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:component-1s-already-registered" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Component %1$s already registered.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Componenta %1$s a fost deja înregistrată.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:component-1s-is-not-registered" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Component %1$s is not registered.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Componenta %1$s nu este înregistrată.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:compression" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Compression</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Comprimare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:compression-is-not-supported" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Compression is not supported.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Compresia nu este acceptată.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:compress-records-older-than" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Compress records older than</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Comprimați înregistrările mai vechi de</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:concurrent-sessions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Concurrent sessions</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Sesiuni concomitente/concurente</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:condition" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Condition</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Condiție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:condition-2s-is-not-used-in-formula-3s-for-discovery-rule-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Condition "%2$s" is not used in formula "%3$s" for discovery rule "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Condiția „%2$s” nu este utilizată în formula „%3$s” pentru regula de descoperire „%1$s”.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:condition-2s-is-not-used-in-formula-3s-for-override-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Condition "%2$s" is not used in formula "%3$s" for override "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Condiția „%2$s” nu este utilizată în formula „%3$s” pentru înlocuirea „%1$s”.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:condition-2s-used-in-formula-3s-for-discovery-rule-1s-is-not-defined" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Condition "%2$s" used in formula "%3$s" for discovery rule "%1$s" is not defined.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Condiția „%2$s” folosită în formula „%3$s” pentru regula de descoperire „%1$s” nu este definită.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:condition-2s-used-in-formula-3s-for-override-1s-is-not-defined" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Condition "%2$s" used in formula "%3$s" for override "%1$s" is not defined.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Condiția „%2$s” folosită în formula „%3$s” pentru înlocuirea „%1$s” nu este definită.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:conditions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Conditions</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Condiții</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:configuration" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:configuration-cache-statistics-cache-buffer-modes-pfree-total-used-free" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration cache statistics. Cache - buffer (modes: pfree, total, used, free).</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Statistici configurare cache. Cache - buffer (moduri: pfree, total, used, free).</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:configuration-file-1s-created" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration file "%1$s" created.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Fișierul de configurare „%1$s” a fost creat.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:configuration-of-actions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of actions</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare acțiuni</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:configuration-of-audit-log" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of audit log</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurarea jurnalului de audit</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:configuration-of-authentication" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of authentication</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurarea autentificării</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:configuration-of-dashboards" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of dashboards</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurarea tablourilor de bord</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:configuration-of-discovery-rules" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of discovery rules</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare reguli de detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:configuration-of-graph-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of graph prototypes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare prototipuri grafic</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:configuration-of-graphs" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of graphs</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare grafice</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:configuration-of-gui" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of GUI</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare GUI</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:configuration-of-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurarea gazdei</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:configuration-of-host-groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of host groups</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare grupuri de servere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:configuration-of-host-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of host prototypes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare prototipuri server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:configuration-of-hosts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of hosts</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare servere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:configuration-of-housekeeping" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of housekeeping</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare housekeeping</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:configuration-of-icon-mapping" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of icon mapping</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare mapare icon</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:configuration-of-images" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of images</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare imagini</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:configuration-of-item-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of item prototypes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare prototipuri element</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:configuration-of-items" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of items</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare elemente</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:configuration-of-macros" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of macros</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare macro-uri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:configuration-of-maintenance-periods" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of maintenance periods</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare perioade de întreținere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:configuration-of-media-types" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of media types</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare tip media</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:configuration-of-network-maps" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of network maps</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare hărți rețea</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:configuration-of-proxies" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of proxies</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare proxy-uri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:configuration-of-regular-expressions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of regular expressions</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare expresii regulate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:configuration-of-scripts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of scripts</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare scripturi</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:configuration-of-templates" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of templates</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare șabloane</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:configuration-of-trigger-displaying-options" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of trigger displaying options</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare opțiuni de afișaj trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:configuration-of-trigger-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of trigger prototypes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare prototipuri trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:configuration-of-triggers" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of triggers</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare triggeri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:configuration-of-user-groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of user groups</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare grupuri utilizator</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:configuration-of-user-roles" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of user roles</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurarea rolurilor utilizatorului</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:configuration-of-users" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of users</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare utilizatori</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:configuration-of-web-monitoring" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of web monitoring</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare monitorizare web</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:configuration-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configuraţie actualizată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:configure-db-connection" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configure DB connection</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurați conexiunea DB</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:confirmation-text" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Confirmation text</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Text de confirmare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:congratulations-you-have-successfully-installed-zabbix-frontend" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Congratulations! You have successfully installed Zabbix frontend.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Felicitări! Ați instalat cu succes interfața Zabbix.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:missing-data-functionconnected" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Connected</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Conectat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:connections" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Connections</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Conexiuni</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:connection-security" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Connection security</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Securitatea conexiunii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:connections-from-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Connections from host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Conexiuni de la gazdă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:connections-from-proxy" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Connections from proxy</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Conexiuni de la proxy</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:connections-to-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Connections to host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Conexiuni la gazdă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:connections-to-proxy" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Connections to proxy</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Conexiuni la proxy</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:connection-timeout" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Connection timeout</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Timp expirat conexiune</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:connection-timeout-of-1s-seconds-exceeded-when-connecting-to-zabbix-server-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Connection timeout of %1$s seconds exceeded when connecting to Zabbix server "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Timpul de așteptare de %1$s secunde a fost depășit la conectarea cu serverul Zabbix "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:connection-to-zabbix-server-1s-failed-possible-reasons-1-incorrect-server-ipdns-in-the-zabbixconfphp-2-incorrect-dns-server-configuration" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Connection to Zabbix server "%1$s" failed. Possible reasons:
1. Incorrect server IP/DNS in the "zabbix.conf.php";
2. Incorrect DNS server configuration.
</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Conexiunea la serverul Zabbix „%1$s” a eșuat. Motive posibile:
1.  Adresa IP/nume DNS ale serverului incorecte în „zabbix.conf.php”;
2. Configurare incorectă a serverului DNS.
</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:connection-to-zabbix-server-1s-timed-out-possible-reasons-1-incorrect-server-ipdns-in-the-zabbixconfphp-2-firewall-is-blocking-tcp-connection" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Connection to Zabbix server "%1$s" timed out. Possible reasons:
1. Incorrect server IP/DNS in the "zabbix.conf.php";
2. Firewall is blocking TCP connection.
</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Conexiunea la serverul Zabbix „%1$s” a expirat. Motive posibile:
1. IP/DNS incorect pentru server în fisierul „zabbix.conf.php”;
2. Firewall-ul blochează conexiunea TCP.
</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:connection-to-zabbix-server-failed-incorrect-configuration" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Connection to Zabbix server failed. Incorrect configuration.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Conexiunea la serverul Zabbix a eșuat. Configurare incorectă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:connection-will-not-be-encrypted-because-it-uses-a-socket-file-on-unix-or-shared-memory-windows" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Connection will not be encrypted because it uses a socket file (on Unix) or shared memory (Windows).</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Conexiunea nu va fi criptată deoarece folosește un fișier socket (pe Unix) sau memorie partajată (Windows).</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:connect-to" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Connect to</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Conectare la</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:constructor" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Constructor</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Constructor</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:contact" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Contact</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Contact</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:contains" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Contains</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Conține</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:content-controls" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Content controls</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Controale de conținut</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:content-controls-header" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Content controls: header</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Controale de conținut: antet</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:content-menu" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Content menu</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Meniul de conținut</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:context-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Context name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume context</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:continue-overrides" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Continue overrides</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Continuați suprascrierile</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:contract-number" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Contract number</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numărul contractului</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:convert-to-json" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Convert to JSON</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Convertiți în JSON</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:coordinates" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Coordinates</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Coordonate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:copy" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Copy</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Copiază</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:copy-to-clipboard" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Copy to clipboard</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Copy to clipboard</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:correlation" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Correlation</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Corelație</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:correlation-1s-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Correlation "%1$s" already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Corelația „%1$s” există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:correlation-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Correlation added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Corelația a fost adăugată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:correlation-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Correlation deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Corelația a fost ștearsă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:correlation-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Correlation disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Corelația a fost dezactivată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:correlation-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Correlation enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Corelația a fost activată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:correlation-rule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Correlation rule</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Regula de corelare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:correlation-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Correlation updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Corelația a fost actualizată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:count" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Count</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Număr</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:count-of-context-switches-returns-integer" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Count of context switches. Returns integer</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numărul schimbărilor de context. Returnează un întreg</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:count-of-directory-entries-recursively-returns-integer" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Count of directory entries, recursively. Returns integer</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Număr de intrări în director, recursiv. Returnează un întreg</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cpu-information-returns-string-or-integer" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>CPU information. Returns string or integer</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Informații CPU. Returnează șir de caractere sau valoare întreagă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cpu-load-returns-float" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>CPU load. Returns float</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Încărcare CPU. Returnează valoare zecimală</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cpu-utilization-percentage-returns-float" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>CPU utilization percentage. Returns float</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Utilizare CPU %. Întoarce valoare zecimală</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:create-action" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create action</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează acțiune</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:create-and-edit-dashboards" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create and edit dashboards</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creați și editați tablouri de bord</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:create-and-edit-maintenance" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create and edit maintenance</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creați și editați întreținere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:create-and-edit-maps" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create and edit maps</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creați și editați hărți</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:create-api-token" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create API token</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creați un token /jeton API</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:create-background" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create background</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creați fundal</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:create-correlation" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create correlation</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creați o corelație</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:create-dashboard" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create dashboard</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creați un tablou de bord</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:created-at" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Created at</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creat la</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:created-by-me" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Created by me</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creat de mine</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:created-by-user" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Created by user</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creat de utilizator</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:created-by-users" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Created by users</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creat de utilizatori</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:create-dependent-discovery-rule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create dependent discovery rule</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creați o regulă de descoperire dependentă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:create-dependent-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create dependent item</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creați un element dependent</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:create-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creare dezactivată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:create-discovery-rule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create discovery rule</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează regula de detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:create-discovery-rule-select-host-first" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create discovery rule (select host first)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creați o regulă de descoperire (selectați mai întâi gazda)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:create-discovery-rule-select-template-first" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create discovery rule (select template first)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creați o regulă de descoperire (selectați mai întâi șablonul)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:create-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creare activată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:create-graph" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create graph</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează grafic</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:create-graph-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create graph prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează prototip de grafic</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:create-graph-select-host-first" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create graph (select host first)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează grafic (selectați serverul prima dată)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:create-graph-select-template-first" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create graph (select template first)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creați un grafic (selectați mai întâi șablonul)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:create-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:create-host-group" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create host group</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează grup de servere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:create-host-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create host prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează prototip de server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:create-hosts-from-selected-prototypes-as-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create hosts from selected prototypes as disabled?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creați gazde din prototipurile selectate ca fiind dezactivate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:create-hosts-from-selected-prototypes-as-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create hosts from selected prototypes as enabled?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creați gazde din prototipurile selectate ca fiind activate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:create-icon" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create icon</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creați pictograma</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:create-icon-map" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create icon map</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează mapare icon</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:create-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create item</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează element</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:create-item-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create item prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează prototip de element</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:create-item-select-host-first" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create item (select host first)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează element (selectați serverul prima dată)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:create-item-select-template-first" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create item (select template first)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creați elementul (selectați mai întâi șablonul)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:create-items-from-selected-prototypes-as-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create items from selected prototypes as disabled?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creați articole din prototipurile selectate ca fiind dezactivate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:create-items-from-selected-prototypes-as-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create items from selected prototypes as enabled?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creați articole din prototipurile selectate ca fiind activate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:create-maintenance-period" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create maintenance period</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează perioadă de mentenanță</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:create-map" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create map</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează hartă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:create-media-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create media type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează tip media</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:create-new" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create new</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creați un nou /o nouă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:create-proxy" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create proxy</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează proxy</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:create-report" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create report</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creați raport</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:create-script" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create script</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează script</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:create-service" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create service</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creați serviciu</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:create-sla" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create SLA</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creați SLA</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:create-template" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create template</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează șablon</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:create-trigger" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create trigger</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:create-trigger-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create trigger prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează prototip de trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:create-trigger-select-host-first" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create trigger (select host first)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează trigger (selectați serverul prima dată)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:create-trigger-select-template-first" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create trigger (select template first)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creați un declanșator (selectați mai întâi șablonul)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:create-triggers-from-selected-prototypes-as-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create triggers from selected prototypes as disabled?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creați declanșatoare din prototipurile selectate ca fiind dezactivate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:create-triggers-from-selected-prototypes-as-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create triggers from selected prototypes as enabled?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creați declanșatoare din prototipurile selectate ca fiind activate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:create-user" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create user</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează utilizator</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:create-user-group" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create user group</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează grup utilizatori</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:create-user-role" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create user role</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creați un rol de utilizator</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:create-web-scenario" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create web scenario</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creați un scenariu web</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:create-web-scenario-select-host-first" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create web scenario (select host first)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creați un scenariu web (selectați mai întâi gazda)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:create-web-scenario-select-template-first" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create web scenario (select template first)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creați un scenariu web (selectați mai întâi șablonul)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:critical" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Critical</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Critic</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:crlf" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>CRLF</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>CRLF</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:csv-to-json" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>CSV to JSON</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>CSV în JSON</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cuid-is-expected" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>CUID is expected</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>CUID este așteptat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:current-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Current host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Serverul curent</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:current-user" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Current user</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Utilizator curent</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:current-value" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Current value</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare curentă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:custom" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Custom</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Personalizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:custom-expression" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Custom expression</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expresie personalizată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:custom-graphs" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Custom graphs</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grafice personalizate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:custom-intervals" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Custom intervals</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Intervalele personalizate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:custom-label" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Custom label</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Etichetă personalizată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:custom-label-for-map-2s-elements-of-type-1s-may-not-be-empty" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Custom label for map "%2$s" elements of type "%1$s" may not be empty.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eticheta personalizată pentru harta "%2$s" elementele de tipul "%1$s" nu poate fi vidă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:custom-message" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Custom message</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mesaj personalizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:custom-multiplier" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Custom multiplier</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Multiplicator personalizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:custom-on-fail" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Custom on fail</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Personalizat la eșec</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:custom-schedule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Custom schedule</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Program personalizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:custom-scripts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Custom scripts</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scripturi personalizate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:custom-severity-names-affect-all-locales-and-require-manual-translation" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Custom severity names affect all locales and require manual translation!</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numele de severitate personalizată afectează toate localizările și necesită traducere manuală!</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:custom-size" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Custom size</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dimensiune personalizată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:cycle" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cycle</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ciclu</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:czech-cs_cz" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Czech (cs_CZ)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cehă (cs_CZ)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:day-shortd" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>d</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>z</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:default-color-optiond" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>D</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>D</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:abbreviation-of-severity-leveld" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>D</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>D</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:daily" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Daily</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Zilnic</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:dark" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Dark</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Întuneric</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:dashboard" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Dashboard</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Panou de supraveghere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:dashboard-1s-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Dashboard "%1$s" already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tabloul de bord „%1$s” există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:dashboard-1s-is-used-in-report-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Dashboard "%1$s" is used in report "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tabloul de bord „%1$s” este utilizat în raportul „%2$s”.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:dashboard-created" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Dashboard created</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tabloul de bord a fost creat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:dashboard-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Dashboard deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tabloul de bord a fost șters</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:dashboard-page-properties" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Dashboard page properties</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Proprietățile (paginii) tabloului de bord</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:dashboard-properties" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Dashboard properties</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Proprietățile tabloului de bord</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:dashboards" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Dashboards</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tablouri de bord /panou de supraveghere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:dashboard-sharing" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Dashboard sharing</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Partajarea tabloului de bord</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:dashboard-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Dashboard updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tabloul de bord a fost actualizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:dashed-line" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Dashed line</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Linie întreruptă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:data" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Data</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:database-history-tables-upgraded" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Database history tables upgraded</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tabelele cu istoricul bazei de date au fost actualizate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:database-history-tables-use-primary-key" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Database history tables use primary key</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tabelele cu istoricul bazei de date folosesc cheia primară</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:database-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Database host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Server bază de date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:database-host-verification" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Database host verification</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Verificarea gazdei bazei de date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:database-monitor" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Database monitor</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Monitor bază de date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:database-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Database name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume bază de date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:database-password" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Database password</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Parolă bază de date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:database-port" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Database port</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Port bază de date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:database-schema" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Database schema</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Schema bazei de date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:database-server" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Database server</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Server baze de date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:database-tls-ca-file" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Database TLS CA file</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Fișierul TLS CA al bazei de date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:database-tls-certificate-file" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Database TLS certificate file</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Fișierul certificatului TLS al bazei de date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:database-tls-certificate-files-must-be-read-only" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Database TLS certificate files must be read-only</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Fișierele certificatelor TLS ale bazei de date trebuie să fie doar pentru citire</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:database-tls-cipher-list" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Database TLS cipher list</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Lista de criptare TLS a bazei de date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:database-tls-encryption" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Database TLS encryption</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Criptare TLS a bazei de date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:database-tls-key-file" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Database TLS key file</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Fișierul cheie TLS al bazei de date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:database-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Database type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipul bazei de date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:database-user" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Database user</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Utilizator bază de date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:data-from-1s-generated-in-2s-sec" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Data from %1$s. Generated in %2$s sec.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Date din %1$s. Generate în %2$s sec.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:data-is-not-properly-encoded" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Data is not properly encoded.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Datele nu sunt codificate corect.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:data-overview" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Data overview</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Verificare date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:data-set" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Data set</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Set de date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:data-storage-period" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Data storage period</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Perioada de stocare a datelor</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:date" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Date</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:date-and-time-functions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Date and time functions</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Funcții de dată și oră</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:date-hw-decommissioned" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Date HW decommissioned</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dată HW dezafectat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:date-hw-installed" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Date HW installed</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dată HW instalat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:date-hw-maintenance-expires" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Date HW maintenance expires</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Data de mentenanță HW expiră</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:date-hw-purchased" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Date HW purchased</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Data achiziției HW</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:day" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Day</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Zi</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:day-before-yesterday" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Day before yesterday</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Alaltăieri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:day-of-month" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Day of month</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ziua lunii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:day-of-the-week-and-day-of-the-month-cannot-be-specified-simultaneously" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Day of the week and day of the month cannot be specified simultaneously.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ziua săptămânii și ziua lunii nu pot fi specificate simultan.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:day-of-week" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Day of week</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ziua săptămânii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:days" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>days</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>zile</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:days" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Days</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Zile</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:d-device" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%d device</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%d echipamente</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:d-device" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%d device</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%d echipamente</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:d-device" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%d device</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%d echipament</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:xml-date-formatddmmyy" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>DD.MM.YY</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>ZZ.LL.AA</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:debug" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Debug</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Depanare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:debug-mode" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Debug mode</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mod depanare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:dec" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Dec</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dec</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:december" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>December</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Decembrie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:decimal-places" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Decimal places</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Zecimale</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:decrease-by" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Decrease by</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scade cu</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:default" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>default</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>implicit</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:default" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Default</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Implicit</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:default-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Default (%1$s)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Implicit (%1$s)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:default-access-to-new-actions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Default access to new actions</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acces implicit la acțiuni noi</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:default-access-to-new-modules" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Default access to new modules</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acces implicit la module noi</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:default-access-to-new-ui-elements" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Default access to new UI elements</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acces implicit la elementele noi ale interfeței de utilizare/utilizator IU</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:default-authentication" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Default authentication</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Autentificare implicită</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:default-host-inventory-mode" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Default host inventory mode</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Modul de inventar gazdă implicit /prestabilit</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:default-language" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Default language</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Limba implicita</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:default-login-form" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Default login form</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Formular de conectare implicit</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:default-media-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Default media type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipul media implicit</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:default-operation-step-duration" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Default operation step duration</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Durata etapei operației implicite</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:default-page-display-period" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Default page display period</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Perioada implicită de afișare a paginii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:default-theme" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Default theme</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tema implicită</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:default-time-zone" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Default time zone</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Fus orar implicit</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:delay" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delay</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Întârziere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:delayed-by" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delayed by</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Întârziat de către</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:delete" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șterge</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:delete-all-elements-that-are-not-present-in-the-import-file" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete all elements that are not present in the import file?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergeți toate elementele care nu sunt prezente în fișierul de import?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:delete-and-clear" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete and clear</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șterge și curăță</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:delete-and-clear-selected-templates-warning-all-linked-hosts-will-be-cleared" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete and clear selected templates? (Warning: all linked hosts will be cleared!)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere si curățare șabloane selectate? (Avertizare: toate serverele conectate vor fi șterse!)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:delete-and-clear-template-warning-all-linked-hosts-will-be-cleared" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete and clear template? (Warning: all linked hosts will be cleared!)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere si curățare șablon? (Avertizare: toate serverele conectate vor fi șterse!)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:delete-current-action" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete current action?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere acțiune curentă?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:delete-current-correlation" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete current correlation?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergeți corelația curentă?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șters</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:delete-dashboard" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete dashboard?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergeți tabloul de bord?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:delete-discovery-rule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete discovery rule?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere regulă de detecție?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:delete-expression" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete expression?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere expresie?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:delete-graph" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete graph?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere element grafic?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:delete-graph-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete graph prototype?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere prototip de grafic?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:delete-history-of-selected-items" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete history of selected items?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere istoric pentru itemi selectați?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:delete-history-of-selected-web-scenarios" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete history of selected web scenarios?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergeți istoricul scenariilor web selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:delete-icon-map" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete icon map?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere harta icoanei?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:delete-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete item?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere element?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:delete-item-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete item prototype?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere prototip de element?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:delete-links-between-selected-elements" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete links between selected elements?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere legătura între elementele selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:delete-maintenance-period" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete maintenance period?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere perioadă de întreținere?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:delete-media-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete media type?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergeți tipul media?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:delete-missing" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete missing</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergeți lipsa</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:delete-proxy" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete proxy?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere proxy?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:delete-regular-expression" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete regular expression?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere expresie uzuală?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:delete-script" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete script?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere script?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:delete-selected-actions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected actions?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere acțiuni selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:delete-selected-api-token" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected API token?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergeți jetonul/token-ul API selectat?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:delete-selected-api-tokens" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected API tokens?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergeți token-urile/jetoanele API selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:delete-selected-correlations" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected correlations?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergeți corelațiile selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:delete-selected-dashboards" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected dashboards?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergeți tablourile de bord selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:delete-selected-discovery-rules" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected discovery rules?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere regulă de detecție selectată?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:delete-selected-elements" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected elements?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere elemente selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:delete-selected-graph-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected graph prototypes?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere prototipuri grafici selectați?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:delete-selected-graphs" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected graphs?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere elemente grafice selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:delete-selected-group" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected group?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere grup selectat?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:delete-selected-groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected groups?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere grupuri selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:delete-selected-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected host?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere server selectat?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:delete-selected-host-groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected host groups?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere grupuri de servere selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:delete-selected-host-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected host prototype?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere prototipuri de servere selectați?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:delete-selected-host-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected host prototypes?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere prototipuri de servere selectați?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:delete-selected-hosts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected hosts?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere servere selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:delete-selected-image" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected image?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere imagine selectată?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:delete-selected-item-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected item prototypes?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere elemente prototip selectațe?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:delete-selected-items" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected items?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere elementele selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:delete-selected-maintenance-periods" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected maintenance periods?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere perioade de întreținere selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:delete-selected-map" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected map?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergeți harta selectată?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:delete-selected-maps" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected maps?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere hărți selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:delete-selected-media-types" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected media types?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere elemente media selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:delete-selected-proxies" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected proxies?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere proxy-uri selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:delete-selected-regular-expressions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected regular expressions?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere expresii uzuale selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:delete-selected-role" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected role?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergeți rolul selectat?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:delete-selected-roles" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected roles?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergeți rolurile selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:delete-selected-scheduled-report" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected scheduled report?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergeți raportul programat selectat?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:delete-selected-scheduled-reports" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected scheduled reports?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergeți rapoartele programate selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:delete-selected-scripts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected scripts?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere scripturi selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:delete-selected-service" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected service?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergeți serviciul selectat?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:delete-selected-services" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected services?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergeți serviciile selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:delete-selected-shapes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected shapes?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergeți formele selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:delete-selected-sla" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected SLA?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergeți SLA selectat?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:delete-selected-slas" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected SLAs?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergeți SLA-urile selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:delete-selected-templates" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected templates?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere șabloane selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:delete-selected-trigger-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected trigger prototypes?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere prototipuri de trigger selectați?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:delete-selected-triggers" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected triggers?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere triggeri selectați?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:delete-selected-user" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected user?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere utilizator selectat?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:delete-selected-users" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected users?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere utilizatori selectați?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:delete-selected-web-scenarios" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected web scenarios?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergeți scenariile web selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:delete-template" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete template?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere șablon?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:delete-trigger" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete trigger?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere trigger?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:delete-trigger-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete trigger prototype?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere prototip de trigger?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:delete-web-scenario" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete web scenario?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergeți scenariul web?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:delimiter" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delimiter</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Delimitator</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:denied-methods" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Denied methods</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Metode respinse</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:deny" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Deny</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Negare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:deny-list" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Deny list</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Deny list</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:dependencies" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Dependencies</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dependențe</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:dependent" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Dependent</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dependenţă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:dependent-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Dependent item</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Element dependent</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:depends-on" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Depends on</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Depinde de</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:deployment-status" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Deployment status</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Stare de implementare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:deprecated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Deprecated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Depreciat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:description" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Description</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Descriere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:details" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Details</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Detalii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:details-of-web-scenario" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Details of web scenario</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Detalii despre scenariul web</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:detected-timescaledb-license-does-not-support-compression-compression-is-supported-in-timescaledb-community-edition" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Detected TimescaleDB license does not support compression. Compression is supported in TimescaleDB Community Edition.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Licența TimescaleDB detectată nu acceptă compresia. Compresia este acceptată în TimescaleDB Community Edition.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:detection-period" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Detection period</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Perioada de detectare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:deviations" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Deviations</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Abateri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:device" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Device</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Echipament</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:device-interrupts-returns-integer" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Device interrupts. Returns integer</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dispozitivul se întrerupe /întreruperi dispozitiv. Returnează un întreg</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:device-uniqueness-criteria" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Device uniqueness criteria</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Criteriu unic al echipamentului</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:digest" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Digest</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Digera /procesează /prelucrează</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:directory" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Directory</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Director /catalog</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:directory-size-in-bytes-returns-integer" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Directory size (in bytes). Returns integer</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dimensiunea directorului (în octeți). Returnează un întreg</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:disable" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Disable</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezactivare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezactivat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:disable-debug-mode" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Disable debug mode</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezactivați modul de depanare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:disable-debug-mode-in-selected-groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Disable debug mode in selected groups?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezactivare mod de depanare în grupurile selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:disable-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Disable host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezactivare server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:disable-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Disable host?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezactivare server?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:disable-hosts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Disable hosts</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezactivați gazdele</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:disable-hosts-in-the-selected-host-groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Disable hosts in the selected host groups?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezactivare servere în grupurile de servere selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:disable-hosts-monitored-by-selected-proxies" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Disable hosts monitored by selected proxies?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezactivare servere monitorizate de proxy-urile selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:disable-selected-actions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Disable selected actions?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezactivare acțiuni selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:disable-selected-api-tokens" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Disable selected API tokens?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezactivați jetoanele API selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:disable-selected-correlations" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Disable selected correlations?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezactivați corelațiile selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:disable-selected-discovery-rules" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Disable selected discovery rules?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezactivare reguli de detecție selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:disable-selected-groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Disable selected groups?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezactivare grupuri selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:disable-selected-hosts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Disable selected hosts?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezactivare servere selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:disable-selected-items" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Disable selected items?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezactivare itemi selectaţi?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:disable-selected-media-types" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Disable selected media types?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezactivare elemente media selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:disable-selected-modules" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Disable selected modules?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezactivați modulele selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:disable-selected-scheduled-reports" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Disable selected scheduled reports?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezactivați rapoartele programate selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:disable-selected-sla" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Disable selected SLA?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezactivați SLA selectat?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:disable-selected-slas" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Disable selected SLAs?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezactivați SLA-urile selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:disable-selected-triggers" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Disable selected triggers?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezactivare triggeri selectați?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:disable-selected-web-scenarios" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Disable selected web scenarios?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezactivați scenariile web selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:disaster" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Disaster</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezastru</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:discard-unchanged" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discard unchanged</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ignorați valorile nemodificate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:discard-unchanged-with-heartbeat" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discard unchanged with heartbeat</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ignorați valorile nemodificate cu sincronizarea</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:discard-value" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discard value</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ignoră valoarea</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:discover" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discover</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Descoperă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:discovered" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovered</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Detectat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:discovered-by" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovered by</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Detectat de</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:discovered-device" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovered device</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Echipament detectat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:discovered-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>discovered host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>server detectat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:discovered-service" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>discovered service</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>serviciu detectat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:discovery" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>discovery</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:discovery" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Detectare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:discovery-actions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery actions</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acțiuni de descoperire</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:discovery-by-proxy" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery by proxy</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Detectat de către proxy</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:discovery-check" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery check</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Verificare de detectare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:discovery-checks" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery checks</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Verificări de detectare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:discovery-list" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery list</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Listă de detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:discovery-object" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery object</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Obiect detectat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:discovery-rule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery rule</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Regulă de detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:discovery-rule-1s-already-exists-on-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery rule "%1$s" already exists on "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Regula de detecție "%1$s" există deja pe "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:discovery-rule-1s-already-exists-on-2s-inherited-from-another-template" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery rule "%1$s" already exists on "%2$s", inherited from another template.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Regula de detecție "%1$s" există deja pe "%2$s", moștenită de la alt șablon.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:discovery-rule-created" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery rule created</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Regulă de detecție creată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:discovery-rule-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery rule deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Regulă de detecție ștearsă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:discovery-rule-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery rule disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Regulă de detecție dezactivată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:discovery-rule-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery rule disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Reguli de detecție dezactivate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:discovery-rule-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery rule disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Reguli de detecție dezactivate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:discovery-rule-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery rule enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Reguli de detecție activate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:discovery-rule-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery rule enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Regulă de detecție activată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:discovery-rule-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery rule enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Reguli de detecție activate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:discovery-rules" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery rules</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Reguli de detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:discovery-rules-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery rules deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Reguli de detecție șterse</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:discovery-rule-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery rule updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Regulă de detecție actualizată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:discovery-status" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery status</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Stare detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:displaying-1s-of-2s-found" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Displaying %1$s of %2$s found</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Afișare %1$s din %2$s gasită</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:display-ok-triggers-for" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Display OK triggers for</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Afișare triggeri OK pentru</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:dm" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>d.M</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>z.L</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:dns" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>DNS</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>DNS</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:dns-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>DNS name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume DNS</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:dot" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Dot</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Punct</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:discovery-results-in-dashboarddown" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Down</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Oprit</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:discovery-statusdown" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Down</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Oprit</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:downtime" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Downtime</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Avarie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:do-you-wish-to-replace-the-conditional-expression" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Do you wish to replace the conditional expression?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Doreşti să înlocuiești expresia condițională?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:draw-style" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Draw style</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Stil de desen</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:duplicate-dependencies-in-trigger-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Duplicate dependencies in trigger "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dublează dependențe în trigger "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:duration" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Duration</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Durată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:dutch-nl_nl" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Dutch (nl_NL)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Olandeză (nl_NL)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:dynamic-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Dynamic item</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Item dinamic</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:each-url-should-have-a-unique-name-please-make-sure-there-is-only-one-url-named" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Each URL should have a unique name. Please make sure there is only one URL named</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Fiecare URL trebuie să aibă un nume unic. Vă rugăm să vă asigurați că există un singur URL cu numele</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:edit" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Edit</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Editare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:element" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Element</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Element</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:element-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Element name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume element</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:email" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Email</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Email</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:empty" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Empty</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Gol</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:empty-input-parameter" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Empty input parameter.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Golire parametru de intrare.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:empty-string" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>&lt;empty string&gt;</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>&lt;șir gol&gt;</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:enable" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Enable</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:enable-confirmation" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Enable confirmation</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activare confirmare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:enable-debug-mode-in-selected-groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Enable debug mode in selected groups?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activare mod de depanare în grupurile selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:enable-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Enable host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activare server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:enable-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Enable host?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activare server?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:enable-hosts-monitored-by-selected-proxies" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Enable hosts monitored by selected proxies?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activare servere monitorizate de proxy-urile selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:enable-internal-housekeeping" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Enable internal housekeeping</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activare menaj intern</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:enable-selected-actions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Enable selected actions?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activare acțiuni selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:enable-selected-discovery-rules" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Enable selected discovery rules?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activare reguli de detecție selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:enable-selected-groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Enable selected groups?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activare grupuri selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:enable-selected-hosts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Enable selected hosts?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activare servere selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:enable-selected-items" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Enable selected items?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activare itemi selectați?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:enable-selected-media-types" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Enable selected media types?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activare elemente de tip media selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:enable-selected-triggers" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Enable selected triggers?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activare triggeri selectați?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:english-en_us" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>English (en_US)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Engleză (en_US)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:error" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Error</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eroare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:error-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Error: %1$s</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eroare: %1$s</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:error-in-search-request-for-table-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Error in search request for table "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eroare in cererea de căutare pentru tabelul "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:event" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Event</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eveniment</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:event-acknowledged" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Event acknowledged</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eveniment confirmat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:event-details" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Event details</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Detalii eveniment</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:event-generation" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Event generation</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Generare eveniment</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:event-id" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Event ID</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eveniment ID</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:event-list-previous-20" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Event list [previous 20]</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Listă de evenimente [ultimele 20]</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:events-and-alerts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Events and alerts</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Evenimente și alerte</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:event-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Event type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip eveniment</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:every-days" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Every day(s)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Zilnic (s)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:every-weeks" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Every week(s)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Săptămânal (s)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:exclude" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Exclude</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Exclude</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:execute" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Execute</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Execută</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:executed-script" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Executed script</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Script executat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:execute-on" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Execute on</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Execută la</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:execution-confirmation" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Execution confirmation</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Confirmare de executare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:expand-single-problem" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Expand single problem</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Extinde problema unică</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:maintenance-statusexpired" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Expired</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expirat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:exploded" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Exploded</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Explodat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:export-to-csv" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Export to CSV</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Export în CSV</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:expression" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Expression</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expresie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:expression-cannot-be-empty" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Expression cannot be empty</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expresia nu poate fi vidă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:expression-constructor" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Expression constructor</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Constructor de expresii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:expressions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Expressions</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expresii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:expression-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Expression type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip de expresie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:external-check" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>External check</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Verificare externă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:friday-shortf" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>F</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>F</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:fail" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Fail</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Greșeală</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:failed" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Failed</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eșec</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:failure-audit" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Failure Audit</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Audit greșit</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:false" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>FALSE</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>FALS</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:feb" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Feb</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Feb</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:february" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>February</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Februarie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:field" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Field</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Câmp</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:field-1s-cannot-be-set-to-null" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Field "%1$s" cannot be set to NULL.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Câmpul "%1$s" nu poate fi pus NULL.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:field-1s-is-mandatory" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Field "%1$s" is mandatory.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Câmpul "%1$s" este opțional. </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:field-1s-is-not-integer" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Field "%1$s" is not integer.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Câmpul "%1$s" nu este număr întreg.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:field-1s-is-not-string" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Field "%1$s" is not string.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Câmpul "%1$s" nu este șir.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:field-1s-must-be-missing" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Field "%1$s" must be missing.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Câmpul "%1$s" trebuie să lipsească.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:file-is-too-big-max-upload-size-is-1s-bytes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>File is too big, max upload size is %1$s bytes.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Fișierul este prea mare, mărimea maximă de upload este %1$s octeți.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:filled-region" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Filled region</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Zone pline</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:filter" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Filter</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Filtru</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:finish" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Finish</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Sfârșit</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:finnish-fi_fi" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Finnish (fi_FI)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Finlandeză (fi_FI)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:page-navigationfirst" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>First</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Primul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:fit-to-map" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Fit to map</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Încadrează în hartă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:fixed" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Fixed</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Remediat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:formula" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Formula</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Formulă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:french-fr_fr" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>French (fr_FR)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Franceză (fr_FR)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:fri" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Fri</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Fri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:friday" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Friday</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Vineri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:from" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>From</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>De la</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:frontend-access" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Frontend access</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acces la interfață</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:frontend-messaging" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Frontend messaging</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mesaje de interfață</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:ftp" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>FTP</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>FTP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:full-clone" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Full clone</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Clonă completă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:function" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Function</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Funcție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:general" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>General</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>General</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:german-de_de" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>German (de_DE)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Germană (de_DE)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:given-expression-is-not-a-macro" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Given expression is not a macro</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expresia dată nu este macro</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:item_formglobal-housekeeping-settings" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>global housekeeping settings</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>setări interne globale</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:google-chrome" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Google Chrome</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Google Chrome</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:go-to" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Go to</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mergi la</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:gradient-line" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Gradient line</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Gradient linie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:graph" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grafic</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:graph-1s-already-exists-on-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph "%1$s" already exists on "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Graficul "%1$s" există deja pe "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:graph-1s-already-exists-on-2s-inherited-from-another-template" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph "%1$s" already exists on "%2$s" (inherited from another template).</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Graficul "%1$s" există deja pe "%2$s" (moștenit de la alt șablon).</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:graph-1s-already-exists-on-2s-items-are-not-identical" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph "%1$s" already exists on "%2$s" (items are not identical).</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Graficul "%1$s" există deja pe "%2$s" (itemii nu sunt identici).</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:graph-1s-with-templated-items-cannot-contain-items-from-other-hosts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph "%1$s" with templated items cannot contain items from other hosts.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Graficul "%1$s" cu itemi șablon nu poate să conțină itemi de la alte servere.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:graph-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grafic adăugat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:graph-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grafic șters</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:graph-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototip grafic</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:graph-prototype-1s-contains-item-prototypes-from-multiple-discovery-rules" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph prototype "%1$s" contains item prototypes from multiple discovery rules.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototipul grafic "%1$s" conține prototipu grafici pentru mai multe reguli de detecție.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:graph-prototype-1s-must-have-at-least-one-item-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph prototype "%1$s" must have at least one item prototype.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototipul grafic "%1$s" trebuie să aibă cel puțin un prototip item.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:graph-prototype-1s-with-templated-items-cannot-contain-items-from-other-hosts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph prototype "%1$s" with templated items cannot contain items from other hosts.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototip de grafic "%1$s" cu itemi șablon nu poate să conțină itemi de la alte servere.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:graph-prototype-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph prototype added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototip grafic adăugat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:graph-prototype-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph prototype deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototip grafic șters</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:graph-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph prototypes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototipuri grafice</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:graph-prototypes-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph prototypes deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototipuri grafice șterse</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:graph-prototype-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph prototype updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototip grafic adăugat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:graphs" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graphs</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grafice</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:graphs-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graphs deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grafice șterse</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:graph-sum" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph sum</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Sumă grafică</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:graph-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip grafic</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:graph-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grafic actualizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:graph-with-name-1s-already-exists-in-graphs-or-graph-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph with name "%1$s" already exists in graphs or graph prototypes.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Graficul cu numele "%1$s" există deja în grafic sau în prototipurile de grafic.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:greek-el_gr" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Greek (el_GR)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Greacă (el_GR)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:grid" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Grid</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grilă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:group" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Group</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grup</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:group-1s-cannot-be-deleted-because-it-is-used-by-a-host-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Group "%1$s" cannot be deleted, because it is used by a host prototype.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grupul "%1$s" nu poate fi șters, pentru că este utilizat de un server prototip </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:group-1s-does-not-exist" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Group "%1$s" does not exist.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grupul "%1$s" nu există.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:group-1s-for-host-2s-does-not-exist" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Group "%1$s" for host "%2$s" does not exist.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grupul "%1$s" pentru serverul "%2$s" nu există.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:group-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Group added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grup adăugat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:group-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Group deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grup șters</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:group-for-discovered-hosts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Group for discovered hosts</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grup pentru servere detectate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:grouping-by" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Grouping by</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grupare după</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:group-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Group name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume grup</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:group-prototype-cannot-be-based-on-a-discovered-host-group-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Group prototype cannot be based on a discovered host group "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grupul prototip nu se poate baza pe un grup server detectat "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:group-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Group prototypes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototipuri grup</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Groups</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grupuri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:group-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Group updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grup actualizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:gsm-modem" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>GSM modem</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Modem GSM</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:gui" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>GUI</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>GUI</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:gui-access-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>GUI access disabled.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acces GUI dezactivat.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:hour-shorth" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>h</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>h</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:hardware" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Hardware</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Hardware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:hardware-full-details" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Hardware (Full details)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Hardware (Detalii complete)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:height" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Height</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Înălțime</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:help" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Help</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ajutor</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:hi" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>H:i</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>H:m</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:hidden" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Hidden</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ascuns</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:hide-selected" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Hide selected</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ascunde selecția</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:high" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>High</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ridicat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:his" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>H:i:s</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>H:m:s</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:history" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>History</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Istoric</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:history-cleared" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>History cleared</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Istoric șters</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:history-clearing-can-take-a-long-time-continue" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>History clearing can take a long time. Continue?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Golirea istoricului poate lua o perioadă lungă de timp. Continuare?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:history-storage-period" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>History storage period</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Perioadă de istoric a stocării</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:horizontal" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Horizontal</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Orizontal</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:horizontal-align" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Horizontal align</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Aliniere orizontală</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Echipament</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:host-1s-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host "%1$s" already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Serverul "%1$s" există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:host-access" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host access</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acces server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:host-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Server adăugat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:host-cannot-have-more-than-one-default-interface-of-the-same-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host cannot have more than one default interface of the same type.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Serverul nu poate avea mai mult de o interfață implicită de același tip.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:host-count" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host count</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Contor server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:host-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Server șters</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:host-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Servere dezactivate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:host-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Servere dezactivate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:host-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Server dezactivat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:host-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Servere activate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:host-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Server activat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:host-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Servere activate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:host-group" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>host group</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>grup server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:host-group" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host group</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grup server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:host-group-1s-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host group "%1$s" already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grupul server "%1$s" există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:host-group-1s-cannot-be-deleted-because-it-is-used-in-a-global-script" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host group "%1$s" cannot be deleted, because it is used in a global script.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grupul server "%1$s" nu poate fi șters, pentru că este utilizat într-un script global.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:host-group-elements" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host group elements</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Elementele grupului de servere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:host-group-label-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host group label type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipul etichetei grupului de servere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:host-groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host groups</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grupuri de servere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:hostid-of-dependent-item-and-master-item-should-match" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>"hostid" of dependent item and master item should match</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>„hostid” al elementului principal și al articolului dependent  trebuie să se potrivească</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:host-interface" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host interface</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Interfață server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:host-inventory" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host inventory</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Inventar server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:host-inventory-overview" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host inventory overview</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prezentare generală inventar server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:host-ip" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host IP</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>IP server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:hostkey-pair-is-expected" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>"host:key" pair is expected</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>trebuie perechea "host:key"</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:host-label-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host label type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip eticheta server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:host-metadata" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host metadata</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Metadate server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:host-networks" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host networks</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Rețele server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:host-prototype-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host prototype added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototip grafic adăugat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:host-prototype-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host prototype deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototip grafic șters</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:host-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host prototypes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototipuri de servere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:host-prototypes-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host prototypes deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototipuri de servere șterse</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:host-prototype-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host prototype updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototipul gazdă actualizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:host-prototype-with-host-name-1s-already-exists-in-discovery-rule-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host prototype with host name "%1$s" already exists in discovery rule "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Server prototip cu nume server "%1$s" există deja în regula de detecție "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:host-prototype-with-visible-name-1s-already-exists-in-discovery-rule-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host prototype with visible name "%1$s" already exists in discovery rule "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Server prototip cu nume vizibil "%1$s" există deja în regula de detecție "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:host-router" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host router</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Router gazdă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:hosts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Hosts</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Servere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:hosts-location" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Hosts location</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Locație servere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:host-subnet-mask" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host subnet mask</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mască subnet server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:hosts-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Hosts updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Servere actualizate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:host-time" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host time</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Timp server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:host-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Server actualizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:host-update-failed" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host update failed.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Actualizare server nereușită.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:host-with-the-same-name-1s-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host with the same name "%1$s" already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Server cu același nume "%1$s" există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:host-with-the-same-visible-name-1s-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host with the same visible name "%1$s" already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Server cu același nume vizibil "%1$s" există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:hours" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Hours</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ore</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:housekeeping" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Housekeeping</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Housekeeping</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:http" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>HTTP</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>HTTP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:http-authentication" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>HTTP authentication</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Autentificare HTTP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:http-proxy" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>HTTP proxy</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>proxy HTTP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:https" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>HTTPS</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>HTTPS</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:hungarian-hu_hu" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Hungarian (hu_HU)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Maghiară (hu_HU)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:hw-architecture" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>HW architecture</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Arhitectură HW</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:icmp-ping" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>ICMP ping</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>ping ICMP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:icon" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>icon</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>iconiță</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:icon" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Icon</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Iconiță</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:icon-default" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Icon (default)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Iconiță (implicit)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:icon-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Icon (disabled)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Iconiță (dezactivat)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:icon-highlight" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Icon highlight</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Iconiță selectată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:icon-maintenance" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Icon (maintenance)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Iconiță (mentenanță)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:icon-map" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Icon map</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Icon hartă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:icon-map-1s-cannot-be-deleted-used-in-map-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Icon map "%1$s" cannot be deleted. Used in map "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Icon hartă "%1$s" nu poate fi ștearsă. Este folosită în harta "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:icon-map-created" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Icon map created</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Icon hartă creat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:icon-map-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Icon map deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Icon hartă șters</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:icon-mapping" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Icon mapping</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>mapare icon</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:icon-map-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Icon map updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Icon hartă actualizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:icon-problem" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Icon (problem)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Iconiță (problemă)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:icons" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Icons</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Iconițe</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:id" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>ID</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>ID</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:if-at-least-2s-child-service-has-1s-status-or-above" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>If at least %2$s child service has %1$s status or above</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dacă cel puțin %2$s din serviciu copil are starea %1$s sau mai mult</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:if-at-least-2s-child-service-has-1s-status-or-above" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>If at least %2$s child service has %1$s status or above</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dacă cel puțin %2$s din servicii copil are starea %1$s sau mai mult</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:if-at-least-2s-child-service-has-1s-status-or-above" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>If at least %2$s child service has %1$s status or above</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dacă cel puțin %2$s din servicii copil are starea %1$s sau mai mult</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:if-you-think-this-message-is-wrong-please-consult-your-administrators-about-getting-the-necessary-permissions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>If you think this message is wrong, please consult your administrators about getting the necessary permissions.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dacă crezi ca acest mesaj este greșit, te rog să consulți administratorii pentru obținerea permisiunilor necesare.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:ignore-this-service" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Ignore this service</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ignorați acest serviciu</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:image" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>image</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>imagine</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:image" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Image</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Imagine</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:image-1s-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Image "%1$s" already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Imaginea "%1$s" există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:image-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Image added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Imagine adăugată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:image-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Image deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Imagine ștearsă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:image-label-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Image label type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipul etichetei imaginii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:images" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Images</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Imagini</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:images-for-all-maps-will-be-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Images for all maps will be updated!</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Imaginile pentru toate hărțile vor fi actualizate!</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:image-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Image updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Imagine actualizată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:imap" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>IMAP</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>IMAP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:immediately" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Immediately</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Imediat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:import" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Import</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Import</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:imported-successfully" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Imported successfully</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Import cu succes</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:import-failed" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Import failed</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Import eșuat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:import-file" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Import file</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Fișier import</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:in" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>in</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>în</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:inaccessible-sla" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Inaccessible SLA</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>SLA inaccesibil</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:include" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Include</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Include</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:incorrect-1s-label-type-value-for-map-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect %1$s label type value for map "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipul valorii etichetei %1$s incorect pentru harta "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:incorrect-action-condition-discovery-check" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect action condition discovery check.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Condiție de acțiune incorectă la verificare detecție.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:incorrect-action-condition-discovery-check-discovery-check-does-not-exist-or-you-have-no-access-to-it" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect action condition discovery check. Discovery check does not exist or you have no access to it.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Condiție de acțiune incorectă la verificare detecție. Verificarea detecției nu există sau nu ai acces la ea.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:incorrect-action-condition-discovery-object" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect action condition discovery object.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Condiție de acțiune incorectă la detecție obiect.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:incorrect-action-condition-discovery-rule-discovery-rule-does-not-exist-or-you-have-no-access-to-it" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect action condition discovery rule. Discovery rule does not exist or you have no access to it.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Condiție de acțiune incorectă la regula de detecție. Regula de detecție nu există sau nu ai acces la ea.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:incorrect-action-condition-discovery-status" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect action condition discovery status.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Condiție de acțiune incorectă la starea de detecție.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:incorrect-action-condition-event-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect action condition event type.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Condiție de acțiune incorectă la tipul eveniment.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:incorrect-action-condition-port-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect action condition port "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Condiție de acțiune incorectă port "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:incorrect-action-condition-proxy-proxy-does-not-exist-or-you-have-no-access-to-it" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect action condition proxy. Proxy does not exist or you have no access to it.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Condiție de acțiune incorectă proxy. Proxy nu există sau nu ai acces la el.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:incorrect-action-condition-trigger-severity" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect action condition trigger severity.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Condiție de acțiune incorectă la gravitate trigger.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:incorrect-action-condition-trigger-trigger-does-not-exist-or-you-have-no-access-to-it" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect action condition trigger. Trigger does not exist or you have no access to it.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Condiție de acțiune incorectă trigger. Trigger nu există sau nu ai acces la el.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:incorrect-action-condition-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect action condition type.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Condiție de acțiune incorectă gen.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:incorrect-action-operation-escalation-step-values" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect action operation escalation step values.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Operațiune de acțiune incorectă tip valoare crescută cu un pas.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:incorrect-arguments-passed-to-function" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect arguments passed to function.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Argumente incorecte trimise funcției.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:incorrect-event-object-1s-2s-for-event-source-3s-4s-only-the-following-objects-are-supported-5s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect event object "%1$s" (%2$s) for event source "%3$s" (%4$s), only the following objects are supported: %5$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Obiect eveniment incorect "%1$s" (%2$s) pentru sursa eveniment "%3$s" (%4$s), numai urmăoarele obiecte sunt suportate: %5$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:incorrect-eventobject-value" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect eventobject value.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare obiect eveniment incorectă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:incorrect-eventsource-value" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect eventsource value.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare sursă eveniment incorectă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:incorrect-field-1s-name-or-value-in-where-statement-for-table-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect field "%1$s" name or value in where statement for table "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume sau valoare câmp "%1$s" incorecte în care afirmația pentru tabelul "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:incorrect-fields-for-sysmap" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect fields for sysmap.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Câmpuri incorecte pentru sysmap.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:incorrect-file-upload" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect file upload.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Încărcare fișier incorectă. </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:incorrect-function-is-used" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect function is used</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Funcție incorectă utilizată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:incorrect-image-index" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect image index.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Index imagine incorect.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:incorrect-input-parameters" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect input parameters.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Parametrii de intrare incorecți.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:incorrect-item-for-axis-value" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect item for axis value.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Item incorect pentru valoare axă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:incorrect-item-key-1s-provided-for-trigger-expression-on-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect item key "%1$s" provided for trigger expression on "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cheie item "%1$s" incorect prevăzut pentru expresia triggerului pe "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:incorrect-item-value-type-1s-provided-for-trigger-function-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect item value type "%1$s" provided for trigger function "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip valoare item "%1$s" incorect prevăzut pentru funcția triggerului "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:incorrect-list-of-items" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect list of items.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Listă incorectă de itemi.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:incorrect-maintenance-date-must-be-between-19700101-and-20380118" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect maintenance - date must be between 1970.01.01 and 2038.01.18</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mentenanță incorectă - data trebuie să fie între 1970.01.01 și 2038.01.18</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:incorrect-maintenance-period-minimum-5-minutes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect maintenance period (minimum 5 minutes)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Perioadă a mentenanței incorectă (minim 5 minute)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:incorrect-object-value" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect object value.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare obiect incorectă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:incorrect-port-range" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect port range.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Gamă port incorectă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:incorrect-response-received-from-zabbix-server-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect response received from Zabbix server "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Răspuns incorect primit de la serverul Zabbix "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:incorrect-snmp-community" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect SNMP community.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Comunitate SNMP incorectă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:incorrect-snmp-oid" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect SNMP OID.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>SNMP OID incorect.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:incorrect-source-value" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect source value.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare sursă incorectă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:incorrect-syntax-near-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>incorrect syntax near "%1$s"</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>sintaxă incorectă lângă "%1$s"</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:incorrect-trigger-expression" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect trigger expression.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expresii trigger incorecte.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:incorrect-trigger-expression-host-1s-does-not-exist-or-you-have-no-access-to-this-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect trigger expression. Host "%1$s" does not exist or you have no access to this host.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expresie trigger incorectă. Serverul "%1$s" nu există sau nu ai acces la acest server.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:incorrect-trigger-expression-trigger-expression-elements-should-not-belong-to-a-template-and-a-host-simultaneously" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect trigger expression. Trigger expression elements should not belong to a template and a host simultaneously.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expresie trigger incorectă. Elementele expresiei trigger nu trebuie să aparțină simultan unui șablon si unui server.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:incorrect-value-1s-for-2s-field" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect value "%1$s" for "%2$s" field.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare incorectă "%1$s" pentru câmpul "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:incorrect-value-1s-for-2s-field-must-be-between-3s-and-4s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect value "%1$s" for "%2$s" field: must be between %3$s and %4$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare incorectă "%1$s" pentru câmpul "%2$s": trebuie să fie între %3$s și %4$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:incorrect-value-1s-for-float-field-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect value "%1$s" for float field "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare incorectă "%1$s" pentru câmpul flotant "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:incorrect-value-1s-for-int-field-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect value "%1$s" for int field "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare incorectă "%1$s" pentru câmpul int "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:incorrect-value-1s-for-unsigned-int-field-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect value "%1$s" for unsigned int field "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare incorectă "%1$s" pentru câmpul int nesemnat "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:indonesian-id_id" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Indonesian (id_ID)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Indoneză (id_ID)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:info" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Info</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Info</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:information" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Information</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Informaţie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:in-maintenance" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>In maintenance</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>În mentenanță</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:in-progress" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>In progress</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>În progres</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:in-range" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>In range</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>În interval</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:insert" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Insert</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Inserează</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:installation" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Installation</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Instalare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:installer-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Installer name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume de instalare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:interface" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Interface</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Interfață</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:interface-is-linked-to-item-1s-on-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Interface is linked to item "%1$s" on "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Interfața e legată de itemul "%1$s" pe "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:interface-with-dns-1s-cannot-have-empty-ip-address" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Interface with DNS "%1$s" cannot have empty IP address.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Interfața cu DNS "%1$s" nu poate avea adresă IP goală.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:interface-with-ip-1s-cannot-have-empty-dns-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Interface with IP "%1$s" cannot have empty DNS name.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Interfața cu IP "%1$s" nu poate avea nume DNS gol.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:interface-with-ip-1s-cannot-have-empty-dns-name-while-having-use-dns-property-on-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Interface with IP "%1$s" cannot have empty DNS name while having "Use DNS" property on "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Interfața cu IP "%1$s" nu poate avea nume DNS gol în timp ce are "Folosește proprietatea DNS" la "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:event-sourceinternal" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>internal</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>intern</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:authenticationinternal" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Internal</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Intern</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:user-typeinternal" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Internal</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Intern</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:internal-error" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Internal error.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eroare internă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:internal-json-rpc-error" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Internal JSON-RPC error.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eroare internă JSON-RPC.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:internet-explorer" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Internet Explorer</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Internet Explorer</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:interval" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Interval</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Interval</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:invalid-json-an-error-occurred-on-the-server-while-parsing-the-json-text" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Invalid JSON. An error occurred on the server while parsing the JSON text.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>JSON invalid. A apărut o eroare la server în timp ce analiza textul JSON.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:invalid-key-1s-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Invalid key "%1$s": %2$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cheie invalidă "%1$s": %2$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:invalid-key-1s-for-discovery-rule-2s-on-3s-4s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Invalid key "%1$s" for discovery rule "%2$s" on "%3$s": %4$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cheie invalidă "%1$s" pentru regula de detecție "%2$s" pe "%3$s": %4$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:invalid-key-1s-for-item-2s-on-3s-4s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Invalid key "%1$s" for item "%2$s" on "%3$s": %4$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cheie invalidă "%1$s" pentru itemul "%2$s" pe "%3$s": %4$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:invalid-key-1s-for-item-prototype-2s-on-3s-4s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Invalid key "%1$s" for item prototype "%2$s" on "%3$s": %4$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cheie invalidă "%1$s" pentru prototipul item "%2$s" pe "%3$s": %4$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:invalid-method-parameters" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Invalid method parameters.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Parametrii metodei invalizi. </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:invalid-params" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Invalid params.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Parametri invalizi.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:invalid-response-code-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Invalid response code "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cod de răspuns invalid "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:inventory" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Inventory</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Inventar</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:inventory-disabled-for-host-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Inventory disabled for host "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Inventar dezactivat pentru server "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:inventory-field" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Inventory field</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Câmp inventar</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:inventory-mode" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Inventory mode</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mod inventar</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:ip" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>IP</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>IP Internet Protocol</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:ip-address" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>IP address</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adresă IP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:ip-and-dns-cannot-be-empty-for-host-interface" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>IP and DNS cannot be empty for host interface.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>IP-ul si DNS-ul nu pot fi nule pentru interfața serverului.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:ipmi" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>IPMI</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>IPMI</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:ipmi-agent" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>IPMI agent</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Agent IPMI</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:ipmi-interfaces" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>IPMI interfaces</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Interfață IPMI</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:ipmi-sensor" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>IPMI sensor</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Senzor IPMI</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:ip-range" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>IP range</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Interval IP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:is-online" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Is online?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Este online?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:italian-it_it" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Italian (it_IT)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Italiană (it)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>item</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>item</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Item</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:item-1s-already-exists-on-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item "%1$s" already exists on "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Itemul "%1$s" există deja pe "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:item-1s-already-exists-on-2s-inherited-from-another-template" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item "%1$s" already exists on "%2$s", inherited from another template.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Itemul "%1$s" există deja pe "%2$s" moștenit de la alt șablon.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:item-1s-cannot-populate-a-missing-host-inventory-field-number-2d-choices-are-from-0-do-not-populate-to-3d" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item "%1$s" cannot populate a missing host inventory field number "%2$d". Choices are: from 0 (do not populate) to %3$d.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Itemul "%1$s" nu poate popula un server lipsă cu număr câmp inventar "%2$d". Opțiunile suntȘ de la 0 (nu popula) la %3$d.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:item-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Item adăugat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:item-count" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item count</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numărătoare item</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:item-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Item șters</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:item-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Element dezactivat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:item-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Elemente dezactivate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:item-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Elemente dezactivate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:item-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Item activat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:item-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Itemi activați</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:item-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Itemi activați</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:item-in-not-supported-state" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item in "not supported" state</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Item în stare "nesuportată"</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:item-not-selected" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item not selected</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Item neselectat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:item-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototip item</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:item-prototype-1s-already-exists-on-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item prototype "%1$s" already exists on "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototip item "%1$s" există deja pe "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:item-prototype-1s-already-exists-on-2s-inherited-from-another-template" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item prototype "%1$s" already exists on "%2$s", inherited from another template.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototip item "%1$s" există deja pe "%2$s", moștenit de la alt șablon.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:item-prototype-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item prototype added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototip item adăugat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:item-prototype-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item prototype deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototip item șters</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:item-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item prototypes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototipuri item</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:item-prototypes-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item prototypes deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototipuri item șterse</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:item-prototype-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item prototype updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototipul articol actualizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:items" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Items</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Itemi</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:items-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Items deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Itemi ștersi</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:items-list" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Items list</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Lista itemi</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:items-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Items updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Itemi actualizați</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:item-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Item actualizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:item-uses-host-interface-from-non-parent-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item uses host interface from non-parent host.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Itemul folosește interfața serverului dintr-un server ne-părinte.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:item-uses-incorrect-interface-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item uses incorrect interface type.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Itemul folosește un tip de interfață incorectă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:item-will-not-be-refreshed-please-enter-a-correct-update-interval" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item will not be refreshed. Please enter a correct update interval.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Itemul nu va fi actualizat. Va rugăm să introduceți un interval de actualizare corect.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:item-with-key-1s-already-exists-on-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item with key "%1$s" already exists on "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Item cu cheia "%1$s" deja există pe "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:item-with-key-1s-already-exists-on-2s-as-a-discovery-rule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item with key "%1$s" already exists on "%2$s" as a discovery rule.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Item cu cheia "%1$s" deja există pe "%2$s" ca o regulă de detecție.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:item-with-key-1s-already-exists-on-2s-as-an-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item with key "%1$s" already exists on "%2$s" as an item.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Item cu cheia "%1$s" deja există pe "%2$s" ca și un item.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:item-with-key-1s-already-exists-on-2s-as-an-item-created-from-item-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item with key "%1$s" already exists on "%2$s" as an item created from item prototype.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Item cu cheia "%1$s" deja există pe "%2$s" ca și un item creat dintr-un prototip item. </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:item-with-key-1s-already-exists-on-2s-as-an-item-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item with key "%1$s" already exists on "%2$s" as an item prototype.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Item cu cheia "%1$s" deja există pe "%2$s" ca și un prototip item.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:item-with-key-1s-already-exists-on-2s-as-unknown-item-element" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item with key "%1$s" already exists on "%2$s" as unknown item element.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Item cu cheia "%1$s" deja există pe "%2$s" ca și un element item necunoscut.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:it-is-not-possible-to-filter-by-user-password" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>It is not possible to filter by user password.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu este posibilă filtrarea după parola utilizatorului.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:it-is-not-possible-to-search-by-user-password" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>It is not possible to search by user password.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu este posibilă căutarea după parola utilizatorului.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:jan" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Jan</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ian</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:january" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>January</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ianuarie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:japanese-ja_jp" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Japanese (ja_JP)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Japoneză (ja_JP)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:jmx" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>JMX</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>JMX</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:jmx-agent" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>JMX agent</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Agent JMX</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:jmx-interfaces" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>JMX interfaces</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Interfață JMX</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:jul" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Jul</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Iul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:july" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>July</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Iulie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:jun" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Jun</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Iun</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:june" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>June</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Iunie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:key" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Key</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cheie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:key-is-empty" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>key is empty</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>cheia este goală</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:key-passphrase" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Key passphrase</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Parola cheie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:korean-ko_kr" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Korean (ko_KR)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Coreeană (ko_KR)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:label" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Label</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Etichetă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:label-location" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Label location</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Locație etichetă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:label-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>&lt;label name&gt;</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>&lt;nume etichetă&gt;</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:language" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Language</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Limbă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:week-of-monthlast" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>last</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>ultima</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:last" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>last</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>ultima</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:page-navigationlast" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Last</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ultima</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:last-check" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Last check</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ultima verificare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:last-hour-graph" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Last hour graph</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Graficul ultimei ore</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:last-month-graph" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Last month graph</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Graficul ultimei luni</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:last-of" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Last of</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ultima din</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:last-seen-age" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Last seen (age)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ultima dată vazut (vârstă)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:last-value" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Last value</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ultima valoare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:last-week-graph" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Last week graph</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Graficul ultimei săptămâni</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:latest-data" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Latest data</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cele mai recente date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:latest-values" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Latest values</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cele mai recente valori</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:latvian-lv_lv" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Latvian (lv_LV)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Letonă (lv_LV)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:ldap" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>LDAP</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>LDAP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:ldap-authentication" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>LDAP authentication</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Autentificare LDAP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:ldap-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>LDAP host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Server LDAP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:ldap-login-successful" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>LDAP login successful</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Autentificare LDAP reusită </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:left" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Left</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Stânga</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:limit-for-search-and-filter-results" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Limit for search and filter results</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Limită elemente Căutare/Filtrare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:line" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Line</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Linie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:link" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Link</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Legătură</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:linked-templates" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Linked templates</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șabloane legate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:link-indicators" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Link indicators</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Indicatori de legătură</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:link-templates" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Link templates</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Leagă șabloane</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:link-to-template" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Link to template</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Legătură către șablon</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:link-to-templates" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Link to templates</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Legătură către șabloane</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:list-is-empty" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>List is empty</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Lista este goală</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:lithuanian-lt_lt" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Lithuanian (lt_LT)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Lituaniană (lt_LT)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:local-time" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Local time</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ora locală</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:location" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Location</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Locaţie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:location-latitude" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Location latitude</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Latitudine locație</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:location-longitude" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Location longitude</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Longitudine locație</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:log" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Log</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Înregistrare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:login" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Login</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Autentificare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:login-name-or-password-is-incorrect" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Login name or password is incorrect.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numele sau parola este incorectă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:logout" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Logout</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Deconectare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:log-time-format" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Log time format</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Format timp autentificare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:log-unmatched-snmp-traps" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Log unmatched SNMP traps</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Înregistrarea nu se potrivește cu capcanele SNMP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:lost" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Lost</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Pierdut</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:low-level-discovery-rule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>low-level discovery rule</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>regulă de detecție de nivel inferior</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:low-level-discovery-rule-in-not-supported-state" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Low-level discovery rule in "not supported" state</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nivel scăzut al regulii de detecție în stare "nu este acceptată"</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:minute-shortm" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>m</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>m</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:month-shortm" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>m</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>l</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:monday-shortm" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>M</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>M</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:mac-address-a" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>MAC address A</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adresă MAC A</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:mac-address-b" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>MAC address B</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adresă MAC B</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:macro" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Macro</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Macro</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:macro-1s-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Macro "%1$s" already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Macro-ul "%1$s" există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:macro-1s-already-exists-on-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Macro "%1$s" already exists on "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Macro-ul "%1$s" există deja pe "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:macros" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>macro(s)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>macro(uri)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:macros" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Macros</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Macro-uri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:macros-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Macros updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Macro-uri actualizate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:maintenance" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Maintenance</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mentenanță</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:maintenance-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Maintenance added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mentenanță adăugată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:maintenance-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Maintenance deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mentenanță ștearsă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:maintenance-period" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Maintenance period</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Perioadă de mentenanță</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:maintenance-period-length" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Maintenance period length</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Lungime perioadă de mentenanță</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:maintenance-periods" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Maintenance periods</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Perioade de mentenanță</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:maintenance-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Maintenance type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip mentenanță</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:maintenance-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Maintenance updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mentenanță actualizată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:maintenance-with-data-collection" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Maintenance with data collection</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mentenanță cu colecție de date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:maintenance-without-data-collection" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Maintenance without data collection</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mentenanță fără colecție de date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:manual" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>&lt;manual&gt;</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>&lt;manual&gt;</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:manual" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Manual</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Manual</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:map" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>map</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>hartă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:map" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Map</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Hartă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:map-label-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Map label type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip etichetă hartă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:mapped-to" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Mapped to</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mapat la </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:mappings" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Mappings</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mapări</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:maps" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Maps</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Hărți</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:mar" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Mar</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mar</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:march" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>March</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Martie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:mark-elements-on-trigger-status-change" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Mark elements on trigger status change</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Marchează elementele pe schimbarea de status a trigerilor</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:mark-others" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Mark others</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Marchează pe alții</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:mark-selected" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Mark selected</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Marchează selecția</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:mask" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Mask</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mască</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:mass-update" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Mass update</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Masă zctualizată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:mass-update-elements" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Mass update elements</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Elemente de masă actualizate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:max" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>max</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>max</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:max-count-of-elements-to-show-inside-table-cell" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Max count of elements to show inside table cell</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numerotare maximă a elementelor pentru arătarea interiorului celulei tabelului</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:maximum-time-period-to-display-is-1s-day" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Maximum time period to display is %1$s day.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Perioada maximă de timp pentru afișare este %1$s zile.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:maximum-time-period-to-display-is-1s-day" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Maximum time period to display is %1$s day.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Perioada maximă de timp pentru afișare este %1$s zile.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:maximum-time-period-to-display-is-1s-day" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Maximum time period to display is %1$s day.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Perioada maximă de timp pentru afișare este %1$s zile.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:may" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>May</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mai</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:may-shortmay" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>May</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mai</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:md2" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>MD2</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>MD2</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:media" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Media</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Media</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:media-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Media type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipul media</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:media-type-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Media type added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipul media adăugat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:media-type-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Media type deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipul media șters</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:media-type-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Media type deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipul media șters</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:media-type-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Media type deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipul media șters</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:media-type-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Media type disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipurile media dezactivate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:media-type-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Media type disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipurile media dezactivate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:media-type-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Media type disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipul media dezactivat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:media-type-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Media type enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipul media activat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:media-type-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Media type enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipurile media activate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:media-type-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Media type enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipurile media activate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:media-types" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Media types</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipuri media</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:media-type-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Media type updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipul media actualizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:members" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Members</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Membri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:message" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Message</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mesaj</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:messages" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Messages</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mesaje</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:message-timeout" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Message timeout</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mesaj expirat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:messaging" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Messaging</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trimitere mesaje</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:method-not-found" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Method not found.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Metoda nu a fost găsită.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:middle" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Middle</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mijloc</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:min" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>min</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>min</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:minimum-severity" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Minimum severity</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Severitate minimă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:minutes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Minutes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Minute</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:missing-itemid-field-for-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Missing "itemid" field for item.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Câmp lipsă "itemid" pentru item.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:missing-items-for-graph-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Missing items for graph "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Itemi lipsă pentru elementul grafic "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:missing-items-for-graph-prototype-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Missing items for graph prototype "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Itemi lipsă pentru prototipul grafic "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:missing-key-1s-for-host-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Missing key "%1$s" for host "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cheie lipsă "%1$s" pentru server "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:missing-name-field-for-graph" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Missing "name" field for graph.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Câmp lipsă "nume" pentru element grafic.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:missing-name-field-for-graph-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Missing "name" field for graph prototype.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Câmp lipsă "nume" pentru prototip grafic.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:mode" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Mode</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mod</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:model" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Model</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Model</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:mon" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Mon</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Lun</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:monday" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Monday</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Luni</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:monitored-by-proxy" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Monitored by proxy</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Monitorizat de proxy</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:monitored-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Monitored host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Server monitorizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:monitoring" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Monitoring</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Monitorizare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:month" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Month</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Lună</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:monthly" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Monthly</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Lunar</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:more-matches-found" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>More matches found...</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mai multe potriviri găsite...</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:more-than-10-minutes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>More than 10 minutes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mai mult de 10 minute</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:more-than-one-graph-with-name-1s-within-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>More than one graph with name "%1$s" within host.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mai mult de un grafic cu numele "%1$s" fără server.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:mozilla-firefox" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Mozilla Firefox</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mozilla Firefox</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:millisecond-shortms" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>ms</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>ms</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:multiple-problem-events" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Multiple PROBLEM events</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Evenimente PROBLEME multiple</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:must-be-a-valid-ldap-user" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>must be a valid LDAP user</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>trebuie să fie un utilizator valid LDAP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:mute" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Mute</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mut</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:network-map-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Network map added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Hartă rețea adăugată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:network-map-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Network map deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Hartă rețea ștearsă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:network-maps" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Network maps</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Hărți rețea</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:network-map-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Network map updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Hartă rețea actualizată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:never" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Never</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Niciodată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:new-element-in-multiselectnew" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>new</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>nou</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:new" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>new</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>nou</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:new-condition" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>New condition</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Condiție nouă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:new-element" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>New element</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Element nou</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:new-regular-expression" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>New regular expression</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Exoresie uzuală nouă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:nntp" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>NNTP</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>NNTP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:no" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:no-1s-given-for-graph" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No "%1$s" given for graph.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Niciun "%1$s" dat pentru grafic.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:no-1s-given-for-graph-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No "%1$s" given for graph prototype.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Niciun "%1$s" dat pentru prototipul grafic.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:no-authentication-user-name-specified" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No authentication user name specified.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Niciun nume de utilizator specificat.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:no-conditions-defined" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No conditions defined.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nicio condiție definită.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:no-data" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>no data</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>fără date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:no-data-collection" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No data collection</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nicio colecție de date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:no-default-interface-for-1s-type-on-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No default interface for "%1$s" type on "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nicio interfață implicită pentru tipul "%1$s" pe "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:no-details" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No details</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Niciun detaliu</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:no-discovery-rule-ids-given" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No discovery rule IDs given.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nicio regulă de detecție IDs dată.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:no-file-was-uploaded" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No file was uploaded.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Niciun fișier nu s-a încărcat.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:no-graphs-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No graphs added.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Niciun grafic adăugat.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:no-host-ids-given" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No host IDs given.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Niciun IDs server dat.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:no-image" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No image</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nicio imagine</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:no-interface-found" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No interface found</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nicio interfață găsită</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:no-interface-found" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No interface found.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nicio interfață găsită.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:no-items-defined" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No items defined.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Niciun item definit.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:no-macros-found" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No macros found.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Niciun macro găsit.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:no-maps-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No maps added.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nicio hartă adaugată.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:no-matches-found" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No matches found</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nicio potrivire găsită</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:none" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>None</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Niciunul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:no-permissions-for-system-access" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No permissions for system access.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nicio permisiune de acces la sistem.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:no-permissions-to-referred-object-or-it-does-not-exist" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No permissions to referred object or it does not exist!</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nicio permisiune la obiectul menționat sau acesta nu există!</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:no-private-key-file-specified" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No private key file specified.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu a fost specificat nici un fișier cu cheie privată.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:no-proxy" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>(no proxy)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>(fără proxy)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:no-proxy" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No proxy</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Fără proxy</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:no-public-key-file-specified" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No public key file specified.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu a fost specificat nici un fișier cu cheie publică.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:normal" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Normal</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Normal</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:normal-view" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Normal view</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Vizualizare normală</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:no-script-specified-for-action-operation-command" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No script specified for action operation command.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu a fost specificat niciun script pentru comanda de acțiune a operațiunii.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:no-snmp-oid-specified" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No SNMP OID specified.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Niciun SNMP OID specificat.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:not-ack" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Not Ack</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu Ack</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:not-allowed-to-set-password-for-user-guest" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Not allowed to set password for user "guest".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu este permisă setarea parolei pentru utilizatorul "guest".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:no-target-selected" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No target selected</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu a fost selectată nicio țintă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:no-target-selected" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No target selected.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu a fost selectată nicio țintă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:not-available" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Not available</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Indisponibil</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:not-classified" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Not classified</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Neclasificate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:notes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Notes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Note</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:nothing" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Nothing</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nimic</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:notification-report" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Notification report</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Raport de notificare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:notifications" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Notifications</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Notificări</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:not-in" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>not in</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>nu este în</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:no-triggers-defined" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No triggers defined.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Niciun trigger definit.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:not-selected" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>not selected</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>neselectat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:not-supported" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Not supported</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nesuportat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:nov" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Nov</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Noi</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:november" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>November</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Noiembrie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:number-of-items-in-proxy-history-that-are-not-yet-sent-to-the-server" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Number of items in proxy history that are not yet sent to the server</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Număr de itemuri în istoricul proxy care nu au fost încă trimise către server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:number-of-items-in-the-queue-which-are-delayed-by-from-to-to-seconds-inclusive" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Number of items in the queue which are delayed by from to to seconds, inclusive.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Număr de itemi in coadă care sunt întârziați de la pâna la secunde, inclusiv.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:number-of-items-in-zabbix-database" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Number of items in Zabbix database.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Număr de itemuri in baza de date Zabbix.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:number-of-monitored-hosts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Number of monitored hosts</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Număr de servere monitorizate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:number-of-processor-cores-on-vmware-hypervisor-url-vmware-service-url-uuid-vmware-hypervisor-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Number of processor cores on VMware hypervisor, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware hypervisor host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numărul miezului procesorului pe VMware hypervisor, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware hypervisor nume server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:number-of-processors-on-vmware-virtual-machine-url-vmware-service-url-uuid-vmware-virtual-machine-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Number of processors on VMware virtual machine, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware virtual machine host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numărul de procesoare pe mașina virtuală VMware, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware numne server mașină virtuală</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:number-of-processor-threads-on-vmware-hypervisor-url-vmware-service-url-uuid-vmware-hypervisor-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Number of processor threads on VMware hypervisor, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware hypervisor host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Număr threaduri procesor pe VMware hypervisor, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - nume server VMware hypervisor </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:number-of-status-changes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Number of status changes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numărul schimbărilor de status</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:number-of-steps" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Number of steps</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Număr de pași</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:number-of-triggers-in-zabbix-database" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Number of triggers in Zabbix database.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numărul triggerilor din baza de date Zabbix.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:number-of-unsupported-items-in-zabbix-database" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Number of unsupported items in Zabbix database.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numărul itemilor nesuportați în baza de date Zabbix.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:number-of-users-online" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Number of users (online)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numărul de utilizatori (online)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:number-of-values-stored-in-table-history" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Number of values stored in table HISTORY.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numărul valorilor stocate în tabela HISTORY.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:number-of-values-stored-in-table-history_log" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Number of values stored in table HISTORY_LOG.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numărul valorilor stocate în tabela HISTORY_LOG.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:number-of-values-stored-in-table-history_str" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Number of values stored in table HISTORY_STR.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numărul valorilor stocate în tabela HISTORY_STR.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:number-of-values-stored-in-table-history_text" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Number of values stored in table HISTORY_TEXT.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numărul valorilor stocate în tabela HISTORY_TEXT.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:number-of-values-stored-in-table-history_uint" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Number of values stored in table HISTORY_UINT.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numărul valorilor stocate în tabela HISTORY_UINT.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:number-of-values-stored-in-table-trends" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Number of values stored in table TRENDS.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numărul valorilor stocate în tabela TRENDS.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:number-of-values-stored-in-table-trends_uint" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Number of values stored in table TRENDS_UINT.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numărul valorilor stocate în tabela TRENDS_UINT.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:number-of-virtual-machines-on-vmware-hypervisor-url-vmware-service-url-uuid-vmware-hypervisor-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Number of virtual machines on VMware hypervisor, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware hypervisor host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numărul mașinilor virtuale pe VMware hypervisor, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware hypervisor nume server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:numeric-float" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Numeric (float)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numeric (float)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:numeric-unsigned" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Numeric (unsigned)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numeric (nesemnat)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:oct" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Oct</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Oct</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:october" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>October</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Octombrie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:oem" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>OEM</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>OEM</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:of" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>of</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>al</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:off" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>off</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>închis</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:off" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Off</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Oprit</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:ok" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Ok</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ok</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:ok" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>OK</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>OK</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:on" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>on</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>pornit</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:on" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>On</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Pornit</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:once" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Once</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Odată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:one-time-only" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>One time only</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>O singură dată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:only-items-assigned-to-enabled-hosts-are-counted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Only items assigned to enabled hosts are counted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numai itemii desemnați să activeze servere sunt numărați</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:only-one-check-can-be-unique" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Only one check can be unique.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numai o verificare poate fi unică.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:only-super-admins-can-create-groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>(Only super admins can create groups)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>(Numai super administratorii pot creea grupuri)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:only-triggers-assigned-to-enabled-hosts-and-depending-on-enabled-items-are-counted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Only triggers assigned to enabled hosts and depending on enabled items are counted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numai triggerii atribuiți să activeze servere și care depind de itemi activați sunt contorizați</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:on-status-change-triggers-blink-for" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>On status change triggers blink for</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Statusul pornit modifică triggerii să lumineze pentru </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:oob-ip-address" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>OOB IP address</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adresă IP OOB</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:oob-router" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>OOB router</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>router OOB</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:oob-subnet-mask" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>OOB subnet mask</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mască subnet OOB</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:opera" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Opera</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Opera</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:operation-cannot-be-performed-due-to-unauthorized-request" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Operation cannot be performed due to unauthorized request.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Operațiunea nu poate fi executată datorită unei cereri neautorizate.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:operation-details" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Operation details</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Detalii operațiunii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:operation-has-no-group-to-operate" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Operation has no group to operate.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Operațiunea nu are grup de operare.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:operation-has-no-template-to-operate" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Operation has no template to operate.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Operațiunea nu are șablon de operare.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:operations" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Operations</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Operațiuni</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:operator" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Operator</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Operator</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:original" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Original</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Original</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:os" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>OS</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>OS</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:os-full-details" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>OS (Full details)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>OS (detaliat)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:os-short" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>OS (Short)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>OS (Prescurtat)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:other" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>other</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>altul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:other" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Other</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Altul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:other-configuration-parameters" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Other configuration parameters</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Alți parametri de configurare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:other-parameters" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Other parameters</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Alți parametri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:others" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Others</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Alții</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:item_formoverridden-by" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Overridden by</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Suprascrisă de </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:override-item-history-period" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Override item history period</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Perioadă istoric item de suprascriere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:override-item-trend-period" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Override item trend period</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Perioadă trend item de suprascriere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:overview" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Overview</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prezentare generală</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:page-received-incorrect-data" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Page received incorrect data</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Pagina a primit date incorecte</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:parameter" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Parameter</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Parametru</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:parent-discovery-rules" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Parent discovery rules</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Reguli de detecție părinte</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:parent-graphs" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Parent graphs</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grafice părinte</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:parent-items" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Parent items</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Itemi părinte</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:parent-triggers" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Parent triggers</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Triggeri părinte</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:parent-web-scenarios" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Parent web scenarios</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scenarii web părinte</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:parse-error" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Parse error</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eroare de analizare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:passive" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Passive</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Pasiv</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:password" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Password</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Parolă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:password-once-again" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Password (once again)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Parolă (din nou)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:percentile-line-left" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Percentile line (left)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Linie procentuala (stânga)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:percentile-line-right" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Percentile line (right)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Linie crescătoare (dreapta)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:period" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Period</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Perioadă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:periods" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Periods</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Perioade</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:period-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Period type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipul perioadei</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:permissions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Permissions</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Permisiuni</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:permissions-can-be-assigned-for-user-groups-only" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Permissions can be assigned for user groups only.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Persmisiunea poate fi atribuită doar grupurilor de utilizatori.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:persian-fa_ir" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Persian (fa_IR)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Persian (fa_IR)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:php-bcmath" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP bcmath</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>PHP bcmath</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:php-bcmath-extension-missing-php-configuration-parameter-enable-bcmath" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP bcmath extension missing (PHP configuration parameter --enable-bcmath).</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Extensia PHP bcmath lipsește (parametrul de configurare PHP --enable-bcmath).</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:php-ctype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP ctype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>PHP ctype</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:php-ctype-extension-missing-php-configuration-parameter-enable-ctype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP ctype extension missing (PHP configuration parameter --enable-ctype).</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Extensia PHP ctype lipsește (parametrul de configurare PHP --enable-ctype).</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:php-databases-support" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP databases support</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Suport pentru baza de date PHP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:php-gd" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP gd</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>PHP gd</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:php-gd-extension-missing-php-configuration-parameter-with-gd" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP gd extension missing (PHP configuration parameter --with-gd).</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Extensia PHP gd lipsește (parametrul de configurare PHP --with-gd).</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:php-gd-freetype-support" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP gd FreeType support</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Suport PHP gd FreeType</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:php-gd-freetype-support-missing" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP gd FreeType support missing.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Suport PHP gd FreeType lipsă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:php-gd-jpeg-image-support-missing" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP gd JPEG image support missing.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Suport PHP gd JPEG lipsă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:php-gd-jpeg-support" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP gd JPEG support</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Suport PHP gd JPEG</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:php-gd-png-image-support-missing" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP gd PNG image support missing.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Suport imagine PHP gd PNG lipsă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:php-gd-png-support" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP gd PNG support</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Suport PHP gd PNG</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:php-gettext" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP gettext</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>PHP gettext</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:php-gettext-extension-missing-php-configuration-parameter-with-gettext-translations-will-not-be-available" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP gettext extension missing (PHP configuration parameter --with-gettext). Translations will not be available.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Extensia PHP gettext lipsă (parametru de configurare PHP --with-gettext). Traduceri nu vor fi disponibile.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:php-libxml" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP libxml</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>PHP libxml</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:php-libxml-extension-missing" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP libxml extension missing.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Extensia PHP libxml lipsă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:php-mbstring" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP mbstring</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>PHP mbstring</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:php-mbstring-extension-missing-php-configuration-parameter-enable-mbstring" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP mbstring extension missing (PHP configuration parameter --enable-mbstring).</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Extensia PHP mbstring lipsește (parametrul de configurare PHP --enable-mbstring).</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:php-session" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP session</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Sesiune PHP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:php-session-auto-start-must-be-disabled-php-directive-sessionauto_start" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP session auto start must be disabled (PHP directive "session.auto_start").</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Pornirea automată sesiune PHP trebuie dezactivată (directiva PHP "session.auto_start").</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:php-session-extension-missing-php-configuration-parameter-enable-session" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP session extension missing (PHP configuration parameter --enable-session).</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Extensie sesiune PHP lipsă (Parametrul de configurare PHP --enable-session).</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:php-sockets" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP sockets</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>PHP sockets</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:php-sockets-extension-missing-php-configuration-parameter-enable-sockets" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP sockets extension missing (PHP configuration parameter --enable-sockets).</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Extensia socket-uri PHP lipsește (parametrul de configurare PHP --enable-sockets).</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:php-version" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP version</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Versiune PHP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:php-xmlreader" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP xmlreader</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>xmlreader PHP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:php-xmlreader-extension-missing" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP xmlreader extension missing.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Extensie xmlreader PHP lipsă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:php-xmlwriter" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP xmlwriter</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>PHP xmlwriter</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:php-xmlwriter-extension-missing" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP xmlwriter extension missing.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Extensie xmlwriter PHP lipsă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:pie" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Pie</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Diagramă circulară</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:placing-algorithm" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Placing algorithm</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Plasare algoritm</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:plain-text" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Plain text</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Text simplu</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:play" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Play</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Redare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:play-sound" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Play sound</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Redare sunet</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:please-select-two-elements" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Please select two elements</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Va rog selectați două elemente</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:polish-pl_pl" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Polish (pl_PL)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Poloneză (pl_PL)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:pop" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>POP</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>POP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:populates-host-inventory-field" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Populates host inventory field</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Populare câmp server inventar</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:port" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Port</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Port</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:port-cannot-be-empty-for-host-interface" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Port cannot be empty for host interface.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Portul nu pot fi nul pentru interfața serverului.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:port-range" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Port range</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Interval port</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:portuguese-pt_br" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Portuguese (pt_BR)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Portugheză (pt_BR)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:portuguese-pt_pt" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Portuguese (pt_PT)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Portugheză (pt_BR)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:preview" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Preview</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Previzualizare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:primary-poc-cell" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Primary POC cell</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Celulă inițială POC</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:primary-poc-email" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Primary POC email</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Email inițial POC</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:primary-poc-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Primary POC name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume inițial POC</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:primary-poc-notes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Primary POC notes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Note inițiale POC</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:primary-poc-phone-a" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Primary POC phone A</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Telefon A inițial POC</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:primary-poc-phone-b" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Primary POC phone B</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Telefon B inițial POC</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:primary-poc-screen-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Primary POC screen name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume ecran inițial POC</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:privacy-passphrase" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Privacy passphrase</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Frază de acces de confidențialitate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:privacy-protocol" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Privacy protocol</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ptotocol confidențial</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:private-key-file" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Private key file</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Fișier cheie privată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:privilege-level" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Privilege level</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nivel privilegiat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:problem" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Problem</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Problemă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:problem" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PROBLEM</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>PROBLEMĂ</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:problem-display" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Problem display</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Afișare problemă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:problem-on" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Problem on</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Problemă pe</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:problems" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Problems</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Probleme</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:proxies" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Proxies</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Proxy-uri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:proxy" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Proxy</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Proxy</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:proxy-1s-for-host-2s-does-not-exist" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Proxy "%1$s" for host "%2$s" does not exist.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Proxy "%1$s" pentru serverul "%2$s" nu există.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:proxy-1s-is-used-by-discovery-rule-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Proxy "%1$s" is used by discovery rule "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Proxy "%1$s" este utilizat de regula de detecție "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:proxy-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Proxy added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Proxy adăugat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:proxy-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Proxy deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Proxy șters</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:proxy-mode" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Proxy mode</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mod proxy</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:proxy-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Proxy name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume proxy</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:proxy-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Proxy updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Proxy actualizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:public-key" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Public key</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cheie publică</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:public-key-file" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Public key file</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Fișier cheie publică</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:queue" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Queue</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Coadă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:read" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Read</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Citire</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:read-only" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Read only</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numai citire</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:read-write" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Read-write</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Citire-scriere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:received-value" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Received value</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare primită</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:recipient" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Recipient</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Destinatar</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:recovery" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Recovery</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Recuperare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:refreshed-every-1s-sec" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>refreshed every %1$s sec.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>actualizare la fiecare %1$s sec.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:regular-expression" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Regular expression</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expresie uzuală</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:regular-expression-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Regular expression added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expresie uzuală adăugată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:regular-expression-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Regular expression deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expresie uzuală ștearsă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:regular-expression-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Regular expression deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expresii uzuale șterse</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:regular-expression-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Regular expression deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expresii uzuale șterse</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:regular-expressions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Regular expressions</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expresii uzuale</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:regular-expression-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Regular expression updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expresie uzuală actualizată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:remember-me-for-30-days" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Remember me for 30 days</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Amintește-mi 30 de zile</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:remote-command" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Remote command</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Comandă de la distanță</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:remove" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Remove</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șterge</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:remove-from-host-group" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Remove from host group</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șterge din grupul serverului</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:remove-from-host-groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Remove from host groups</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șterge din grupurile serverelor</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:remove-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Remove host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șterge server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:replace" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Replace</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Înlocuire</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:replace-dependencies" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Replace dependencies</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Înlocuiește dependențele</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:reports" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Reports</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Rapoarte</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:required" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Required</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Necesar</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:required-host-permissions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Required host permissions</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Permisiuni server necesare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:required-performance-of-the-zabbix-server-in-new-values-per-second-expected" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Required performance of the Zabbix server, in new values per second expected.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Performanță necesară a serverului Zabbix, în noile valori pe secundă așteptate.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:required-performance-vps" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Required performance (vps)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Performanță necesară (vps)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:required-server-performance-new-values-per-second" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Required server performance, new values per second</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Performanță server necesară, noi valori pe secundă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:required-status-codes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Required status codes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Coduri de stare necesare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:required-string" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Required string</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șir necesar</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:reset" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Reset</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Resetează</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:reset-all-fields-to-default-values" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Reset all fields to default values?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Resetează toate câmpurile la valorile implicite?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:reset-confirmation" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Reset confirmation</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Confirmare de resetare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:reset-defaults" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Reset defaults</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Resetează implicite</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:resolved" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Resolved</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Rezolvat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:resource" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Resource</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Resursă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:response-code" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Response code</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cod de răspuns</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:response-time" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Response time</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Timp de răspuns</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:result" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Result</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Rezultat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:result-is-false" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Result is FALSE</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Rezultatul este FALS</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:result-is-true" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Result is TRUE</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Rezultatul este ADEVĂRAT</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:result-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Result type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip de rezultat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:retry" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Retry</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Reîncearcă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:returns-availability-of-a-particular-type-of-checks-on-the-host-value-of-this-item-corresponds-to-availability-icons-in-the-host-list-valid-types-are-agent-snmp-ipmi-jmx" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Returns availability of a particular type of checks on the host. Value of this item corresponds to availability icons in the host list. Valid types are: agent, snmp, ipmi, jmx.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Redă valabilitatera unor tipuri personalizate de verificări ale serverului. Vlaorea acestui item corespunde la valabilitatea iconițelor din lista serverului. Tipurile valabile sunt: agent, snmp, ipmi, jmx.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:returns-icmp-ping-response-time-in-seconds-example-002" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Returns ICMP ping response time in seconds. Example: 0.02</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Redă răspuns la ping ICMP în secunde. Exemplu: 0.02</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:returns-information-associated-with-zabbix-java-gateway-valid-params-are-ping-version" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Returns information associated with Zabbix Java gateway. Valid params are: ping, version.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Redă informații asociate cu portul Java Zabbix. Parametri valabili sunt: ping, version.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:returns-percentage-of-lost-icmp-ping-packets" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Returns percentage of lost ICMP ping packets.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Redă un procent din pachetele pierdute la ping ICMP.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:right" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Right</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dreapta</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:rmcp" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>RMCP+</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>RMCP+</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:romanian-ro_ro" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Romanian (ro_RO)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Română (ro_RO)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:rows" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Rows</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Rânduri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:rows-per-page" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Rows per page</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Rânduri pe pagină</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:rules" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Rules</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Reguli</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:russian-ru_ru" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Russian (ru_RU)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Rusă (ru_RU)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:second-shorts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>s</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>s</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:sunday-shorts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>S</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>S</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:saturday-shorts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>S</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>S</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:safari" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Safari</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Safari</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:sat" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Sat</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Sâm</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:saturday" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Saturday</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Sâmbătă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:scenario" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Scenario</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scenariu</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:schedule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Schedule</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Programare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:scheduled-check" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Scheduled check</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Verificare programare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:script" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Script</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Script</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:script-1s-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Script "%1$s" already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scriptul "%1$s" există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:script-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Script added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Script adăugat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:script-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Script deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Script șters</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:script-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Script name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume script</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:script-profiler" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Script profiler</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Script profiler</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:scripts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Scripts</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scripturi</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:script-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Script updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Script actualizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:search" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Search</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Caută</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:search-attribute" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Search attribute</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Atribut de căutare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:search-pattern-is-empty" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Search pattern is empty</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Modelul de căutare este gol</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:secondary-poc-cell" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Secondary POC cell</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Celulă POC secundară</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:secondary-poc-email" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Secondary POC email</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Email POC secundar</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:secondary-poc-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Secondary POC name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume POC secundar</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:secondary-poc-notes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Secondary POC notes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Note POC secundare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:secondary-poc-phone-a" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Secondary POC phone A</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Telefon A POC secundar</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:secondary-poc-phone-b" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Secondary POC phone B</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Telefon B POC secundar</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:secondary-poc-screen-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Secondary POC screen name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume ecran POC secundar</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:security-level" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Security level</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nivel de securitate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:security-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Security name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume securitate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:select" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Select</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Selectează</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:selected" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Selected</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Selectat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:selected-actions-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Selected actions deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acțiunile selectate șterse</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:selected-elements" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Selected elements</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Elementele selectate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:select-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Select prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Selectează prototip</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:send-message" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Send message</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trimite mesaj</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:send-message-to-user-groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Send message to user groups</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trimite mesaj către grupurile utilizatorului</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:send-message-to-users" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Send message to users</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trimite mesaj către utilizatori</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:send-only-to" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Send only to</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trimite doar la</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:send-to" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Send to</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trimite la</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:sent" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Sent</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trimis</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:sep" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Sep</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Sep</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:separated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Separated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Depărțit</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:september" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>September</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Septembrie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:serial-number-a" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Serial number A</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Număr serial A</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:serial-number-b" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Serial number B</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Număr serial B</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:server" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Server</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:server-time" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Server time</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Timp server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:service" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Service</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Serviciu</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:service-created" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Service created</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Serviciu creat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:service-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Service deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Serviciu șters</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:service-port" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Service port</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Port serviciu</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:services" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Services</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Servicii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:services-form-a-circular-dependency" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Services form a circular dependency.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Servicii formează o dependență circulară.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:service-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Service type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip de serviciu</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:service-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Service updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Serviciu actualizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:session-terminated-re-login-please" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Session terminated, re-login, please.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Sesiune terminată, relogare, va rog.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:severity" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Severity</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Severitate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:short-description" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>short description</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>descriere scurtă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:show" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Show</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Arată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:show-details" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Show details</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Arată detalii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:show-hosts-in-maintenance" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Show hosts in maintenance</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Arată servere în mentenanță</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:show-icon-mappings" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>show icon mappings</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>arată mapări iconițe</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:show-legend" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Show legend</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Arată legendă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:show-lines" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Show lines</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Arată linii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:shown" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Shown</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Afișat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:show-selected" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Show selected</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Arată selecția</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:show-text-as-html" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Show text as HTML</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Aratî text ca HTML</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:show-triggers" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Show triggers</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Arată triggeri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:show-warning-if-zabbix-server-is-down" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Show warning if Zabbix server is down</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Arată avertizare dacă serverul Zabbix este căzut</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:show-working-time" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Show working time</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Arată timpul de lucru</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:sign-in" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Sign in</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Autentificare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:simple" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Simple</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Simplu</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:simple-check" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Simple check</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Verificare simplă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:simple-graph" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Simple graph</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grafic simplu</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:site-address-a" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Site address A</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adresă site A</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:site-address-b" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Site address B</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adresă site B</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:site-address-c" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Site address C</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adresă site C</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:site-city" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Site city</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Site oraș</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:site-country" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Site country</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Site țară</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:site-notes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Site notes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Notițe site</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:site-rack-location" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Site rack location</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Locație rack site</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:site-state-province" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Site state / province</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Site stat / provincie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:site-zip-postal" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Site ZIP / postal</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Site ZIP / poștal</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:size-of-the-response-received-from-zabbix-server-1s-exceeds-the-allowed-size-of-2s-bytes-this-value-can-be-increased-in-the-zbx_socket_bytes_limit-constant-in-includedefinesincphp" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Size of the response received from Zabbix server "%1$s" exceeds the allowed size of %2$s bytes. This value can be increased in the ZBX_SOCKET_BYTES_LIMIT constant in include/defines.inc.php.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mărimea răspunsului primit de la serverul Zabbix "%1$s" depășește mărimea permisă de %2$s bytes. Această valoare poate fi crescută în ZBX_SOCKET_BYTES_LIMIT constant in include/defines.inc.php.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:skipped-copying-of-graph-1s-to-host-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Skipped copying of graph "%1$s" to host "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Copiere sărită a graficului "%1$s" la server "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:sla" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SLA</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>SLA</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:slovak-sk_sk" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Slovak (sk_SK)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Slovacă (sk_SK)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:sms" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SMS</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>SMS</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:smtp" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SMTP</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>SMTP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:smtp-email" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SMTP email</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>email SMTP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:smtp-helo" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SMTP helo</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>SMTP helo</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:smtp-server" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SMTP server</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>server SMTP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:snmp" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SNMP</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>SNMP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:snmp-community" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SNMP community</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Comunitate SNMP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:snmp-interfaces" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SNMP interfaces</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Interfață SNMP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:snmp-oid" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SNMP OID</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>SNMP OID</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:snmp-trap" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SNMP trap</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>SNMP ttrap</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:snmp-trap-key-is-invalid" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SNMP trap key is invalid.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cheie SNMP trap invalidă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:snmpv1-agent" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SNMPv1 agent</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>agent SNMPv1</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:snmpv2-agent" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SNMPv2 agent</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>agent SNMPv2</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:snmpv3-agent" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SNMPv3 agent</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>agent SNMPv3</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:snooze" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Snooze</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Amânare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:software" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Software</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Software</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:software-application-a" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Software application A</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Aplicație software A</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:software-application-b" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Software application B</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Aplicație software B</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:software-application-c" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Software application C</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Aplicație software C</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:software-application-d" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Software application D</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Aplicație software D</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:software-application-e" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Software application E</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Aplicație software E</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:software-full-details" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Software (Full details)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Software (Detalii complete)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:sorting-by-field-1s-not-allowed" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Sorting by field "%1$s" not allowed.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Sortarea după câmpul "%1$s" nu este permisă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:sort-order-0-999" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Sort order (0-&gt;999)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ordinea sortării package list (0-&gt;999)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:source" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Source</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Sursă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:spanish-es_es" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Spanish (es_ES)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Spaniolă (es_ES)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:specified-script-does-not-exist-or-you-do-not-have-rights-on-it-for-action-operation-command" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Specified script does not exist or you do not have rights on it for action operation command.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scriptul specificat nu există sau nu ai drepturi pentru comanda acțiunii de operare.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:speed" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Speed</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Viteză</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:sql-query" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SQL query</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cerere SQL</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:sql-statement-execution-has-failed-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SQL statement execution has failed "%1$s"</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Execuție declarație SQL eșuată "%1$s"</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:sql-statement-execution-has-failed-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SQL statement execution has failed "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Execuție declarație SQL eșuată "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:ssh" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SSH</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>SSH</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:ssh-agent" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SSH agent</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>agent SSH</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:stacked" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Stacked</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Stivuit</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:standard-items" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Standard items</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Itemi standard</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:start-in" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Start in</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Începe la</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:startup-time-of-zabbix-server-unix-timestamp" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Startup time of Zabbix server, Unix timestamp.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Timp de început a serverului Zabbix, Unix timestamp.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:state" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>State</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Stat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:status" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Status</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Stare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:status-codes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Status codes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Coduri stare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:status-of-discovery" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Status of discovery</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Stare de detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:status-only" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Status only</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Doar stare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:step" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Step</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Pas</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:step-1s-2s-of-3s-failed-4s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Step "%1$s" [%2$s of %3$s] failed: %4$s</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Pas "%1$s" [%2$s al %3$s] eșuat: %4$s</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:step-duration" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Step duration</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Durată pas</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:steps" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Steps</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Pași</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:step-with-name-1s-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Step with name "%1$s" already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Pas cu nume "%1$s" există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:stop" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Stop</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Stop</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:straight" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Straight</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Normală</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:subject" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Subject</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Subiect</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:submap" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Submap</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Subhartă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:success-audit" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Success Audit</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Verificare reușită</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:sun" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Sun</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dum</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:sunday" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Sunday</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Duminică</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:support" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Support</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Suport</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:swedish-sv_se" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Swedish (sv_SE)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Suedeză (sv_SE)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:switching-authentication-method-will-reset-all-except-this-session-continue" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Switching authentication method will reset all except this session! Continue?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Schimbarea metodei de autentificare va reseta totul cu excepția acestei sesiuni! Continuați?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:system-default" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>System default</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Sistem implicit</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:system-error" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>System error.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eroare de sistem.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:tuesday-shortt" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>T</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>T</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:thursday-shortt" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>T</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>T</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:table-1s-does-not-exist" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Table "%1$s" does not exist.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tabelul "%1$s" nu există.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:table-1s-doesnt-have-a-field-named-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Table "%1$s" doesn't have a field named "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tabelul "%1$s" nu are un câmp numit "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:tag" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Tag</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Etichetă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:target" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Target</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Țintă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:target-list" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Target list</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Listă țintă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:target-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Target type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip țintă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:tcp" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>TCP</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>TCP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:telnet" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Telnet</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Telnet</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:telnet-agent" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>TELNET agent</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Agent TELNET</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:template" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Template</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șablon</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:template-1s-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Template "%1$s" already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șablonul "%1$s" există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:template-1s-for-host-2s-does-not-exist" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Template "%1$s" for host "%2$s" does not exist.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șablonul "%1$s" pentru serverul "%2$s" nu există.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:template-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Template added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șablon adăugat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:template-cannot-be-linked-to-another-template-more-than-once-even-through-other-templates" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Template cannot be linked to another template more than once even through other templates.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șablonul nu poate fi legat de alt șablon mai mult de o dată chiar și prin alte șabloane.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:template-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Template deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șablon șters</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:template-group" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Template group</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grup șablon</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:template-id-1s-is-passed-2s-times" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>template ID "%1$s" is passed %2$s times</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>ID șablon "%1$s" este trecut %2$s ori</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:template-linkage" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Template linkage</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Legătură șablon</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:template-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Template name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume șablon</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:templates" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Templates</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șabloane</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:templates-1s-unlinked-from-hosts-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Templates "%1$s" unlinked from hosts "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șabloane "%1$s" nelegate de servere "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:template-trigger" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Template trigger</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trigger șablon</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:template-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Template updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șablon actualizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:template-with-the-same-name-1s-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Template with the same name "%1$s" already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șablon cu același nume "%1$s" există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:template-with-the-same-visible-name-1s-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Template with the same visible name "%1$s" already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șablon cu același nume vizibil "%1$s" există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:test" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Test</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Test</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:test-authentication" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Test authentication</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Autentificare test</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:test-confirmation" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Test confirmation</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Confirmare de test</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:test-data" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Test data</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Date test</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:test-expressions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Test expressions</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expresii test</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:test-string" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Test string</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Rând test</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:text" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Text</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Text</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:the-host-group-is-not-discovered-anymore-and-will-be-deleted-in-1s-on-2s-at-3s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>The host group is not discovered anymore and will be deleted in %1$s (on %2$s at %3$s).</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grupul de servere nu mai este detectat și va fi șters în %1$s (pe %2$s la %3$s).</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:the-host-is-not-discovered-anymore-and-will-be-deleted-in-1s-on-2s-at-3s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>The host is not discovered anymore and will be deleted in %1$s (on %2$s at %3$s).</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Serverul nu mai este detectat și va fi șters în %1$s (pe %2$s la %3$s).</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:the-image-is-used-in-icon-map-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>The image is used in icon map %1$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Imaginea este folosită în harta iconițelor %1$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:the-image-is-used-in-icon-map-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>The image is used in icon map %1$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Imaginea este folosită în harta iconițelor %1$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:the-image-is-used-in-icon-map-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>The image is used in icon map %1$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Imaginea este folosită în harta iconiței %1$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:the-image-is-used-in-map-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>The image is used in map %1$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Imaginea este folosită în hărțile %1$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:the-image-is-used-in-map-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>The image is used in map %1$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Imaginea este folosită în harta %1$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:the-image-is-used-in-map-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>The image is used in map %1$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Imaginea este folosită în hărțile %1$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:the-item-is-not-discovered-anymore-and-will-be-deleted-in-1s-on-2s-at-3s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>The item is not discovered anymore and will be deleted in %1$s (on %2$s at %3$s).</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Itemul nu mai este detectat și va fi șters în %1$s (pe %2$s la %3$s).</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:theme" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Theme</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Temă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:the-requested-remote-procedure-does-not-exist-is-not-available" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>The requested remote-procedure does not exist / is not available</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Procedura de la distanță cerută nu există / nu este disponibilă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:this-month" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>This month</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Luna aceasta</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:this-week" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>This week</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Această săptămână</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:this-year" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>This year</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Anul acesta</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:thu" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Thu</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Joi</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:thursday" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Thursday</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Joi</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:till" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Till</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Până când</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:time" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Time</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Timp</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:timeout" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Timeout</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Pauză</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:time-period" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Time period</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Perioadă de timp</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:time-shift" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Time shift</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Timp rămas</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:timestamp" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Timestamp</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:time-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Time type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip timp</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:to" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>To</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Către</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:today" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Today</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Astăzi</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:top" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Top</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Sus</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:to-set-a-host-interface-select-a-single-item-type-for-all-items" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>To set a host interface select a single item type for all items</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Pentru setarea unei interfețe server selectează un singur tip de item pentru toți itemii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:total" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Total</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Total</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:total" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>TOTAL</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>TOTAL</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:transaction-has-not-been-closed-aborting" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Transaction has not been closed. Aborting...</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tranzacția nu s-a închis. Renunțare ...</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:transport-error" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Transport error.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eroare de transport</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:trends" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trends</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tendințe</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:trend-storage-period" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trend storage period</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Perioadă trend a stocării</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:trigger" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>trigger</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:trigger" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:trigger-1s-already-exists-on-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger "%1$s" already exists on "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trigger "%1$s" există deja pe "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:trigger-1s-depends-on-trigger-2s-which-does-not-exist" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger "%1$s" depends on trigger "%2$s", which does not exist.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Triggerul "%1$s" depinde de trigger "%2$s", care nu există.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:trigger-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trigger adăugat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:trigger-cannot-be-dependent-on-a-trigger-that-is-inherited-from-it" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger cannot be dependent on a trigger that is inherited from it.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Triggerul nu poate depinde de un trigger care este moștenit de la el.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:trigger-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trigger șters</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:trigger-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Triggeri dezactivați</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:trigger-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trigger dezactivat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:trigger-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Triggeri dezactivați</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:trigger-displaying-options" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger displaying options</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Opțiuni de afișare trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:trigger-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Triggeri activați</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:trigger-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Triggeri activați</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:trigger-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trigger activat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:trigger-has-items-from-template-1s-that-is-not-linked-to-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger has items from template "%1$s" that is not linked to host.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Triggerul are itemi din șablonul "%1$s" care nu este legat de server.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:trigger-in-template-1s-has-dependency-with-trigger-in-template-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger in template "%1$s" has dependency with trigger in template "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Triggerul din șablon "%1$s" are dependințe cu triggerul din șablonul "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:trigger-in-unknown-state" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger in "unknown" state</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trigger în stare "necunoscută"</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:trigger-label-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger label type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip etichetă trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:trigger-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:trigger-overview" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger overview</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prezentare triggeri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:trigger-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototip trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:trigger-prototype-1s-contains-item-prototypes-from-multiple-discovery-rules" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger prototype "%1$s" contains item prototypes from multiple discovery rules.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototipul grafic "%1$s" conține prototipi item pentru reguli de detecție multiple.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:trigger-prototype-1s-must-contain-at-least-one-item-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger prototype "%1$s" must contain at least one item prototype.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototipul trigger "%1$s" trebuie să conțină cel puțin un prototip item.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:trigger-prototype-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger prototype added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototip trigger adăugat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:trigger-prototype-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger prototype deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototip trigger șters</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:trigger-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger prototypes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototipi trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:trigger-prototypes-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger prototypes deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototipi trigger șters</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:trigger-prototypes-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger prototypes updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototipi trigger actualizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:trigger-prototype-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger prototype updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototipul declanșator actualizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:triggers" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Triggers</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Triggeri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:triggers-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Triggers deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Triggeri șterși</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:trigger-severity" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger severity</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Severitate trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:triggers-top-100" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Triggers top 100</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Top 100 triggeri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:trigger-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trigger actualizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:true" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>TRUE</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>ADEVĂRAT</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:tue" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Tue</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mar</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:tuesday" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Tuesday</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Marți</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:turkish-tr_tr" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Turkish (tr_TR)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Turcă (tr_TR)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:two-items-1s-and-2s-cannot-populate-one-host-inventory-field-3s-this-would-lead-to-a-conflict" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Two items ("%1$s" and "%2$s") cannot populate one host inventory field "%3$s", this would lead to a conflict.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Doi itemi ("%1$s" și "%2$s") nu pot popula un câmp inventar al unui server "%3$s", aceasta ar duce la un conflict. </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:type-full-details" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Type (Full details)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip (Detalii complete)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:type-here-to-search" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>type here to search</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>scrie aici pentru căutare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:type-of-calculation" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Type of calculation</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip de calcul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:type-of-information" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Type of information</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip de informație</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:type-ok" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Type (OK)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip (OK)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:types" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Types</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipuri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:ukrainian-uk_ua" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Ukrainian (uk_UA)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ucraineană (uk_UA)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:unable-to-select-configuration" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unable to select configuration.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Incapabil să selecteze configurația.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:unable-to-upload-file-because-file_uploads-is-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unable to upload file because "file_uploads" is disabled.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Incapabil să încarce fișierul pentru că "file_uploads" este dezactivat.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:unacknowledged-only" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unacknowledged only</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Doar nerecunoscut</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:unacknowledged-problem-events" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unacknowledged PROBLEM events</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Evenimente PROBLEMĂ nerecunoscute</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:unblock-selected-users" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unblock selected users?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Deblocare utilizatori selectați?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:unexpected-end-of-key" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>unexpected end of key</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>sfîrșit neașteptat de cheie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:units" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Units</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Unități</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:unknown" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>unknown</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>necunoscut</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:unknown" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unknown</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Necunoscut</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:unknown" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>UNKNOWN</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>NECUNOSCUT</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:unknown-action" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unknown action</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Actiune necunoscută</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:unknown-error" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unknown error</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eroare necunoscută</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:unknown-host-item-no-such-item-in-selected-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unknown host item, no such item in selected host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Item server necunoscut, nu există asemenea item în serverul selectat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:unknown-host-no-such-host-present-in-system" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unknown host, no such host present in system</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Server necunoscut, nu există asemenea server prezent în sistem</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:unknown-interface-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unknown interface type.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip interfață necunoscut.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:unknown-resource" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unknown resource</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Resursă necunoscută</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:unknown-step-failed-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unknown step failed: %1$s</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Pas necunoscut nereușit: %1$s</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:unknown-value-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unknown value type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip valoare necunoscută</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:unlink" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unlink</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezleagă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:unlink-and-clear" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unlink and clear</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezleagă și curăță</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:unlink-from-template" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unlink from template</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezleagă de șablon</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:unlink-from-templates" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unlink from templates</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezleagă de șabloane</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:unmute" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unmute</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Pornire sunet</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:unsupported-import-file-extension-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unsupported import file extension "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Extensie nesuportată la fișier import "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:unsupported-import-format-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unsupported import format "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Format nesuportat la import "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:discovery-statusup" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Up</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Sus</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:discovery-results-in-dashboardup" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Up</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Sus</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:update" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Update</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Actualizare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:update-existing" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Update existing</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Actualizează existent</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:update-interval" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Update interval</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Actualizare inventar</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:upload" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Upload</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Încarcă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:upper-level-maps" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Upper level maps</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Hărți de nivel superior</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:uptime" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Uptime</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Timp de la pornire</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:uptimedowntime" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Uptime/Downtime</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Timp de la pornire/ timp de la oprire</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:uptime-of-zabbix-server-process-in-seconds" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Uptime of Zabbix server process in seconds.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Timpul de la pornire al procesului serverului Zabbix în secunde.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:url" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>URL</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>URL</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:url-a" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>URL A</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>URL A</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:url-after-login" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>URL (after login)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>URL (după autentificare)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:url-b" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>URL B</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>URL B</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:url-c" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>URL C</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>URL C</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:url-parameter-cannot-be-array" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>URL parameter cannot be array.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Parametrul URL nu poate fi mulțime.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:url-parameter-name-is-empty" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>URL parameter name is empty.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume parametru URL este gol.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:urls" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>URLs</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>URL-uri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:used-in-actions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Used in actions</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Utilizat în acțiuni</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:use-if-severity" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Use if severity</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ulitizează dacă apare severitate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:user" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Utilizator</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:user-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Utilizator adăugat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:user-cannot-add-himself-to-a-disabled-group-or-a-group-with-disabled-gui-access" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User cannot add himself to a disabled group or a group with disabled GUI access.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Utilizatorul nu poate să se adauge unui grup dezactivat sau  unui grup cu acces GUI dezactivat.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:user-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Utilizator șters</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:user-group" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User group</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grup utilizator</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:user-group-1s-is-used-in-configuration-for-database-down-messages" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User group "%1$s" is used in configuration for database down messages.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grup utilizator "%1$s" este utilizat în configurația pentru mesaje de cădere a bazei de date.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:user-group-1s-is-used-in-script-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User group "%1$s" is used in script "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grup utilizator "%1$s" folosit în script "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:user-group-for-database-down-message" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User group for database down message</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grup utilizator pentru mesaje cădere bază de date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:user-groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User groups</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grupuri utilizator</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:user-is-not-allowed-to-delete-himself" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User is not allowed to delete himself.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Utilizatorului nu îi este permis să se șteargă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:user-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume utilizator</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:username" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Username</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume utilizator</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:user-password" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User password</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Parolă utilizator</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:user-profile" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User profile</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Profil utilizator</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:users" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Users</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Utilizatori</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:user-sessions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User sessions</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Sesiuni utilizator</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:user-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip utilizator</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:user-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Utilizator actualizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:value" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>value</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>valoare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:value" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Value</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:value-1s-is-invalid-for-parameter-grid_align-choices-are-2s-and-3s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Value "%1$s" is invalid for parameter "grid_align". Choices are: "%2$s" and "%3$s"</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoarea "%1$s" nu este validă pentru parametrul "grid_align". Alegerile sunt: "%2$s" și "%3$s"</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:value-1s-is-invalid-for-parameter-grid_show-choices-are-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Value "%1$s" is invalid for parameter "grid_show". Choices are: "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoarea "%1$s" nu este validă pentru parametrul "grid_show". Alegerile sunt: "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:value-1s-is-invalid-for-parameter-grid_show-choices-are-2s-and-3s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Value "%1$s" is invalid for parameter "grid_show". Choices are: "%2$s" and "%3$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoarea "%1$s" nu este validă pentru parametrul "grid_show". Alegerile sunt: "%2$s" și "%3$s"</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:value-1s-is-too-long-for-field-2s-3d-characters-allowed-length-is-4d-characters" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Value "%1$s" is too long for field "%2$s" - %3$d characters. Allowed length is %4$d characters.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoarea "%1$s" este prea mare pentru caracterele câmpului "%2$s" - %3$d. Lungimea permisă este %4$d caractere.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:value-cache-effectiveness-valid-parameters-are-requests-hits-and-misses" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Value cache effectiveness. Valid parameters are: requests, hits and misses.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare eficacitate cache. Parametri valizi sunt: cereri, lovituri, eșuări.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:value-cache-statistics-valid-modes-are-total-free-pfree-used-and-pused" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Value cache statistics. Valid modes are: total, free, pfree, used and pused.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Statistici valori cache. Moduri valide sunt: total, free, pfree, used and pused.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:value-map" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Value map</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare hartă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:value-map-1s-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Value map "%1$s" already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare hartă "%1$s" există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:value-mapping" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Value mapping</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare mapare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:value-no-data" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Value: no data</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare: fără date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:values" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Values</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valori</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:variables" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Variables</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Variabile</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:vendor" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Vendor</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Vânzător</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:verbose" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Verbose</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Detaliat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:vertical" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Vertical</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Vertical</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:vertical-align" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Vertical align</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Aliniere verticală</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:via" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>via</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>via</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:vietnamese-vi_vn" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Vietnamese (vi_VN)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Vietnameză (vi_VN)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:visible-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Visible name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume vizibil</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:visible-name-cannot-be-empty-if-host-name-is-missing" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Visible name cannot be empty if host name is missing.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numele vizibil nu poate fi gol dacă lipsește numele serverului.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:vmware-cache-statistics-valid-modes-are-total-free-pfree-used-and-pused" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware cache statistics. Valid modes are: total, free, pfree, used and pused.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Statistici cache VMware. Moduri valide sunt: total, free, pfree, used and pused.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:vmware-cluster-status-url-vmware-service-url-name-vmware-cluster-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware cluster status, &lt;url&gt; - VMware service URL, &lt;name&gt; - VMware cluster name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Stare cluster VMware, &lt;url&gt; - VMware service URL, &lt;name&gt; - VMware cluster name</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:vmware-hypervisor-ballooned-memory-size-url-vmware-service-url-uuid-vmware-hypervisor-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware hypervisor ballooned memory size, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware hypervisor host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mărime memorie umflată hipervizor VMware, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server hipervizor VMware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:vmware-hypervisor-cluster-name-url-vmware-service-url-uuid-vmware-hypervisor-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware hypervisor cluster name, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware hypervisor host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume cluster hipervizor VMware, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server hipervizor VMware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:vmware-hypervisor-datastore-read-statistics-url-vmware-service-url-uuid-vmware-hypervisor-host-name-datastore-datastore-name-mode-latency" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware hypervisor datastore read statistics, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware hypervisor host name, &lt;datastore&gt; - datastore name, &lt;mode&gt; - latency</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Statistici citire stocare date hipervizor VMware, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server hipervizor VMware, &lt;datastore&gt; - nume stocare date, &lt;mode&gt; - latență</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:vmware-hypervisor-datastore-write-statistics-url-vmware-service-url-uuid-vmware-hypervisor-host-name-datastore-datastore-name-mode-latency" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware hypervisor datastore write statistics, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware hypervisor host name, &lt;datastore&gt; - datastore name, &lt;mode&gt; - latency</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Statistici scriere stocare date hipervizor VMware, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server hipervizor VMware, &lt;datastore&gt; - nume stocare date, &lt;mode&gt; - latență</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:vmware-hypervisor-model-url-vmware-service-url-uuid-vmware-hypervisor-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware hypervisor model, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware hypervisor host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Model hipervizor VMware, &lt;url&gt; - VMware serviciu URL, &lt;uuid&gt; - VMware nume server hipervizor</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:vmware-hypervisor-name-url-vmware-service-url-uuid-vmware-hypervisor-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware hypervisor name, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware hypervisor host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume hipervizor VMware, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server hipervizor VMware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:vmware-hypervisor-network-input-statistics-url-vmware-service-url-uuid-vmware-hypervisor-host-name-mode-bps" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware hypervisor network input statistics, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware hypervisor host name, &lt;mode&gt; - bps</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Statistici intrări în rețea hipervizor VMware, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server hipervizor VMware, &lt;mode&gt; - bps</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:vmware-hypervisor-network-output-statistics-url-vmware-service-url-uuid-vmware-hypervisor-host-name-mode-bps" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware hypervisor network output statistics, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware hypervisor host name, &lt;mode&gt; - bps</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Statistici ieșiri din rețea hipervizor VMware, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server hipervizor VMware, &lt;mode&gt; - bps</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:vmware-hypervisor-processor-frequency-url-vmware-service-url-uuid-vmware-hypervisor-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware hypervisor processor frequency, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware hypervisor host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Frecvență procesor hipervizor VMware, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server hipervizor VMware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:vmware-hypervisor-processor-model-url-vmware-service-url-uuid-vmware-hypervisor-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware hypervisor processor model, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware hypervisor host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Model procesor hipervizor VMware, &lt;url&gt; - VMware serviciu URL, &lt;uuid&gt; - VMware nume server hipervizor</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:vmware-hypervisor-processor-usage-in-hz-url-vmware-service-url-uuid-vmware-hypervisor-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware hypervisor processor usage in Hz, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware hypervisor host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Folosire procesor în HZ hipervizor VMware, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server hipervizor VMware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:vmware-hypervisor-status-url-vmware-service-url-uuid-vmware-hypervisor-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware hypervisor status, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware hypervisor host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Stare hipervizor VMware, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server hipervizor VMware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:vmware-hypervisor-total-memory-size-url-vmware-service-url-uuid-vmware-hypervisor-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware hypervisor total memory size, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware hypervisor host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mărime memorie totală hipervizor VMware, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server hipervizor VMware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:vmware-hypervisor-uptime-url-vmware-service-url-uuid-vmware-hypervisor-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware hypervisor uptime, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware hypervisor host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Perioadă de funcționare neîntreruptă hipervizor VMware, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server hipervizor VMware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:vmware-hypervisor-used-memory-size-url-vmware-service-url-uuid-vmware-hypervisor-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware hypervisor used memory size, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware hypervisor host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mărime memorie folosită hipervizor VMware, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server hipervizor VMware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:vmware-hypervisor-vendor-name-url-vmware-service-url-uuid-vmware-hypervisor-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware hypervisor vendor name, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware hypervisor host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume vânzător hipervizor VMware, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server hipervizor VMware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:vmware-hypervisor-version-url-vmware-service-url-uuid-vmware-hypervisor-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware hypervisor version, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware hypervisor host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Versiune hipervizor VMware, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server hipervizor VMware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:vmware-service-full-name-url-vmware-service-url" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware service full name, &lt;url&gt; - VMware service URL</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume întreg serviciu VMware, &lt;url&gt; - serviciu URL VMware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:vmware-service-version-url-vmware-service-url" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware service version, &lt;url&gt; - VMware service URL</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Versiune serviciu VMware, &lt;url&gt; - serviciu URL VMware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:vmware-virtual-machine-ballooned-memory-size-url-vmware-service-url-uuid-vmware-virtual-machine-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware virtual machine ballooned memory size, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware virtual machine host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mărime memorie umflată mașină hipervizor VMware, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server hipervizor VMware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:vmware-virtual-machine-committed-storage-space-url-vmware-service-url-uuid-vmware-virtual-machine-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware virtual machine committed storage space, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware virtual machine host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Spațiu de stocare angajat mașină virtuală hipervizor VMware, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server hipervizor VMware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:vmware-virtual-machine-compressed-memory-size-url-vmware-service-url-uuid-vmware-virtual-machine-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware virtual machine compressed memory size, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware virtual machine host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mărime memorie comprimată mașină virtuală, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server hipervizor VMware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:vmware-virtual-machine-disk-device-read-statistics-url-vmware-service-url-uuid-vmware-virtual-machine-host-name-instance-disk-device-instance-mode-bpsops-bytesoperations-per-second" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware virtual machine disk device read statistics, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware virtual machine host name, &lt;instance&gt; - disk device instance, &lt;mode&gt; - bps/ops - bytes/operations per second</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Statistici de citire echipamente disc mașină virtuală, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server mașină virtuală VMware, &lt;instance&gt; - exemplu echipament disc, &lt;mode&gt; - bps/ops - bytes/operațiune pe secundă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:vmware-virtual-machine-disk-device-write-statistics-url-vmware-service-url-uuid-vmware-virtual-machine-host-name-instance-disk-device-instance-mode-bpsops-bytesoperations-per-second" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware virtual machine disk device write statistics, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware virtual machine host name, &lt;instance&gt; - disk device instance, &lt;mode&gt; - bps/ops - bytes/operations per second</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Statistici de scriere echipamente disc mașină virtuală, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server mașină virtuală VMware, &lt;instance&gt; - exemplu echipament disc, &lt;mode&gt; - bps/ops - bytes/operațiune pe secundă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:vmware-virtual-machine-file-system-statistics-url-vmware-service-url-uuid-vmware-virtual-machine-host-name-fsname-file-system-name-mode-totalfreeusedpfreepused" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware virtual machine file system statistics, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware virtual machine host name, &lt;fsname&gt; - file system name, &lt;mode&gt; - total/free/used/pfree/pused</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Statistici sistem fișiere mașină virtuală VMware, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server mașină virtuală VMware, &lt;fsname&gt; - nume sistem fișiere, &lt;mode&gt; - total/free/used/pfree/pused</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:vmware-virtual-machine-guest-memory-usage-url-vmware-service-url-uuid-vmware-virtual-machine-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware virtual machine guest memory usage, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware virtual machine host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Folosire memorie oaspete mașină virtuală VMware, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server mașină virtual VMware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:vmware-virtual-machine-host-memory-usage-url-vmware-service-url-uuid-vmware-virtual-machine-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware virtual machine host memory usage, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware virtual machine host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Folosire memorie gazdă mașină virtuală VMware, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server mașină virtual VMware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:vmware-virtual-machine-hypervisor-name-url-vmware-service-url-uuid-vmware-virtual-machine-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware virtual machine hypervisor name, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware virtual machine host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Folosire memorie gazdă mașină virtuală VMware, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server mașină virtual VMware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:vmware-virtual-machine-name-url-vmware-service-url-uuid-vmware-virtual-machine-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware virtual machine name, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware virtual machine host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume mașină virtuală VMware, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server mașină virtual VMware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:vmware-virtual-machine-network-interface-input-statistics-url-vmware-service-url-uuid-vmware-virtual-machine-host-name-instance-network-interface-instance-mode-bpspps-bytespackets-per-second" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware virtual machine network interface input statistics, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware virtual machine host name, &lt;instance&gt; - network interface instance, &lt;mode&gt; - bps/pps - bytes/packets per second</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Statistici de intrare interfață de rețea mașină virtuală, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server mașină virtuală VMware, &lt;instance&gt; - exemplu interfață rețea, &lt;mode&gt; - bps/ops - bytes/pachete pe secundă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:vmware-virtual-machine-network-interface-output-statistics-url-vmware-service-url-uuid-vmware-virtual-machine-host-name-instance-network-interface-instance-mode-bpspps-bytespackets-per-second" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware virtual machine network interface output statistics, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware virtual machine host name, &lt;instance&gt; - network interface instance, &lt;mode&gt; - bps/pps - bytes/packets per second</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Statistici de ieșire interfață de rețea mașină virtuală, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server mașină virtuală VMware, &lt;instance&gt; - exemplu interfață rețea, &lt;mode&gt; - bps/ops - bytes/pachete pe secundă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:vmware-virtual-machine-power-state-url-vmware-service-url-uuid-vmware-virtual-machine-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware virtual machine power state, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware virtual machine host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Stare putere mașină virtuală VMware, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server mașină virtual VMware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:vmware-virtual-machine-private-memory-size-url-vmware-service-url-uuid-vmware-virtual-machine-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware virtual machine private memory size, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware virtual machine host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mărime memorie privată mașină virtuală, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server hipervizor VMware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:vmware-virtual-machine-processor-usage-in-hz-url-vmware-service-url-uuid-vmware-virtual-machine-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware virtual machine processor usage in Hz, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware virtual machine host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Folosire procesor mașină virtuală VMware în Hz, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server mașină virtual VMware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:vmware-virtual-machine-shared-memory-size-url-vmware-service-url-uuid-vmware-virtual-machine-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware virtual machine shared memory size, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware virtual machine host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mărime memorie în share mașină virtuală, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server hipervizor VMware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:vmware-virtual-machine-swapped-memory-size-url-vmware-service-url-uuid-vmware-virtual-machine-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware virtual machine swapped memory size, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware virtual machine host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mărime memorie în swap mașină virtuală, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server hipervizor VMware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:vmware-virtual-machine-total-memory-size-url-vmware-service-url-uuid-vmware-virtual-machine-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware virtual machine total memory size, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware virtual machine host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mărime memorie totală mașină virtuală, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server hipervizor VMware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:vmware-virtual-machine-uncommitted-storage-space-url-vmware-service-url-uuid-vmware-virtual-machine-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware virtual machine uncommitted storage space, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware virtual machine host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Spațiu de stocare neangajat mașină virtuală hipervizor VMware, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server hipervizor VMware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:vmware-virtual-machine-unshared-storage-space-url-vmware-service-url-uuid-vmware-virtual-machine-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware virtual machine unshared storage space, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware virtual machine host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Spaîiu de depozitare fără share mașină virtuală, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server hipervizor VMware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:vmware-virtual-machine-uptime-url-vmware-service-url-uuid-vmware-virtual-machine-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware virtual machine uptime, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware virtual machine host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Perioadă de funcționare fără oprire mașină virtuală VMware, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server mașină virtual VMware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:wednesday-shortw" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>W</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>M</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:warning" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Warning</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Avertisment</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:setupwarning" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Warning</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Avertisment</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:we-are-sorry-the-maximum-possible-number-of-elements-to-remember-has-been-reached" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>We are sorry, the maximum possible number of elements to remember has been reached.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ne pare rău, a fost atins numărul maxim posibil de elemente de amintit. </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:web" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Web</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Web</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:web-monitoring" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Web monitoring</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Monitorizare web</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:web-scenario-1s-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Web scenario "%1$s" already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scenariul web "%1$s" există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:web-scenario-1s-already-exists-on-host-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Web scenario "%1$s" already exists on host "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scenariul web "%1$s" deja există pe serverul "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:web-scenario-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Web scenario deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scenariul web șters</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:web-scenario-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Web scenario disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scenariul web dezactivat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:web-scenario-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Web scenario disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scenariile web dezactivate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:web-scenario-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Web scenario disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scenariile web dezactivate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:web-scenario-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Web scenario enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scenariile web activate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:web-scenario-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Web scenario enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scenariul web activat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:web-scenario-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Web scenario enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scenariile web activate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:web-scenarios" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Web scenarios</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scenarii web</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:wed" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Wed</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:wednesday" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Wednesday</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Miercuri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:weekly" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Weekly</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Săptămânal</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:when-active" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>When active</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Când e activ</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:width" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Width</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Lățime</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:with-data-collection" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>With data collection</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cu colecția de date.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:without-problems" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Without problems</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Fără probleme</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:without-triggers" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Without triggers</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Fără triggeri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:with-problems" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>With problems</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cu probleme</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:with-triggers" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>With triggers</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cu triggeri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:working-time" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Working time</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Timp de lucru</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:write" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Write</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scriere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:wrong-fields-for-map-link" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Wrong fields for map link.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Câmpuri greșite pentru legătură hartă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:x" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>X</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>X</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:year-shorty" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>y</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>a</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:y" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Y</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Y</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:y-axis-max-value" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Y axis MAX value</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare MAX axă Y</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:y-axis-max-value-must-be-greater-than-y-axis-min-value" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Y axis MAX value must be greater than Y axis MIN value.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoarea MAX a axei Y trebuie să fie mai mare decât valoarea MIN a axei Y.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:y-axis-min-value" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Y axis MIN value</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare MIN a axei Y</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:y-axis-side" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Y axis side</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Parte axă Y</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:year" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Year</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>An</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:yearly" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Yearly</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Anual</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:yes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Yes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Da</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:y-m-d-his" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Y-m-d H:i:s</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>A-L-Z H:i:s</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:you-are-not-able-to-choose-some-of-the-languages-because-locales-for-them-are-not-installed-on-the-web-server" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>You are not able to choose some of the languages, because locales for them are not installed on the web server.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu poți să alegi unele dintre limbi, pentru că localelel lor nu sunt instalate pe serverul web.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:you-do-not-have-permission-to-perform-this-operation" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>You do not have permission to perform this operation.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu vă este permis să efectuați această operație.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:you-have-no-permissions-to-access-this-page" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>You have no permissions to access this page.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu aveți permisiunea să accesați această pagină.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:you-must-login-to-view-this-page" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>You must login to view this page.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trebuie să vă autentificați pentru a vedea aceasă pagină.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:zabbix" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Zabbix</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Zabbix</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:zabbix" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>ZABBIX</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>ZABBIX</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:zabbix-agent" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Zabbix agent</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Agent Zabbix</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:zabbix-agent-active" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Zabbix agent (active)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Agent (activ) Zabbix</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:zabbix-has-received-an-incorrect-request" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Zabbix has received an incorrect request.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Zabbix a primit o cerere incorectă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:zabbix-internal" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Zabbix internal</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Intern Zabbix</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:zabbix-internal-authentication" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Zabbix internal authentication</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Autentificare internă Zabbix</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:zabbix-server" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Zabbix server</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Server Zabbix</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:zabbix-server-is-not-running-the-information-displayed-may-not-be-current" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Zabbix server is not running: the information displayed may not be current.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Serverul Zabbix nu funcționează: informația afișată poate să nu fie corectă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:zabbix-server-is-running" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Zabbix server is running</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Serverul Zabbix rulează</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:zabbix-server-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Zabbix server name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume server Zabbix</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-60:LC_MESSAGES/frontend.po:zabbix-trapper" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Zabbix trapper</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trapper Zabbix</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:pathtonode" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>$.path.to.node</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg> $.path.to.node calea catre nod</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:0-infinitely" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>(0 - infinitely)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>(0 - la infinit)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:0-or-1" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>0 or 1</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>0 sau 1</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:0-use-action-default" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>(0 - use action default)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>(0 - utilizați acțiunea implicită)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:0-use-default-port" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>0 - use default port</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>0 - utilizați portul implicit</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:1d-characters-exceeds-maximum-length-of-2d-characters" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$d characters exceeds maximum length of %2$d characters</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$d depăşeşte numărul maxim de %2$d caractere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:1d-day" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$d day</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$d zi</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:1d-day" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$d day</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$d zile</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:1d-day" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$d day</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$d zile</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:screen-reader1d-matches-for-2s-found" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$d matches for %2$s found</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$d am găsit portiviri pentru %2$s</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:1d-of-3d2s-problem-is-shown" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$d of %3$d%2$s problem is shown</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Este afișată %1$d din problema %3$d%2$s </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:1d-of-3d2s-problem-is-shown" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$d of %3$d%2$s problem is shown</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Este afișată %1$d din problema %3$d%2$s </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:1d-of-3d2s-problem-is-shown" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$d of %3$d%2$s problem is shown</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Este afișată %1$d din problema %3$d%2$s </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:1d-problems-selected" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$d problems selected.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$d probleme selectate.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:user-fullname1s-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>(%1$s %2$s)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>(%1$s %2$s)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:screen-reader1s-action" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s action</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s acțiuni</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:screen-reader1s-action" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s action</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s acțiune</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:screen-reader1s-action" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s action</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s acțiuni</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:1s-characters" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s characters</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s caractere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:1s-characters-remaining" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s characters remaining</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s caractere rămase</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:1s-date-must-be-less-than-2s-date" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>"%1$s" date must be less than "%2$s" date.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s data trebuie să fie mai mică de %2$s data</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:1s-event" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s event</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s evenimente</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:1s-event" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s event</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s evenimente</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:1s-event" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s event</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s evenimente</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:1s-host-in-maintenance" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s host in maintenance</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s hosturi în mentenanță</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:1s-host-in-maintenance" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s host in maintenance</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s hosturi în mentenanță</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:1s-host-in-maintenance" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s host in maintenance</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s host în mentenanță</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:1s-hour" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s hour</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s Ore</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:1s-hour" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s hour</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s Ore</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:1s-hour" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s hour</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s Oră</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:1s-instead-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>"%1$s" instead "%2$s"</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s in loc de %2$s</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:1s-is-expected" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>"%1$s" is expected</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s se asteaptă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:1s-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s item</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s articol</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:1s-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s item</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s articole</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:1s-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s item</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s articole</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:1s-line-2s-column-3s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s [Line: %2$s | Column: %3$s]</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s [Linia:%2$s | Coloana: %3$s]</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:screen-reader1s-message" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s message</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s mesaj</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:screen-reader1s-message" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s message</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s mesaje</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:screen-reader1s-message" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s message</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s mesaje</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:1s-minute" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s minute</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s minut</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:1s-minute" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s minute</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s minute</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:1s-minute" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s minute</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s minute</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:1s-must-be-an-empty-string-or-greater-than-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>"%1$s" must be an empty string or greater than "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s trebuie sa fie un sir sau mai mare de %2$s</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:1s-of-2s-element-in-problem-state" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s of %2$s element in problem state</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s de %2$s element problematic</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:1s-of-2s-element-in-problem-state" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s of %2$s element in problem state</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s de %2$s elemente problematice</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:1s-of-2s-element-in-problem-state" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s of %2$s element in problem state</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s de %2$s elemente problematice</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:1s-percentile-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s percentile: %2$s</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s percentila: %2$s</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:screen-reader1s-preselected-use-downup-arrow-keys-and-enter-to-select" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s preselected, use down,up arrow keys and enter to select</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s elemente preselectate, folosește săgețile SUS, JOS și tasta ENTER pentru selectare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:1s-problem" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s problem</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s problemă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:1s-problem" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s problem</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s probleme</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:1s-problem" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s problem</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s probleme</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:1s-problem-in-total" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s problem in total</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s total probleme</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:1s-problem-in-total" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s problem in total</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s total problemă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:1s-problem-in-total" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s problem in total</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s total probleme</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:screen-reader1s-read-only" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s, read only</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s, numai citire</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:1s-retry-left" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s retry left</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s încercări rămase</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:1s-retry-left" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s retry left</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s încercări rămase</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:1s-retry-left" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s retry left</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s încercări rămase</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:1s-second" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s second</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s secundă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:screen-reader1s-selected" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s, selected</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s, selectat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:screen-reader1s-severity-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s, Severity, %2$s</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s, Sevritate, %2$s</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:1sth-percentile-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$sth percentile: %2$s</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s percentila: %2$s</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:1s-thrown-by-module-located-at-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s - thrown by module located at %2$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s - aruncat de modulul situat la %2$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:1s-unacknowledged-problem" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s unacknowledged problem</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s probleme nevalidate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:1s-unacknowledged-problem" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s unacknowledged problem</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s probleme nevalidate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:1s-unacknowledged-problem" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s unacknowledged problem</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s probleme nevalidate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:1s-value-must-be-less-than-or-equal-to-2s-value" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>"%1$s" value must be less than or equal to "%2$s" value</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s valoare trebuie sa fie mai mică sau egală cu %2$s valoare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:1s-year-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s (year %2$s)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s (anul %2$s)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:100-busiest-triggers" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>100 busiest triggers</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>100 de declanșatori cei mai ocupați</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:10-seconds" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>10 seconds</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>10 secunde</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:12-hour" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>12-hour</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>12 ore</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:1-minute" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>1 minute</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>1 minut</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:24-hour" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>24-hour</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>24 de ore</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:24x7" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>24x7</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>24x7</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:30-seconds" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>30 seconds</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>30 secunde</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:3d-view" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>3D view</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Vedere 3D</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:4s-failed-login-attempt-logged-last-failed-attempt-was-from-1s-on-2s-at-3s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%4$s failed login attempt logged. Last failed attempt was from %1$s on %2$s at %3$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%4$s tentativa de logare eșuată înregistrată. Ultima tentativă eșuată a fost de la %1$s la %2$s la %3$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:4s-failed-login-attempt-logged-last-failed-attempt-was-from-1s-on-2s-at-3s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%4$s failed login attempt logged. Last failed attempt was from %1$s on %2$s at %3$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%4$s tentative de logare eșuate înregistrate. Ultima tentativă eșuată a fost de la %1$s la %2$s la %3$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:4s-failed-login-attempt-logged-last-failed-attempt-was-from-1s-on-2s-at-3s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%4$s failed login attempt logged. Last failed attempt was from %1$s on %2$s at %3$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%4$s tentative de logare eșuate înregistrate. Ultima tentativă eșuată a fost de la %1$s la %2$s la %3$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:500-latest-values" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>500 latest values</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>500 ultimele valori</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:5-minutes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>5 minutes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>5 minute</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:5-seconds" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>5 seconds</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>5 secunde</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:abbreviation-of-severity-levela" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>A</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>A</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:above-value" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Above value</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Peste valoare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:abscissa" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Abscissa</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Abscisă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:access-denied" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Access denied</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acces interzis</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:access-denied" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Access denied!</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acces refuzat!</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:access-to-actions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Access to actions</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acces la acțiuni</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:access-to-api" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Access to API</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acces la API</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:access-to-modules" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Access to modules</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acces la module</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:access-to-services" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Access to services</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acces la servicii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:access-to-ui-elements" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Access to UI elements</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acces la elementele UI</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:ack" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Ack</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cnf</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:compact-table-headerack" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Ack</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cnf</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:acknowledge" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Acknowledge</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Confirmare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:acknowledged" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Acknowledged</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Confirmat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:acknowledged-problem-events" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Acknowledged PROBLEM events</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Evenimente PROBLEMA confirmate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:acknowledged-resolved-events" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Acknowledged RESOLVED events</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Evenimente REZOLVATE confirmate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:acknowledge-problems" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Acknowledge problems</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Confirmați problemele</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:compact-table-headeraction" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Action</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acțiune</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:action" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Action</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acțiune</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:action-1s-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Action "%1$s" already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acțiunea "%1$s" există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:action-2s-is-not-available-for-user-role-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Action "%2$s" is not available for user role "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acțiunea „%2$s” nu este disponibilă pentru rolul de utilizator „%1$s”.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:action-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Action added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acțiune adăugată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:action-class-1s-must-extend-2s-class" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Action class %1$s must extend %2$s class.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Clasa de acțiuni %1$s trebuie să extindă clasa %2$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:action-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Action deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acțiune ștearsă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:action-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Action disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acțiuni dezactivate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:action-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Action disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acțiune dezactivată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:action-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Action disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acțiuni dezactivate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:action-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Action enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acțiuni dezactivate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:action-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Action enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acțiuni dezactivate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:action-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Action enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acțiune activată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:action-log" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Action log</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Jurnal de acțiuni</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:action-operation" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Action operation</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Action operation</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:actions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Actions</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acțiuni</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:compact-table-headeractions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Actions</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acțiuni</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:action-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Action updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acțiune actualizată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:maintenance-statusactive" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Active</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activ</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:active" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Active</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activ</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:active-checks" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Active checks</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Verificări active</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:active-since" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Active since</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activ de la</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:active-till" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Active till</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activ până la</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:add" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Add</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adaugă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:add-a-new-widget" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Add a new widget</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adăugați un widget nou</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:add-child-element" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Add child element</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adăugați elementul copil</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:add-child-service" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Add child service</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adăugați serviciul copil</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:add-child-services" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Add child services</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adăugați servicii copil</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adăugat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:screen-readeradded-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Added, %1$s</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adăugat, %1$s</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:add-from" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Add from</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adăugați de la</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:add-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Add host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adaugă server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:add-host-trigger" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Add host trigger</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adăugați declanșator gazdă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:add-item-column" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Add item column</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adăugați coloana articol</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:additional-rule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Additional rule</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Regulă suplimentară</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:additional-rules" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Additional rules</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Regulă suplimentară</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:add-message-type-limit-reached" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Add (message type limit reached)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adăugați (limita tipului de mesaj atinsă)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:add-missing" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Add missing</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adăugați lipsă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:add-multiple-maps" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Add multiple maps</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adăugați hărți multiple</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:add-new-data-set" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Add new data set</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adăugați un set nou de date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:add-new-interface" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Add new interface</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adăugați o interfață nouă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:add-new-override" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Add new override</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adăugați o nouă modificare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:add-override" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>ADD OVERRIDE</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>ADĂUGAȚI SUPRASCRIERE</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:add-page" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Add page</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adaugă pagina</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:add-parent-services" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Add parent services</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adugă serviciu părinte</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:add-problem-comments" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Add problem comments</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adaugă comentarii la problemă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:add-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Add prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adaugă prototip</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:address" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Address</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adresă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:add-scheduled-report" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Add scheduled report</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adăugați raportul programat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:add-services" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Add services</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adaugă servicii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:add-submaps" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Add submaps</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adăugați sub-hărți</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:add-to-favorites" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Add to favorites</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adaugă la favorite</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:add-to-host-group" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Add to host group</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adaugă la grupul de servere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:add-to-host-groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Add to host groups</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adaugă la grupurile de servere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:add-user" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Add user</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adăugați utilizator</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:add-user-group" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Add user group</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adăugați un grup de utilizatori</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:add-widget" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Add widget</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adăugați widget</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:admin" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Admin</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Admin</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:administration" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Administration</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Administrare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:advanced-configuration" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Advanced configuration</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare avansată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:advanced-labels" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Advanced labels</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Etichete avansate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:after-value" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>After value</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>După valoare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:age" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Age</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Vechime</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:age-less-than" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Age less than</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Vechime mai mică decât</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:agent" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>agent</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>agent</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:agent" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Agent</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Agent</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:agent-availability-check-returns-nothing-unavailable-1-available" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Agent availability check. Returns nothing - unavailable; 1 - available</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Verificarea disponibilității agentului. Nu returnează nimic - indisponibil; 1 - disponibil</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:agent-encryption" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Agent encryption</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Criptare agent</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:agent-host-metadata-returns-string" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Agent host metadata. Returns string</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Metadatele agentului gazdei. Returnează șir</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:agent-host-name-returns-string" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Agent host name. Returns string</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numele agentului host. Returnează un șir</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:agent-interfaces" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Agent interfaces</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Interfețe agent</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:agent-variant-check-returns-1-for-zabbix-agent-2-for-zabbix-agent-2" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Agent variant check. Returns 1 - for Zabbix agent; 2 - for Zabbix agent 2</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Verificare variantă agent. Returnează 1 - pentru agentul Zabbix; 2 - pentru agentul Zabbix 2</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:aggregate" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Aggregate</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Agregat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:aggregate-functions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Aggregate functions</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Funcții agregate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:aggregation-function" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Aggregation function</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Funcții agregate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:aggregation-interval" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Aggregation interval</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Interval de agregare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:alert-message" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Alert message</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mesaj de alertă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:algorithm" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Algorithm</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Algoritm</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:alias" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Alias</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Alias</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:align-map-elements" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Align map elements</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Aliniați elementele hărții</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:all" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>all</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>toți</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:all" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>All</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tot</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:all-dashboards" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>All dashboards</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Toate tablourile de bord</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:all-graphs" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>All graphs</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Toate graficele</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:all-groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>All groups</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Toate grupurile</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:all-hosts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>All hosts</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Toate hosturile</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:all-links-should-have-name-and-url-specified" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>All links should have "Name" and "URL" specified</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Toate linkurile trebuie sa aibă "Nume" și "URL" specificat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:all-maps" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>All maps</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Toate hărțile</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:all-media" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>all media</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>toata media</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:allowed-hosts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Allowed hosts</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Servere permise</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:allowed-methods" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Allowed methods</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Metode permise</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:allow-list" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Allow list</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Permite lista</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:allow-manual-close" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Allow manual close</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Permite închiderea manuală</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:all-problems" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>All problems</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Toate problemele</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:all-problems-if-tag-values-match" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>All problems if tag values match</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Toate problemele dacă valorile etichetelor se potrivesc</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:all-services" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>All services</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Toate serviciile</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:all-tags" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>All tags</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Toate etichetele</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:all-templates" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>All templates</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Toate șabloanele</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:alternatively-you-can-install-it-manually" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Alternatively, you can install it manually:</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Alternativ, îl puteți instala manual:</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:amount-of-guest-physical-memory-that-is-swapped-out-to-the-swap-space-url-vmware-service-url-uuid-vmware-virtual-machine-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Amount of guest physical memory that is swapped out to the swap space, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware virtual machine host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mărime memorie în swap mașină virtuală, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server hipervizor VMware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:amount-of-host-physical-memory-consumed-for-backing-up-guest-physical-memory-pages-url-vmware-service-url-uuid-vmware-virtual-machine-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Amount of host physical memory consumed for backing up guest physical memory pages, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware virtual machine host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mărime memorie swap în mașină virtuală, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server hipervizor VMware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:analog" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Analog</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Analogic</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:and" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>And</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Și</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:andor" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>And/Or</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Și/Sau</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:annually" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Annually</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Anual</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:any" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Any</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Orice</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:any-character-string-included" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Any character string included</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Orice șir de caractere inclus</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:api-access" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>API access</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acces API</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:api-methods" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>API methods</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>metode API</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:api-token" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>API token</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Token API</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:api-token-1s-already-exists-for-userid-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>API token "%1$s" already exists for userid "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Token-ul API „%1$s” există deja pentru ID-ul de utilizator „%2$s”.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:api-token-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>API token added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Token-ul API adăugat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:api-token-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>API token deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Token API șters</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:api-token-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>API token deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Token API șters</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:api-token-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>API token deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Token API șters</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:api-token-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>API token disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Token API dezactivat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:api-token-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>API token disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Token API dezactivat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:api-token-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>API token disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Token API dezactivat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:api-token-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>API token enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Token API validat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:api-token-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>API token enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Token API validat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:api-token-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>API token enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Token API validat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:api-token-expired" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>API token expired.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Token-ul API expirat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:api-tokens" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>API tokens</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Token API</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:api-token-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>API token updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Token-ul API actualizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:application-error" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Application error.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eroare aplicație.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:apply" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Apply</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Aplică</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:apply-permissions-and-tag-filters-to-all-subgroups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Apply permissions and tag filters to all subgroups</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Aplicați permisiuni și filtre de etichetare tuturor subgrupurilor</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:apply-permissions-to-all-subgroups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Apply permissions to all subgroups</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Aplicați permisiunile tuturor subgrupurilor</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:maintenance-statusapproaching" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Approaching</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Abordare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:approximation" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Approximation</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Aproximare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:apr" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Apr</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Apr</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:april" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>April</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Aprilie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:area-size" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Area size</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dimensiunea suprafeței</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:area-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Area type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipul suprafeței</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:are-you-sure-you-want-to-delete" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Are you sure you want to delete?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Sunteți sigur că doriți să ștergeți</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:are-you-sure-you-want-to-delete-this-filter" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Are you sure you want to delete this filter?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Sigur doriți să ștergeți acest filtru?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:are-you-sure-you-want-to-perform-this-action" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Are you sure you want to perform this action?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Sigur doriți să efectuați această acțiune?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:arithmetic" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Arithmetic</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Aritmetic</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:as-blue" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>as Blue</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>ca Albastru</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:as-green" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>as Green</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>ca Verde</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:as-is" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>As is</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Așa cum este</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:as-plain-text" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>As plain text</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ca text simplu</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:as-red" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>as Red</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>ca Roșu</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:assertions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Assertions</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Afirmații</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:asset-tag" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Asset tag</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eticheta activului</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:at-1s2s-3s-of-every-week" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>At %1$s:%2$s %3$s of every week</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>La %1$s:%2$s %3$s din %4$s săptămâni</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:at-1s2s-3s-of-every-week" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>At %1$s:%2$s %3$s of every week</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>La %1$s:%2$s %3$s din %4$s săptămâni</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:at-1s2s-3s-of-every-week" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>At %1$s:%2$s %3$s of every week</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>La %1$s:%2$s %3$s din %4$s săptămâni</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:at-1s2s-every-day" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>At %1$s:%2$s every day</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>La %1$s:%2$s la fiecare %3$s zi</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:at-1s2s-every-day" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>At %1$s:%2$s every day</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>La %1$s:%2$s zilnic</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:at-1s2s-every-day" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>At %1$s:%2$s every day</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>La %1$s:%2$s zilnic</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:at-1s2s-on-3s-4s-of-every-5s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>At %1$s:%2$s on %3$s %4$s of every %5$s</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>La %1$s:%2$s în %3$s %4$s în fiecare %5$s</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:at-1s2s-on-day-3s-of-every-4s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>At %1$s:%2$s on day %3$s of every %4$s</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>La %1$s:%2$s în ziua %3$s în fiecare %4$s</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:at-hourminute" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>At (hour:minute)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>La (oră:minut)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:at-least-one-action-is-mandatory" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>At least one action is mandatory.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cel puțin o acțiune este obligatorie.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:at-least-one-active-user-must-exist-with-role-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>At least one active user must exist with role "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trebuie să existe cel puțin un utilizator activ cu rolul „%1$s”.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:at-least-one-ldap-server-must-exist" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>At least one LDAP server must exist.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trebuie să existe cel puțin un server LDAP.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:at-least-one-ui-element-must-be-checked" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>At least one UI element must be checked.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trebuie verificat cel puțin un element UI.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:at-least-one-ui-element-must-be-enabled-for-user-role-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>At least one UI element must be enabled for user role "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cel puțin un element UI trebuie activat pentru nivelul utilizator „%1$s”.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:audit" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Audit</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Audit</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:aug" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Aug</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Aug</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:august" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>August</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>August</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:authentication" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Authentication</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Autentificare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:authentication-algorithm" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Authentication algorithm</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Algoritm de autentificare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:authentication-method" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Authentication method</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Metodă de autentificare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:authentication-passphrase" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Authentication passphrase</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Frază de acces pentru autentificare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:authentication-protocol" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Authentication protocol</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Protocol de autentificare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:auto-login" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Auto-login</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Auto-login</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:automatic" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Automatic</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Automată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:automatic-icon-mapping" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Automatic icon mapping</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Maparea icon automată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:automatic-icon-selection" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Automatic icon selection</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Selectarea automată icon</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:availability" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Availability</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Disponibilitate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:availability-report" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Availability report</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Raport disponibilitate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:available" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Available</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Disponibil</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:compact-table-headeravailable" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Available</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Disponibil</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:average" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Average</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mediu</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:avg" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>avg</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>avg</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:background" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Background</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Fundal</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:background-image" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Background image</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Imagine de fundal</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:base-dn" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Base DN</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Bază DN</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:bind-dn" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Bind DN</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Bind DN</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:bind-password" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Bind password</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Parolă asociată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:blocked" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Blocked</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Blocat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:bold-line" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Bold line</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Linie îngroșate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:bottom" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Bottom</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Jos</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:bulgarian-bg_bg" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Bulgarian (bg_BG)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Bulgară (bg_BG)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:by-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>By host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>După server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:by-trigger-template" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>By trigger template</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>După șablonul trigger-ului</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:calculated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Calculated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Calculat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:callback" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Callback</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Apelare inversă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cancel" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cancel</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Anulează</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-add-action" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add action</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga acțiunea</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-add-a-non-numeric-item-1s-to-graph-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add a non-numeric item "%1$s" to graph "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga elementul non-numeric "%1$s" la graficul "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-add-a-non-numeric-item-1s-to-graph-prototype-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add a non-numeric item "%1$s" to graph prototype "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga elementul non-numeric "%1$s" la prototipul grafic "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-add-dependency-from-a-host-to-a-template" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add dependency from a host to a template.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga dependința server - șablon.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-add-dependency-from-trigger-1s2s-to-non-existing-trigger-3s4s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add dependency from trigger "%1$s:%2$s" to non existing trigger "%3$s:%4$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga dependința trigger "%1$s:%2$s" la trigger nonexistent "%3$s:%4$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-add-discovery-rule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add discovery rule</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga regula de detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-add-graph" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add graph</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga graficul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-add-graph-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add graph prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga un prototip grafic</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-add-group" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add group</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga grupul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-add-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga serverul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-add-host-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add host prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga prototipul serverului</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-add-image" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add image</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga imaginea</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-add-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add item</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga elementul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-add-item-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add item prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga prototip item</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-add-maintenance" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add maintenance</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga mentenanța</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-add-media-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add media type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga tipul de media</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-add-more-than-one-item-with-type-graph-sum-on-graph-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add more than one item with type "Graph sum" on graph "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot adăuga mai mult de un element de tipul "Sum grafic" la graficul "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-add-more-than-one-item-with-type-graph-sum-on-graph-prototype-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add more than one item with type "Graph sum" on graph prototype "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot adăuga mai mult de un element de tipul "Graph sum" la prototipul grafic "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-add-network-map" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add network map</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga harta rețea</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-add-proxy" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add proxy</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga proxy</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-add-regular-expression" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add regular expression</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga expresia regulată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-add-script" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add script</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga scriptul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-add-template" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add template</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga șablonul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-add-trigger" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add trigger</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga trigger-ul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-add-trigger-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add trigger prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga un prototip trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-add-user" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add user</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga utilizatorul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-add-web-scenario" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add web scenario</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pate adăuga scenariul web</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-clear-history" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot clear history</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge istoricul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-clone-graph-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot clone graph prototypes.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot clona prototipurile de grafic.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-clone-item-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot clone item prototypes.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot clona prototipurile de element.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-clone-trigger-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot clone trigger prototypes.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot clona prototipurile de trigger.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-copy-trigger-1s2s-because-it-has-multiple-hosts-in-the-expression" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot copy trigger "%1$s:%2$s", because it has multiple hosts in the expression.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate copia trigge-rul "%1$s:%2$s", deoarece are servere multiple in expresie.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-create-a-host-prototype-on-a-discovered-host-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot create a host prototype on a discovered host "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate crea un prototip de server pe serverul detectat "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-create-another-database-connection" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot create another database connection.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate crea o altă conexiune la baza de date.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-create-circular-dependencies" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot create circular dependencies.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot crea dependințe circulare.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-create-dependency-on-trigger-itself" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot create dependency on trigger itself.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate crea dependință cu trigger-ul însuși.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-create-discovery-rule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot create discovery rule</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate crea regula de detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-create-icon-map" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot create icon map</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate crea icon hartă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-delete-action" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete action</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge acțiunea</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-delete-dependency" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete dependency</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge dependința</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-delete-discovery-rule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete discovery rule</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot șterge regula de dscoperire</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-delete-discovery-rule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete discovery rule</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot șterge regula de descoperire</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-delete-discovery-rule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete discovery rule</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot șterge regula de descoperire</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-delete-discovery-rules" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete discovery rules</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot șterge regulile de detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-delete-graph" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete graph</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge graficul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-delete-graph-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete graph prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge prototipul graficului</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-delete-graph-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete graph prototypes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot șterge prototipuri grafice</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-delete-graphs" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete graphs</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot șterge graficele</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-delete-group" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete group</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot șterge grupul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-delete-group" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete group</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot șterge grupul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-delete-group" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete group</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot șterge grupul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-delete-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge serverul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-delete-host-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete host prototypes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot șterge prototipurile de server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-delete-icon-map" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete icon map</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge maparea icon-ului</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-delete-image" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete image</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge imaginea</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-delete-inventory" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete inventory.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge inventarul.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-delete-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete item</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge elementul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-delete-item-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete item prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge prototipul itemului</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-delete-item-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete item prototypes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot şterge prototipurile de element</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-delete-items" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete items</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot șterge elementele</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-delete-maintenance" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete maintenance</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge mentenanța</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-delete-media-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete media type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot șterge tipul media</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-delete-media-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete media type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot șterge tipul media</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-delete-media-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete media type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot șterge tipul media</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-delete-network-map" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete network map</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge harta rețea</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-delete-proxy" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete proxy</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot șterge proxy-ul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-delete-proxy" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete proxy</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot șterge proxy</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-delete-proxy" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete proxy</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot șterge proxy</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-delete-regular-expression" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete regular expression</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot șterge expresiile regulate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-delete-regular-expression" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete regular expression</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge expresia regulată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-delete-regular-expression" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete regular expression</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot șterge expresiile regulate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-delete-script" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete script</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot șterge scripturile</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-delete-script" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete script</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot șterge script</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-delete-script" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete script</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot șterge scripturile</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-delete-scripts-script-1s-is-used-in-action-operation-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete scripts. Script "%1$s" is used in action operation "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot șterge scripturile. Scriptul "%1$s" este folosit in acțiunea "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-delete-selected-actions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete selected actions</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot șterge acțiunile selectate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-delete-service" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete service</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot șterge serviciurile</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-delete-service" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete service</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot șterge servici</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-delete-service" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete service</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot șterge serviciurile</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-delete-template" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete template</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge șablonul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-delete-templated-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete templated item.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pote șterge un element bazat pe un șablon.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-delete-templated-items" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete templated items.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot șterge elementele bazate pe șabloane.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-delete-templated-trigger-1s2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete templated trigger "%1$s:%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge trigger-ul "%1$s:%2$s" bazat pe un șablon.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-delete-templated-web-scenario-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete templated web scenario "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge scenariul web "%1$s" bazat pe un șablon.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-delete-trigger" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete trigger</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge trigger-ul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-delete-trigger-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete trigger prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge prototipul trigger-ului</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-delete-trigger-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete trigger prototypes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot şterge prototipurile triggerilor</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-delete-triggers" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete triggers</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot șterge triggerii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-delete-user" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete user</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge utilizatorul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-delete-web-scenario" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete web scenario</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge scenariul web</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-delete-zabbix-internal-user-1s-try-disabling-that-user" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete Zabbix internal user "%1$s", try disabling that user.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge utilizatorul intern Zabbix "%1$s", încercați să dezactivați acest utilizator.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-disable-action" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable action</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot dezactiva acţiunile</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-disable-action" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable action</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate dezactiva acţiunea</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-disable-action" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable action</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot dezactiva acţiunile</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-disable-discovery-rule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable discovery rule</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot dezactiva regulile de detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-disable-discovery-rule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable discovery rule</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate dezactiva regula de detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-disable-discovery-rule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable discovery rule</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot dezactiva regulile de detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-disable-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot dezactiva servererele</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-disable-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate dezactiva serverul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-disable-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot dezactiva servererele</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-disable-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable item</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate dezactiva elementul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-disable-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable item</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot dezactiva elementele</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-disable-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable item</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot dezactiva elementele</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-disable-media-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable media type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate dezactiva tipul media</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-disable-media-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable media type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate dezactiva tipul media</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-disable-media-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable media type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate dezactiva tipul media</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-disable-trigger" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable trigger</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot dezactiva triggerii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-disable-trigger" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable trigger</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate dezactiva triggerul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-disable-trigger" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable trigger</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot dezactiva triggerii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-disable-web-scenario" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable web scenario</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot dezactiva scenariile web</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-disable-web-scenario" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable web scenario</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate dezactiva scenariul web</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-disable-web-scenario" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable web scenario</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate dezactiva scenariul web</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-display-item-queue" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot display item queue.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu poate afişa coada element.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-display-more-than-one-item-with-type-graph-sum" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot display more than one item with type "Graph sum".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate afișa mai mult de un element de tipul "Sum grafic".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-enable-action" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable action</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate activa acțiunea</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-enable-action" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable action</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot activa acțiunile</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-enable-action" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable action</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot activa acțiunile</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-enable-discovery-rule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable discovery rule</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot activa regulile de detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-enable-discovery-rule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable discovery rule</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot activa regulile de detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-enable-discovery-rule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable discovery rule</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate activa regula de detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-enable-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate activa srverul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-enable-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot activa serverele</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-enable-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot activa serverele</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-enable-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable item</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot activa elementele</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-enable-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable item</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate activa elementul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-enable-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable item</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot activa elementele</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-enable-media-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable media type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate activa tipul media</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-enable-media-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable media type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate activa tipurile media</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-enable-media-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable media type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate activa tipul media</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-enable-trigger" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable trigger</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate activa trigger-ul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-enable-trigger" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable trigger</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot activa trigerii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-enable-trigger" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable trigger</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot activa trigerii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-enable-web-scenario" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable web scenario</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate activa scenariul web</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-enable-web-scenario" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable web scenario</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot activa scenariile web</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-enable-web-scenario" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable web scenario</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot activa scenariile web</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-find-background-image-1s-used-in-map-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find background image "%1$s" used in map "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate găsi imaginea de fundal "%1$s" folosită în harta "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-find-group-1s-used-in-map-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find group "%1$s" used in map "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate găsi grupul "%1$s" folosit în harta "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-find-host-1s-used-in-map-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find host "%1$s" used in map "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate găsi serverul "%1$s" folosit în harta "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-find-host-group-1s-for-host-prototype-2s-of-discovery-rule-3s-on-4s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find host group "%1$s" for host prototype "%2$s" of discovery rule "%3$s" on "%4$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate gasi grupul server "%1$s" pentru serverul prototip "%2$s" a regulii de detecție "%3$s" pe "%4$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-find-host-interface-on-1s-for-item-key-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find host interface on "%1$s" for item key "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate găsi interfața serverului în "%1$s" pentru elementul "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-find-icon-1s-used-in-map-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find icon "%1$s" used in map "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate găsi icon-ul "%1$s" folosit în harta "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-find-icon-map-1s-used-in-map-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find icon map "%1$s" used in map "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate găsi maparea icon-ului "%1$s" folosit în harta "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-find-item-1s-on-2s-used-as-the-y-axis-max-value-for-graph-3s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find item "%1$s" on "%2$s" used as the Y axis MAX value for graph "%3$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate găsi elementul "%1$s" pe "%2$s" folosit ca și axă Y valoarea MAX pentru graficul "%3$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-find-item-1s-on-2s-used-as-the-y-axis-max-value-for-graph-prototype-3s-of-discovery-rule-4s-on-5s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find item "%1$s" on "%2$s" used as the Y axis MAX value for graph prototype "%3$s" of discovery rule "%4$s" on "%5$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate găsi elementul  "%1$s" pe "%2$s" folosit ca și axă Y valoarea MAX pentru prototipul grafic "%3$s" a regulii de detecție "%4$s" pe "%5$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-find-item-1s-on-2s-used-as-the-y-axis-min-value-for-graph-3s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find item "%1$s" on "%2$s" used as the Y axis MIN value for graph "%3$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate găsi elementul "%1$s" pe "%2$s" folosit ca și axă Y valoarea MIN pentru graficul "%3$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-find-item-1s-on-2s-used-as-the-y-axis-min-value-for-graph-prototype-3s-of-discovery-rule-4s-on-5s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find item "%1$s" on "%2$s" used as the Y axis MIN value for graph prototype "%3$s" of discovery rule "%4$s" on "%5$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate găsi elementul  "%1$s" pe "%2$s" used as the Y axis MIN value for graph prototype "%3$s" of discovery rule "%4$s" on "%5$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-find-map-1s-used-in-map-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find map "%1$s" used in map "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate găsi harta "%1$s" folosită în harta "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-find-template-1s-for-host-prototype-2s-of-discovery-rule-3s-on-4s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find template "%1$s" for host prototype "%2$s" of discovery rule "%3$s" on "%4$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate gasi șablonul "%1$s" pentru serverul prototip "%2$s" a regulii de detecție "%3$s" pe "%4$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-find-trigger-1s-used-in-map-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find trigger "%1$s" used in map "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate găsi trigger-ul "%1$s" folosit în harta "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-find-value-map-1s-used-for-item-2s-on-3s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find value map "%1$s" used for item "%2$s" on "%3$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate găsi harta valorilor "%1$s" folosită pentru elementul "%2$s" pe "%3$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-find-value-map-1s-used-for-item-prototype-2s-of-discovery-rule-3s-on-4s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find value map "%1$s" used for item prototype "%2$s" of discovery rule "%3$s" on "%4$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate gasi harta valorilor "%1$s" folosită pentru prototipul item  "%2$s" a regulii de detecție "%3$s" pe "%4$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-import-template-1s-linked-template-2s-does-not-exist" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot import template "%1$s", linked template "%2$s" does not exist.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate importa template-ul "%1$s", șablonul corelat "%2$s" nu există.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-import-template-1s-linked-template-2s-does-not-exist" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot import template "%1$s", linked template "%2$s" does not exist.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate importa template-ul "%1$s", șabloanele corelate "%2$s" nu există.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-import-template-1s-linked-template-2s-does-not-exist" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot import template "%1$s", linked template "%2$s" does not exist.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate importa template-ul "%1$s", șabloanele corelate "%2$s" nu există.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-insert-trigger-expression" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot insert trigger expression</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate introduce expresia trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-link-template" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot link template</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate asocia șablonul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-mass-update-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot mass update host name.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate face actualizare în masă a numelui serverului.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-mass-update-visible-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot mass update visible host name.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate face actualizare în masă a numelui vizibil al serverului.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-perform-delete-statement-on-table-1s-without-where-condition" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot perform delete statement on table "%1$s" without where condition.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate efectua instrucțiunea de ștergere în tabela "%1$s" fără condiția where.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-perform-update-statement-on-table-1s-without-values" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot perform update statement on table "%1$s" without values.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate efectua instrucțiunea de actualizare în tabela "%1$s" fără valori.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-perform-update-statement-on-table-1s-without-where-condition" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot perform update statement on table "%1$s" without where condition.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate efectua instrucțiunea de actualizare în tabela "%1$s" fără condiția where.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-read-the-response-check-connection-with-the-zabbix-server-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot read the response, check connection with the Zabbix server "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate citi răspunsul, verificați conexiunea cu serverul Zabbix "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-rename-guest-user" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot rename guest user.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate redenumi utilizatorul guest.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-save-discovery-rule-without-checks" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot save discovery rule without checks.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate salva regula de detecție fără verificări.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-send-command-check-connection-with-zabbix-server-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot send command, check connection with Zabbix server "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate trimite comanda, verificați conexiunea cu serverul Zabbix "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-set-1s-for-item-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot set "%1$s" for item "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate seta "%1$s" pentru elementul "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-set-inventory-fields-for-disabled-inventory" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot set inventory fields for disabled inventory.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot seta câmpurile inventarului pentru un inventar dezactivat.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-switch-host-for-interface" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot switch host for interface.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate schimba serverul pentru interfață.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-unlink-and-clear-web-scenarios" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot unlink and clear Web scenarios.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot deconecta și șterge scenariile Web.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-unlink-template" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot unlink template</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate deconecta șablonul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-update-1s-for-action-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update "%1$s" for action "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza "%1$s" pentru acțiunea "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-update-1s-for-item-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update "%1$s" for item "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza "%1$s" pentru elementul "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-update-action" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update action</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza acțiunea</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-update-a-discovered-graph" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update a discovered graph.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza un grafic bazat pe detecție.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-update-configuration" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update configuration</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza configurația</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-update-discovery-rule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update discovery rule</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza regula de detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-update-graph" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update graph</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza graficul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-update-graph-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update graph prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza prototipul grafic</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-update-group" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update group</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza grupul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-update-groups-for-discovered-host-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update groups for discovered host "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot actualiza grupurile pentru serverul detectat "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-update-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza serverul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-update-host-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update host prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot actualiza prototipul Host</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-update-host-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update host prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot actualiza prototipul host</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-update-host-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update host prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot actualiza prototipul host</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-update-hosts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update hosts</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot actualiza serverele</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-update-icon-map" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update icon map</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza maparea icon-ului</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-update-image" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update image</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza imaginea</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-update-interface-for-discovered-host-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update interface for discovered host "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza interfața pentru serverul detectat "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-update-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update item</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza elementul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-update-item-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update item prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot actualiza prototipul articol</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-update-item-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update item prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot actualiza prototipul articol</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-update-items" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update items</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot actualiza elementele</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-update-macros" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update macros</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot actualiza macro-urile</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-update-maintenance" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update maintenance</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza mentenanța</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-update-media-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update media type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza tipul media</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-update-network-map" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update network map</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza harta rețea</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-update-proxy" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update proxy</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza proxy-ul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-update-proxy-for-discovered-host-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update proxy for discovered host "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza proxy-ul pentru serverul detectat "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-update-regular-expression" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update regular expression</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza expresia regulată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-update-script" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update script</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza scriptul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-update-template" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update template</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza șablonul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-update-trigger" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update trigger</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza trigger-ul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-update-trigger-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update trigger prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot actualiza prototipul trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-update-trigger-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update trigger prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot actualiza prototipurile trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-update-trigger-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update trigger prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot actualiza prototipurile trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-update-trigger-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update trigger prototypes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza prototipurile trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-update-user" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update user</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza utilizatorul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:cannot-update-web-scenario" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update web scenario</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza scenariul web</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:case-sensitive" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Case sensitive</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Majuscule semnificative</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:change-password" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Change password</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Modifică parola</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:character" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Character</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Caracter</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:character-string-included" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Character string included</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șir de caractere inclus</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:character-string-not-included" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Character string not included</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șir de caractere neinclus</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:chassis" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Chassis</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șasiu</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:check-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Check already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Verificarea există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:check-expression-part-starting-from-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Check expression part starting from "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Verifică partea din expresie care începe de la "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:checks" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Checks</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Verificări</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:checks-should-be-unique" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Checks should be unique.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Verificările trebuie să fie unice.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:check-the-key-please-default-example-was-passed" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Check the key, please. Default example was passed.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Vă rugăm să verificați cheia. A fost folosit exemplul implicit.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:check-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Check type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Verificați tipul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:chinese-zh_cn" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Chinese (zh_CN)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Chineză (zh_CN)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:chinese-zh_tw" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Chinese (zh_TW)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Chineză (zh_TW)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:circular-reference-in-templates-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Circular reference in templates: %1$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Refefință circulară în șabloanele: %1$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:circular-template-linkage-is-not-allowed" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Circular template linkage is not allowed.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Legătura circulară în șabloane nu este permisă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:clear-history-and-trends" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Clear history and trends</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șterge istoric și tendințe</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:clear-when-unlinking" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Clear when unlinking</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șterge la deconectare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:clock" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Clock</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ceas</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:clone" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Clone</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Clonă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:close" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Close</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Închide</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:close-expression-constructor" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Close expression constructor</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Închide constructorul de expresii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:columns" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Columns</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Coloane</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:combined-result" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Combined result</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Rezultat combinat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:command" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Command</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Comandă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:commands" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Commands</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Comenzi</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:condition" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Condition</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Condiție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:conditions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Conditions</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Condiții</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:configuration" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:configuration-cache-statistics-cache-buffer-modes-pfree-total-used-free" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration cache statistics. Cache - buffer (modes: pfree, total, used, free).</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Statistici configurare cache. Cache - buffer (moduri: pfree, total, used, free).</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:configuration-of-actions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of actions</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare acțiuni</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:configuration-of-discovery-rules" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of discovery rules</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare reguli de detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:configuration-of-graph-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of graph prototypes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare prototipuri grafic</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:configuration-of-graphs" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of graphs</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare grafice</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:configuration-of-gui" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of GUI</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare GUI</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:configuration-of-host-groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of host groups</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare grupuri de servere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:configuration-of-host-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of host prototypes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare prototipuri server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:configuration-of-hosts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of hosts</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare servere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:configuration-of-housekeeping" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of housekeeping</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare housekeeping</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:configuration-of-icon-mapping" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of icon mapping</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare mapare icon</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:configuration-of-images" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of images</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare imagini</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:configuration-of-item-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of item prototypes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare prototipuri element</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:configuration-of-items" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of items</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare elemente</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:configuration-of-macros" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of macros</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare macro-uri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:configuration-of-maintenance-periods" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of maintenance periods</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare perioade de întreținere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:configuration-of-media-types" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of media types</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare tip media</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:configuration-of-network-maps" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of network maps</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare hărți rețea</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:configuration-of-proxies" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of proxies</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare proxy-uri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:configuration-of-regular-expressions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of regular expressions</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare expresii regulate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:configuration-of-scripts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of scripts</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare scripturi</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:configuration-of-templates" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of templates</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare șabloane</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:configuration-of-trigger-displaying-options" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of trigger displaying options</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare opțiuni de afișaj trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:configuration-of-trigger-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of trigger prototypes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare prototipuri trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:configuration-of-triggers" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of triggers</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare triggeri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:configuration-of-user-groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of user groups</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare grupuri utilizator</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:configuration-of-users" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of users</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare utilizatori</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:configuration-of-web-monitoring" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of web monitoring</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare monitorizare web</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:configuration-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configuraţie actualizată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:confirmation-text" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Confirmation text</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Text de confirmare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:connection-timeout-of-1s-seconds-exceeded-when-connecting-to-zabbix-server-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Connection timeout of %1$s seconds exceeded when connecting to Zabbix server "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Timpul de așteptare de %1$s secunde a fost depășit la conectarea cu serverul Zabbix "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:connect-to" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Connect to</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Conectare la</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:contact" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Contact</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Contact</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:context-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Context name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume context</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:contract-number" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Contract number</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numărul contractului</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:coordinates" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Coordinates</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Coordonate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:copy" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Copy</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Copiază</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:count" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Count</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Număr</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:create-action" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create action</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează acțiune</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:created-by-host-discovery" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>(created by host discovery)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>(creat de descoperirea gazdei)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:create-discovery-rule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create discovery rule</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează regula de detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:create-graph" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create graph</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează grafic</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:create-graph-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create graph prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează prototip de grafic</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:create-graph-select-host-first" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create graph (select host first)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează grafic (selectați serverul prima dată)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:create-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:create-host-group" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create host group</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează grup de servere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:create-host-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create host prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează prototip de server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:create-icon-map" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create icon map</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează mapare icon</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:create-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create item</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează element</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:create-item-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create item prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează prototip de element</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:create-item-select-host-first" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create item (select host first)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează element (selectați serverul prima dată)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:create-maintenance-period" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create maintenance period</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează perioadă de mentenanță</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:create-map" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create map</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează hartă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:create-media-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create media type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează tip media</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:create-proxy" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create proxy</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează proxy</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:create-script" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create script</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează script</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:create-template" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create template</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează șablon</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:create-trigger" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create trigger</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:create-trigger-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create trigger prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează prototip de trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:create-trigger-select-host-first" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create trigger (select host first)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează trigger (selectați serverul prima dată)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:create-user" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create user</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează utilizator</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:create-user-group" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create user group</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează grup utilizatori</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:critical" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Critical</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Critic</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:current-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Current host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Serverul curent</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:current-value" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Current value</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare curentă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:custom-graphs" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Custom graphs</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grafice personalizate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:custom-label" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Custom label</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Etichetă personalizată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:custom-label-for-map-2s-elements-of-type-1s-may-not-be-empty" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Custom label for map "%2$s" elements of type "%1$s" may not be empty.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eticheta personalizată pentru harta "%2$s" elementele de tipul "%1$s" nu poate fi vidă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:custom-multiplier" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Custom multiplier</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Multiplicator personalizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:custom-severity-names-affect-all-locales-and-require-manual-translation" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Custom severity names affect all locales and require manual translation!</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numele de severitate personalizată afectează toate localizările și necesită traducere manuală!</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:custom-size" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Custom size</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dimensiune personalizată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:czech-cs_cz" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Czech (cs_CZ)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cehă (cs_CZ)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:day-shortd" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>d</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>z</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:daily" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Daily</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Zilnic</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:dashboard" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Dashboard</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Panou de supraveghere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:dashed-line" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Dashed line</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Linie întreruptă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:database-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Database host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Server bază de date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:database-monitor" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Database monitor</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Monitor bază de date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:database-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Database name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume bază de date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:database-password" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Database password</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Parolă bază de date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:database-port" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Database port</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Port bază de date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:database-schema" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Database schema</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Schema bazei de date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:database-server" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Database server</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Server baze de date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:database-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Database type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipul bazei de date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:database-user" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Database user</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Utilizator bază de date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:data-from-1s-generated-in-2s-sec" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Data from %1$s. Generated in %2$s sec.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Date din %1$s. Generate în %2$s sec.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:data-overview" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Data overview</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Verificare date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:date" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Date</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:date-hw-decommissioned" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Date HW decommissioned</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dată HW dezafectat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:date-hw-installed" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Date HW installed</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dată HW instalat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:date-hw-maintenance-expires" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Date HW maintenance expires</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Data de mentenanță HW expiră</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:date-hw-purchased" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Date HW purchased</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Data achiziției HW</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:day" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Day</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Zi</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:compact-table-headerday" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Day</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Zi</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:day-of-month" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Day of month</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ziua lunii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:day-of-week" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Day of week</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ziua săptămânii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:days" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>days</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>zile</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:days" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Days</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Zile</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:d-device" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%d device</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%d echipament</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:d-device" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%d device</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%d echipamente</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:d-device" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%d device</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%d echipamente</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:debug" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Debug</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Depanare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:debug-mode" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Debug mode</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mod depanare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:dec" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Dec</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dec</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:december" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>December</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Decembrie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:default" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>default</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>implicit</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:default" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Default</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Implicit</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:default-authentication" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Default authentication</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Autentificare implicită</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:default-operation-step-duration" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Default operation step duration</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Durata etapei operației implicite</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:default-theme" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Default theme</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tema implicită</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:delay" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delay</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Întârziere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:delayed-by" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delayed by</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Întârziat de către</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:delete" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șterge</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:delete-and-clear" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete and clear</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șterge și curăță</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:delete-and-clear-selected-templates-warning-all-linked-hosts-will-be-cleared" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete and clear selected templates? (Warning: all linked hosts will be cleared!)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere si curățare șabloane selectate? (Avertizare: toate serverele conectate vor fi șterse!)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:delete-and-clear-template-warning-all-linked-hosts-will-be-cleared" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete and clear template? (Warning: all linked hosts will be cleared!)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere si curățare șablon? (Avertizare: toate serverele conectate vor fi șterse!)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:delete-current-action" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete current action?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere acțiune curentă?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:delete-discovery-rule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete discovery rule?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere regulă de detecție?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:delete-expression" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete expression?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere expresie?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:delete-graph" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete graph?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere element grafic?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:delete-graph-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete graph prototype?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere prototip de grafic?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:delete-history-of-selected-items" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete history of selected items?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere istoric pentru itemi selectați?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:delete-icon-map" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete icon map?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere harta icoanei?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:delete-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete item?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere element?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:delete-item-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete item prototype?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere prototip de element?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:delete-links-between-selected-elements" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete links between selected elements?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere legătura între elementele selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:delete-maintenance-period" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete maintenance period?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere perioadă de întreținere?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:delete-proxy" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete proxy?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere proxy?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:delete-regular-expression" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete regular expression?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere expresie uzuală?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:delete-script" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete script?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere script?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:delete-selected-actions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected actions?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere acțiuni selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:delete-selected-discovery-rules" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected discovery rules?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere regulă de detecție selectată?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:delete-selected-elements" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected elements?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere elemente selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:delete-selected-graph-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected graph prototypes?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere prototipuri grafici selectați?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:delete-selected-graphs" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected graphs?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere elemente grafice selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:delete-selected-group" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected group?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere grup selectat?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:delete-selected-groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected groups?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere grupuri selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:delete-selected-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected host?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere server selectat?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:delete-selected-host-groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected host groups?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere grupuri de servere selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:delete-selected-host-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected host prototype?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere prototipuri de servere selectați?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:delete-selected-host-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected host prototypes?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere prototipuri de servere selectați?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:delete-selected-hosts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected hosts?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere servere selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:delete-selected-image" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected image?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere imagine selectată?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:delete-selected-item-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected item prototypes?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere elemente prototip selectațe?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:delete-selected-items" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected items?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere elementele selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:delete-selected-maintenance-periods" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected maintenance periods?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere perioade de întreținere selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:delete-selected-maps" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected maps?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere hărți selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:delete-selected-media-types" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected media types?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere elemente media selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:delete-selected-proxies" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected proxies?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere proxy-uri selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:delete-selected-regular-expressions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected regular expressions?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere expresii uzuale selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:delete-selected-scripts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected scripts?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere scripturi selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:delete-selected-templates" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected templates?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere șabloane selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:delete-selected-trigger-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected trigger prototypes?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere prototipuri de trigger selectați?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:delete-selected-triggers" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected triggers?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere triggeri selectați?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:delete-selected-user" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected user?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere utilizator selectat?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:delete-selected-users" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected users?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere utilizatori selectați?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:delete-template" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete template?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere șablon?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:delete-trigger" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete trigger?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere trigger?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:delete-trigger-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete trigger prototype?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere prototip de trigger?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:delimiter" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delimiter</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Delimitator</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:deny" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Deny</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Negare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:dependencies" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Dependencies</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dependențe</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:dependent" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Dependent</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dependenţă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:depends-on" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Depends on</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Depinde de</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:deployment-status" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Deployment status</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Stare de implementare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:description" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Description</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Descriere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:details" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Details</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Detalii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:device" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Device</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Echipament</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:device-uniqueness-criteria" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Device uniqueness criteria</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Criteriu unic al echipamentului</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:disable" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Disable</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezactivare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezactivat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:disable-debug-mode-in-selected-groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Disable debug mode in selected groups?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezactivare mod de depanare în grupurile selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:disable-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Disable host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezactivare server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:disable-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Disable host?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezactivare server?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:disable-hosts-in-the-selected-host-groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Disable hosts in the selected host groups?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezactivare servere în grupurile de servere selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:disable-hosts-monitored-by-selected-proxies" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Disable hosts monitored by selected proxies?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezactivare servere monitorizate de proxy-urile selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:disable-selected-actions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Disable selected actions?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezactivare acțiuni selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:disable-selected-discovery-rules" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Disable selected discovery rules?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezactivare reguli de detecție selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:disable-selected-groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Disable selected groups?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezactivare grupuri selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:disable-selected-hosts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Disable selected hosts?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezactivare servere selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:disable-selected-items" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Disable selected items?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezactivare itemi selectaţi?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:disable-selected-media-types" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Disable selected media types?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezactivare elemente media selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:disable-selected-triggers" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Disable selected triggers?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezactivare triggeri selectați?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:disaster" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Disaster</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezastru</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:discovered" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovered</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Detectat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:discovered-by" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovered by</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Detectat de</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:discovered-device" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovered device</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Echipament detectat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:discovered-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>discovered host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>server detectat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:discovered-service" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>discovered service</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>serviciu detectat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:discovery" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>discovery</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:discovery" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Detectare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:discovery-by-proxy" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery by proxy</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Detectat de către proxy</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:discovery-check" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery check</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Verificare de detectare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:discovery-checks" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery checks</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Verificări de detectare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:discovery-list" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery list</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Listă de detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:discovery-object" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery object</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Obiect detectat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:compact-table-headerdiscovery-rule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery rule</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Regulă de detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:discovery-rule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery rule</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Regulă de detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:discovery-rule-1s-already-exists-on-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery rule "%1$s" already exists on "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Regula de detecție "%1$s" există deja pe "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:discovery-rule-1s-already-exists-on-2s-inherited-from-another-template" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery rule "%1$s" already exists on "%2$s", inherited from another template.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Regula de detecție "%1$s" există deja pe "%2$s", moștenită de la alt șablon.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:discovery-rule-created" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery rule created</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Regulă de detecție creată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:discovery-rule-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery rule deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Regulile de descoperire ștearse</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:discovery-rule-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery rule deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Regurile de descoperire ștearse</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:discovery-rule-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery rule deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Regula de Descoperire ștearsă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:discovery-rule-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery rule disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Reguli de detecție dezactivate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:discovery-rule-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery rule disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Regulă de detecție dezactivată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:discovery-rule-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery rule disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Reguli de detecție dezactivate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:discovery-rule-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery rule enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Reguli de detecție activate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:discovery-rule-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery rule enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Regulă de detecție activată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:discovery-rule-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery rule enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Reguli de detecție activate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:discovery-rules" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery rules</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Reguli de detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:discovery-rules-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery rules deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Reguli de detecție șterse</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:discovery-rule-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery rule updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Regulă de detecție actualizată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:discovery-status" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery status</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Stare detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:displaying-1s-of-2s-found" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Displaying %1$s of %2$s found</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Afișare %1$s din %2$s gasită</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:display-ok-triggers-for" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Display OK triggers for</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Afișare triggeri OK pentru</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:dm" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>d.M</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>z.L</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:dns" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>DNS</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>DNS</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:dns-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>DNS name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume DNS</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:dot" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Dot</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Punct</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:discovery-statusdown" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Down</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Oprit</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:discovery-results-in-dashboarddown" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Down</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Oprit</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:compact-table-headerdowntime" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Downtime</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Avarie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:downtime" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Downtime</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Avarie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:do-you-wish-to-replace-the-conditional-expression" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Do you wish to replace the conditional expression?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Doreşti să înlocuiești expresia condițională?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:draw-style" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Draw style</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Stil de desen</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:duplicate-dependencies-in-trigger-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Duplicate dependencies in trigger "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dublează dependențe în trigger "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:duration" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Duration</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Durată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:compact-table-headerduration" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Duration</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Durată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:dutch-nl_nl" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Dutch (nl_NL)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Olandeză (nl_NL)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:dynamic-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Dynamic item</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Item dinamic</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:each-url-should-have-a-unique-name-please-make-sure-there-is-only-one-url-named" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Each URL should have a unique name. Please make sure there is only one URL named</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Fiecare URL trebuie să aibă un nume unic. Vă rugăm să vă asigurați că există un singur URL cu numele</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:edit" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Edit</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Editare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:element" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Element</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Element</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:element-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Element name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume element</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:email" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Email</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Email</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:empty" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Empty</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Gol</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:empty-input-parameter" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Empty input parameter.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Golire parametru de intrare.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:empty-string" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>&lt;empty string&gt;</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>&lt;șir gol&gt;</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:enable" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Enable</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:enable-confirmation" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Enable confirmation</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activare confirmare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:enable-debug-mode-in-selected-groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Enable debug mode in selected groups?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activare mod de depanare în grupurile selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:enable-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Enable host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activare server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:enable-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Enable host?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activare server?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:enable-hosts-monitored-by-selected-proxies" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Enable hosts monitored by selected proxies?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activare servere monitorizate de proxy-urile selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:enable-internal-housekeeping" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Enable internal housekeeping</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activare menaj intern</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:enable-selected-actions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Enable selected actions?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activare acțiuni selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:enable-selected-discovery-rules" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Enable selected discovery rules?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activare reguli de detecție selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:enable-selected-groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Enable selected groups?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activare grupuri selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:enable-selected-hosts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Enable selected hosts?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activare servere selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:enable-selected-items" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Enable selected items?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activare itemi selectați?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:enable-selected-media-types" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Enable selected media types?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activare elemente de tip media selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:enable-selected-triggers" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Enable selected triggers?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activare triggeri selectați?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:english-en_us" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>English (en_US)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Engleză (en_US)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:error" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Error</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eroare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:error-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Error: %1$s</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eroare: %1$s</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:error-in-search-request-for-table-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Error in search request for table "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eroare in cererea de căutare pentru tabelul "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:event" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Event</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eveniment</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:event-acknowledged" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Event acknowledged</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eveniment confirmat!</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:event-details" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Event details</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Detalii eveniment</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:event-generation" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Event generation</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Generare eveniment</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:event-id" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Event ID</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eveniment ID</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:event-list-previous-20" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Event list [previous 20]</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Listă de evenimente [ultimele 20]</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:events-and-alerts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Events and alerts</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Evenimente și alerte</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:event-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Event type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip eveniment</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:every-days" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Every day(s)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Zilnic (s)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:every-weeks" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Every week(s)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Săptămânal (s)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:exclude" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Exclude</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Exclude</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:execute" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Execute</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Execută</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:executed-script" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Executed script</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Script executat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:execute-on" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Execute on</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Execută la</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:execution-confirmation" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Execution confirmation</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Confirmare de executare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:expand-single-problem" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Expand single problem</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Extinde problema unică</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:maintenance-statusexpired" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Expired</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expirat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:exploded" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Exploded</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Explodat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:export-to-csv" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Export to CSV</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Export în CSV</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:expression" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Expression</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expresie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:expression-cannot-be-empty" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Expression cannot be empty</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expresia nu poate fi vidă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:expression-constructor" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Expression constructor</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Constructor de expresii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:expressions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Expressions</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expresii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:expression-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Expression type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip de expresie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:external-check" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>External check</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Verificare externă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:friday-shortf" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>F</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>F</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:fail" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Fail</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Greșeală</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:compact-table-headerfailed" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Failed</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eșec</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:failed" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Failed</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eșec</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:failure-audit" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Failure Audit</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Audit greșit</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:false" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>FALSE</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>FALS</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:feb" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Feb</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Feb</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:february" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>February</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Februarie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:field" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Field</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Câmp</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:field-1s-cannot-be-set-to-null" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Field "%1$s" cannot be set to NULL.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Câmpul "%1$s" nu poate fi pus NULL.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:field-1s-is-mandatory" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Field "%1$s" is mandatory.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Câmpul "%1$s" este opțional. </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:field-1s-is-not-integer" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Field "%1$s" is not integer.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Câmpul "%1$s" nu este număr întreg.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:field-1s-is-not-string" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Field "%1$s" is not string.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Câmpul "%1$s" nu este șir.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:field-1s-must-be-missing" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Field "%1$s" must be missing.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Câmpul "%1$s" trebuie să lipsească.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:file-is-too-big-max-upload-size-is-1s-bytes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>File is too big, max upload size is %1$s bytes.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Fișierul este prea mare, mărimea maximă de upload este %1$s octeți.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:filled-region" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Filled region</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Zone pline</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:filter" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Filter</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Filtru</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:finish" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Finish</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Sfârșit</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:finnish-fi_fi" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Finnish (fi_FI)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Finlandeză (fi_FI)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:page-navigationfirst" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>First</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Primul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:fit-to-map" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Fit to map</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Încadrează în hartă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:fixed" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Fixed</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Remediat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:formula" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Formula</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Formulă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:french-fr_fr" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>French (fr_FR)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Franceză (fr_FR)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:fri" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Fri</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Fri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:friday" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Friday</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Vineri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:from" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>From</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>De la</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:frontend-access" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Frontend access</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acces la interfață</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:frontend-messaging" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Frontend messaging</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mesaje de interfață</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:ftp" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>FTP</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>FTP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:full-clone" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Full clone</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Clonă completă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:function" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Function</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Funcție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:general" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>General</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>General</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:german-de_de" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>German (de_DE)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Germană (de_DE)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:given-expression-is-not-a-macro" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Given expression is not a macro</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expresia dată nu este macro</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:item_formglobal-housekeeping-settings" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>global housekeeping settings</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>setări interne globale</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:google-chrome" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Google Chrome</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Google Chrome</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:go-to" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Go to</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mergi la</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:gradient-line" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Gradient line</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Gradient linie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:graph" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grafic</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:graph-1s-already-exists-on-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph "%1$s" already exists on "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Graficul "%1$s" există deja pe "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:graph-1s-already-exists-on-2s-inherited-from-another-template" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph "%1$s" already exists on "%2$s" (inherited from another template).</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Graficul "%1$s" există deja pe "%2$s" (moștenit de la alt șablon).</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:graph-1s-already-exists-on-2s-items-are-not-identical" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph "%1$s" already exists on "%2$s" (items are not identical).</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Graficul "%1$s" există deja pe "%2$s" (itemii nu sunt identici).</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:graph-1s-with-templated-items-cannot-contain-items-from-other-hosts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph "%1$s" with templated items cannot contain items from other hosts.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Graficul "%1$s" cu itemi șablon nu poate să conțină itemi de la alte servere.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:graph-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grafic adăugat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:graph-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grafic șters</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:graph-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototip grafic</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:graph-prototype-1s-contains-item-prototypes-from-multiple-discovery-rules" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph prototype "%1$s" contains item prototypes from multiple discovery rules.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototipul grafic "%1$s" conține prototipu grafici pentru mai multe reguli de detecție.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:graph-prototype-1s-must-have-at-least-one-item-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph prototype "%1$s" must have at least one item prototype.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototipul grafic "%1$s" trebuie să aibă cel puțin un prototip item.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:graph-prototype-1s-with-templated-items-cannot-contain-items-from-other-hosts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph prototype "%1$s" with templated items cannot contain items from other hosts.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototip de grafic "%1$s" cu itemi șablon nu poate să conțină itemi de la alte servere.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:graph-prototype-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph prototype added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototip grafic adăugat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:graph-prototype-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph prototype deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototip grafic șters</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:graph-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph prototypes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototipuri grafice</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:graph-prototypes-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph prototypes deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototipuri grafice șterse</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:graph-prototype-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph prototype updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototip grafic adăugat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:graphs" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graphs</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grafice</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:graphs-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graphs deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grafice șterse</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:graph-sum" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph sum</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Sumă grafică</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:graph-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip grafic</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:graph-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grafic actualizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:graph-with-name-1s-already-exists-in-graphs-or-graph-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph with name "%1$s" already exists in graphs or graph prototypes.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Graficul cu numele "%1$s" există deja în grafic sau în prototipurile de grafic.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:greek-el_gr" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Greek (el_GR)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Greacă (el_GR)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:grid" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Grid</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grilă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:group" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Group</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grup</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:group-1s-cannot-be-deleted-because-it-is-used-by-a-host-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Group "%1$s" cannot be deleted, because it is used by a host prototype.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grupul "%1$s" nu poate fi șters, pentru că este utilizat de un server prototip </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:group-1s-does-not-exist" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Group "%1$s" does not exist.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grupul "%1$s" nu există.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:group-1s-for-host-2s-does-not-exist" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Group "%1$s" for host "%2$s" does not exist.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grupul "%1$s" pentru serverul "%2$s" nu există.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:group-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Group added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grup adăugat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:group-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Group deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grup șters</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:group-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Group deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grupuri șterse</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:group-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Group deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grupuri șterse</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:group-for-discovered-hosts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Group for discovered hosts</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grup pentru servere detectate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:grouping-by" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Grouping by</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grupare după</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:group-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Group name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume grup</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:group-prototype-cannot-be-based-on-a-discovered-host-group-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Group prototype cannot be based on a discovered host group "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grupul prototip nu se poate baza pe un grup server detectat "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:group-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Group prototypes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototipuri grup</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Groups</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grupuri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:group-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Group updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grup actualizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:gsm-modem" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>GSM modem</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Modem GSM</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:gui" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>GUI</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>GUI</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:gui-access-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>GUI access disabled.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acces GUI dezactivat.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:hour-shorth" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>h</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>h</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:hardware" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Hardware</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Hardware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:hardware-full-details" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Hardware (Full details)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Hardware (Detalii complete)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:height" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Height</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Înălțime</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:help" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Help</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ajutor</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:hi" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>H:i</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>H:m</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:hidden" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Hidden</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ascuns</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:hide-selected" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Hide selected</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ascunde selecția</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:high" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>High</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ridicat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:his" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>H:i:s</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>H:m:s</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:history" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>History</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Istoric</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:history-cleared" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>History cleared</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Istoric șters</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:history-clearing-can-take-a-long-time-continue" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>History clearing can take a long time. Continue?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Golirea istoricului poate lua o perioadă lungă de timp. Continuare?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:history-storage-period" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>History storage period</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Perioadă de istoric a stocării</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:horizontal" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Horizontal</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Orizontal</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:horizontal-align" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Horizontal align</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Aliniere orizontală</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:compact-table-headerhost" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Hosturi</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Host</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Hosturi</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:host-1s-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host "%1$s" already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Serverul "%1$s" există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:host-access" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host access</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acces server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:host-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Server adăugat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:host-cannot-have-more-than-one-default-interface-of-the-same-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host cannot have more than one default interface of the same type.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Serverul nu poate avea mai mult de o interfață implicită de același tip.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:host-count" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host count</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Contor server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:host-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Server șters</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:host-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Servere dezactivate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:host-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Server dezactivat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:host-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Servere dezactivate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:host-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Servere activate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:host-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Servere activate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:host-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Server activat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:host-group" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>host group</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>grup server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:host-group" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host group</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grup server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:compact-table-headerhost-group" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host group</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grup server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:host-group-1s-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host group "%1$s" already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grupul server "%1$s" există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:host-group-1s-cannot-be-deleted-because-it-is-used-in-a-global-script" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host group "%1$s" cannot be deleted, because it is used in a global script.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grupul server "%1$s" nu poate fi șters, pentru că este utilizat într-un script global.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:host-group-elements" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host group elements</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Elementele grupului de servere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:host-group-label-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host group label type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipul etichetei grupului de servere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:host-groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host groups</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grupuri de servere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:hostid-of-dependent-item-and-master-item-should-match" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>"hostid" of dependent item and master item should match</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>gazdă dependentă de articolul master trebuie să corespundă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:host-interface" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host interface</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Interfață server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:host-inventory" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host inventory</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Inventar server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:host-inventory-overview" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host inventory overview</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prezentare generală inventar server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:host-ip" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host IP</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>IP server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:hostkey-pair-is-expected" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>"host:key" pair is expected</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>gazdă:key pereche asteptată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:host-label-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host label type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip eticheta server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:host-metadata" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host metadata</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Metadate server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:host-networks" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host networks</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Rețele server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:host-prototype-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host prototype added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototip grafic adăugat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:host-prototype-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host prototype deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototip grafic șters</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:host-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host prototypes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototipuri de servere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:host-prototypes-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host prototypes deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototipuri de servere șterse</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:host-prototype-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host prototype updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototipuri Hosturi actualizate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:host-prototype-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host prototype updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Host prototip actualizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:host-prototype-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host prototype updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototip Host actualizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:host-prototype-with-host-name-1s-already-exists-in-discovery-rule-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host prototype with host name "%1$s" already exists in discovery rule "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Server prototip cu nume server "%1$s" există deja în regula de detecție "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:host-prototype-with-visible-name-1s-already-exists-in-discovery-rule-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host prototype with visible name "%1$s" already exists in discovery rule "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Server prototip cu nume vizibil "%1$s" există deja în regula de detecție "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:host-router" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host router</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Router gazdă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:hosts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Hosts</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Servere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:hosts-location" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Hosts location</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Locație servere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:host-subnet-mask" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host subnet mask</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mască subnet server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:hosts-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Hosts updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Servere actualizate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:host-time" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host time</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Timp server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:host-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Server actualizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:host-update-failed" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host update failed.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Actualizare server nereușită.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:host-with-the-same-name-1s-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host with the same name "%1$s" already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Server cu același nume "%1$s" există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:host-with-the-same-visible-name-1s-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host with the same visible name "%1$s" already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Server cu același nume vizibil "%1$s" există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:hours" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Hours</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ore</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:housekeeping" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Housekeeping</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Housekeeping</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:http" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>HTTP</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>HTTP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:http-authentication" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>HTTP authentication</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Autentificare HTTP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:http-proxy" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>HTTP proxy</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>proxy HTTP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:https" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>HTTPS</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>HTTPS</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:hungarian-hu_hu" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Hungarian (hu_HU)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Maghiară (hu_HU)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:hw-architecture" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>HW architecture</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Arhitectură HW</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:icmp-ping" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>ICMP ping</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>ping ICMP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:icon" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>icon</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>iconiță</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:icon" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Icon</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Iconiță</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:icon-default" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Icon (default)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Iconiță (implicit)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:icon-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Icon (disabled)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Iconiță (dezactivat)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:icon-highlight" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Icon highlight</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Iconiță selectată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:icon-maintenance" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Icon (maintenance)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Iconiță (mentenanță)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:icon-map" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Icon map</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Icon hartă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:icon-map-1s-cannot-be-deleted-used-in-map-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Icon map "%1$s" cannot be deleted. Used in map "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Icon hartă "%1$s" nu poate fi ștearsă. Este folosită în harta "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:icon-map-created" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Icon map created</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Icon hartă creat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:icon-map-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Icon map deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Icon hartă șters</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:icon-mapping" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Icon mapping</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>mapare icon</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:icon-map-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Icon map updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Icon hartă actualizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:icon-problem" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Icon (problem)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Iconiță (problemă)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:icons" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Icons</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Iconițe</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:id" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>ID</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>ID</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:if-you-think-this-message-is-wrong-please-consult-your-administrators-about-getting-the-necessary-permissions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>If you think this message is wrong, please consult your administrators about getting the necessary permissions.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dacă crezi ca acest mesaj este greșit, te rog să consulți administratorii pentru obținerea permisiunilor necesare.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:image" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>image</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>imagine</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:image" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Image</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Imagine</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:image-1s-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Image "%1$s" already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Imaginea "%1$s" există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:image-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Image added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Imagine adăugată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:image-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Image deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Imagine ștearsă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:image-label-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Image label type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipul etichetei imaginii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:images" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Images</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Imagini</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:images-for-all-maps-will-be-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Images for all maps will be updated!</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Imaginile pentru toate hărțile vor fi actualizate!</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:image-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Image updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Imagine actualizată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:imap" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>IMAP</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>IMAP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:immediately" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Immediately</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Imediat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:import" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Import</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Import</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:imported-successfully" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Imported successfully</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Import cu succes</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:import-file" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Import file</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Fișier import</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:in" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>in</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>în</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:include" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Include</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Include</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:incorrect-1s-label-type-value-for-map-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect %1$s label type value for map "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipul valorii etichetei %1$s incorect pentru harta "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:incorrect-action-condition-discovery-check" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect action condition discovery check.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Condiție de acțiune incorectă la verificare detecție.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:incorrect-action-condition-discovery-check-discovery-check-does-not-exist-or-you-have-no-access-to-it" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect action condition discovery check. Discovery check does not exist or you have no access to it.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Condiție de acțiune incorectă la verificare detecție. Verificarea detecției nu există sau nu ai acces la ea.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:incorrect-action-condition-discovery-object" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect action condition discovery object.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Condiție de acțiune incorectă la detecție obiect.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:incorrect-action-condition-discovery-rule-discovery-rule-does-not-exist-or-you-have-no-access-to-it" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect action condition discovery rule. Discovery rule does not exist or you have no access to it.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Condiție de acțiune incorectă la regula de detecție. Regula de detecție nu există sau nu ai acces la ea.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:incorrect-action-condition-discovery-status" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect action condition discovery status.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Condiție de acțiune incorectă la starea de detecție.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:incorrect-action-condition-event-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect action condition event type.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Condiție de acțiune incorectă la tipul eveniment.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:incorrect-action-condition-port-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect action condition port "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Condiție de acțiune incorectă port "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:incorrect-action-condition-proxy-proxy-does-not-exist-or-you-have-no-access-to-it" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect action condition proxy. Proxy does not exist or you have no access to it.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Condiție de acțiune incorectă proxy. Proxy nu există sau nu ai acces la el.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:incorrect-action-condition-trigger-severity" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect action condition trigger severity.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Condiție de acțiune incorectă la gravitate trigger.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:incorrect-action-condition-trigger-trigger-does-not-exist-or-you-have-no-access-to-it" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect action condition trigger. Trigger does not exist or you have no access to it.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Condiție de acțiune incorectă trigger. Trigger nu există sau nu ai acces la el.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:incorrect-action-condition-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect action condition type.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Condiție de acțiune incorectă gen.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:incorrect-action-operation-escalation-step-values" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect action operation escalation step values.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Operațiune de acțiune incorectă tip valoare crescută cu un pas.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:incorrect-arguments-passed-to-function" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect arguments passed to function.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Argumente incorecte trimise funcției.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:incorrect-event-object-1s-2s-for-event-source-3s-4s-only-the-following-objects-are-supported-5s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect event object "%1$s" (%2$s) for event source "%3$s" (%4$s), only the following objects are supported: %5$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Obiect eveniment incorect "%1$s" (%2$s) pentru sursa eveniment "%3$s" (%4$s), numai urmăoarele obiecte sunt suportate: %5$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:incorrect-eventobject-value" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect eventobject value.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare obiect eveniment incorectă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:incorrect-eventsource-value" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect eventsource value.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare sursă eveniment incorectă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:incorrect-field-1s-name-or-value-in-where-statement-for-table-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect field "%1$s" name or value in where statement for table "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume sau valoare câmp "%1$s" incorecte în care afirmația pentru tabelul "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:incorrect-fields-for-sysmap" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect fields for sysmap.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Câmpuri incorecte pentru sysmap.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:incorrect-file-upload" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect file upload.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Încărcare fișier incorectă. </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:incorrect-function-is-used" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect function is used</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Funcție incorectă utilizată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:incorrect-image-index" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect image index.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Index imagine incorect.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:incorrect-input-parameters" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect input parameters.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Parametrii de intrare incorecți.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:incorrect-item-for-axis-value" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect item for axis value.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Item incorect pentru valoare axă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:incorrect-item-key-1s-provided-for-trigger-expression-on-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect item key "%1$s" provided for trigger expression on "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cheie item "%1$s" incorect prevăzut pentru expresia triggerului pe "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:incorrect-item-value-type-1s-provided-for-trigger-function-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect item value type "%1$s" provided for trigger function "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip valoare item "%1$s" incorect prevăzut pentru funcția triggerului "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:incorrect-list-of-items" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect list of items.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Listă incorectă de itemi.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:incorrect-maintenance-date-must-be-between-19700101-and-20380118" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect maintenance - date must be between 1970.01.01 and 2038.01.18</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mentenanță incorectă - data trebuie să fie între 1970.01.01 și 2038.01.18</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:incorrect-maintenance-period-minimum-5-minutes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect maintenance period (minimum 5 minutes)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Perioadă a mentenanței incorectă (minim 5 minute)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:incorrect-object-value" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect object value.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare obiect incorectă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:incorrect-port-range" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect port range.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Gamă port incorectă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:incorrect-response-received-from-zabbix-server-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect response received from Zabbix server "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Răspuns incorect primit de la serverul Zabbix "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:incorrect-snmp-community" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect SNMP community.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Comunitate SNMP incorectă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:incorrect-snmp-oid" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect SNMP OID.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>SNMP OID incorect.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:incorrect-source-value" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect source value.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare sursă incorectă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:incorrect-syntax-near-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>incorrect syntax near "%1$s"</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>sintaxă incorectă lângă "%1$s"</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:incorrect-trigger-expression" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect trigger expression.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expresii trigger incorecte.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:incorrect-trigger-expression-host-1s-does-not-exist-or-you-have-no-access-to-this-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect trigger expression. Host "%1$s" does not exist or you have no access to this host.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expresie trigger incorectă. Serverul "%1$s" nu există sau nu ai acces la acest server.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:incorrect-trigger-expression-trigger-expression-elements-should-not-belong-to-a-template-and-a-host-simultaneously" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect trigger expression. Trigger expression elements should not belong to a template and a host simultaneously.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expresie trigger incorectă. Elementele expresiei trigger nu trebuie să aparțină simultan unui șablon si unui server.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:incorrect-value-1s-for-2s-field" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect value "%1$s" for "%2$s" field.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare incorectă "%1$s" pentru câmpul "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:incorrect-value-1s-for-2s-field-must-be-between-3s-and-4s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect value "%1$s" for "%2$s" field: must be between %3$s and %4$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare incorectă "%1$s" pentru câmpul "%2$s": trebuie să fie între %3$s și %4$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:incorrect-value-1s-for-float-field-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect value "%1$s" for float field "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare incorectă "%1$s" pentru câmpul flotant "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:incorrect-value-1s-for-int-field-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect value "%1$s" for int field "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare incorectă "%1$s" pentru câmpul int "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:incorrect-value-1s-for-unsigned-int-field-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect value "%1$s" for unsigned int field "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare incorectă "%1$s" pentru câmpul int nesemnat "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:indonesian-id_id" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Indonesian (id_ID)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Indoneză (id_ID)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:compact-table-headerinfo" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Info</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Info</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:info" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Info</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Info</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:information" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Information</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Informaţie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:in-maintenance" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>In maintenance</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>În mentenanță</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:in-progress" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>In progress</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>În progres</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:insert" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Insert</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Inserează</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:installation" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Installation</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Instalare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:installer-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Installer name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume de instalare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:interface" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Interface</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Interfață</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:interface-is-linked-to-item-1s-on-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Interface is linked to item "%1$s" on "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Interfața e legată de itemul "%1$s" pe "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:interface-with-dns-1s-cannot-have-empty-ip-address" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Interface with DNS "%1$s" cannot have empty IP address.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Interfața cu DNS "%1$s" nu poate avea adresă IP goală.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:interface-with-ip-1s-cannot-have-empty-dns-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Interface with IP "%1$s" cannot have empty DNS name.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Interfața cu IP "%1$s" nu poate avea nume DNS gol.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:interface-with-ip-1s-cannot-have-empty-dns-name-while-having-use-dns-property-on-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Interface with IP "%1$s" cannot have empty DNS name while having "Use DNS" property on "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Interfața cu IP "%1$s" nu poate avea nume DNS gol în timp ce are "Folosește proprietatea DNS" la "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:event-sourceinternal" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>internal</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>intern</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:authenticationinternal" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Internal</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Intern</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:user-typeinternal" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Internal</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Intern</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:internal-error" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Internal error.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eroare internă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:internal-json-rpc-error" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Internal JSON-RPC error.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eroare internă JSON-RPC.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:internet-explorer" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Internet Explorer</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Internet Explorer</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:interval" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Interval</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Interval</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:invalid-json-an-error-occurred-on-the-server-while-parsing-the-json-text" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Invalid JSON. An error occurred on the server while parsing the JSON text.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>JSON invalid. A apărut o eroare la server în timp ce analiza textul JSON.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:invalid-key-1s-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Invalid key "%1$s": %2$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cheie invalidă "%1$s": %2$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:invalid-key-1s-for-discovery-rule-2s-on-3s-4s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Invalid key "%1$s" for discovery rule "%2$s" on "%3$s": %4$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cheie invalidă "%1$s" pentru regula de detecție "%2$s" pe "%3$s": %4$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:invalid-key-1s-for-item-2s-on-3s-4s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Invalid key "%1$s" for item "%2$s" on "%3$s": %4$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cheie invalidă "%1$s" pentru itemul "%2$s" pe "%3$s": %4$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:invalid-key-1s-for-item-prototype-2s-on-3s-4s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Invalid key "%1$s" for item prototype "%2$s" on "%3$s": %4$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cheie invalidă "%1$s" pentru prototipul item "%2$s" pe "%3$s": %4$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:invalid-method-parameters" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Invalid method parameters.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Parametrii metodei invalizi. </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:invalid-params" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Invalid params.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Parametri invalizi.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:invalid-response-code-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Invalid response code "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cod de răspuns invalid "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:inventory" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Inventory</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Inventar</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:inventory-disabled-for-host-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Inventory disabled for host "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Inventar dezactivat pentru server "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:inventory-field" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Inventory field</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Câmp inventar</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:inventory-mode" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Inventory mode</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mod inventar</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:ip" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>IP</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>IP Internet Protocol</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:ip-address" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>IP address</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adresă IP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:ip-and-dns-cannot-be-empty-for-host-interface" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>IP and DNS cannot be empty for host interface.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>IP-ul si DNS-ul nu pot fi nule pentru interfața serverului.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:ipmi" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>IPMI</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>IPMI</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:ipmi-agent" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>IPMI agent</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Agent IPMI</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:ipmi-interfaces" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>IPMI interfaces</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Interfață IPMI</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:ipmi-sensor" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>IPMI sensor</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Senzor IPMI</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:ip-range" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>IP range</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Interval IP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:is-online" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Is online?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Este online?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:italian-it_it" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Italian (it_IT)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Italiană (it)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>item</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>item</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Item</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:item-1s-already-exists-on-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item "%1$s" already exists on "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Itemul "%1$s" există deja pe "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:item-1s-already-exists-on-2s-inherited-from-another-template" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item "%1$s" already exists on "%2$s", inherited from another template.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Itemul "%1$s" există deja pe "%2$s" moștenit de la alt șablon.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:item-1s-cannot-populate-a-missing-host-inventory-field-number-2d-choices-are-from-0-do-not-populate-to-3d" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item "%1$s" cannot populate a missing host inventory field number "%2$d". Choices are: from 0 (do not populate) to %3$d.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Itemul "%1$s" nu poate popula un server lipsă cu număr câmp inventar "%2$d". Opțiunile suntȘ de la 0 (nu popula) la %3$d.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:item-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Item adăugat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:item-count" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item count</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numărătoare item</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:item-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Item șters</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:item-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Element dezactivat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:item-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Elemente dezactivate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:item-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Elemente dezactivate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:item-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Itemi activați</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:item-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Itemi activați</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:item-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Item activat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:item-in-not-supported-state" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item in "not supported" state</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Item în stare "nesuportată"</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:item-not-selected" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item not selected</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Item neselectat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:item-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototip item</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:item-prototype-1s-already-exists-on-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item prototype "%1$s" already exists on "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototip item "%1$s" există deja pe "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:item-prototype-1s-already-exists-on-2s-inherited-from-another-template" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item prototype "%1$s" already exists on "%2$s", inherited from another template.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototip item "%1$s" există deja pe "%2$s", moștenit de la alt șablon.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:item-prototype-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item prototype added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototip item adăugat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:item-prototype-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item prototype deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototip item șters</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:item-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item prototypes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototipuri item</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:item-prototypes-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item prototypes deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototipuri item șterse</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:item-prototype-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item prototype updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototip item actualizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:item-prototype-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item prototype updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototip itemuri actualizate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:item-prototype-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item prototype updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototipul articol actualizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:items" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Items</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Itemi</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:items-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Items deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Itemi ștersi</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:items-list" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Items list</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Lista itemi</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:items-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Items updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Itemi actualizați</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:item-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Item actualizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:item-uses-host-interface-from-non-parent-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item uses host interface from non-parent host.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Itemul folosește interfața serverului dintr-un server ne-părinte.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:item-uses-incorrect-interface-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item uses incorrect interface type.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Itemul folosește un tip de interfață incorectă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:item-will-not-be-refreshed-please-enter-a-correct-update-interval" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item will not be refreshed. Please enter a correct update interval.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Itemul nu va fi actualizat. Va rugăm să introduceți un interval de actualizare corect.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:item-with-key-1s-already-exists-on-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item with key "%1$s" already exists on "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Item cu cheia "%1$s" deja există pe "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:item-with-key-1s-already-exists-on-2s-as-a-discovery-rule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item with key "%1$s" already exists on "%2$s" as a discovery rule.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Item cu cheia "%1$s" deja există pe "%2$s" ca o regulă de detecție.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:item-with-key-1s-already-exists-on-2s-as-an-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item with key "%1$s" already exists on "%2$s" as an item.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Item cu cheia "%1$s" deja există pe "%2$s" ca și un item.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:item-with-key-1s-already-exists-on-2s-as-an-item-created-from-item-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item with key "%1$s" already exists on "%2$s" as an item created from item prototype.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Item cu cheia "%1$s" deja există pe "%2$s" ca și un item creat dintr-un prototip item. </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:item-with-key-1s-already-exists-on-2s-as-an-item-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item with key "%1$s" already exists on "%2$s" as an item prototype.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Item cu cheia "%1$s" deja există pe "%2$s" ca și un prototip item.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:item-with-key-1s-already-exists-on-2s-as-unknown-item-element" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item with key "%1$s" already exists on "%2$s" as unknown item element.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Item cu cheia "%1$s" deja există pe "%2$s" ca și un element item necunoscut.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:it-is-not-possible-to-filter-by-user-password" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>It is not possible to filter by user password.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu este posibilă filtrarea după parola utilizatorului.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:it-is-not-possible-to-search-by-user-password" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>It is not possible to search by user password.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu este posibilă căutarea după parola utilizatorului.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:jan" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Jan</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ian</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:january" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>January</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ianuarie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:japanese-ja_jp" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Japanese (ja_JP)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Japoneză (ja_JP)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:jmx" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>JMX</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>JMX</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:jmx-agent" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>JMX agent</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Agent JMX</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:jmx-interfaces" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>JMX interfaces</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Interfață JMX</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:jul" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Jul</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Iul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:july" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>July</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Iulie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:jun" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Jun</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Iun</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:june" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>June</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Iunie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:key" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Key</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cheie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:key-is-empty" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>key is empty</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>cheia este goală</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:key-passphrase" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Key passphrase</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Parola cheie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:korean-ko_kr" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Korean (ko_KR)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Coreeană (ko_KR)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:label" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Label</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Etichetă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:label-location" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Label location</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Locație etichetă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:label-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>&lt;label name&gt;</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>&lt;nume etichetă&gt;</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:language" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Language</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Limbă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:week-of-monthlast" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>last</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>ultima</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:last" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>last</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>ultima</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:page-navigationlast" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Last</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ultima</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:last-check" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Last check</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ultima verificare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:last-hour-graph" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Last hour graph</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Graficul ultimei ore</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:last-month-graph" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Last month graph</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Graficul ultimei luni</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:last-of" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Last of</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ultima din</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:last-seen-age" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Last seen (age)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ultima dată vazut (vârstă)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:last-value" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Last value</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ultima valoare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:last-week-graph" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Last week graph</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Graficul ultimei săptămâni</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:latest-data" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Latest data</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cele mai recente date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:latest-values" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Latest values</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cele mai recente valori</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:latvian-lv_lv" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Latvian (lv_LV)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Letonă (lv_LV)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:ldap" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>LDAP</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>LDAP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:ldap-authentication" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>LDAP authentication</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Autentificare LDAP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:ldap-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>LDAP host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Server LDAP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:ldap-login-successful" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>LDAP login successful</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Autentificare LDAP reusită </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:left" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Left</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Stânga</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:limit-for-search-and-filter-results" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Limit for search and filter results</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Limită elemente Căutare/Filtrare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:line" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Line</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Linie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:link" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Link</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Legătură</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:linked-by-host-discovery" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>(linked by host discovery)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>(legat prin descoperirea gazdei)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:linked-templates" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Linked templates</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șabloane legate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:link-indicators" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Link indicators</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Indicatori de legătură</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:link-templates" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Link templates</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Leagă șabloane</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:link-to-template" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Link to template</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Legătură către șablon</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:link-to-templates" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Link to templates</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Legătură către șabloane</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:list-is-empty" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>List is empty</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Lista este goală</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:lithuanian-lt_lt" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Lithuanian (lt_LT)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Lituaniană (lt_LT)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:local-time" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Local time</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ora locală</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:location" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Location</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Locaţie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:location-latitude" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Location latitude</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Latitudine locație</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:location-longitude" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Location longitude</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Longitudine locație</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:log" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Log</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Înregistrare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:login" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Login</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Autentificare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:login-name-or-password-is-incorrect" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Login name or password is incorrect.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numele sau parola este incorectă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:logout" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Logout</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Deconectare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:log-time-format" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Log time format</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Format timp autentificare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:log-unmatched-snmp-traps" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Log unmatched SNMP traps</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Înregistrarea nu se potrivește cu capcanele SNMP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:lost" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Lost</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Pierdut</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:low-level-discovery-rule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>low-level discovery rule</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>regulă de detecție de nivel inferior</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:low-level-discovery-rule-in-not-supported-state" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Low-level discovery rule in "not supported" state</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nivel scăzut al regulii de detecție în stare "nu este acceptată"</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:month-shortm" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>m</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>l</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:minute-shortm" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>m</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>m</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:monday-shortm" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>M</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>M</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:mac-address-a" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>MAC address A</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adresă MAC A</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:mac-address-b" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>MAC address B</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adresă MAC B</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:macro" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Macro</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Macro</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:macro-1s-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Macro "%1$s" already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Macro-ul "%1$s" există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:macro-1s-already-exists-on-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Macro "%1$s" already exists on "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Macro-ul "%1$s" există deja pe "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:macros" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>macro(s)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>macro(uri)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:macros" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Macros</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Macro-uri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:macros-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Macros updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Macro-uri actualizate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:maintenance" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Maintenance</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mentenanță</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:maintenance-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Maintenance added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mentenanță adăugată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:maintenance-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Maintenance deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mentenanță ștearsă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:maintenance-period" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Maintenance period</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Perioadă de mentenanță</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:maintenance-period-length" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Maintenance period length</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Lungime perioadă de mentenanță</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:maintenance-periods" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Maintenance periods</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Perioade de mentenanță</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:maintenance-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Maintenance type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip mentenanță</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:maintenance-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Maintenance updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mentenanță actualizată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:maintenance-with-data-collection" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Maintenance with data collection</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mentenanță cu colecție de date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:maintenance-without-data-collection" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Maintenance without data collection</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mentenanță fără colecție de date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:manual" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>&lt;manual&gt;</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>&lt;manual&gt;</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:manual" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Manual</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Manual</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:map" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>map</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>hartă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:map" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Map</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Hartă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:map-label-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Map label type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip etichetă hartă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:mapped-to" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Mapped to</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mapat la </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:mappings" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Mappings</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mapări</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:maps" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Maps</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Hărți</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:mar" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Mar</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mar</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:march" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>March</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Martie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:mark-elements-on-trigger-status-change" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Mark elements on trigger status change</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Marchează elementele pe schimbarea de status a trigerilor</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:mark-others" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Mark others</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Marchează pe alții</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:mark-selected" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Mark selected</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Marchează selecția</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:mask" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Mask</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mască</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:mass-update" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Mass update</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Masă zctualizată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:mass-update-elements" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Mass update elements</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Elemente de masă actualizate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:max" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>max</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>max</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:max-count-of-elements-to-show-inside-table-cell" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Max count of elements to show inside table cell</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numerotare maximă a elementelor pentru arătarea interiorului celulei tabelului</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:maximum-time-period-to-display-is-1s-day" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Maximum time period to display is %1$s day.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Perioada maximă de timp pentru afișare este %1$s zile.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:maximum-time-period-to-display-is-1s-day" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Maximum time period to display is %1$s day.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Perioada maximă de timp pentru afișare este %1$s zile.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:maximum-time-period-to-display-is-1s-day" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Maximum time period to display is %1$s day.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Perioada maximă de timp pentru afișare este %1$s zile.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:may" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>May</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mai</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:may-shortmay" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>May</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mai</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:md2" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>MD2</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>MD2</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:media" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Media</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Media</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:media-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Media type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipul media</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:media-type-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Media type added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipul media adăugat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:media-type-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Media type deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipul media șters</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:media-type-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Media type deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipurile media au fost șterse </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:media-type-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Media type deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipuri media șterse</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:media-type-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Media type disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipurile media dezactivate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:media-type-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Media type disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipul media dezactivat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:media-type-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Media type disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipurile media dezactivate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:media-type-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Media type enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipurile media activate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:media-type-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Media type enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipul media activat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:media-type-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Media type enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipurile media activate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:media-types" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Media types</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipuri media</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:media-type-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Media type updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipul media actualizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:members" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Members</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Membri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:compact-table-headermessage" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Message</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mesaj</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:message" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Message</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mesaj</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:messages" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Messages</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mesaje</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:message-timeout" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Message timeout</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mesaj expirat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:messaging" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Messaging</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trimitere mesaje</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:method-not-found" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Method not found.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Metoda nu a fost găsită.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:metric-namelabel-namelabel-value-value" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>&lt;metric name&gt;{&lt;label name&gt;="&lt;label value&gt;", ...} == &lt;value&gt;</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>&lt;nume metric&gt;{&lt;nume etichetă&gt;="&lt;valoare etichetă&gt;", ...} == &lt;valoare&gt;</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:middle" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Middle</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mijloc</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:min" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>min</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>min</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:minimum-severity" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Minimum severity</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Severitate minimă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:minutes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Minutes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Minute</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:missing-itemid-field-for-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Missing "itemid" field for item.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Câmp lipsă "itemid" pentru item.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:missing-items-for-graph-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Missing items for graph "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Itemi lipsă pentru elementul grafic "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:missing-items-for-graph-prototype-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Missing items for graph prototype "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Itemi lipsă pentru prototipul grafic "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:missing-key-1s-for-host-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Missing key "%1$s" for host "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cheie lipsă "%1$s" pentru server "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:missing-name-field-for-graph" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Missing "name" field for graph.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Câmp lipsă "nume" pentru element grafic.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:missing-name-field-for-graph-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Missing "name" field for graph prototype.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Câmp lipsă "nume" pentru prototip grafic.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:mode" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Mode</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mod</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:model" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Model</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Model</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:mon" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Mon</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Lun</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:monday" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Monday</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Luni</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:monitored-by-proxy" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Monitored by proxy</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Monitorizat de proxy</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:monitored-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Monitored host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Server monitorizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:monitoring" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Monitoring</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Monitorizare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:month" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Month</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Lună</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:compact-table-headermonth" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Month</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Lună</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:monthly" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Monthly</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Lunar</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:more-matches-found" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>More matches found...</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mai multe potriviri găsite...</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:more-than-10-minutes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>More than 10 minutes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mai mult de 10 minute</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:more-than-one-graph-with-name-1s-within-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>More than one graph with name "%1$s" within host.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mai mult de un grafic cu numele "%1$s" fără server.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:mozilla-firefox" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Mozilla Firefox</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mozilla Firefox</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:millisecond-shortms" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>ms</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>ms</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:multiple-problem-events" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Multiple PROBLEM events</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Evenimente PROBLEME multiple</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:must-be-a-valid-ldap-user" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>must be a valid LDAP user</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>trebuie să fie un utilizator valid LDAP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:mute" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Mute</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mut</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:compact-table-headername" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:network-map-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Network map added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Hartă rețea adăugată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:network-map-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Network map deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Hartă rețea ștearsă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:network-maps" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Network maps</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Hărți rețea</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:network-map-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Network map updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Hartă rețea actualizată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:never" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Never</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Niciodată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:new" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>new</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>nou</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:new-element-in-multiselectnew" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>new</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>nou</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:new-condition" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>New condition</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Condiție nouă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:new-element" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>New element</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Element nou</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:new-regular-expression" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>New regular expression</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Exoresie uzuală nouă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:nntp" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>NNTP</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>NNTP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:no" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:no-1s-given-for-graph" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No "%1$s" given for graph.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Niciun "%1$s" dat pentru grafic.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:no-1s-given-for-graph-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No "%1$s" given for graph prototype.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Niciun "%1$s" dat pentru prototipul grafic.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:no-authentication-user-name-specified" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No authentication user name specified.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Niciun nume de utilizator specificat.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:no-conditions-defined" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No conditions defined.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nicio condiție definită.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:no-data" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>no data</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>fără date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:no-data-collection" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No data collection</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nicio colecție de date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:no-default-interface-for-1s-type-on-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No default interface for "%1$s" type on "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nicio interfață implicită pentru tipul "%1$s" pe "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:no-details" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No details</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Niciun detaliu</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:no-discovery-rule-ids-given" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No discovery rule IDs given.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nicio regulă de detecție IDs dată.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:no-file-was-uploaded" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No file was uploaded.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Niciun fișier nu s-a încărcat.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:no-graphs-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No graphs added.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Niciun grafic adăugat.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:no-host-ids-given" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No host IDs given.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Niciun IDs server dat.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:no-image" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No image</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nicio imagine</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:no-interface-found" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No interface found</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nicio interfață găsită</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:no-interface-found" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No interface found.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nicio interfață găsită.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:no-items-defined" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No items defined.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Niciun item definit.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:no-macros-found" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No macros found.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Niciun macro găsit.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:no-maps-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No maps added.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nicio hartă adaugată.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:no-matches-found" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No matches found</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nicio potrivire găsită</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:none" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>None</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Niciunul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:no-permissions-for-system-access" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No permissions for system access.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nicio permisiune de acces la sistem.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:no-permissions-to-referred-object-or-it-does-not-exist" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No permissions to referred object or it does not exist!</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nicio permisiune la obiectul menționat sau acesta nu există!</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:no-private-key-file-specified" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No private key file specified.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu a fost specificat nici un fișier cu cheie privată.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:no-proxy" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>(no proxy)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>(fără proxy)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:no-proxy" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No proxy</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Fără proxy</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:no-public-key-file-specified" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No public key file specified.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu a fost specificat nici un fișier cu cheie publică.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:normal" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Normal</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Normal</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:normal-view" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Normal view</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Vizualizare normală</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:no-script-specified-for-action-operation-command" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No script specified for action operation command.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu a fost specificat niciun script pentru comanda de acțiune a operațiunii.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:no-snmp-oid-specified" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No SNMP OID specified.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Niciun SNMP OID specificat.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:not-ack" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Not Ack</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu Ack</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:not-allowed-to-set-password-for-user-guest" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Not allowed to set password for user "guest".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu este permisă setarea parolei pentru utilizatorul "guest".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:no-target-selected" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No target selected</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu a fost selectată nicio țintă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:no-target-selected" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No target selected.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu a fost selectată nicio țintă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:not-available" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Not available</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Indisponibil</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:compact-table-headernot-available" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Not available</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Indisponibil</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:not-classified" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Not classified</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Neclasificate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:notes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Notes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Note</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:nothing" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Nothing</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nimic</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:notification-report" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Notification report</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Raport de notificare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:notifications" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Notifications</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Notificări</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:not-in" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>not in</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>nu este în</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:no-triggers-defined" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No triggers defined.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Niciun trigger definit.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:not-selected" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>not selected</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>neselectat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:not-supported" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Not supported</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nesuportat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:nov" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Nov</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Noi</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:november" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>November</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Noiembrie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:number-of-items-in-proxy-history-that-are-not-yet-sent-to-the-server" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Number of items in proxy history that are not yet sent to the server</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Număr de itemuri în istoricul proxy care nu au fost încă trimise către server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:number-of-items-in-the-queue-which-are-delayed-by-from-to-to-seconds-inclusive" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Number of items in the queue which are delayed by from to to seconds, inclusive.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Număr de itemi in coadă care sunt întârziați de la pâna la secunde, inclusiv.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:number-of-items-in-zabbix-database" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Number of items in Zabbix database.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Număr de itemuri in baza de date Zabbix.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:number-of-monitored-hosts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Number of monitored hosts</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Număr de servere monitorizate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:number-of-processor-cores-on-vmware-hypervisor-url-vmware-service-url-uuid-vmware-hypervisor-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Number of processor cores on VMware hypervisor, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware hypervisor host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numărul miezului procesorului pe VMware hypervisor, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware hypervisor nume server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:number-of-processors-on-vmware-virtual-machine-url-vmware-service-url-uuid-vmware-virtual-machine-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Number of processors on VMware virtual machine, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware virtual machine host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numărul de procesoare pe mașina virtuală VMware, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware numne server mașină virtuală</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:number-of-processor-threads-on-vmware-hypervisor-url-vmware-service-url-uuid-vmware-hypervisor-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Number of processor threads on VMware hypervisor, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware hypervisor host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Număr threaduri procesor pe VMware hypervisor, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - nume server VMware hypervisor </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:number-of-status-changes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Number of status changes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numărul schimbărilor de status</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:number-of-steps" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Number of steps</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Număr de pași</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:number-of-triggers-in-zabbix-database" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Number of triggers in Zabbix database.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numărul triggerilor din baza de date Zabbix.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:number-of-unsupported-items-in-zabbix-database" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Number of unsupported items in Zabbix database.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numărul itemilor nesuportați în baza de date Zabbix.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:number-of-users-online" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Number of users (online)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numărul de utilizatori (online)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:number-of-virtual-machines-on-vmware-hypervisor-url-vmware-service-url-uuid-vmware-hypervisor-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Number of virtual machines on VMware hypervisor, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware hypervisor host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numărul mașinilor virtuale pe VMware hypervisor, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware hypervisor nume server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:numeric-float" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Numeric (float)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numeric (float)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:numeric-unsigned" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Numeric (unsigned)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numeric (nesemnat)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:oct" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Oct</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Oct</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:october" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>October</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Octombrie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:oem" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>OEM</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>OEM</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:of" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>of</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>al</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:off" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>off</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>închis</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:off" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Off</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Oprit</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:compact-table-headerok" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Ok</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ok</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:ok" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Ok</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ok</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:ok" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>OK</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>OK</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:on" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>on</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>pornit</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:on" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>On</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Pornit</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:once" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Once</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Odată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:one-time-only" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>One time only</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>O singură dată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:only-items-assigned-to-enabled-hosts-are-counted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Only items assigned to enabled hosts are counted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numai itemii desemnați să activeze servere sunt numărați</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:only-one-check-can-be-unique" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Only one check can be unique.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numai o verificare poate fi unică.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:only-super-admins-can-create-groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>(Only super admins can create groups)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>(Numai super administratorii pot creea grupuri)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:only-triggers-assigned-to-enabled-hosts-and-depending-on-enabled-items-are-counted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Only triggers assigned to enabled hosts and depending on enabled items are counted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numai triggerii atribuiți să activeze servere și care depind de itemi activați sunt contorizați</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:on-status-change-triggers-blink-for" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>On status change triggers blink for</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Statusul pornit modifică triggerii să lumineze pentru </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:oob-ip-address" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>OOB IP address</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adresă IP OOB</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:oob-router" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>OOB router</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>router OOB</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:oob-subnet-mask" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>OOB subnet mask</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mască subnet OOB</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:opera" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Opera</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Opera</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:operation-cannot-be-performed-due-to-unauthorized-request" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Operation cannot be performed due to unauthorized request.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Operațiunea nu poate fi executată datorită unei cereri neautorizate.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:operation-details" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Operation details</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Detalii operațiunii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:operation-has-no-group-to-operate" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Operation has no group to operate.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Operațiunea nu are grup de operare.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:operation-has-no-template-to-operate" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Operation has no template to operate.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Operațiunea nu are șablon de operare.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:operations" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Operations</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Operațiuni</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:operator" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Operator</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Operator</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:original" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Original</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Original</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:os" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>OS</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>OS</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:os-full-details" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>OS (Full details)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>OS (detaliat)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:os-short" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>OS (Short)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>OS (Prescurtat)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:other" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>other</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>altul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:other" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Other</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Altul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:other-configuration-parameters" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Other configuration parameters</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Alți parametri de configurare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:other-parameters" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Other parameters</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Alți parametri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:others" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Others</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Alții</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:item_formoverridden-by" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Overridden by</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Suprascrisă de </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:override-item-history-period" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Override item history period</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Perioadă istoric item de suprascriere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:override-item-trend-period" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Override item trend period</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Perioadă trend item de suprascriere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:overview" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Overview</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prezentare generală</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:page-received-incorrect-data" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Page received incorrect data</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Pagina a primit date incorecte</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:parameter" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Parameter</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Parametru</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:parent-discovery-rules" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Parent discovery rules</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Reguli de detecție părinte</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:parent-graphs" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Parent graphs</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grafice părinte</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:parent-items" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Parent items</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Itemi părinte</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:parent-triggers" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Parent triggers</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Triggeri părinte</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:parent-web-scenarios" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Parent web scenarios</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scenarii web părinte</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:parse-error" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Parse error</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eroare de analizare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:passive" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Passive</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Pasiv</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:password" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Password</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Parolă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:password-once-again" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Password (once again)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Parolă (din nou)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:percentile-line-left" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Percentile line (left)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Linie procentuala (stânga)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:percentile-line-right" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Percentile line (right)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Linie crescătoare (dreapta)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:period" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Period</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Perioadă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:periods" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Periods</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Perioade</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:period-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Period type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipul perioadei</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:permissions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Permissions</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Permisiuni</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:permissions-can-be-assigned-for-user-groups-only" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Permissions can be assigned for user groups only.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Persmisiunea poate fi atribuită doar grupurilor de utilizatori.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:persian-fa_ir" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Persian (fa_IR)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Persian (fa_IR)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:php-bcmath" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP bcmath</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>PHP bcmath</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:php-bcmath-extension-missing-php-configuration-parameter-enable-bcmath" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP bcmath extension missing (PHP configuration parameter --enable-bcmath).</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Extensia PHP bcmath lipsește (parametrul de configurare PHP --enable-bcmath).</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:php-ctype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP ctype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>PHP ctype</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:php-ctype-extension-missing-php-configuration-parameter-enable-ctype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP ctype extension missing (PHP configuration parameter --enable-ctype).</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Extensia PHP ctype lipsește (parametrul de configurare PHP --enable-ctype).</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:php-databases-support" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP databases support</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Suport pentru baza de date PHP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:php-gd" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP gd</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>PHP gd</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:php-gd-extension-missing-php-configuration-parameter-with-gd" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP gd extension missing (PHP configuration parameter --with-gd).</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Extensia PHP gd lipsește (parametrul de configurare PHP --with-gd).</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:php-gd-freetype-support" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP gd FreeType support</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Suport PHP gd FreeType</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:php-gd-freetype-support-missing" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP gd FreeType support missing.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Suport PHP gd FreeType lipsă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:php-gd-jpeg-image-support-missing" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP gd JPEG image support missing.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Suport PHP gd JPEG lipsă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:php-gd-jpeg-support" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP gd JPEG support</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Suport PHP gd JPEG</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:php-gd-png-image-support-missing" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP gd PNG image support missing.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Suport imagine PHP gd PNG lipsă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:php-gd-png-support" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP gd PNG support</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Suport PHP gd PNG</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:php-gettext" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP gettext</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>PHP gettext</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:php-gettext-extension-missing-php-configuration-parameter-with-gettext-translations-will-not-be-available" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP gettext extension missing (PHP configuration parameter --with-gettext). Translations will not be available.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Extensia PHP gettext lipsă (parametru de configurare PHP --with-gettext). Traduceri nu vor fi disponibile.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:php-libxml" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP libxml</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>PHP libxml</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:php-libxml-extension-missing" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP libxml extension missing.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Extensia PHP libxml lipsă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:php-mbstring" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP mbstring</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>PHP mbstring</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:php-mbstring-extension-missing-php-configuration-parameter-enable-mbstring" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP mbstring extension missing (PHP configuration parameter --enable-mbstring).</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Extensia PHP mbstring lipsește (parametrul de configurare PHP --enable-mbstring).</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:php-session" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP session</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Sesiune PHP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:php-session-auto-start-must-be-disabled-php-directive-sessionauto_start" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP session auto start must be disabled (PHP directive "session.auto_start").</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Pornirea automată sesiune PHP trebuie dezactivată (directiva PHP "session.auto_start").</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:php-session-extension-missing-php-configuration-parameter-enable-session" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP session extension missing (PHP configuration parameter --enable-session).</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Extensie sesiune PHP lipsă (Parametrul de configurare PHP --enable-session).</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:php-sockets" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP sockets</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>PHP sockets</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:php-sockets-extension-missing-php-configuration-parameter-enable-sockets" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP sockets extension missing (PHP configuration parameter --enable-sockets).</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Extensia socket-uri PHP lipsește (parametrul de configurare PHP --enable-sockets).</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:php-version" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP version</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Versiune PHP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:php-xmlreader" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP xmlreader</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>xmlreader PHP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:php-xmlreader-extension-missing" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP xmlreader extension missing.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Extensie xmlreader PHP lipsă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:php-xmlwriter" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP xmlwriter</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>PHP xmlwriter</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:php-xmlwriter-extension-missing" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP xmlwriter extension missing.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Extensie xmlwriter PHP lipsă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:pie" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Pie</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Diagramă circulară</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:placing-algorithm" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Placing algorithm</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Plasare algoritm</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:plain-text" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Plain text</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Text simplu</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:play" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Play</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Redare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:play-sound" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Play sound</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Redare sunet</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:please-select-two-elements" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Please select two elements</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Va rog selectați două elemente</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:polish-pl_pl" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Polish (pl_PL)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Poloneză (pl_PL)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:pop" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>POP</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>POP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:populates-host-inventory-field" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Populates host inventory field</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Populare câmp server inventar</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:port" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Port</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Port</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:port-cannot-be-empty-for-host-interface" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Port cannot be empty for host interface.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Portul nu pot fi nul pentru interfața serverului.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:port-range" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Port range</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Interval port</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:portuguese-pt_br" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Portuguese (pt_BR)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Portugheză (pt_BR)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:portuguese-pt_pt" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Portuguese (pt_PT)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Portugheză (pt_BR)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:preview" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Preview</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Previzualizare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:primary-poc-cell" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Primary POC cell</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Celulă inițială POC</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:primary-poc-email" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Primary POC email</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Email inițial POC</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:primary-poc-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Primary POC name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume inițial POC</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:primary-poc-notes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Primary POC notes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Note inițiale POC</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:primary-poc-phone-a" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Primary POC phone A</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Telefon A inițial POC</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:primary-poc-phone-b" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Primary POC phone B</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Telefon B inițial POC</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:primary-poc-screen-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Primary POC screen name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume ecran inițial POC</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:privacy-passphrase" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Privacy passphrase</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Frază de acces de confidențialitate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:privacy-protocol" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Privacy protocol</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ptotocol confidențial</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:private-key-file" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Private key file</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Fișier cheie privată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:privilege-level" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Privilege level</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nivel privilegiat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:compact-table-headerproblem" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Problem</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Problemă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:problem" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Problem</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Problemă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:problem" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PROBLEM</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>PROBLEMĂ</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:problem-display" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Problem display</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Afișare problemă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:problem-on" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Problem on</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Problemă pe</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:problems" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Problems</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Probleme</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:proxies" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Proxies</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Proxy-uri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:proxy" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Proxy</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Proxy</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:proxy-1s-for-host-2s-does-not-exist" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Proxy "%1$s" for host "%2$s" does not exist.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Proxy "%1$s" pentru serverul "%2$s" nu există.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:proxy-1s-is-used-by-discovery-rule-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Proxy "%1$s" is used by discovery rule "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Proxy "%1$s" este utilizat de regula de detecție "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:proxy-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Proxy added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Proxy adăugat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:proxy-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Proxy deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Proxy șters</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:proxy-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Proxy deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Proxyurile au fost șterse</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:proxy-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Proxy deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Proxyuri șterse</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:proxy-mode" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Proxy mode</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mod proxy</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:proxy-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Proxy name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume proxy</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:proxy-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Proxy updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Proxy actualizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:public-key" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Public key</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cheie publică</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:public-key-file" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Public key file</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Fișier cheie publică</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:queue" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Queue</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Coadă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:read" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Read</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Citire</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:read-only" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Read only</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numai citire</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:read-write" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Read-write</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Citire-scriere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:received-value" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Received value</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare primită</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:compact-table-headerrecipient" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Recipient</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Destinatar</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:recipient" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Recipient</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Destinatar</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:recovery" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Recovery</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Recuperare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:refreshed-every-1s-sec" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>refreshed every %1$s sec.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>actualizare la fiecare %1$s sec.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:regular-expression" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Regular expression</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expresie uzuală</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:regular-expression-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Regular expression added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expresie uzuală adăugată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:regular-expression-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Regular expression deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expresii uzuale șterse</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:regular-expression-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Regular expression deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expresii uzuale șterse</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:regular-expression-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Regular expression deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expresie uzuală ștearsă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:regular-expressions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Regular expressions</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expresii uzuale</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:regular-expression-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Regular expression updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expresie uzuală actualizată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:remember-me-for-30-days" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Remember me for 30 days</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Amintește-mi 30 de zile</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:remote-command" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Remote command</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Comandă de la distanță</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:remove" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Remove</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șterge</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:remove-from-host-group" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Remove from host group</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șterge din grupul serverului</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:remove-from-host-groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Remove from host groups</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șterge din grupurile serverelor</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:remove-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Remove host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șterge server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:replace" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Replace</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Înlocuire</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:replace-dependencies" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Replace dependencies</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Înlocuiește dependențele</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:reports" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Reports</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Rapoarte</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:required" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Required</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Necesar</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:required-host-permissions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Required host permissions</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Permisiuni server necesare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:required-performance-of-the-zabbix-server-in-new-values-per-second-expected" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Required performance of the Zabbix server, in new values per second expected.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Performanță necesară a serverului Zabbix, în noile valori pe secundă așteptate.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:required-performance-vps" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Required performance (vps)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Performanță necesară (vps)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:required-server-performance-new-values-per-second" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Required server performance, new values per second</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Performanță server necesară, noi valori pe secundă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:required-status-codes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Required status codes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Coduri de stare necesare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:required-string" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Required string</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șir necesar</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:reset" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Reset</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Resetează</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:reset-all-fields-to-default-values" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Reset all fields to default values?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Resetează toate câmpurile la valorile implicite?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:reset-confirmation" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Reset confirmation</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Confirmare de resetare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:reset-defaults" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Reset defaults</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Resetează implicite</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:resolved" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Resolved</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Rezolvat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:resource" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Resource</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Resursă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:response-code" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Response code</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cod de răspuns</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:response-time" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Response time</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Timp de răspuns</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:result" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Result</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Rezultat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:result-is-false" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Result is FALSE</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Rezultatul este FALS</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:result-is-true" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Result is TRUE</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Rezultatul este ADEVĂRAT</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:result-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Result type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip de rezultat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:retry" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Retry</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Reîncearcă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:returns-availability-of-a-particular-type-of-checks-on-the-host-value-of-this-item-corresponds-to-availability-icons-in-the-host-list-valid-types-are-agent-snmp-ipmi-jmx" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Returns availability of a particular type of checks on the host. Value of this item corresponds to availability icons in the host list. Valid types are: agent, snmp, ipmi, jmx.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Redă valabilitatera unor tipuri personalizate de verificări ale serverului. Vlaorea acestui item corespunde la valabilitatea iconițelor din lista serverului. Tipurile valabile sunt: agent, snmp, ipmi, jmx.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:returns-icmp-ping-response-time-in-seconds-example-002" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Returns ICMP ping response time in seconds. Example: 0.02</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Redă răspuns la ping ICMP în secunde. Exemplu: 0.02</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:returns-information-associated-with-zabbix-java-gateway-valid-params-are-ping-version" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Returns information associated with Zabbix Java gateway. Valid params are: ping, version.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Redă informații asociate cu portul Java Zabbix. Parametri valabili sunt: ping, version.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:returns-percentage-of-lost-icmp-ping-packets" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Returns percentage of lost ICMP ping packets.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Redă un procent din pachetele pierdute la ping ICMP.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:right" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Right</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dreapta</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:rmcp" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>RMCP+</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>RMCP+</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:romanian-ro_ro" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Romanian (ro_RO)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Română (ro_RO)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:rows" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Rows</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Rânduri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:rows-per-page" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Rows per page</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Rânduri pe pagină</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:ruleid-of-dependent-item-and-master-item-should-match" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>"ruleid" of dependent item and master item should match</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>"regula" elementului dependent şi master trebuie să se potrivească</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:rules" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Rules</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Reguli</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:russian-ru_ru" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Russian (ru_RU)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Rusă (ru_RU)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:second-shorts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>s</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>s</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:saturday-shorts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>S</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>S</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:sunday-shorts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>S</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>S</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:safari" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Safari</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Safari</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:sat" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Sat</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Sâm</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:saturday" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Saturday</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Sâmbătă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:scenario" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Scenario</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scenariu</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:schedule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Schedule</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Programare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:scheduled-check" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Scheduled check</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Verificare programare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:script" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Script</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Script</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:script-1s-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Script "%1$s" already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scriptul "%1$s" există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:script-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Script added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Script adăugat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:script-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Script deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scripturi șterse</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:script-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Script deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scripturile șterse</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:script-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Script deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Script șters</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:script-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Script name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume script</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:script-profiler" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Script profiler</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Script profiler</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:scripts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Scripts</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scripturi</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:script-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Script updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Script actualizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:search" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Search</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Caută</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:search-attribute" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Search attribute</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Atribut de căutare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:search-pattern-is-empty" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Search pattern is empty</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Modelul de căutare este gol</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:secondary-poc-cell" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Secondary POC cell</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Celulă POC secundară</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:secondary-poc-email" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Secondary POC email</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Email POC secundar</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:secondary-poc-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Secondary POC name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume POC secundar</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:secondary-poc-notes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Secondary POC notes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Note POC secundare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:secondary-poc-phone-a" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Secondary POC phone A</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Telefon A POC secundar</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:secondary-poc-phone-b" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Secondary POC phone B</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Telefon B POC secundar</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:secondary-poc-screen-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Secondary POC screen name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume ecran POC secundar</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:security-level" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Security level</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nivel de securitate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:security-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Security name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume securitate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:select" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Select</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Selectează</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:selected" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Selected</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Selectat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:selected-actions-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Selected actions deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acțiunile selectate șterse</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:selected-elements" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Selected elements</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Elementele selectate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:select-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Select prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Selectează prototip</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:send-message" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Send message</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trimite mesaj</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:send-message-to-user-groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Send message to user groups</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trimite mesaj către grupurile utilizatorului</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:send-message-to-users" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Send message to users</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trimite mesaj către utilizatori</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:send-only-to" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Send only to</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trimite doar la</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:send-to" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Send to</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trimite la</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:sent" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Sent</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trimis</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:sep" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Sep</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Sep</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:separated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Separated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Depărțit</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:september" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>September</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Septembrie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:serial-number-a" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Serial number A</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Număr serial A</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:serial-number-b" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Serial number B</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Număr serial B</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:server" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Server</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:server-time" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Server time</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Timp server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:compact-table-headerservice" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Service</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Serviciu</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:service" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Service</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Serviciu</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:service-created" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Service created</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Serviciu creat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:service-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Service deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Servici șters</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:service-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Service deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Servicii șterse</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:service-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Service deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Servici șters</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:service-port" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Service port</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Port serviciu</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:services" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Services</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Servicii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:services-form-a-circular-dependency" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Services form a circular dependency.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Servicii formează o dependență circulară.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:service-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Service type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip de serviciu</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:service-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Service updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Serviciu actualizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:session-terminated-re-login-please" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Session terminated, re-login, please.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Sesiune terminată, relogare, va rog.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:severity" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Severity</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Severitate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:compact-table-headerseverity" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Severity</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Severitate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:short-description" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>short description</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>descriere scurtă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:show" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Show</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Arată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:show-details" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Show details</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Arată detalii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:show-hosts-in-maintenance" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Show hosts in maintenance</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Arată servere în mentenanță</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:show-icon-mappings" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>show icon mappings</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>arată mapări iconițe</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:show-legend" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Show legend</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Arată legendă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:show-lines" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Show lines</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Arată linii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:shown" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Shown</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Afișat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:show-selected" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Show selected</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Arată selecția</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:show-text-as-html" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Show text as HTML</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Aratî text ca HTML</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:show-triggers" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Show triggers</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Arată triggeri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:show-warning-if-zabbix-server-is-down" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Show warning if Zabbix server is down</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Arată avertizare dacă serverul Zabbix este căzut</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:show-working-time" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Show working time</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Arată timpul de lucru</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:sign-in" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Sign in</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Autentificare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:simple" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Simple</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Simplu</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:simple-check" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Simple check</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Verificare simplă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:simple-graph" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Simple graph</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grafic simplu</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:site-address-a" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Site address A</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adresă site A</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:site-address-b" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Site address B</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adresă site B</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:site-address-c" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Site address C</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adresă site C</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:site-city" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Site city</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Site oraș</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:site-country" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Site country</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Site țară</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:site-notes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Site notes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Notițe site</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:site-rack-location" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Site rack location</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Locație rack site</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:site-state-province" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Site state / province</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Site stat / provincie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:site-zip-postal" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Site ZIP / postal</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Site ZIP / poștal</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:size-of-the-response-received-from-zabbix-server-1s-exceeds-the-allowed-size-of-2s-bytes-this-value-can-be-increased-in-the-zbx_socket_bytes_limit-constant-in-includedefinesincphp" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Size of the response received from Zabbix server "%1$s" exceeds the allowed size of %2$s bytes. This value can be increased in the ZBX_SOCKET_BYTES_LIMIT constant in include/defines.inc.php.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mărimea răspunsului primit de la serverul Zabbix "%1$s" depășește mărimea permisă de %2$s bytes. Această valoare poate fi crescută în ZBX_SOCKET_BYTES_LIMIT constant in include/defines.inc.php.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:skipped-copying-of-graph-1s-to-host-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Skipped copying of graph "%1$s" to host "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Copiere sărită a graficului "%1$s" la server "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:sla" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SLA</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>SLA</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:slovak-sk_sk" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Slovak (sk_SK)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Slovacă (sk_SK)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:sms" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SMS</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>SMS</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:smtp" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SMTP</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>SMTP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:smtp-email" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SMTP email</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>email SMTP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:smtp-helo" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SMTP helo</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>SMTP helo</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:smtp-server" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SMTP server</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>server SMTP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:snmp" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SNMP</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>SNMP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:snmp-community" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SNMP community</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Comunitate SNMP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:snmp-interfaces" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SNMP interfaces</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Interfață SNMP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:snmp-oid" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SNMP OID</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>SNMP OID</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:snmp-trap" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SNMP trap</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>SNMP ttrap</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:snmp-trap-key-is-invalid" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SNMP trap key is invalid.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cheie SNMP trap invalidă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:snmpv1-agent" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SNMPv1 agent</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>agent SNMPv1</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:snmpv2-agent" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SNMPv2 agent</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>agent SNMPv2</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:snmpv3-agent" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SNMPv3 agent</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>agent SNMPv3</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:snooze" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Snooze</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Amânare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:software" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Software</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Software</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:software-application-a" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Software application A</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Aplicație software A</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:software-application-b" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Software application B</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Aplicație software B</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:software-application-c" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Software application C</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Aplicație software C</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:software-application-d" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Software application D</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Aplicație software D</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:software-application-e" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Software application E</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Aplicație software E</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:software-full-details" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Software (Full details)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Software (Detalii complete)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:sorting-by-field-1s-not-allowed" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Sorting by field "%1$s" not allowed.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Sortarea după câmpul "%1$s" nu este permisă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:sort-order-0-999" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Sort order (0-&gt;999)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ordinea sortării package list (0-&gt;999)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:source" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Source</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Sursă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:spanish-es_es" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Spanish (es_ES)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Spaniolă (es_ES)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:specified-script-does-not-exist-or-you-do-not-have-rights-on-it-for-action-operation-command" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Specified script does not exist or you do not have rights on it for action operation command.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scriptul specificat nu există sau nu ai drepturi pentru comanda acțiunii de operare.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:speed" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Speed</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Viteză</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:sql-query" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SQL query</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cerere SQL</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:sql-statement-execution-has-failed-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SQL statement execution has failed "%1$s"</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Execuție declarație SQL eșuată "%1$s"</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:sql-statement-execution-has-failed-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SQL statement execution has failed "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Execuție declarație SQL eșuată "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:ssh" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SSH</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>SSH</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:ssh-agent" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SSH agent</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>agent SSH</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:stacked" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Stacked</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Stivuit</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:standard-items" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Standard items</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Itemi standard</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:start-in" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Start in</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Începe la</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:startup-time-of-zabbix-server-unix-timestamp" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Startup time of Zabbix server, Unix timestamp.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Timp de început a serverului Zabbix, Unix timestamp.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:state" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>State</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Stat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:status" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Status</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Stare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:compact-table-headerstatus" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Status</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Stare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:status-codes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Status codes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Coduri stare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:status-of-discovery" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Status of discovery</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Stare de detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:status-only" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Status only</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Doar stare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:step" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Step</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Pas</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:step-1s-2s-of-3s-failed-4s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Step "%1$s" [%2$s of %3$s] failed: %4$s</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Pas "%1$s" [%2$s al %3$s] eșuat: %4$s</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:step-duration" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Step duration</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Durată pas</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:steps" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Steps</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Pași</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:step-with-name-1s-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Step with name "%1$s" already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Pas cu nume "%1$s" există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:stop" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Stop</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Stop</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:straight" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Straight</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Normală</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:subject" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Subject</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Subiect</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:submap" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Submap</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Subhartă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:sub-menusub-menu" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>&lt;sub-menu/sub-menu/...&gt;</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>&lt;submeniu/submeniu/...&gt;</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:success-audit" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Success Audit</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Verificare reușită</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:sun" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Sun</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dum</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:sunday" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Sunday</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Duminică</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:support" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Support</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Suport</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:swedish-sv_se" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Swedish (sv_SE)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Suedeză (sv_SE)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:switching-authentication-method-will-reset-all-except-this-session-continue" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Switching authentication method will reset all except this session! Continue?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Schimbarea metodei de autentificare va reseta totul cu excepția acestei sesiuni! Continuați?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:system-default" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>System default</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Sistem implicit</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:system-error" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>System error.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eroare de sistem.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:tuesday-shortt" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>T</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>T</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:thursday-shortt" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>T</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>T</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:table-1s-does-not-exist" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Table "%1$s" does not exist.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tabelul "%1$s" nu există.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:table-1s-doesnt-have-a-field-named-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Table "%1$s" doesn't have a field named "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tabelul "%1$s" nu are un câmp numit "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:tag" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Tag</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Etichetă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:target" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Target</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Țintă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:target-list" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Target list</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Listă țintă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:target-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Target type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip țintă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:tcp" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>TCP</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>TCP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:telnet" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Telnet</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Telnet</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:telnet-agent" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>TELNET agent</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Agent TELNET</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:template" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Template</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șablon</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:template-1s-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Template "%1$s" already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șablonul "%1$s" există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:template-1s-for-host-2s-does-not-exist" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Template "%1$s" for host "%2$s" does not exist.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șablonul "%1$s" pentru serverul "%2$s" nu există.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:template-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Template added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șablon adăugat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:template-cannot-be-linked-to-another-template-more-than-once-even-through-other-templates" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Template cannot be linked to another template more than once even through other templates.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șablonul nu poate fi legat de alt șablon mai mult de o dată chiar și prin alte șabloane.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:template-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Template deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șablon șters</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:template-group" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Template group</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grup șablon</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:template-id-1s-is-passed-2s-times" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>template ID "%1$s" is passed %2$s times</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>ID șablon "%1$s" este trecut %2$s ori</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:template-linkage" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Template linkage</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Legătură șablon</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:template-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Template name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume șablon</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:templates" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Templates</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șabloane</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:templates-1s-unlinked-from-hosts-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Templates "%1$s" unlinked from hosts "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șabloane "%1$s" nelegate de servere "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:template-trigger" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Template trigger</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trigger șablon</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:template-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Template updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șablon actualizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:template-with-the-same-name-1s-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Template with the same name "%1$s" already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șablon cu același nume "%1$s" există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:template-with-the-same-visible-name-1s-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Template with the same visible name "%1$s" already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șablon cu același nume vizibil "%1$s" există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:test" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Test</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Test</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:test-authentication" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Test authentication</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Autentificare test</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:test-confirmation" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Test confirmation</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Confirmare de test</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:test-data" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Test data</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Date test</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:test-expressions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Test expressions</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expresii test</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:test-string" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Test string</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Rând test</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:text" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Text</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Text</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:the-host-group-is-not-discovered-anymore-and-will-be-deleted-in-1s-on-2s-at-3s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>The host group is not discovered anymore and will be deleted in %1$s (on %2$s at %3$s).</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grupul de servere nu mai este detectat și va fi șters în %1$s (pe %2$s la %3$s).</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:the-host-is-not-discovered-anymore-and-will-be-deleted-in-1s-on-2s-at-3s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>The host is not discovered anymore and will be deleted in %1$s (on %2$s at %3$s).</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Serverul nu mai este detectat și va fi șters în %1$s (pe %2$s la %3$s).</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:the-image-is-used-in-icon-map-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>The image is used in icon map %1$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Imaginea este folosită în harta iconițelor %1$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:the-image-is-used-in-icon-map-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>The image is used in icon map %1$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Imaginea este folosită în harta iconițelor %1$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:the-image-is-used-in-icon-map-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>The image is used in icon map %1$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Imaginea este folosită în harta iconiței %1$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:the-image-is-used-in-map-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>The image is used in map %1$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Imaginea este folosită în harta %1$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:the-image-is-used-in-map-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>The image is used in map %1$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Imaginea este folosită în hărțile %1$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:the-image-is-used-in-map-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>The image is used in map %1$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Imaginea este folosită în hărțile %1$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:the-item-is-not-discovered-anymore-and-will-be-deleted-in-1s-on-2s-at-3s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>The item is not discovered anymore and will be deleted in %1$s (on %2$s at %3$s).</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Itemul nu mai este detectat și va fi șters în %1$s (pe %2$s la %3$s).</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:theme" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Theme</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Temă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:the-requested-remote-procedure-does-not-exist-is-not-available" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>The requested remote-procedure does not exist / is not available</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Procedura de la distanță cerută nu există / nu este disponibilă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:this-month" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>This month</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Luna aceasta</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:this-week" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>This week</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Această săptămână</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:this-year" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>This year</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Anul acesta</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:thu" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Thu</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Joi</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:thursday" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Thursday</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Joi</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:till" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Till</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Până când</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:compact-table-headertime" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Time</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Timp</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:time" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Time</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Timp</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:timeout" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Timeout</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Pauză</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:time-period" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Time period</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Perioadă de timp</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:time-shift" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Time shift</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Timp rămas</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:compact-table-headertimestamp" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Timestamp</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:timestamp" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Timestamp</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:time-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Time type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip timp</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:to" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>To</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Către</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:today" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Today</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Astăzi</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:top" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Top</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Sus</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:to-set-a-host-interface-select-a-single-item-type-for-all-items" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>To set a host interface select a single item type for all items</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Pentru setarea unei interfețe server selectează un singur tip de item pentru toți itemii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:total" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Total</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Total</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:compact-table-headertotal" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Total</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Total</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:total" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>TOTAL</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>TOTAL</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:transaction-has-not-been-closed-aborting" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Transaction has not been closed. Aborting...</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tranzacția nu s-a închis. Renunțare ...</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:transport-error" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Transport error.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eroare de transport</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:trends" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trends</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tendințe</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:trend-storage-period" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trend storage period</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Perioadă trend a stocării</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:trigger" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>trigger</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:trigger" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:trigger-1s-already-exists-on-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger "%1$s" already exists on "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trigger "%1$s" există deja pe "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:trigger-1s-depends-on-trigger-2s-which-does-not-exist" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger "%1$s" depends on trigger "%2$s", which does not exist.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Triggerul "%1$s" depinde de trigger "%2$s", care nu există.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:trigger-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trigger adăugat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:trigger-cannot-be-dependent-on-a-trigger-that-is-inherited-from-it" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger cannot be dependent on a trigger that is inherited from it.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Triggerul nu poate depinde de un trigger care este moștenit de la el.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:trigger-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trigger șters</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:trigger-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trigger dezactivat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:trigger-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Triggeri dezactivați</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:trigger-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Triggeri dezactivați</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:trigger-displaying-options" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger displaying options</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Opțiuni de afișare trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:trigger-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Triggeri activați</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:trigger-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trigger activat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:trigger-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Triggeri activați</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:trigger-has-items-from-template-1s-that-is-not-linked-to-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger has items from template "%1$s" that is not linked to host.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Triggerul are itemi din șablonul "%1$s" care nu este legat de server.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:trigger-in-template-1s-has-dependency-with-trigger-in-template-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger in template "%1$s" has dependency with trigger in template "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Triggerul din șablon "%1$s" are dependințe cu triggerul din șablonul "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:trigger-in-unknown-state" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger in "unknown" state</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trigger în stare "necunoscută"</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:trigger-label-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger label type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip etichetă trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:trigger-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:trigger-overview" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger overview</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prezentare triggeri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:trigger-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototip trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:trigger-prototype-1s-contains-item-prototypes-from-multiple-discovery-rules" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger prototype "%1$s" contains item prototypes from multiple discovery rules.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototipul grafic "%1$s" conține prototipi item pentru reguli de detecție multiple.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:trigger-prototype-1s-must-contain-at-least-one-item-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger prototype "%1$s" must contain at least one item prototype.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototipul trigger "%1$s" trebuie să conțină cel puțin un prototip item.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:trigger-prototype-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger prototype added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototip trigger adăugat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:trigger-prototype-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger prototype deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototip trigger șters</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:trigger-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger prototypes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototipi trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:trigger-prototypes-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger prototypes deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototipi trigger șters</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:trigger-prototypes-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger prototypes updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototipi trigger actualizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:trigger-prototype-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger prototype updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototipuri trigger actualizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:trigger-prototype-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger prototype updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototip trigger actualizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:trigger-prototype-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger prototype updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototipuri trigger actualizate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:triggers" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Triggers</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Triggeri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:triggers-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Triggers deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Triggeri șterși</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:trigger-severity" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger severity</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Severitate trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:triggers-top-100" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Triggers top 100</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Top 100 triggeri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:trigger-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trigger actualizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:true" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>TRUE</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>ADEVĂRAT</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:tue" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Tue</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mar</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:tuesday" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Tuesday</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Marți</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:turkish-tr_tr" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Turkish (tr_TR)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Turcă (tr_TR)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:two-items-1s-and-2s-cannot-populate-one-host-inventory-field-3s-this-would-lead-to-a-conflict" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Two items ("%1$s" and "%2$s") cannot populate one host inventory field "%3$s", this would lead to a conflict.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Doi itemi ("%1$s" și "%2$s") nu pot popula un câmp inventar al unui server "%3$s", aceasta ar duce la un conflict. </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:compact-table-headertype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:type-full-details" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Type (Full details)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip (Detalii complete)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:type-here-to-search" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>type here to search</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>scrie aici pentru căutare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:type-of-calculation" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Type of calculation</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip de calcul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:type-of-information" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Type of information</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip de informație</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:type-ok" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Type (OK)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip (OK)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:types" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Types</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipuri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:ukrainian-uk_ua" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Ukrainian (uk_UA)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ucraineană (uk_UA)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:unable-to-select-configuration" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unable to select configuration.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Incapabil să selecteze configurația.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:unable-to-upload-file-because-file_uploads-is-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unable to upload file because "file_uploads" is disabled.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Incapabil să încarce fișierul pentru că "file_uploads" este dezactivat.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:unacknowledged-only" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unacknowledged only</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Doar nerecunoscut</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:unacknowledged-problem-events" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unacknowledged PROBLEM events</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Evenimente PROBLEMĂ nerecunoscute</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:unblock-selected-users" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unblock selected users?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Deblocare utilizatori selectați?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:unexpected-end-of-key" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>unexpected end of key</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>sfîrșit neașteptat de cheie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:units" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Units</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Unități</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:unknown" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>unknown</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>necunoscut</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:compact-table-headerunknown" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unknown</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Necunoscut</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:unknown" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unknown</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Necunoscut</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:unknown" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>UNKNOWN</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>NECUNOSCUT</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:unknown-action" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unknown action</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Actiune necunoscută</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:unknown-error" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unknown error</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eroare necunoscută</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:unknown-host-item-no-such-item-in-selected-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unknown host item, no such item in selected host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Item server necunoscut, nu există asemenea item în serverul selectat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:unknown-host-no-such-host-present-in-system" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unknown host, no such host present in system</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Server necunoscut, nu există asemenea server prezent în sistem</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:unknown-interface-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unknown interface type.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip interfață necunoscut.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:unknown-resource" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unknown resource</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Resursă necunoscută</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:unknown-step-failed-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unknown step failed: %1$s</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Pas necunoscut nereușit: %1$s</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:unknown-value-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unknown value type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip valoare necunoscută</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:unlink" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unlink</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezleagă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:unlink-and-clear" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unlink and clear</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezleagă și curăță</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:unlink-from-template" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unlink from template</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezleagă de șablon</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:unlink-from-templates" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unlink from templates</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezleagă de șabloane</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:unmute" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unmute</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Pornire sunet</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:unsupported-import-file-extension-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unsupported import file extension "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Extensie nesuportată la fișier import "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:unsupported-import-format-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unsupported import format "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Format nesuportat la import "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:discovery-results-in-dashboardup" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Up</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Sus</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:discovery-statusup" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Up</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Sus</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:update" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Update</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Actualizare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:update-existing" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Update existing</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Actualizează existent</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:update-interval" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Update interval</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Actualizare inventar</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:upload" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Upload</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Încarcă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:upper-level-maps" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Upper level maps</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Hărți de nivel superior</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:uptime" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Uptime</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Timp de la pornire</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:compact-table-headeruptime" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Uptime</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Timp de la pornire</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:uptimedowntime" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Uptime/Downtime</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Timp de la pornire/ timp de la oprire</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:uptime-of-zabbix-server-process-in-seconds" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Uptime of Zabbix server process in seconds.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Timpul de la pornire al procesului serverului Zabbix în secunde.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:url" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>URL</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>URL</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:url-a" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>URL A</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>URL A</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:url-after-login" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>URL (after login)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>URL (după autentificare)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:url-b" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>URL B</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>URL B</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:url-c" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>URL C</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>URL C</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:url-parameter-cannot-be-array" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>URL parameter cannot be array.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Parametrul URL nu poate fi mulțime.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:url-parameter-name-is-empty" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>URL parameter name is empty.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume parametru URL este gol.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:urls" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>URLs</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>URL-uri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:used-in-actions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Used in actions</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Utilizat în acțiuni</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:use-if-severity" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Use if severity</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ulitizează dacă apare severitate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:user" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Utilizator</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:user-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Utilizator adăugat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:user-cannot-add-himself-to-a-disabled-group-or-a-group-with-disabled-gui-access" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User cannot add himself to a disabled group or a group with disabled GUI access.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Utilizatorul nu poate să se adauge unui grup dezactivat sau  unui grup cu acces GUI dezactivat.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:user-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Utilizator șters</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:user-group" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User group</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grup utilizator</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:user-group-1s-is-used-in-configuration-for-database-down-messages" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User group "%1$s" is used in configuration for database down messages.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grup utilizator "%1$s" este utilizat în configurația pentru mesaje de cădere a bazei de date.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:user-group-1s-is-used-in-script-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User group "%1$s" is used in script "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grup utilizator "%1$s" folosit în script "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:user-group-for-database-down-message" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User group for database down message</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grup utilizator pentru mesaje cădere bază de date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:user-groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User groups</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grupuri utilizator</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:user-is-not-allowed-to-delete-himself" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User is not allowed to delete himself.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Utilizatorului nu îi este permis să se șteargă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:user-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume utilizator</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:username" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Username</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume utilizator</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:user-password" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User password</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Parolă utilizator</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:user-profile" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User profile</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Profil utilizator</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:users" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Users</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Utilizatori</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:user-sessions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User sessions</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Sesiuni utilizator</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:user-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip utilizator</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:user-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Utilizator actualizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:value" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>value</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>valoare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:value" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Value</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:compact-table-headervalue" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Value</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:value-1s-is-invalid-for-parameter-grid_align-choices-are-2s-and-3s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Value "%1$s" is invalid for parameter "grid_align". Choices are: "%2$s" and "%3$s"</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoarea "%1$s" nu este validă pentru parametrul "grid_align". Alegerile sunt: "%2$s" și "%3$s"</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:value-1s-is-invalid-for-parameter-grid_show-choices-are-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Value "%1$s" is invalid for parameter "grid_show". Choices are: "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoarea "%1$s" nu este validă pentru parametrul "grid_show". Alegerile sunt: "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:value-1s-is-invalid-for-parameter-grid_show-choices-are-2s-and-3s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Value "%1$s" is invalid for parameter "grid_show". Choices are: "%2$s" and "%3$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoarea "%1$s" nu este validă pentru parametrul "grid_show". Alegerile sunt: "%2$s" și "%3$s"</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:value-1s-is-too-long-for-field-2s-3d-characters-allowed-length-is-4d-characters" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Value "%1$s" is too long for field "%2$s" - %3$d characters. Allowed length is %4$d characters.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoarea "%1$s" este prea mare pentru caracterele câmpului "%2$s" - %3$d. Lungimea permisă este %4$d caractere.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:value-cache-effectiveness-valid-parameters-are-requests-hits-and-misses" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Value cache effectiveness. Valid parameters are: requests, hits and misses.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare eficacitate cache. Parametri valizi sunt: cereri, lovituri, eșuări.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:value-cache-statistics-valid-modes-are-total-free-pfree-used-and-pused" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Value cache statistics. Valid modes are: total, free, pfree, used and pused.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Statistici valori cache. Moduri valide sunt: total, free, pfree, used and pused.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:value-map" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Value map</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare hartă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:value-map-1s-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Value map "%1$s" already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare hartă "%1$s" există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:value-mapping" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Value mapping</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare mapare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:value-no-data" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Value: no data</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare: fără date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:values" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Values</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valori</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:variables" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Variables</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Variabile</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:vendor" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Vendor</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Vânzător</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:verbose" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Verbose</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Detaliat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:vertical" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Vertical</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Vertical</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:vertical-align" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Vertical align</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Aliniere verticală</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:via" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>via</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>via</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:vietnamese-vi_vn" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Vietnamese (vi_VN)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Vietnameză (vi_VN)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:visible-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Visible name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume vizibil</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:visible-name-cannot-be-empty-if-host-name-is-missing" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Visible name cannot be empty if host name is missing.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numele vizibil nu poate fi gol dacă lipsește numele serverului.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:vmware-cache-statistics-valid-modes-are-total-free-pfree-used-and-pused" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware cache statistics. Valid modes are: total, free, pfree, used and pused.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Statistici cache VMware. Moduri valide sunt: total, free, pfree, used and pused.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:vmware-cluster-status-url-vmware-service-url-name-vmware-cluster-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware cluster status, &lt;url&gt; - VMware service URL, &lt;name&gt; - VMware cluster name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Stare cluster VMware, &lt;url&gt; - VMware service URL, &lt;name&gt; - VMware cluster name</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:vmware-hypervisor-ballooned-memory-size-url-vmware-service-url-uuid-vmware-hypervisor-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware hypervisor ballooned memory size, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware hypervisor host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mărime memorie umflată hipervizor VMware, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server hipervizor VMware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:vmware-hypervisor-cluster-name-url-vmware-service-url-uuid-vmware-hypervisor-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware hypervisor cluster name, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware hypervisor host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume cluster hipervizor VMware, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server hipervizor VMware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:vmware-hypervisor-datastore-read-statistics-url-vmware-service-url-uuid-vmware-hypervisor-host-name-datastore-datastore-name-mode-latency" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware hypervisor datastore read statistics, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware hypervisor host name, &lt;datastore&gt; - datastore name, &lt;mode&gt; - latency</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Statistici citire stocare date hipervizor VMware, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server hipervizor VMware, &lt;datastore&gt; - nume stocare date, &lt;mode&gt; - latență</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:vmware-hypervisor-datastore-write-statistics-url-vmware-service-url-uuid-vmware-hypervisor-host-name-datastore-datastore-name-mode-latency" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware hypervisor datastore write statistics, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware hypervisor host name, &lt;datastore&gt; - datastore name, &lt;mode&gt; - latency</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Statistici scriere stocare date hipervizor VMware, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server hipervizor VMware, &lt;datastore&gt; - nume stocare date, &lt;mode&gt; - latență</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:vmware-hypervisor-model-url-vmware-service-url-uuid-vmware-hypervisor-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware hypervisor model, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware hypervisor host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Model hipervizor VMware, &lt;url&gt; - VMware serviciu URL, &lt;uuid&gt; - VMware nume server hipervizor</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:vmware-hypervisor-name-url-vmware-service-url-uuid-vmware-hypervisor-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware hypervisor name, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware hypervisor host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume hipervizor VMware, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server hipervizor VMware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:vmware-hypervisor-network-input-statistics-url-vmware-service-url-uuid-vmware-hypervisor-host-name-mode-bps" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware hypervisor network input statistics, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware hypervisor host name, &lt;mode&gt; - bps</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Statistici intrări în rețea hipervizor VMware, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server hipervizor VMware, &lt;mode&gt; - bps</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:vmware-hypervisor-network-output-statistics-url-vmware-service-url-uuid-vmware-hypervisor-host-name-mode-bps" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware hypervisor network output statistics, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware hypervisor host name, &lt;mode&gt; - bps</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Statistici ieșiri din rețea hipervizor VMware, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server hipervizor VMware, &lt;mode&gt; - bps</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:vmware-hypervisor-processor-frequency-url-vmware-service-url-uuid-vmware-hypervisor-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware hypervisor processor frequency, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware hypervisor host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Frecvență procesor hipervizor VMware, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server hipervizor VMware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:vmware-hypervisor-processor-model-url-vmware-service-url-uuid-vmware-hypervisor-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware hypervisor processor model, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware hypervisor host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Model procesor hipervizor VMware, &lt;url&gt; - VMware serviciu URL, &lt;uuid&gt; - VMware nume server hipervizor</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:vmware-hypervisor-processor-usage-in-hz-url-vmware-service-url-uuid-vmware-hypervisor-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware hypervisor processor usage in Hz, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware hypervisor host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Folosire procesor în HZ hipervizor VMware, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server hipervizor VMware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:vmware-hypervisor-status-url-vmware-service-url-uuid-vmware-hypervisor-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware hypervisor status, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware hypervisor host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Stare hipervizor VMware, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server hipervizor VMware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:vmware-hypervisor-total-memory-size-url-vmware-service-url-uuid-vmware-hypervisor-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware hypervisor total memory size, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware hypervisor host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mărime memorie totală hipervizor VMware, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server hipervizor VMware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:vmware-hypervisor-uptime-url-vmware-service-url-uuid-vmware-hypervisor-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware hypervisor uptime, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware hypervisor host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Perioadă de funcționare neîntreruptă hipervizor VMware, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server hipervizor VMware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:vmware-hypervisor-used-memory-size-url-vmware-service-url-uuid-vmware-hypervisor-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware hypervisor used memory size, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware hypervisor host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mărime memorie folosită hipervizor VMware, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server hipervizor VMware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:vmware-hypervisor-vendor-name-url-vmware-service-url-uuid-vmware-hypervisor-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware hypervisor vendor name, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware hypervisor host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume vânzător hipervizor VMware, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server hipervizor VMware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:vmware-hypervisor-version-url-vmware-service-url-uuid-vmware-hypervisor-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware hypervisor version, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware hypervisor host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Versiune hipervizor VMware, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server hipervizor VMware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:vmware-service-full-name-url-vmware-service-url" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware service full name, &lt;url&gt; - VMware service URL</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume întreg serviciu VMware, &lt;url&gt; - serviciu URL VMware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:vmware-service-version-url-vmware-service-url" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware service version, &lt;url&gt; - VMware service URL</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Versiune serviciu VMware, &lt;url&gt; - serviciu URL VMware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:vmware-virtual-machine-ballooned-memory-size-url-vmware-service-url-uuid-vmware-virtual-machine-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware virtual machine ballooned memory size, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware virtual machine host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mărime memorie umflată mașină hipervizor VMware, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server hipervizor VMware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:vmware-virtual-machine-committed-storage-space-url-vmware-service-url-uuid-vmware-virtual-machine-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware virtual machine committed storage space, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware virtual machine host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Spațiu de stocare angajat mașină virtuală hipervizor VMware, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server hipervizor VMware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:vmware-virtual-machine-compressed-memory-size-url-vmware-service-url-uuid-vmware-virtual-machine-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware virtual machine compressed memory size, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware virtual machine host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mărime memorie comprimată mașină virtuală, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server hipervizor VMware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:vmware-virtual-machine-disk-device-read-statistics-url-vmware-service-url-uuid-vmware-virtual-machine-host-name-instance-disk-device-instance-mode-bpsops-bytesoperations-per-second" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware virtual machine disk device read statistics, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware virtual machine host name, &lt;instance&gt; - disk device instance, &lt;mode&gt; - bps/ops - bytes/operations per second</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Statistici de citire echipamente disc mașină virtuală, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server mașină virtuală VMware, &lt;instance&gt; - exemplu echipament disc, &lt;mode&gt; - bps/ops - bytes/operațiune pe secundă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:vmware-virtual-machine-disk-device-write-statistics-url-vmware-service-url-uuid-vmware-virtual-machine-host-name-instance-disk-device-instance-mode-bpsops-bytesoperations-per-second" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware virtual machine disk device write statistics, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware virtual machine host name, &lt;instance&gt; - disk device instance, &lt;mode&gt; - bps/ops - bytes/operations per second</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Statistici de scriere echipamente disc mașină virtuală, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server mașină virtuală VMware, &lt;instance&gt; - exemplu echipament disc, &lt;mode&gt; - bps/ops - bytes/operațiune pe secundă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:vmware-virtual-machine-file-system-statistics-url-vmware-service-url-uuid-vmware-virtual-machine-host-name-fsname-file-system-name-mode-totalfreeusedpfreepused" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware virtual machine file system statistics, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware virtual machine host name, &lt;fsname&gt; - file system name, &lt;mode&gt; - total/free/used/pfree/pused</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Statistici sistem fișiere mașină virtuală VMware, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server mașină virtuală VMware, &lt;fsname&gt; - nume sistem fișiere, &lt;mode&gt; - total/free/used/pfree/pused</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:vmware-virtual-machine-guest-memory-usage-url-vmware-service-url-uuid-vmware-virtual-machine-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware virtual machine guest memory usage, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware virtual machine host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Folosire memorie oaspete mașină virtuală VMware, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server mașină virtual VMware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:vmware-virtual-machine-host-memory-usage-url-vmware-service-url-uuid-vmware-virtual-machine-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware virtual machine host memory usage, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware virtual machine host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Folosire memorie gazdă mașină virtuală VMware, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server mașină virtual VMware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:vmware-virtual-machine-hypervisor-name-url-vmware-service-url-uuid-vmware-virtual-machine-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware virtual machine hypervisor name, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware virtual machine host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Folosire memorie gazdă mașină virtuală VMware, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server mașină virtual VMware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:vmware-virtual-machine-name-url-vmware-service-url-uuid-vmware-virtual-machine-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware virtual machine name, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware virtual machine host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume mașină virtuală VMware, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server mașină virtual VMware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:vmware-virtual-machine-network-interface-input-statistics-url-vmware-service-url-uuid-vmware-virtual-machine-host-name-instance-network-interface-instance-mode-bpspps-bytespackets-per-second" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware virtual machine network interface input statistics, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware virtual machine host name, &lt;instance&gt; - network interface instance, &lt;mode&gt; - bps/pps - bytes/packets per second</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Statistici de intrare interfață de rețea mașină virtuală, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server mașină virtuală VMware, &lt;instance&gt; - exemplu interfață rețea, &lt;mode&gt; - bps/ops - bytes/pachete pe secundă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:vmware-virtual-machine-network-interface-output-statistics-url-vmware-service-url-uuid-vmware-virtual-machine-host-name-instance-network-interface-instance-mode-bpspps-bytespackets-per-second" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware virtual machine network interface output statistics, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware virtual machine host name, &lt;instance&gt; - network interface instance, &lt;mode&gt; - bps/pps - bytes/packets per second</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Statistici de ieșire interfață de rețea mașină virtuală, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server mașină virtuală VMware, &lt;instance&gt; - exemplu interfață rețea, &lt;mode&gt; - bps/ops - bytes/pachete pe secundă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:vmware-virtual-machine-power-state-url-vmware-service-url-uuid-vmware-virtual-machine-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware virtual machine power state, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware virtual machine host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Stare putere mașină virtuală VMware, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server mașină virtual VMware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:vmware-virtual-machine-private-memory-size-url-vmware-service-url-uuid-vmware-virtual-machine-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware virtual machine private memory size, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware virtual machine host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mărime memorie privată mașină virtuală, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server hipervizor VMware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:vmware-virtual-machine-processor-usage-in-hz-url-vmware-service-url-uuid-vmware-virtual-machine-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware virtual machine processor usage in Hz, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware virtual machine host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Folosire procesor mașină virtuală VMware în Hz, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server mașină virtual VMware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:vmware-virtual-machine-shared-memory-size-url-vmware-service-url-uuid-vmware-virtual-machine-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware virtual machine shared memory size, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware virtual machine host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mărime memorie în share mașină virtuală, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server hipervizor VMware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:vmware-virtual-machine-swapped-memory-size-url-vmware-service-url-uuid-vmware-virtual-machine-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware virtual machine swapped memory size, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware virtual machine host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mărime memorie în swap mașină virtuală, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server hipervizor VMware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:vmware-virtual-machine-total-memory-size-url-vmware-service-url-uuid-vmware-virtual-machine-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware virtual machine total memory size, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware virtual machine host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mărime memorie totală mașină virtuală, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server hipervizor VMware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:vmware-virtual-machine-uncommitted-storage-space-url-vmware-service-url-uuid-vmware-virtual-machine-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware virtual machine uncommitted storage space, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware virtual machine host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Spațiu de stocare neangajat mașină virtuală hipervizor VMware, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server hipervizor VMware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:vmware-virtual-machine-unshared-storage-space-url-vmware-service-url-uuid-vmware-virtual-machine-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware virtual machine unshared storage space, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware virtual machine host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Spaîiu de depozitare fără share mașină virtuală, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server hipervizor VMware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:vmware-virtual-machine-uptime-url-vmware-service-url-uuid-vmware-virtual-machine-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware virtual machine uptime, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware virtual machine host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Perioadă de funcționare fără oprire mașină virtuală VMware, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server mașină virtual VMware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:wednesday-shortw" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>W</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>M</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:setupwarning" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Warning</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Avertisment</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:warning" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Warning</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Avertisment</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:we-are-sorry-the-maximum-possible-number-of-elements-to-remember-has-been-reached" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>We are sorry, the maximum possible number of elements to remember has been reached.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ne pare rău, a fost atins numărul maxim posibil de elemente de amintit. </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:web" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Web</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Web</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:web-monitoring" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Web monitoring</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Monitorizare web</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:web-scenario-1s-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Web scenario "%1$s" already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scenariul web "%1$s" există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:web-scenario-1s-already-exists-on-host-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Web scenario "%1$s" already exists on host "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scenariul web "%1$s" deja există pe serverul "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:web-scenario-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Web scenario deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scenariul web șters</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:web-scenario-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Web scenario disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scenariul web dezactivat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:web-scenario-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Web scenario disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scenariile web dezactivate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:web-scenario-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Web scenario disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scenariile web dezactivate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:web-scenario-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Web scenario enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scenariul web activat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:web-scenario-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Web scenario enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scenariile web activate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:web-scenario-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Web scenario enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scenariile web activate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:web-scenarios" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Web scenarios</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scenarii web</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:wed" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Wed</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:wednesday" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Wednesday</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Miercuri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:weekly" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Weekly</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Săptămânal</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:when-active" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>When active</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Când e activ</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:width" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Width</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Lățime</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:with-data-collection" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>With data collection</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cu colecția de date.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:compact-table-headerwithout-problems" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Without problems</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Fără probleme</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:without-problems" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Without problems</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Fără probleme</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:without-triggers" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Without triggers</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Fără triggeri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:compact-table-headerwith-problems" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>With problems</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cu probleme</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:with-problems" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>With problems</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cu probleme</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:with-triggers" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>With triggers</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cu triggeri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:working-time" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Working time</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Timp de lucru</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:write" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Write</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scriere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:wrong-fields-for-map-link" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Wrong fields for map link.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Câmpuri greșite pentru legătură hartă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:x" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>X</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>X</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:year-shorty" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>y</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>a</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:y" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Y</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Y</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:y-axis-max-value" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Y axis MAX value</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare MAX axă Y</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:y-axis-max-value-must-be-greater-than-y-axis-min-value" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Y axis MAX value must be greater than Y axis MIN value.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoarea MAX a axei Y trebuie să fie mai mare decât valoarea MIN a axei Y.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:y-axis-min-value" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Y axis MIN value</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare MIN a axei Y</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:y-axis-side" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Y axis side</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Parte axă Y</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:compact-table-headeryear" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Year</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>An</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:year" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Year</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>An</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:yearly" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Yearly</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Anual</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:yes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Yes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Da</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:y-m-d-his" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Y-m-d H:i:s</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>A-L-Z H:i:s</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:you-are-not-able-to-choose-some-of-the-languages-because-locales-for-them-are-not-installed-on-the-web-server" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>You are not able to choose some of the languages, because locales for them are not installed on the web server.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu poți să alegi unele dintre limbi, pentru că localelel lor nu sunt instalate pe serverul web.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:you-do-not-have-permission-to-perform-this-operation" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>You do not have permission to perform this operation.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu vă este permis să efectuați această operație.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:you-have-no-permissions-to-access-this-page" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>You have no permissions to access this page.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu aveți permisiunea să accesați această pagină.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:you-must-login-to-view-this-page" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>You must login to view this page.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trebuie să vă autentificați pentru a vedea aceasă pagină.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:zabbix" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Zabbix</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Zabbix</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:zabbix" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>ZABBIX</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>ZABBIX</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:zabbix-agent" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Zabbix agent</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Agent Zabbix</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:zabbix-agent-active" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Zabbix agent (active)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Agent (activ) Zabbix</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:zabbix-has-received-an-incorrect-request" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Zabbix has received an incorrect request.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Zabbix a primit o cerere incorectă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:zabbix-internal" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Zabbix internal</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Intern Zabbix</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:zabbix-internal-authentication" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Zabbix internal authentication</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Autentificare internă Zabbix</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:zabbix-server" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Zabbix server</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Server Zabbix</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:zabbix-server-is-not-running-the-information-displayed-may-not-be-current" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Zabbix server is not running: the information displayed may not be current.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Serverul Zabbix nu funcționează: informația afișată poate să nu fie corectă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:zabbix-server-is-running" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Zabbix server is running</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Serverul Zabbix rulează</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:zabbix-server-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Zabbix server name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume server Zabbix</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-62:LC_MESSAGES/frontend.po:zabbix-trapper" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Zabbix trapper</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trapper Zabbix</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:pathtonode" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>$.path.to.node</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg> $.path.to.node calea catre nod</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:0-infinitely" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>(0 - infinitely)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>(0 - infinit)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:0-or-1" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>0 or 1</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>0 sau 1</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:0-use-action-default" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>(0 - use action default)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>(0 - utilizați acțiunea implicită)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:1d-characters-exceeds-maximum-length-of-2d-characters" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$d characters exceeds maximum length of %2$d characters</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$d caracterele depasesc lungimea maxima de %2$d de caractere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:1d-day" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$d day</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$d zi</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:1d-day" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$d day</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$d zile</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:1d-day" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$d day</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$d zile</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:screen-reader1d-matches-for-2s-found" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$d matches for %2$s found</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$d am gasit portiviri pentru %2$s</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:1d-of-3d2s-problem-is-shown" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$d of %3$d%2$s problem is shown</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$d de %3$d%2$s problema afisata</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:1d-of-3d2s-problem-is-shown" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$d of %3$d%2$s problem is shown</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$d de %3$d%2$s probleme afisata</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:1d-of-3d2s-problem-is-shown" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$d of %3$d%2$s problem is shown</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$d de %3$d%2$s probleme afisata</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:1s-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s: %2$s</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s:%2$s</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:user-fullname1s-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>(%1$s %2$s)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>(%1$s %2$s)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:1s-2s-3s-4s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s. %2$s: %3$s. %4$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s.%2$sŞ%3$s.%4$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:screen-reader1s-action" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s action</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s acţiune</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:screen-reader1s-action" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s action</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s acţiune</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:screen-reader1s-action" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s action</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s acţiune</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:1s-characters" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s characters</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s caractere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:1s-characters-remaining" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s characters remaining</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s caractere rămase</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:1s-date-must-be-less-than-2s-date" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>"%1$s" date must be less than "%2$s" date.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>"%1$s" data trebuie sa fie mai putin de "%2$s"  data</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:1s-event" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s event</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s eveniment</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:1s-event" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s event</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s eveniment</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:1s-event" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s event</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s evenimente</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:1s-host-in-maintenance" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s host in maintenance</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s hosturi în mentenanţă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:1s-host-in-maintenance" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s host in maintenance</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s host în mentenanţă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:1s-host-in-maintenance" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s host in maintenance</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s host in mentenanţă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:1s-hour" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s hour</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s Oră</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:1s-hour" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s hour</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s ore</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:1s-hour" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s hour</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s ore</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:1s-instead-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>"%1$s" instead "%2$s"</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>"%1$s" in loc de "%2$s"</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:1s-is-expected" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>"%1$s" is expected</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>"%1$s" se asteapta</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:1s-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s item</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s articole</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:1s-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s item</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s articole</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:1s-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s item</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s item</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:1s-line-2s-column-3s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s [Line: %2$s | Column: %3$s]</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s [Linia:%2$s | Coloana: %3$s]</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:screen-reader1s-message" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s message</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s mesaje</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:screen-reader1s-message" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s message</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s mesaj</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:screen-reader1s-message" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s message</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s mesaje</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:1s-minute" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s minute</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s minute</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:1s-minute" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s minute</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s minute</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:1s-minute" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s minute</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s minut</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:1s-must-be-an-empty-string-or-greater-than-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>"%1$s" must be an empty string or greater than "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>"%1$s" trebuie sa fie un sir gol sau mai mare de "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:1s-of-2s-element-in-problem-state" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s of %2$s element in problem state</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s de %2$s elemente cu probleme</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:1s-of-2s-element-in-problem-state" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s of %2$s element in problem state</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s de %2$s element problematic</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:1s-of-2s-element-in-problem-state" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s of %2$s element in problem state</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s de %2$s elemente problematice</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:1sphp-class-must-extend-2s-for-module-located-at-3s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s.php class must extend %2$s for module located at %3$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s.php lass trebuie extins %2$s pentru modulul localiza al %3$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:screen-reader1s-preselected-use-downup-arrow-keys-and-enter-to-select" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s preselected, use down,up arrow keys and enter to select</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s preselecteaya, foloseşte săgeata jos, sus  si cu Enter selectează</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:1s-problem" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s problem</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s probleme</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:1s-problem" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s problem</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s probleme</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:1s-problem" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s problem</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s problemă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:1s-problem-in-total" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s problem in total</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s probleme în total</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:1s-problem-in-total" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s problem in total</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s probleme in total</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:1s-problem-in-total" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s problem in total</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s probleme in total</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:screen-reader1s-read-only" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s, read only</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s, doar citire</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:1s-retry-left" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s retry left</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s încercări rămase</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:1s-retry-left" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s retry left</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s încercări ramase</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:1s-retry-left" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s retry left</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s încercări rămase</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:1s-second" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s second</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s secunde</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:1s-second" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s second</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s secunde</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:1s-second" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s second</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s secundă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:screen-reader1s-selected" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s, selected</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s, selectat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:screen-reader1s-severity-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s, Severity, %2$s</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s, Sevritate, %2$s</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:1sth-percentile-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$sth percentile: %2$s</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s th percentilă: %2$s</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:1s-thrown-by-module-located-at-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s - thrown by module located at %2$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s - aruncat de modulul localizat la %2$s</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:1s-unacknowledged-problem" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s unacknowledged problem</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s problemă nevalidată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:1s-unacknowledged-problem" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s unacknowledged problem</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s probleme nevalidate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:1s-unacknowledged-problem" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s unacknowledged problem</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s probleme nevalidate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:1s-value-must-be-less-than-or-equal-to-2s-value" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>"%1$s" value must be less than or equal to "%2$s" value</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoarea "%1$s" trebuie sa fie mai putin sau egal cu valoarea "%2$s"</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:1s-year-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s (year %2$s)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s (anul %2$s)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:10-seconds" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>10 seconds</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>10 secunde</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:1-minute" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>1 minute</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>1 minut</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:30-seconds" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>30 seconds</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>30 secunde</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:3d-view" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>3D view</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Vedere 3D</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:4s-failed-login-attempt-logged-last-failed-attempt-was-from-1s-on-2s-at-3s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%4$s failed login attempt logged. Last failed attempt was from %1$s on %2$s at %3$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%4$s tentativa de logare eșuată înregistrată. Ultima tentativă eșuată a fost de la %1$s la %2$s la %3$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:4s-failed-login-attempt-logged-last-failed-attempt-was-from-1s-on-2s-at-3s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%4$s failed login attempt logged. Last failed attempt was from %1$s on %2$s at %3$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%4$s tentative de logare eșuate înregistrate. Ultima tentativă eșuată a fost de la %1$s la %2$s la %3$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:4s-failed-login-attempt-logged-last-failed-attempt-was-from-1s-on-2s-at-3s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%4$s failed login attempt logged. Last failed attempt was from %1$s on %2$s at %3$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%4$s tentative de logare eșuate înregistrate. Ultima tentativă eșuată a fost de la %1$s la %2$s la %3$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:500-latest-values" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>500 latest values</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>500 ultimele valori</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:5-minutes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>5 minutes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>5 minute</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:5-seconds" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>5 seconds</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>5 secunde</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:access-denied" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Access denied!</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acces refuzat!</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:ack" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Ack</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cnf</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:acknowledge" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Acknowledge</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Confirmare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:acknowledged" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Acknowledged</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Confirmat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:acknowledged-problem-events" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Acknowledged PROBLEM events</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Evenimente PROBLEMA confirmate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:action" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Action</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acțiune</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:action-1s-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Action "%1$s" already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acțiunea "%1$s" există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:action-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Action added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acțiune adăugată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:action-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Action disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acțiuni dezactivate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:action-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Action disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acțiune dezactivată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:action-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Action disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acțiuni dezactivate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:action-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Action enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acțiuni dezactivate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:action-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Action enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acțiuni dezactivate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:action-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Action enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acțiune activată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:actions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Actions</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acțiuni</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:action-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Action updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acțiune actualizată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:active" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Active</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activ</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:maintenance-statusactive" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Active</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activ</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:active-since" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Active since</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activ de la</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:active-till" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Active till</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activ până la</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:add" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Add</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adaugă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:add-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Add host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adaugă server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:add-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Add prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adaugă prototip</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:add-to-host-group" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Add to host group</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adaugă la grupul de servere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:add-to-host-groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Add to host groups</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adaugă la grupurile de servere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:admin" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Admin</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Admin</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:administration" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Administration</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Administrare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:advanced-labels" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Advanced labels</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Etichete avansate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:age" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Age</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Vechime</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:age-less-than" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Age less than</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Vechime mai mică decât</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:agent" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>agent</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>agent</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:agent" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Agent</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Agent</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:agent-interfaces" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Agent interfaces</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Interfețe agent</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:alias" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Alias</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Alias</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:all" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>all</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>toți</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:all" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>All</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tot</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:all-links-should-have-name-and-url-specified" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>All links should have "Name" and "URL" specified</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Toate linkurile trebuie sa aibă "Nume" și "URL" specificat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:all-media" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>all media</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>toata media</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:allowed-hosts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Allowed hosts</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Servere permise</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:any" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Any</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Orice</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:any-character-string-included" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Any character string included</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Orice șir de caractere inclus</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:application-error" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Application error.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eroare aplicație.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:apply" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Apply</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Aplică</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:maintenance-statusapproaching" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Approaching</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Abordare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:apr" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Apr</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Apr</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:april" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>April</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Aprilie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:area-size" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Area size</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dimensiunea suprafeței</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:area-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Area type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipul suprafeței</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:as-blue" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>as Blue</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>ca Albastru</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:as-green" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>as Green</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>ca Verde</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:as-plain-text" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>As plain text</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ca text simplu</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:as-red" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>as Red</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>ca Roșu</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:asset-tag" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Asset tag</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eticheta activului</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:at-1s2s-on-3s-4s-of-every-5s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>At %1$s:%2$s on %3$s %4$s of every %5$s</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>La %1$s:%2$s în %3$s %4$s în fiecare %5$s</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:at-1s2s-on-day-3s-of-every-4s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>At %1$s:%2$s on day %3$s of every %4$s</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>La %1$s:%2$s în ziua %3$s în fiecare %4$s</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:at-hourminute" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>At (hour:minute)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>La (oră:minut)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:audit" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Audit</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Audit</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:aug" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Aug</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Aug</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:august" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>August</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>August</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:authentication" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Authentication</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Autentificare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:authentication-algorithm" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Authentication algorithm</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Algoritm de autentificare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:authentication-method" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Authentication method</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Metodă de autentificare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:authentication-passphrase" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Authentication passphrase</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Frază de acces pentru autentificare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:authentication-protocol" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Authentication protocol</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Protocol de autentificare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:auto-login" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Auto-login</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Auto-login</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:automatic" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Automatic</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Automată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:automatic-icon-mapping" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Automatic icon mapping</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Maparea icon automată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:automatic-icon-selection" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Automatic icon selection</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Selectarea automată icon</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:availability" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Availability</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Disponibilitate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:availability-report" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Availability report</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Raport disponibilitate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:available" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Available</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Disponibil</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:average" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Average</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mediu</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:avg" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>avg</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>avg</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:background" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Background</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Fundal</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:background-image" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Background image</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Imagine de fundal</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:base-dn" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Base DN</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Bază DN</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:bind-dn" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Bind DN</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Bind DN</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:bind-password" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Bind password</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Parolă asociată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:blocked" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Blocked</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Blocat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:bold-line" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Bold line</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Linie îngroșate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:bottom" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Bottom</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Jos</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:bulgarian-bg_bg" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Bulgarian (bg_BG)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Bulgară (bg_BG)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:by-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>By host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>După server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:by-trigger-template" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>By trigger template</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>După șablonul trigger-ului</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:calculated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Calculated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Calculat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:callback" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Callback</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Apelare inversă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cancel" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cancel</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Anulează</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-add-action" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add action</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga acțiunea</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-add-a-non-numeric-item-1s-to-graph-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add a non-numeric item "%1$s" to graph "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga elementul non-numeric "%1$s" la graficul "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-add-a-non-numeric-item-1s-to-graph-prototype-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add a non-numeric item "%1$s" to graph prototype "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga elementul non-numeric "%1$s" la prototipul grafic "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-add-dependency-from-a-host-to-a-template" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add dependency from a host to a template.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga dependința server - șablon.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-add-dependency-from-trigger-1s2s-to-non-existing-trigger-3s4s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add dependency from trigger "%1$s:%2$s" to non existing trigger "%3$s:%4$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga dependința trigger "%1$s:%2$s" la trigger nonexistent "%3$s:%4$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-add-discovery-rule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add discovery rule</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga regula de detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-add-graph" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add graph</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga graficul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-add-graph-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add graph prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga un prototip grafic</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-add-group" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add group</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga grupul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-add-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga serverul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-add-host-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add host prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga prototipul serverului</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-add-image" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add image</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga imaginea</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-add-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add item</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga elementul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-add-item-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add item prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga prototip item</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-add-maintenance" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add maintenance</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga mentenanța</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-add-media-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add media type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga tipul de media</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-add-more-than-one-item-with-type-graph-sum-on-graph-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add more than one item with type "Graph sum" on graph "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot adăuga mai mult de un element de tipul "Sum grafic" la graficul "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-add-more-than-one-item-with-type-graph-sum-on-graph-prototype-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add more than one item with type "Graph sum" on graph prototype "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot adăuga mai mult de un element de tipul "Graph sum" la prototipul grafic "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-add-network-map" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add network map</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga harta rețea</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-add-proxy" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add proxy</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga proxy</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-add-regular-expression" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add regular expression</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga expresia regulată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-add-script" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add script</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga scriptul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-add-template" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add template</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga șablonul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-add-trigger" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add trigger</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga trigger-ul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-add-trigger-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add trigger prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga un prototip trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-add-user" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add user</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga utilizatorul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-add-web-scenario" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add web scenario</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pate adăuga scenariul web</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-clear-history" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot clear history</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge istoricul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-clone-graph-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot clone graph prototypes.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot clona prototipurile de grafic.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-clone-item-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot clone item prototypes.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot clona prototipurile de element.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-clone-trigger-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot clone trigger prototypes.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot clona prototipurile de trigger.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-copy-trigger-1s2s-because-it-has-multiple-hosts-in-the-expression" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot copy trigger "%1$s:%2$s", because it has multiple hosts in the expression.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate copia trigge-rul "%1$s:%2$s", deoarece are servere multiple in expresie.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-create-a-host-prototype-on-a-discovered-host-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot create a host prototype on a discovered host "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate crea un prototip de server pe serverul detectat "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-create-another-database-connection" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot create another database connection.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate crea o altă conexiune la baza de date.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-create-circular-dependencies" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot create circular dependencies.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot crea dependințe circulare.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-create-dependency-on-trigger-itself" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot create dependency on trigger itself.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate crea dependință cu trigger-ul însuși.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-create-discovery-rule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot create discovery rule</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate crea regula de detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-create-icon-map" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot create icon map</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate crea icon hartă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-delete-dependency" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete dependency</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge dependința</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-delete-discovery-rule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete discovery rule</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot sterge regulile de descoperire</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-delete-discovery-rule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete discovery rule</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot șterge regula de descoperire</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-delete-discovery-rule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete discovery rule</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot șterge regulile de descoperire</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-delete-discovery-rules" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete discovery rules</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot șterge regulile de detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-delete-graph" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete graph</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge graficul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-delete-graph-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete graph prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge prototipul graficului</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-delete-graph-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete graph prototypes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot șterge prototipuri grafice</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-delete-graphs" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete graphs</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot șterge graficele</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-delete-group" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete group</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot șterge grupurile  </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-delete-group" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete group</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot șterge grupul  </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-delete-group" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete group</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot șterge grupurile</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-delete-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge serverul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-delete-host-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete host prototypes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot șterge prototipurile de server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-delete-icon-map" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete icon map</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge maparea icon-ului</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-delete-image" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete image</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge imaginea</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-delete-inventory" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete inventory.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge inventarul.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-delete-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete item</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge elementul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-delete-item-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete item prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge prototipul itemului</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-delete-item-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete item prototypes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot şterge prototipurile de element</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-delete-items" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete items</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot șterge elementele</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-delete-maintenance" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete maintenance</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge mentenanța</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-delete-media-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete media type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot șterge tipurile media</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-delete-media-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete media type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot șterge tipurile media</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-delete-media-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete media type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot șterge tipul media</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-delete-network-map" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete network map</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge harta rețea</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-delete-proxy" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete proxy</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot șterge proxy-urile </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-delete-proxy" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete proxy</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot șterge proxy-ul </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-delete-proxy" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete proxy</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot șterge proxy-urile </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-delete-regular-expression" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete regular expression</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge expresia regulată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-delete-regular-expression" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete regular expression</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot șterge expresiile regulate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-delete-regular-expression" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete regular expression</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot șterge expresiile regulate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-delete-script" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete script</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot șterge scriptul </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-delete-script" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete script</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot șterge scripturile </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-delete-script" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete script</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot șterge scripturile </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-delete-scripts-script-1s-is-used-in-action-operation-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete scripts. Script "%1$s" is used in action operation "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot șterge scripturile. Scriptul "%1$s" este folosit in acțiunea "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-delete-selected-actions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete selected actions</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot șterge acțiunile selectate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-delete-service" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete service</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot șterge serviciile </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-delete-service" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete service</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot șterge serviciul </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-delete-service" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete service</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot șterge serviciile </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-delete-template" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete template</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge șablonul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-delete-templated-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete templated item.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pote șterge un element bazat pe un șablon.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-delete-templated-items" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete templated items.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot șterge elementele bazate pe șabloane.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-delete-templated-trigger-1s2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete templated trigger "%1$s:%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge trigger-ul "%1$s:%2$s" bazat pe un șablon.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-delete-templated-web-scenario-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete templated web scenario "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge scenariul web "%1$s" bazat pe un șablon.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-delete-trigger" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete trigger</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge trigger-ul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-delete-trigger-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete trigger prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge prototipul trigger-ului</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-delete-trigger-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete trigger prototypes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot şterge prototipurile triggerilor</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-delete-triggers" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete triggers</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot șterge triggerii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-delete-user" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete user</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge utilizatorul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-delete-web-scenario" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete web scenario</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge scenariul web</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-delete-zabbix-internal-user-1s-try-disabling-that-user" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete Zabbix internal user "%1$s", try disabling that user.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge utilizatorul intern Zabbix "%1$s", încercați să dezactivați acest utilizator.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-disable-action" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable action</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate dezactiva acţiunea</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-disable-action" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable action</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot dezactiva acţiunile</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-disable-action" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable action</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot dezactiva acţiunile</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-disable-discovery-rule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable discovery rule</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate dezactiva regula de detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-disable-discovery-rule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable discovery rule</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot dezactiva regulile de detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-disable-discovery-rule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable discovery rule</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot dezactiva regulile de detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-disable-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot dezactiva servererele</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-disable-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot dezactiva servererele</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-disable-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate dezactiva serverul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-disable-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable item</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate dezactiva elementul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-disable-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable item</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot dezactiva elementele</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-disable-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable item</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot dezactiva elementele</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-disable-media-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable media type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate dezactiva tipul media</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-disable-media-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable media type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate dezactiva tipul media</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-disable-media-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable media type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate dezactiva tipul media</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-disable-trigger" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable trigger</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate dezactiva triggerul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-disable-trigger" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable trigger</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot dezactiva triggerii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-disable-trigger" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable trigger</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot dezactiva triggerii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-disable-web-scenario" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable web scenario</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate dezactiva scenariul web</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-disable-web-scenario" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable web scenario</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot dezactiva scenariile web</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-disable-web-scenario" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable web scenario</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate dezactiva scenariul web</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-display-item-queue" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot display item queue.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu poate afişa coada element.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-display-more-than-one-item-with-type-graph-sum" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot display more than one item with type "Graph sum".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate afișa mai mult de un element de tipul "Sum grafic".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-enable-action" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable action</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate activa acțiunea</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-enable-action" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable action</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot activa acțiunile</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-enable-action" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable action</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot activa acțiunile</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-enable-discovery-rule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable discovery rule</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot activa regulile de detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-enable-discovery-rule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable discovery rule</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot activa regulile de detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-enable-discovery-rule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable discovery rule</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate activa regula de detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-enable-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot activa serverele</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-enable-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot activa serverele</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-enable-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate activa srverul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-enable-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable item</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate activa elementul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-enable-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable item</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot activa elementele</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-enable-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable item</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot activa elementele</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-enable-media-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable media type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate activa tipul media</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-enable-media-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable media type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate activa tipurile media</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-enable-media-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable media type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate activa tipul media</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-enable-trigger" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable trigger</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate activa trigger-ul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-enable-trigger" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable trigger</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot activa trigerii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-enable-trigger" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable trigger</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot activa trigerii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-enable-web-scenario" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable web scenario</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot activa scenariile web</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-enable-web-scenario" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable web scenario</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot activa scenariile web</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-enable-web-scenario" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable web scenario</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate activa scenariul web</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-find-background-image-1s-used-in-map-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find background image "%1$s" used in map "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate găsi imaginea de fundal "%1$s" folosită în harta "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-find-group-1s-used-in-map-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find group "%1$s" used in map "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate găsi grupul "%1$s" folosit în harta "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-find-host-1s-used-in-map-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find host "%1$s" used in map "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate găsi serverul "%1$s" folosit în harta "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-find-host-group-1s-for-host-prototype-2s-of-discovery-rule-3s-on-4s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find host group "%1$s" for host prototype "%2$s" of discovery rule "%3$s" on "%4$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate gasi grupul server "%1$s" pentru serverul prototip "%2$s" a regulii de detecție "%3$s" pe "%4$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-find-host-interface-on-1s-for-item-key-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find host interface on "%1$s" for item key "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate găsi interfața serverului în "%1$s" pentru elementul "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-find-icon-1s-used-in-map-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find icon "%1$s" used in map "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate găsi icon-ul "%1$s" folosit în harta "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-find-icon-map-1s-used-in-map-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find icon map "%1$s" used in map "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate găsi maparea icon-ului "%1$s" folosit în harta "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-find-item-1s-on-2s-used-as-the-y-axis-max-value-for-graph-3s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find item "%1$s" on "%2$s" used as the Y axis MAX value for graph "%3$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate găsi elementul "%1$s" pe "%2$s" folosit ca și axă Y valoarea MAX pentru graficul "%3$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-find-item-1s-on-2s-used-as-the-y-axis-max-value-for-graph-prototype-3s-of-discovery-rule-4s-on-5s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find item "%1$s" on "%2$s" used as the Y axis MAX value for graph prototype "%3$s" of discovery rule "%4$s" on "%5$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate găsi elementul  "%1$s" pe "%2$s" folosit ca și axă Y valoarea MAX pentru prototipul grafic "%3$s" a regulii de detecție "%4$s" pe "%5$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-find-item-1s-on-2s-used-as-the-y-axis-min-value-for-graph-3s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find item "%1$s" on "%2$s" used as the Y axis MIN value for graph "%3$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate găsi elementul "%1$s" pe "%2$s" folosit ca și axă Y valoarea MIN pentru graficul "%3$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-find-item-1s-on-2s-used-as-the-y-axis-min-value-for-graph-prototype-3s-of-discovery-rule-4s-on-5s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find item "%1$s" on "%2$s" used as the Y axis MIN value for graph prototype "%3$s" of discovery rule "%4$s" on "%5$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate găsi elementul  "%1$s" pe "%2$s" used as the Y axis MIN value for graph prototype "%3$s" of discovery rule "%4$s" on "%5$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-find-map-1s-used-in-map-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find map "%1$s" used in map "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate găsi harta "%1$s" folosită în harta "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-find-template-1s-for-host-prototype-2s-of-discovery-rule-3s-on-4s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find template "%1$s" for host prototype "%2$s" of discovery rule "%3$s" on "%4$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate gasi șablonul "%1$s" pentru serverul prototip "%2$s" a regulii de detecție "%3$s" pe "%4$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-find-trigger-1s-used-in-map-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find trigger "%1$s" used in map "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate găsi trigger-ul "%1$s" folosit în harta "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-find-value-map-1s-used-for-item-2s-on-3s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find value map "%1$s" used for item "%2$s" on "%3$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate găsi harta valorilor "%1$s" folosită pentru elementul "%2$s" pe "%3$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-find-value-map-1s-used-for-item-prototype-2s-of-discovery-rule-3s-on-4s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find value map "%1$s" used for item prototype "%2$s" of discovery rule "%3$s" on "%4$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate gasi harta valorilor "%1$s" folosită pentru prototipul item  "%2$s" a regulii de detecție "%3$s" pe "%4$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-import-template-1s-linked-template-2s-does-not-exist" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot import template "%1$s", linked template "%2$s" does not exist.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate importa template-ul "%1$s", șabloanele corelate "%2$s" nu există.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-import-template-1s-linked-template-2s-does-not-exist" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot import template "%1$s", linked template "%2$s" does not exist.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate importa template-ul "%1$s", șabloanele corelate "%2$s" nu există.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-import-template-1s-linked-template-2s-does-not-exist" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot import template "%1$s", linked template "%2$s" does not exist.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate importa template-ul "%1$s", șablonul corelat "%2$s" nu există.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-insert-trigger-expression" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot insert trigger expression</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate introduce expresia trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-link-template" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot link template</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate asocia șablonul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-mass-update-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot mass update host name.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate face actualizare în masă a numelui serverului.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-mass-update-visible-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot mass update visible host name.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate face actualizare în masă a numelui vizibil al serverului.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-perform-delete-statement-on-table-1s-without-where-condition" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot perform delete statement on table "%1$s" without where condition.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate efectua instrucțiunea de ștergere în tabela "%1$s" fără condiția where.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-perform-update-statement-on-table-1s-without-values" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot perform update statement on table "%1$s" without values.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate efectua instrucțiunea de actualizare în tabela "%1$s" fără valori.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-perform-update-statement-on-table-1s-without-where-condition" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot perform update statement on table "%1$s" without where condition.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate efectua instrucțiunea de actualizare în tabela "%1$s" fără condiția where.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-read-the-response-check-connection-with-the-zabbix-server-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot read the response, check connection with the Zabbix server "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate citi răspunsul, verificați conexiunea cu serverul Zabbix "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-rename-guest-user" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot rename guest user.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate redenumi utilizatorul guest.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-save-discovery-rule-without-checks" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot save discovery rule without checks.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate salva regula de detecție fără verificări.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-send-command-check-connection-with-zabbix-server-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot send command, check connection with Zabbix server "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate trimite comanda, verificați conexiunea cu serverul Zabbix "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-set-1s-for-item-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot set "%1$s" for item "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate seta "%1$s" pentru elementul "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-set-inventory-fields-for-disabled-inventory" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot set inventory fields for disabled inventory.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot seta câmpurile inventarului pentru un inventar dezactivat.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-switch-host-for-interface" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot switch host for interface.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate schimba serverul pentru interfață.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-unlink-and-clear-web-scenarios" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot unlink and clear Web scenarios.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot deconecta și șterge scenariile Web.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-unlink-template" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot unlink template</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate deconecta șablonul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-update-1s-for-action-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update "%1$s" for action "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza "%1$s" pentru acțiunea "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-update-1s-for-item-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update "%1$s" for item "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza "%1$s" pentru elementul "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-update-action" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update action</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza acțiunea</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-update-a-discovered-graph" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update a discovered graph.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza un grafic bazat pe detecție.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-update-configuration" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update configuration</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza configurația</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-update-discovery-rule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update discovery rule</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza regula de detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-update-graph" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update graph</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza graficul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-update-graph-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update graph prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza prototipul grafic</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-update-group" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update group</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza grupul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-update-groups-for-discovered-host-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update groups for discovered host "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot actualiza grupurile pentru serverul detectat "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-update-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza serverul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-update-host-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update host prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot actualiza prototipul server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-update-host-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update host prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot actualiza prototipul server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-update-host-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update host prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot actualiza prototipul server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-update-hosts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update hosts</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot actualiza serverele</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-update-icon-map" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update icon map</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza maparea icon-ului</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-update-image" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update image</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza imaginea</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-update-interface-for-discovered-host-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update interface for discovered host "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza interfața pentru serverul detectat "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-update-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update item</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza elementul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-update-item-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update item prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot actualiza prototipul item</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-update-item-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update item prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot actualiza prototipul articol</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-update-item-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update item prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot actualiza prototipul articol</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-update-items" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update items</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot actualiza elementele</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-update-macros" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update macros</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot actualiza macro-urile</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-update-maintenance" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update maintenance</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza mentenanța</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-update-media-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update media type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza tipul media</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-update-network-map" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update network map</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza harta rețea</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-update-proxy" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update proxy</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza proxy-ul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-update-proxy-for-discovered-host-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update proxy for discovered host "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza proxy-ul pentru serverul detectat "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-update-regular-expression" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update regular expression</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza expresia regulată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-update-script" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update script</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza scriptul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-update-template" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update template</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza șablonul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-update-trigger" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update trigger</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza trigger-ul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-update-trigger-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update trigger prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot actualiza prototipul trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-update-trigger-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update trigger prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot actualiza prototipul trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-update-trigger-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update trigger prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot actualiza prototipul trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-update-trigger-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update trigger prototypes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza prototipurile trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-update-user" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update user</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza utilizatorul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:cannot-update-web-scenario" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update web scenario</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza scenariul web</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:case-sensitive" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Case sensitive</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Majuscule semnificative</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:change-password" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Change password</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Modifică parola</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:character" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Character</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Caracter</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:character-string-included" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Character string included</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șir de caractere inclus</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:character-string-not-included" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Character string not included</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șir de caractere neinclus</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:chassis" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Chassis</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șasiu</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:check-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Check already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Verificarea există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:check-expression-part-starting-from-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Check expression part starting from "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Verifică partea din expresie care începe de la "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:checks" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Checks</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Verificări</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:checks-should-be-unique" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Checks should be unique.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Verificările trebuie să fie unice.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:check-the-key-please-default-example-was-passed" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Check the key, please. Default example was passed.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Vă rugăm să verificați cheia. A fost folosit exemplul implicit.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:check-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Check type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Verificați tipul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:chinese-zh_cn" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Chinese (zh_CN)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Chineză (zh_CN)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:chinese-zh_tw" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Chinese (zh_TW)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Chineză (zh_TW)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:circular-reference-in-templates-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Circular reference in templates: %1$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Refefință circulară în șabloanele: %1$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:circular-template-linkage-is-not-allowed" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Circular template linkage is not allowed.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Legătura circulară în șabloane nu este permisă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:clear-history-and-trends" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Clear history and trends</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șterge istoric și tendințe</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:clear-when-unlinking" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Clear when unlinking</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șterge la deconectare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:clock" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Clock</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ceas</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:clone" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Clone</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Clonă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:close" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Close</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Închide</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:close-expression-constructor" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Close expression constructor</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Închide constructorul de expresii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:columns" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Columns</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Coloane</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:combined-result" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Combined result</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Rezultat combinat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:command" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Command</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Comandă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:commands" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Commands</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Comenzi</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:condition" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Condition</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Condiție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:conditions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Conditions</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Condiții</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:configuration" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:configuration-cache-statistics-cache-buffer-modes-pfree-total-used-free" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration cache statistics. Cache - buffer (modes: pfree, total, used, free).</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Statistici configurare cache. Cache - buffer (moduri: pfree, total, used, free).</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:configuration-of-actions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of actions</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare acțiuni</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:configuration-of-discovery-rules" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of discovery rules</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare reguli de detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:configuration-of-graph-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of graph prototypes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare prototipuri grafic</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:configuration-of-graphs" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of graphs</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare grafice</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:configuration-of-gui" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of GUI</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare GUI</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:configuration-of-host-groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of host groups</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare grupuri de servere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:configuration-of-host-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of host prototypes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare prototipuri server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:configuration-of-hosts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of hosts</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare servere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:configuration-of-housekeeping" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of housekeeping</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare housekeeping</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:configuration-of-icon-mapping" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of icon mapping</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare mapare icon</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:configuration-of-images" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of images</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare imagini</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:configuration-of-item-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of item prototypes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare prototipuri element</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:configuration-of-items" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of items</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare elemente</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:configuration-of-macros" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of macros</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare macro-uri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:configuration-of-maintenance-periods" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of maintenance periods</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare perioade de întreținere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:configuration-of-media-types" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of media types</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare tip media</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:configuration-of-network-maps" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of network maps</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare hărți rețea</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:configuration-of-proxies" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of proxies</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare proxy-uri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:configuration-of-regular-expressions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of regular expressions</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare expresii regulate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:configuration-of-scripts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of scripts</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare scripturi</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:configuration-of-templates" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of templates</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare șabloane</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:configuration-of-trigger-displaying-options" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of trigger displaying options</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare opțiuni de afișaj trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:configuration-of-trigger-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of trigger prototypes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare prototipuri trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:configuration-of-triggers" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of triggers</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare triggeri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:configuration-of-user-groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of user groups</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare grupuri utilizator</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:configuration-of-users" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of users</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare utilizatori</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:configuration-of-web-monitoring" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of web monitoring</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare monitorizare web</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:configuration-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configuraţie actualizată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:confirmation-text" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Confirmation text</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Text de confirmare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:connection-timeout-of-1s-seconds-exceeded-when-connecting-to-zabbix-server-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Connection timeout of %1$s seconds exceeded when connecting to Zabbix server "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Timpul de așteptare de %1$s secunde a fost depășit la conectarea cu serverul Zabbix "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:connect-to" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Connect to</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Conectare la</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:contact" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Contact</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Contact</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:context-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Context name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume context</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:contract-number" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Contract number</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numărul contractului</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:coordinates" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Coordinates</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Coordonate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:copy" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Copy</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Copiază</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:count" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Count</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Număr</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:create-action" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create action</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează acțiune</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:created-by-host-discovery" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>(created by host discovery)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>(creat de descoperirea gazdei)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:create-discovery-rule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create discovery rule</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează regula de detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:create-graph" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create graph</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează grafic</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:create-graph-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create graph prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează prototip de grafic</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:create-graph-select-host-first" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create graph (select host first)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează grafic (selectați serverul prima dată)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:create-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:create-host-group" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create host group</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează grup de servere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:create-host-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create host prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează prototip de server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:create-icon-map" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create icon map</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează mapare icon</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:create-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create item</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează element</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:create-item-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create item prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează prototip de element</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:create-item-select-host-first" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create item (select host first)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează element (selectați serverul prima dată)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:create-maintenance-period" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create maintenance period</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează perioadă de mentenanță</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:create-map" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create map</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează hartă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:create-media-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create media type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează tip media</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:create-proxy" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create proxy</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează proxy</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:create-script" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create script</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează script</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:create-template" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create template</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează șablon</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:create-trigger" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create trigger</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:create-trigger-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create trigger prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează prototip de trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:create-trigger-select-host-first" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create trigger (select host first)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează trigger (selectați serverul prima dată)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:create-user" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create user</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează utilizator</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:create-user-group" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create user group</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează grup utilizatori</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:critical" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Critical</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Critic</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:current-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Current host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Serverul curent</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:current-value" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Current value</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare curentă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:custom-graphs" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Custom graphs</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grafice personalizate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:custom-label" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Custom label</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Etichetă personalizată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:custom-label-for-map-2s-elements-of-type-1s-may-not-be-empty" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Custom label for map "%2$s" elements of type "%1$s" may not be empty.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eticheta personalizată pentru harta "%2$s" elementele de tipul "%1$s" nu poate fi vidă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:custom-multiplier" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Custom multiplier</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Multiplicator personalizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:custom-severity-names-affect-all-locales-and-require-manual-translation" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Custom severity names affect all locales and require manual translation!</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numele de severitate personalizată afectează toate localizările și necesită traducere manuală!</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:custom-size" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Custom size</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dimensiune personalizată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:czech-cs_cz" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Czech (cs_CZ)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cehă (cs_CZ)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:day-shortd" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>d</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>z</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:daily" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Daily</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Zilnic</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:dashboard" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Dashboard</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Panou de supraveghere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:dashed-line" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Dashed line</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Linie întreruptă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:database-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Database host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Server bază de date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:database-monitor" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Database monitor</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Monitor bază de date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:database-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Database name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume bază de date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:database-password" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Database password</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Parolă bază de date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:database-port" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Database port</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Port bază de date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:database-schema" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Database schema</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Schema bazei de date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:database-server" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Database server</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Server baze de date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:database-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Database type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipul bazei de date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:database-user" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Database user</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Utilizator bază de date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:data-from-1s-generated-in-2s-sec" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Data from %1$s. Generated in %2$s sec.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Date din %1$s. Generate în %2$s sec.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:data-overview" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Data overview</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Verificare date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:date" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Date</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:date-hw-decommissioned" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Date HW decommissioned</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dată HW dezafectat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:date-hw-installed" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Date HW installed</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dată HW instalat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:date-hw-maintenance-expires" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Date HW maintenance expires</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Data de mentenanță HW expiră</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:date-hw-purchased" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Date HW purchased</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Data achiziției HW</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:day" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Day</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Zi</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:day-of-month" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Day of month</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ziua lunii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:day-of-week" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Day of week</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ziua săptămânii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:days" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>days</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>zile</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:days" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Days</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Zile</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:d-device" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%d device</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%d echipament</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:d-device" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%d device</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%d echipamente</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:d-device" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%d device</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%d echipamente</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:debug" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Debug</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Depanare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:debug-mode" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Debug mode</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mod depanare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:dec" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Dec</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dec</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:december" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>December</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Decembrie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:default" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>default</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>implicit</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:default" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Default</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Implicit</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:default-authentication" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Default authentication</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Autentificare implicită</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:default-operation-step-duration" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Default operation step duration</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Durata etapei operației implicite</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:default-theme" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Default theme</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tema implicită</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:delay" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delay</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Întârziere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:delayed-by" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delayed by</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Întârziat de către</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:delete" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șterge</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:delete-and-clear" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete and clear</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șterge și curăță</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:delete-and-clear-selected-templates-warning-all-linked-hosts-will-be-cleared" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete and clear selected templates? (Warning: all linked hosts will be cleared!)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere si curățare șabloane selectate? (Avertizare: toate serverele conectate vor fi șterse!)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:delete-and-clear-template-warning-all-linked-hosts-will-be-cleared" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete and clear template? (Warning: all linked hosts will be cleared!)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere si curățare șablon? (Avertizare: toate serverele conectate vor fi șterse!)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:delete-current-action" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete current action?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere acțiune curentă?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:delete-discovery-rule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete discovery rule?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere regulă de detecție?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:delete-expression" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete expression?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere expresie?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:delete-graph" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete graph?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere element grafic?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:delete-graph-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete graph prototype?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere prototip de grafic?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:delete-history-of-selected-items" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete history of selected items?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere istoric pentru itemi selectați?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:delete-icon-map" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete icon map?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere harta icoanei?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:delete-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete item?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere element?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:delete-item-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete item prototype?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere prototip de element?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:delete-links-between-selected-elements" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete links between selected elements?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere legătura între elementele selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:delete-maintenance-period" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete maintenance period?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere perioadă de întreținere?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:delete-proxy" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete proxy?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere proxy?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:delete-regular-expression" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete regular expression?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere expresie uzuală?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:delete-script" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete script?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere script?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:delete-selected-actions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected actions?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere acțiuni selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:delete-selected-discovery-rules" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected discovery rules?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere regulă de detecție selectată?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:delete-selected-elements" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected elements?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere elemente selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:delete-selected-graph-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected graph prototypes?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere prototipuri grafici selectați?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:delete-selected-graphs" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected graphs?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere elemente grafice selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:delete-selected-group" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected group?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere grup selectat?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:delete-selected-groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected groups?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere grupuri selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:delete-selected-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected host?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere server selectat?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:delete-selected-host-groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected host groups?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere grupuri de servere selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:delete-selected-host-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected host prototype?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere prototipuri de servere selectați?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:delete-selected-host-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected host prototypes?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere prototipuri de servere selectați?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:delete-selected-hosts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected hosts?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere servere selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:delete-selected-image" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected image?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere imagine selectată?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:delete-selected-item-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected item prototypes?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere elemente prototip selectațe?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:delete-selected-items" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected items?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere elementele selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:delete-selected-maintenance-periods" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected maintenance periods?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere perioade de întreținere selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:delete-selected-maps" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected maps?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere hărți selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:delete-selected-media-types" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected media types?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere elemente media selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:delete-selected-proxies" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected proxies?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere proxy-uri selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:delete-selected-regular-expressions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected regular expressions?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere expresii uzuale selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:delete-selected-scripts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected scripts?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere scripturi selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:delete-selected-templates" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected templates?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere șabloane selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:delete-selected-trigger-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected trigger prototypes?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere prototipuri de trigger selectați?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:delete-selected-triggers" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected triggers?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere triggeri selectați?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:delete-selected-user" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected user?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere utilizator selectat?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:delete-selected-users" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected users?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere utilizatori selectați?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:delete-template" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete template?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere șablon?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:delete-trigger" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete trigger?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere trigger?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:delete-trigger-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete trigger prototype?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere prototip de trigger?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:delimiter" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delimiter</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Delimitator</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:deny" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Deny</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Negare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:dependencies" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Dependencies</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dependențe</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:dependent" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Dependent</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dependenţă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:depends-on" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Depends on</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Depinde de</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:deployment-status" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Deployment status</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Stare de implementare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:description" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Description</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Descriere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:details" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Details</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Detalii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:device" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Device</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Echipament</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:device-uniqueness-criteria" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Device uniqueness criteria</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Criteriu unic al echipamentului</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:disable" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Disable</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezactivare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezactivat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:disable-debug-mode-in-selected-groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Disable debug mode in selected groups?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezactivare mod de depanare în grupurile selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:disable-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Disable host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezactivare server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:disable-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Disable host?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezactivare server?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:disable-hosts-in-the-selected-host-groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Disable hosts in the selected host groups?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezactivare servere în grupurile de servere selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:disable-hosts-monitored-by-selected-proxies" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Disable hosts monitored by selected proxies?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezactivare servere monitorizate de proxy-urile selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:disable-selected-actions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Disable selected actions?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezactivare acțiuni selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:disable-selected-discovery-rules" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Disable selected discovery rules?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezactivare reguli de detecție selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:disable-selected-groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Disable selected groups?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezactivare grupuri selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:disable-selected-hosts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Disable selected hosts?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezactivare servere selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:disable-selected-items" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Disable selected items?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezactivare itemi selectaţi?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:disable-selected-media-types" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Disable selected media types?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezactivare elemente media selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:disable-selected-triggers" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Disable selected triggers?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezactivare triggeri selectați?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:disaster" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Disaster</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezastru</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:discovered" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovered</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Detectat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:discovered-by" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovered by</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Detectat de</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:discovered-device" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovered device</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Echipament detectat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:discovered-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>discovered host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>server detectat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:discovered-service" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>discovered service</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>serviciu detectat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:discovery" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>discovery</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:discovery" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Detectare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:discovery-by-proxy" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery by proxy</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Detectat de către proxy</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:discovery-check" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery check</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Verificare de detectare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:discovery-checks" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery checks</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Verificări de detectare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:discovery-list" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery list</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Listă de detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:discovery-object" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery object</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Obiect detectat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:discovery-rule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery rule</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Regulă de detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:discovery-rule-1s-already-exists-on-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery rule "%1$s" already exists on "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Regula de detecție "%1$s" există deja pe "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:discovery-rule-1s-already-exists-on-2s-inherited-from-another-template" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery rule "%1$s" already exists on "%2$s", inherited from another template.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Regula de detecție "%1$s" există deja pe "%2$s", moștenită de la alt șablon.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:discovery-rule-created" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery rule created</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Regulă de detecție creată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:discovery-rule-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery rule deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Regulile de descoperire șterse</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:discovery-rule-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery rule deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Regulile de descoperire ștearse</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:discovery-rule-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery rule deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Regula de descoperire ștearsă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:discovery-rule-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery rule disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Reguli de detecție dezactivate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:discovery-rule-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery rule disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Regulă de detecție dezactivată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:discovery-rule-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery rule disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Reguli de detecție dezactivate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:discovery-rule-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery rule enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Regulă de detecție activată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:discovery-rule-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery rule enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Reguli de detecție activate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:discovery-rule-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery rule enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Reguli de detecție activate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:discovery-rules" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery rules</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Reguli de detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:discovery-rules-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery rules deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Reguli de detecție șterse</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:discovery-rule-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery rule updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Regulă de detecție actualizată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:discovery-status" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery status</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Stare detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:displaying-1s-of-2s-found" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Displaying %1$s of %2$s found</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Afișare %1$s din %2$s gasită</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:display-ok-triggers-for" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Display OK triggers for</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Afișare triggeri OK pentru</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:dm" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>d.M</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>z.L</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:dns" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>DNS</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>DNS</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:dns-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>DNS name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume DNS</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:dot" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Dot</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Punct</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:discovery-statusdown" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Down</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Oprit</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:discovery-results-in-dashboarddown" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Down</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Oprit</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:downtime" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Downtime</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Avarie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:do-you-wish-to-replace-the-conditional-expression" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Do you wish to replace the conditional expression?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Doreşti să înlocuiești expresia condițională?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:draw-style" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Draw style</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Stil de desen</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:duplicate-dependencies-in-trigger-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Duplicate dependencies in trigger "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dublează dependențe în trigger "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:duration" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Duration</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Durată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:dutch-nl_nl" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Dutch (nl_NL)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Olandeză (nl_NL)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:dynamic-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Dynamic item</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Item dinamic</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:each-url-should-have-a-unique-name-please-make-sure-there-is-only-one-url-named" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Each URL should have a unique name. Please make sure there is only one URL named</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Fiecare URL trebuie să aibă un nume unic. Vă rugăm să vă asigurați că există un singur URL cu numele</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:edit" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Edit</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Editare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:element" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Element</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Element</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:element-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Element name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume element</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:email" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Email</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Email</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:empty" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Empty</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Gol</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:empty-input-parameter" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Empty input parameter.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Golire parametru de intrare.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:enable" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Enable</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:enable-confirmation" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Enable confirmation</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activare confirmare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:enable-debug-mode-in-selected-groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Enable debug mode in selected groups?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activare mod de depanare în grupurile selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:enable-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Enable host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activare server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:enable-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Enable host?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activare server?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:enable-hosts-monitored-by-selected-proxies" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Enable hosts monitored by selected proxies?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activare servere monitorizate de proxy-urile selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:enable-internal-housekeeping" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Enable internal housekeeping</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activare menaj intern</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:enable-selected-actions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Enable selected actions?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activare acțiuni selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:enable-selected-discovery-rules" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Enable selected discovery rules?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activare reguli de detecție selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:enable-selected-groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Enable selected groups?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activare grupuri selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:enable-selected-hosts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Enable selected hosts?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activare servere selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:enable-selected-items" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Enable selected items?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activare itemi selectați?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:enable-selected-media-types" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Enable selected media types?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activare elemente de tip media selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:enable-selected-triggers" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Enable selected triggers?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activare triggeri selectați?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:english-en_us" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>English (en_US)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Engleză (en_US)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:error" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Error</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eroare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:error-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Error: %1$s</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eroare: %1$s</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:error-in-search-request-for-table-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Error in search request for table "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eroare in cererea de căutare pentru tabelul "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:event" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Event</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eveniment</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:event-acknowledged" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Event acknowledged</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eveniment confirmat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:event-details" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Event details</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Detalii eveniment</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:event-generation" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Event generation</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Generare eveniment</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:event-id" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Event ID</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eveniment ID</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:event-list-previous-20" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Event list [previous 20]</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Listă de evenimente [ultimele 20]</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:events-and-alerts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Events and alerts</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Evenimente și alerte</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:event-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Event type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip eveniment</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:every-days" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Every day(s)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Zilnic (s)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:every-weeks" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Every week(s)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Săptămânal (s)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:exclude" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Exclude</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Exclude</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:execute" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Execute</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Execută</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:executed-script" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Executed script</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Script executat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:execute-on" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Execute on</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Execută la</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:execution-confirmation" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Execution confirmation</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Confirmare de executare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:expand-single-problem" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Expand single problem</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Extinde problema unică</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:maintenance-statusexpired" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Expired</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expirat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:exploded" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Exploded</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Explodat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:export-to-csv" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Export to CSV</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Export în CSV</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:expression" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Expression</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expresie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:expression-cannot-be-empty" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Expression cannot be empty</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expresia nu poate fi vidă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:expression-constructor" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Expression constructor</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Constructor de expresii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:expressions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Expressions</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expresii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:expression-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Expression type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip de expresie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:external-check" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>External check</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Verificare externă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:friday-shortf" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>F</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>F</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:fail" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Fail</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Greșeală</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:failed" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Failed</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eșec</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:failure-audit" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Failure Audit</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Audit greșit</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:false" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>FALSE</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>FALS</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:feb" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Feb</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Feb</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:february" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>February</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Februarie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:field" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Field</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Câmp</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:field-1s-cannot-be-set-to-null" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Field "%1$s" cannot be set to NULL.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Câmpul "%1$s" nu poate fi pus NULL.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:field-1s-is-mandatory" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Field "%1$s" is mandatory.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Câmpul "%1$s" este opțional. </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:field-1s-is-not-integer" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Field "%1$s" is not integer.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Câmpul "%1$s" nu este număr întreg.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:field-1s-is-not-string" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Field "%1$s" is not string.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Câmpul "%1$s" nu este șir.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:field-1s-must-be-missing" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Field "%1$s" must be missing.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Câmpul "%1$s" trebuie să lipsească.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:file-is-too-big-max-upload-size-is-1s-bytes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>File is too big, max upload size is %1$s bytes.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Fișierul este prea mare, mărimea maximă de upload este %1$s octeți.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:filled-region" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Filled region</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Zone pline</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:filter" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Filter</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Filtru</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:finish" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Finish</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Sfârșit</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:finnish-fi_fi" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Finnish (fi_FI)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Finlandeză (fi_FI)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:page-navigationfirst" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>First</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Primul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:fit-to-map" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Fit to map</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Încadrează în hartă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:fixed" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Fixed</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Remediat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:formula" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Formula</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Formulă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:french-fr_fr" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>French (fr_FR)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Franceză (fr_FR)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:fri" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Fri</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Fri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:friday" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Friday</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Vineri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:from" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>From</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>De la</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:frontend-access" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Frontend access</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acces la interfață</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:frontend-messaging" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Frontend messaging</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mesaje de interfață</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:ftp" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>FTP</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>FTP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:full-clone" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Full clone</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Clonă completă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:function" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Function</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Funcție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:general" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>General</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>General</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:german-de_de" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>German (de_DE)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Germană (de_DE)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:given-expression-is-not-a-macro" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Given expression is not a macro</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expresia dată nu este macro</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:item_formglobal-housekeeping-settings" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>global housekeeping settings</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>setări interne globale</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:google-chrome" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Google Chrome</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Google Chrome</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:go-to" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Go to</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mergi la</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:gradient-line" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Gradient line</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Gradient linie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:graph" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grafic</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:graph-1s-already-exists-on-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph "%1$s" already exists on "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Graficul "%1$s" există deja pe "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:graph-1s-already-exists-on-2s-inherited-from-another-template" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph "%1$s" already exists on "%2$s" (inherited from another template).</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Graficul "%1$s" există deja pe "%2$s" (moștenit de la alt șablon).</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:graph-1s-already-exists-on-2s-items-are-not-identical" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph "%1$s" already exists on "%2$s" (items are not identical).</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Graficul "%1$s" există deja pe "%2$s" (itemii nu sunt identici).</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:graph-1s-with-templated-items-cannot-contain-items-from-other-hosts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph "%1$s" with templated items cannot contain items from other hosts.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Graficul "%1$s" cu itemi șablon nu poate să conțină itemi de la alte servere.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:graph-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grafic adăugat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:graph-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grafic șters</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:graph-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototip grafic</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:graph-prototype-1s-contains-item-prototypes-from-multiple-discovery-rules" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph prototype "%1$s" contains item prototypes from multiple discovery rules.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototipul grafic "%1$s" conține prototipu grafici pentru mai multe reguli de detecție.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:graph-prototype-1s-must-have-at-least-one-item-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph prototype "%1$s" must have at least one item prototype.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototipul grafic "%1$s" trebuie să aibă cel puțin un prototip item.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:graph-prototype-1s-with-templated-items-cannot-contain-items-from-other-hosts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph prototype "%1$s" with templated items cannot contain items from other hosts.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototip de grafic "%1$s" cu itemi șablon nu poate să conțină itemi de la alte servere.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:graph-prototype-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph prototype added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototip grafic adăugat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:graph-prototype-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph prototype deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototip grafic șters</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:graph-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph prototypes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototipuri grafice</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:graph-prototypes-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph prototypes deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototipuri grafice șterse</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:graph-prototype-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph prototype updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototip grafic adăugat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:graphs" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graphs</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grafice</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:graphs-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graphs deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grafice șterse</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:graph-sum" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph sum</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Sumă grafică</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:graph-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip grafic</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:graph-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grafic actualizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:graph-with-name-1s-already-exists-in-graphs-or-graph-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph with name "%1$s" already exists in graphs or graph prototypes.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Graficul cu numele "%1$s" există deja în grafic sau în prototipurile de grafic.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:greek-el_gr" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Greek (el_GR)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Greacă (el_GR)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:grid" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Grid</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grilă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:group" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Group</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grup</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:group-1s-cannot-be-deleted-because-it-is-used-by-a-host-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Group "%1$s" cannot be deleted, because it is used by a host prototype.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grupul "%1$s" nu poate fi șters, pentru că este utilizat de un server prototip </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:group-1s-does-not-exist" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Group "%1$s" does not exist.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grupul "%1$s" nu există.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:group-1s-for-host-2s-does-not-exist" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Group "%1$s" for host "%2$s" does not exist.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grupul "%1$s" pentru serverul "%2$s" nu există.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:group-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Group added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grup adăugat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:group-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Group deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grupurile șterse </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:group-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Group deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grupul a fost șters</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:group-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Group deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grupurile șterse </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:group-for-discovered-hosts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Group for discovered hosts</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grup pentru servere detectate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:grouping-by" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Grouping by</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grupare după</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:group-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Group name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume grup</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:group-prototype-cannot-be-based-on-a-discovered-host-group-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Group prototype cannot be based on a discovered host group "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grupul prototip nu se poate baza pe un grup server detectat "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:group-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Group prototypes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototipuri grup</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Groups</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grupuri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:group-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Group updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grup actualizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:gsm-modem" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>GSM modem</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Modem GSM</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:gui" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>GUI</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>GUI</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:gui-access-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>GUI access disabled.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acces GUI dezactivat.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:hour-shorth" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>h</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>h</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:hardware" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Hardware</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Hardware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:hardware-full-details" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Hardware (Full details)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Hardware (Detalii complete)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:height" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Height</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Înălțime</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:help" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Help</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ajutor</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:hi" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>H:i</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>H:m</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:hidden" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Hidden</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ascuns</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:hide-selected" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Hide selected</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ascunde selecția</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:high" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>High</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ridicat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:his" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>H:i:s</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>H:m:s</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:history" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>History</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Istoric</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:history-cleared" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>History cleared</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Istoric șters</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:history-clearing-can-take-a-long-time-continue" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>History clearing can take a long time. Continue?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Golirea istoricului poate lua o perioadă lungă de timp. Continuare?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:history-storage-period" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>History storage period</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Perioadă de istoric a stocării</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:horizontal" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Horizontal</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Orizontal</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:horizontal-align" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Horizontal align</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Aliniere orizontală</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Hosturi</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Hosturi</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Host</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:host-1s-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host "%1$s" already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Serverul "%1$s" există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:host-access" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host access</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acces server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:host-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Server adăugat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:host-cannot-have-more-than-one-default-interface-of-the-same-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host cannot have more than one default interface of the same type.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Serverul nu poate avea mai mult de o interfață implicită de același tip.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:host-count" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host count</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Contor server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:host-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Server șters</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:host-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Server dezactivat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:host-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Servere dezactivate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:host-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Servere dezactivate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:host-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Server activat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:host-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Servere activate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:host-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Servere activate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:host-group" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>host group</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>grup server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:host-group" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host group</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grup server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:host-group-1s-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host group "%1$s" already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grupul server "%1$s" există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:host-group-1s-cannot-be-deleted-because-it-is-used-in-a-global-script" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host group "%1$s" cannot be deleted, because it is used in a global script.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grupul server "%1$s" nu poate fi șters, pentru că este utilizat într-un script global.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:host-group-elements" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host group elements</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Elementele grupului de servere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:host-group-label-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host group label type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipul etichetei grupului de servere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:host-groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host groups</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grupuri de servere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:hostid-of-dependent-item-and-master-item-should-match" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>"hostid" of dependent item and master item should match</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>al elementului master si dependent trebuie sa se potriveasca</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:host-interface" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host interface</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Interfață server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:host-inventory" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host inventory</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Inventar server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:host-inventory-overview" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host inventory overview</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prezentare generală inventar server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:host-ip" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host IP</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>IP server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:hostkey-pair-is-expected" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>"host:key" pair is expected</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>se asteapta o pereche</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:host-label-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host label type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip eticheta server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:host-metadata" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host metadata</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Metadate server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:host-networks" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host networks</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Rețele server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:host-prototype-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host prototype added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototip grafic adăugat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:host-prototype-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host prototype deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototip grafic șters</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:host-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host prototypes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototipuri de servere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:host-prototypes-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host prototypes deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototipuri de servere șterse</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:host-prototype-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host prototype updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototip host updatat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:host-prototype-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host prototype updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototip Host actualizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:host-prototype-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host prototype updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototip Host actualizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:host-prototype-with-host-name-1s-already-exists-in-discovery-rule-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host prototype with host name "%1$s" already exists in discovery rule "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Server prototip cu nume server "%1$s" există deja în regula de detecție "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:host-prototype-with-visible-name-1s-already-exists-in-discovery-rule-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host prototype with visible name "%1$s" already exists in discovery rule "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Server prototip cu nume vizibil "%1$s" există deja în regula de detecție "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:host-router" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host router</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Router gazdă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:hosts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Hosts</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Servere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:hosts-location" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Hosts location</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Locație servere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:host-subnet-mask" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host subnet mask</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mască subnet server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:hosts-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Hosts updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Servere actualizate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:host-time" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host time</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Timp server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:host-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Server actualizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:host-update-failed" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host update failed.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Actualizare server nereușită.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:host-with-the-same-name-1s-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host with the same name "%1$s" already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Server cu același nume "%1$s" există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:host-with-the-same-visible-name-1s-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host with the same visible name "%1$s" already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Server cu același nume vizibil "%1$s" există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:hours" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Hours</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ore</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:housekeeping" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Housekeeping</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Housekeeping</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:http" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>HTTP</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>HTTP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:http-authentication" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>HTTP authentication</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Autentificare HTTP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:http-proxy" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>HTTP proxy</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>proxy HTTP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:https" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>HTTPS</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>HTTPS</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:hungarian-hu_hu" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Hungarian (hu_HU)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Maghiară (hu_HU)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:hw-architecture" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>HW architecture</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Arhitectură HW</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:icmp-ping" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>ICMP ping</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>ping ICMP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:icon" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>icon</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>iconiță</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:icon" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Icon</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Iconiță</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:icon-default" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Icon (default)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Iconiță (implicit)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:icon-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Icon (disabled)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Iconiță (dezactivat)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:icon-highlight" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Icon highlight</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Iconiță selectată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:icon-maintenance" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Icon (maintenance)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Iconiță (mentenanță)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:icon-map" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Icon map</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Icon hartă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:icon-map-1s-cannot-be-deleted-used-in-map-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Icon map "%1$s" cannot be deleted. Used in map "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Icon hartă "%1$s" nu poate fi ștearsă. Este folosită în harta "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:icon-map-created" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Icon map created</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Icon hartă creat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:icon-map-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Icon map deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Icon hartă șters</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:icon-mapping" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Icon mapping</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>mapare icon</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:icon-map-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Icon map updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Icon hartă actualizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:icon-problem" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Icon (problem)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Iconiță (problemă)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:icons" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Icons</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Iconițe</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:id" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>ID</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>ID</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:if-you-think-this-message-is-wrong-please-consult-your-administrators-about-getting-the-necessary-permissions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>If you think this message is wrong, please consult your administrators about getting the necessary permissions.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dacă crezi ca acest mesaj este greșit, te rog să consulți administratorii pentru obținerea permisiunilor necesare.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:image" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>image</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>imagine</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:image" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Image</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Imagine</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:image-1s-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Image "%1$s" already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Imaginea "%1$s" există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:image-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Image added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Imagine adăugată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:image-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Image deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Imagine ștearsă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:image-label-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Image label type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipul etichetei imaginii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:images" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Images</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Imagini</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:images-for-all-maps-will-be-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Images for all maps will be updated!</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Imaginile pentru toate hărțile vor fi actualizate!</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:image-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Image updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Imagine actualizată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:imap" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>IMAP</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>IMAP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:immediately" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Immediately</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Imediat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:import" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Import</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Import</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:imported-successfully" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Imported successfully</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Import cu succes</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:import-file" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Import file</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Fișier import</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:in" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>in</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>în</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:include" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Include</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Include</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:incorrect-1s-label-type-value-for-map-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect %1$s label type value for map "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipul valorii etichetei %1$s incorect pentru harta "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:incorrect-action-condition-discovery-check" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect action condition discovery check.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Condiție de acțiune incorectă la verificare detecție.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:incorrect-action-condition-discovery-check-discovery-check-does-not-exist-or-you-have-no-access-to-it" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect action condition discovery check. Discovery check does not exist or you have no access to it.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Condiție de acțiune incorectă la verificare detecție. Verificarea detecției nu există sau nu ai acces la ea.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:incorrect-action-condition-discovery-object" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect action condition discovery object.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Condiție de acțiune incorectă la detecție obiect.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:incorrect-action-condition-discovery-rule-discovery-rule-does-not-exist-or-you-have-no-access-to-it" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect action condition discovery rule. Discovery rule does not exist or you have no access to it.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Condiție de acțiune incorectă la regula de detecție. Regula de detecție nu există sau nu ai acces la ea.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:incorrect-action-condition-discovery-status" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect action condition discovery status.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Condiție de acțiune incorectă la starea de detecție.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:incorrect-action-condition-event-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect action condition event type.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Condiție de acțiune incorectă la tipul eveniment.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:incorrect-action-condition-port-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect action condition port "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Condiție de acțiune incorectă port "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:incorrect-action-condition-proxy-proxy-does-not-exist-or-you-have-no-access-to-it" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect action condition proxy. Proxy does not exist or you have no access to it.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Condiție de acțiune incorectă proxy. Proxy nu există sau nu ai acces la el.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:incorrect-action-condition-trigger-severity" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect action condition trigger severity.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Condiție de acțiune incorectă la gravitate trigger.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:incorrect-action-condition-trigger-trigger-does-not-exist-or-you-have-no-access-to-it" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect action condition trigger. Trigger does not exist or you have no access to it.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Condiție de acțiune incorectă trigger. Trigger nu există sau nu ai acces la el.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:incorrect-action-condition-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect action condition type.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Condiție de acțiune incorectă gen.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:incorrect-action-operation-escalation-step-values" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect action operation escalation step values.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Operațiune de acțiune incorectă tip valoare crescută cu un pas.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:incorrect-arguments-passed-to-function" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect arguments passed to function.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Argumente incorecte trimise funcției.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:incorrect-event-object-1s-2s-for-event-source-3s-4s-only-the-following-objects-are-supported-5s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect event object "%1$s" (%2$s) for event source "%3$s" (%4$s), only the following objects are supported: %5$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Obiect eveniment incorect "%1$s" (%2$s) pentru sursa eveniment "%3$s" (%4$s), numai urmăoarele obiecte sunt suportate: %5$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:incorrect-eventobject-value" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect eventobject value.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare obiect eveniment incorectă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:incorrect-eventsource-value" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect eventsource value.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare sursă eveniment incorectă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:incorrect-field-1s-name-or-value-in-where-statement-for-table-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect field "%1$s" name or value in where statement for table "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume sau valoare câmp "%1$s" incorecte în care afirmația pentru tabelul "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:incorrect-fields-for-sysmap" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect fields for sysmap.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Câmpuri incorecte pentru sysmap.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:incorrect-file-upload" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect file upload.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Încărcare fișier incorectă. </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:incorrect-function-is-used" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect function is used</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Funcție incorectă utilizată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:incorrect-image-index" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect image index.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Index imagine incorect.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:incorrect-input-parameters" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect input parameters.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Parametrii de intrare incorecți.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:incorrect-item-for-axis-value" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect item for axis value.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Item incorect pentru valoare axă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:incorrect-item-key-1s-provided-for-trigger-expression-on-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect item key "%1$s" provided for trigger expression on "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cheie item "%1$s" incorect prevăzut pentru expresia triggerului pe "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:incorrect-item-value-type-1s-provided-for-trigger-function-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect item value type "%1$s" provided for trigger function "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip valoare item "%1$s" incorect prevăzut pentru funcția triggerului "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:incorrect-list-of-items" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect list of items.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Listă incorectă de itemi.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:incorrect-maintenance-date-must-be-between-19700101-and-20380118" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect maintenance - date must be between 1970.01.01 and 2038.01.18</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mentenanță incorectă - data trebuie să fie între 1970.01.01 și 2038.01.18</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:incorrect-maintenance-period-minimum-5-minutes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect maintenance period (minimum 5 minutes)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Perioadă a mentenanței incorectă (minim 5 minute)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:incorrect-object-value" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect object value.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare obiect incorectă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:incorrect-port-range" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect port range.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Gamă port incorectă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:incorrect-response-received-from-zabbix-server-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect response received from Zabbix server "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Răspuns incorect primit de la serverul Zabbix "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:incorrect-snmp-community" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect SNMP community.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Comunitate SNMP incorectă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:incorrect-snmp-oid" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect SNMP OID.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>SNMP OID incorect.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:incorrect-source-value" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect source value.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare sursă incorectă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:incorrect-syntax-near-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>incorrect syntax near "%1$s"</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>sintaxă incorectă lângă "%1$s"</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:incorrect-trigger-expression" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect trigger expression.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expresii trigger incorecte.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:incorrect-trigger-expression-host-1s-does-not-exist-or-you-have-no-access-to-this-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect trigger expression. Host "%1$s" does not exist or you have no access to this host.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expresie trigger incorectă. Serverul "%1$s" nu există sau nu ai acces la acest server.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:incorrect-trigger-expression-trigger-expression-elements-should-not-belong-to-a-template-and-a-host-simultaneously" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect trigger expression. Trigger expression elements should not belong to a template and a host simultaneously.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expresie trigger incorectă. Elementele expresiei trigger nu trebuie să aparțină simultan unui șablon si unui server.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:incorrect-value-1s-for-2s-field" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect value "%1$s" for "%2$s" field.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare incorectă "%1$s" pentru câmpul "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:incorrect-value-1s-for-2s-field-must-be-between-3s-and-4s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect value "%1$s" for "%2$s" field: must be between %3$s and %4$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare incorectă "%1$s" pentru câmpul "%2$s": trebuie să fie între %3$s și %4$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:incorrect-value-1s-for-float-field-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect value "%1$s" for float field "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare incorectă "%1$s" pentru câmpul flotant "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:incorrect-value-1s-for-int-field-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect value "%1$s" for int field "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare incorectă "%1$s" pentru câmpul int "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:incorrect-value-1s-for-unsigned-int-field-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect value "%1$s" for unsigned int field "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare incorectă "%1$s" pentru câmpul int nesemnat "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:indonesian-id_id" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Indonesian (id_ID)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Indoneză (id_ID)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:info" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Info</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Info</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:information" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Information</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Informaţie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:in-maintenance" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>In maintenance</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>În mentenanță</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:in-progress" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>In progress</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>În progres</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:insert" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Insert</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Inserează</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:installation" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Installation</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Instalare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:installer-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Installer name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume de instalare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:interface" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Interface</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Interfață</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:interface-is-linked-to-item-1s-on-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Interface is linked to item "%1$s" on "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Interfața e legată de itemul "%1$s" pe "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:interface-with-dns-1s-cannot-have-empty-ip-address" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Interface with DNS "%1$s" cannot have empty IP address.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Interfața cu DNS "%1$s" nu poate avea adresă IP goală.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:interface-with-ip-1s-cannot-have-empty-dns-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Interface with IP "%1$s" cannot have empty DNS name.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Interfața cu IP "%1$s" nu poate avea nume DNS gol.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:interface-with-ip-1s-cannot-have-empty-dns-name-while-having-use-dns-property-on-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Interface with IP "%1$s" cannot have empty DNS name while having "Use DNS" property on "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Interfața cu IP "%1$s" nu poate avea nume DNS gol în timp ce are "Folosește proprietatea DNS" la "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:event-sourceinternal" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>internal</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>intern</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:user-typeinternal" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Internal</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Intern</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:authenticationinternal" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Internal</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Intern</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:internal-error" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Internal error.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eroare internă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:internal-json-rpc-error" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Internal JSON-RPC error.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eroare internă JSON-RPC.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:internet-explorer" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Internet Explorer</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Internet Explorer</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:interval" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Interval</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Interval</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:invalid-json-an-error-occurred-on-the-server-while-parsing-the-json-text" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Invalid JSON. An error occurred on the server while parsing the JSON text.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>JSON invalid. A apărut o eroare la server în timp ce analiza textul JSON.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:invalid-key-1s-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Invalid key "%1$s": %2$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cheie invalidă "%1$s": %2$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:invalid-key-1s-for-discovery-rule-2s-on-3s-4s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Invalid key "%1$s" for discovery rule "%2$s" on "%3$s": %4$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cheie invalidă "%1$s" pentru regula de detecție "%2$s" pe "%3$s": %4$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:invalid-key-1s-for-item-2s-on-3s-4s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Invalid key "%1$s" for item "%2$s" on "%3$s": %4$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cheie invalidă "%1$s" pentru itemul "%2$s" pe "%3$s": %4$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:invalid-key-1s-for-item-prototype-2s-on-3s-4s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Invalid key "%1$s" for item prototype "%2$s" on "%3$s": %4$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cheie invalidă "%1$s" pentru prototipul item "%2$s" pe "%3$s": %4$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:invalid-method-parameters" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Invalid method parameters.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Parametrii metodei invalizi. </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:invalid-params" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Invalid params.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Parametri invalizi.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:invalid-response-code-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Invalid response code "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cod de răspuns invalid "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:inventory" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Inventory</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Inventar</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:inventory-disabled-for-host-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Inventory disabled for host "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Inventar dezactivat pentru server "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:inventory-field" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Inventory field</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Câmp inventar</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:inventory-mode" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Inventory mode</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mod inventar</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:ip" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>IP</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>IP Internet Protocol</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:ip-address" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>IP address</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adresă IP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:ip-and-dns-cannot-be-empty-for-host-interface" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>IP and DNS cannot be empty for host interface.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>IP-ul si DNS-ul nu pot fi nule pentru interfața serverului.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:ipmi" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>IPMI</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>IPMI</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:ipmi-agent" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>IPMI agent</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Agent IPMI</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:ipmi-interfaces" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>IPMI interfaces</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Interfață IPMI</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:ipmi-sensor" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>IPMI sensor</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Senzor IPMI</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:ip-range" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>IP range</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Interval IP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:is-online" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Is online?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Este online?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:italian-it_it" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Italian (it_IT)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Italiană (it)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>item</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>item</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Item</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:item-1s-already-exists-on-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item "%1$s" already exists on "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Itemul "%1$s" există deja pe "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:item-1s-already-exists-on-2s-inherited-from-another-template" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item "%1$s" already exists on "%2$s", inherited from another template.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Itemul "%1$s" există deja pe "%2$s" moștenit de la alt șablon.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:item-1s-cannot-populate-a-missing-host-inventory-field-number-2d-choices-are-from-0-do-not-populate-to-3d" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item "%1$s" cannot populate a missing host inventory field number "%2$d". Choices are: from 0 (do not populate) to %3$d.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Itemul "%1$s" nu poate popula un server lipsă cu număr câmp inventar "%2$d". Opțiunile suntȘ de la 0 (nu popula) la %3$d.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:item-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Item adăugat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:item-count" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item count</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numărătoare item</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:item-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Item șters</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:item-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Element dezactivat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:item-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Elemente dezactivate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:item-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Elemente dezactivate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:item-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Item activat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:item-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Itemi activați</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:item-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Itemi activați</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:item-in-not-supported-state" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item in "not supported" state</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Item în stare "nesuportată"</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:item-not-selected" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item not selected</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Item neselectat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:item-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototip item</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:item-prototype-1s-already-exists-on-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item prototype "%1$s" already exists on "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototip item "%1$s" există deja pe "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:item-prototype-1s-already-exists-on-2s-inherited-from-another-template" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item prototype "%1$s" already exists on "%2$s", inherited from another template.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototip item "%1$s" există deja pe "%2$s", moștenit de la alt șablon.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:item-prototype-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item prototype added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototip item adăugat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:item-prototype-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item prototype deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototip item șters</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:item-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item prototypes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototipuri item</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:item-prototypes-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item prototypes deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototipuri item șterse</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:item-prototype-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item prototype updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototip item actualizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:items" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Items</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Itemi</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:items-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Items deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Itemi ștersi</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:items-list" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Items list</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Lista itemi</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:items-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Items updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Itemi actualizați</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:item-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Item actualizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:item-uses-host-interface-from-non-parent-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item uses host interface from non-parent host.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Itemul folosește interfața serverului dintr-un server ne-părinte.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:item-uses-incorrect-interface-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item uses incorrect interface type.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Itemul folosește un tip de interfață incorectă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:item-will-not-be-refreshed-please-enter-a-correct-update-interval" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item will not be refreshed. Please enter a correct update interval.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Itemul nu va fi actualizat. Va rugăm să introduceți un interval de actualizare corect.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:item-with-key-1s-already-exists-on-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item with key "%1$s" already exists on "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Item cu cheia "%1$s" deja există pe "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:item-with-key-1s-already-exists-on-2s-as-a-discovery-rule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item with key "%1$s" already exists on "%2$s" as a discovery rule.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Item cu cheia "%1$s" deja există pe "%2$s" ca o regulă de detecție.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:item-with-key-1s-already-exists-on-2s-as-an-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item with key "%1$s" already exists on "%2$s" as an item.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Item cu cheia "%1$s" deja există pe "%2$s" ca și un item.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:item-with-key-1s-already-exists-on-2s-as-an-item-created-from-item-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item with key "%1$s" already exists on "%2$s" as an item created from item prototype.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Item cu cheia "%1$s" deja există pe "%2$s" ca și un item creat dintr-un prototip item. </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:item-with-key-1s-already-exists-on-2s-as-an-item-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item with key "%1$s" already exists on "%2$s" as an item prototype.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Item cu cheia "%1$s" deja există pe "%2$s" ca și un prototip item.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:item-with-key-1s-already-exists-on-2s-as-unknown-item-element" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item with key "%1$s" already exists on "%2$s" as unknown item element.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Item cu cheia "%1$s" deja există pe "%2$s" ca și un element item necunoscut.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:it-is-not-possible-to-filter-by-user-password" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>It is not possible to filter by user password.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu este posibilă filtrarea după parola utilizatorului.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:it-is-not-possible-to-search-by-user-password" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>It is not possible to search by user password.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu este posibilă căutarea după parola utilizatorului.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:jan" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Jan</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ian</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:january" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>January</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ianuarie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:japanese-ja_jp" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Japanese (ja_JP)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Japoneză (ja_JP)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:jmx" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>JMX</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>JMX</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:jmx-agent" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>JMX agent</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Agent JMX</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:jmx-interfaces" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>JMX interfaces</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Interfață JMX</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:jul" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Jul</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Iul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:july" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>July</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Iulie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:jun" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Jun</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Iun</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:june" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>June</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Iunie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:key" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Key</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cheie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:key-is-empty" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>key is empty</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>cheia este goală</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:key-passphrase" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Key passphrase</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Parola cheie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:korean-ko_kr" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Korean (ko_KR)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Coreeană (ko_KR)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:label" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Label</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Etichetă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:label-location" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Label location</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Locație etichetă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:language" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Language</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Limbă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:week-of-monthlast" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>last</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>ultima</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:last" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>last</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>ultima</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:page-navigationlast" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Last</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ultima</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:last-check" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Last check</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ultima verificare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:last-hour-graph" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Last hour graph</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Graficul ultimei ore</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:last-month-graph" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Last month graph</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Graficul ultimei luni</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:last-of" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Last of</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ultima din</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:last-seen-age" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Last seen (age)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ultima dată vazut (vârstă)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:last-value" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Last value</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ultima valoare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:last-week-graph" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Last week graph</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Graficul ultimei săptămâni</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:latest-data" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Latest data</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cele mai recente date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:latest-values" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Latest values</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cele mai recente valori</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:latvian-lv_lv" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Latvian (lv_LV)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Letonă (lv_LV)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:ldap" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>LDAP</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>LDAP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:ldap-authentication" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>LDAP authentication</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Autentificare LDAP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:ldap-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>LDAP host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Server LDAP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:ldap-login-successful" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>LDAP login successful</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Autentificare LDAP reusită </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:left" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Left</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Stânga</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:limit-for-search-and-filter-results" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Limit for search and filter results</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Limită elemente Căutare/Filtrare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:line" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Line</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Linie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:link" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Link</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Legătură</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:linked-templates" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Linked templates</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șabloane legate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:link-indicators" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Link indicators</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Indicatori de legătură</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:link-templates" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Link templates</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Leagă șabloane</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:link-to-template" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Link to template</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Legătură către șablon</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:link-to-templates" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Link to templates</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Legătură către șabloane</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:list-is-empty" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>List is empty</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Lista este goală</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:lithuanian-lt_lt" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Lithuanian (lt_LT)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Lituaniană (lt_LT)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:local-time" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Local time</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ora locală</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:location" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Location</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Locaţie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:location-latitude" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Location latitude</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Latitudine locație</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:location-longitude" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Location longitude</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Longitudine locație</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:log" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Log</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Înregistrare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:login" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Login</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Autentificare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:login-name-or-password-is-incorrect" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Login name or password is incorrect.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numele sau parola este incorectă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:logout" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Logout</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Deconectare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:log-time-format" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Log time format</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Format timp autentificare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:log-unmatched-snmp-traps" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Log unmatched SNMP traps</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Înregistrarea nu se potrivește cu capcanele SNMP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:lost" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Lost</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Pierdut</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:low-level-discovery-rule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>low-level discovery rule</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>regulă de detecție de nivel inferior</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:low-level-discovery-rule-in-not-supported-state" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Low-level discovery rule in "not supported" state</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nivel scăzut al regulii de detecție în stare "nu este acceptată"</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:minute-shortm" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>m</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>m</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:month-shortm" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>m</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>l</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:monday-shortm" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>M</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>M</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:mac-address-a" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>MAC address A</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adresă MAC A</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:mac-address-b" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>MAC address B</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adresă MAC B</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:macro" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Macro</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Macro</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:macro-1s-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Macro "%1$s" already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Macro-ul "%1$s" există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:macro-1s-already-exists-on-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Macro "%1$s" already exists on "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Macro-ul "%1$s" există deja pe "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:macros" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>macro(s)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>macro(uri)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:macros" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Macros</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Macro-uri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:macros-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Macros updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Macro-uri actualizate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:maintenance" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Maintenance</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mentenanță</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:maintenance-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Maintenance added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mentenanță adăugată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:maintenance-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Maintenance deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mentenanță ștearsă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:maintenance-period" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Maintenance period</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Perioadă de mentenanță</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:maintenance-period-length" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Maintenance period length</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Lungime perioadă de mentenanță</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:maintenance-periods" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Maintenance periods</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Perioade de mentenanță</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:maintenance-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Maintenance type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip mentenanță</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:maintenance-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Maintenance updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mentenanță actualizată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:maintenance-with-data-collection" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Maintenance with data collection</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mentenanță cu colecție de date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:maintenance-without-data-collection" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Maintenance without data collection</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mentenanță fără colecție de date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:manual" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>&lt;manual&gt;</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>&lt;manual&gt;</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:manual" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Manual</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Manual</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:map" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>map</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>hartă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:map" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Map</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Hartă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:map-label-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Map label type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip etichetă hartă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:mapped-to" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Mapped to</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mapat la </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:mappings" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Mappings</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mapări</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:maps" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Maps</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Hărți</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:mar" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Mar</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mar</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:march" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>March</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Martie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:mark-elements-on-trigger-status-change" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Mark elements on trigger status change</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Marchează elementele pe schimbarea de status a trigerilor</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:mark-others" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Mark others</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Marchează pe alții</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:mark-selected" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Mark selected</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Marchează selecția</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:mask" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Mask</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mască</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:mass-update" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Mass update</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Masă zctualizată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:mass-update-elements" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Mass update elements</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Elemente de masă actualizate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:max" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>max</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>max</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:max-count-of-elements-to-show-inside-table-cell" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Max count of elements to show inside table cell</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numerotare maximă a elementelor pentru arătarea interiorului celulei tabelului</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:maximum-time-period-to-display-is-1s-day" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Maximum time period to display is %1$s day.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Perioada maximă de timp pentru afișare este %1$s zile.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:maximum-time-period-to-display-is-1s-day" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Maximum time period to display is %1$s day.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Perioada maximă de timp pentru afișare este %1$s zile.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:maximum-time-period-to-display-is-1s-day" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Maximum time period to display is %1$s day.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Perioada maximă de timp pentru afișare este %1$s zile.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:may" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>May</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mai</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:may-shortmay" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>May</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mai</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:md2" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>MD2</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>MD2</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:media" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Media</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Media</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:media-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Media type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipul media</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:media-type-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Media type added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipul media adăugat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:media-type-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Media type deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipul media șters</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:media-type-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Media type deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipurile media au fost șterse </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:media-type-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Media type deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipurile media șterse</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:media-type-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Media type disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipurile media dezactivate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:media-type-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Media type disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipurile media dezactivate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:media-type-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Media type disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipul media dezactivat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:media-type-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Media type enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipurile media activate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:media-type-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Media type enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipurile media activate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:media-type-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Media type enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipul media activat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:media-types" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Media types</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipuri media</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:media-type-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Media type updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipul media actualizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:members" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Members</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Membri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:message" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Message</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mesaj</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:messages" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Messages</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mesaje</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:message-timeout" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Message timeout</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mesaj expirat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:messaging" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Messaging</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trimitere mesaje</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:method-not-found" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Method not found.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Metoda nu a fost găsită.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:middle" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Middle</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mijloc</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:min" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>min</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>min</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:minimum-severity" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Minimum severity</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Severitate minimă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:minutes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Minutes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Minute</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:missing-itemid-field-for-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Missing "itemid" field for item.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Câmp lipsă "itemid" pentru item.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:missing-items-for-graph-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Missing items for graph "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Itemi lipsă pentru elementul grafic "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:missing-items-for-graph-prototype-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Missing items for graph prototype "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Itemi lipsă pentru prototipul grafic "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:missing-key-1s-for-host-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Missing key "%1$s" for host "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cheie lipsă "%1$s" pentru server "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:missing-name-field-for-graph" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Missing "name" field for graph.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Câmp lipsă "nume" pentru element grafic.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:missing-name-field-for-graph-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Missing "name" field for graph prototype.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Câmp lipsă "nume" pentru prototip grafic.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:mode" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Mode</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mod</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:model" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Model</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Model</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:mon" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Mon</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Lun</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:monday" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Monday</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Luni</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:monitored-by-proxy" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Monitored by proxy</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Monitorizat de proxy</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:monitored-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Monitored host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Server monitorizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:monitoring" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Monitoring</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Monitorizare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:month" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Month</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Lună</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:monthly" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Monthly</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Lunar</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:more-matches-found" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>More matches found...</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mai multe potriviri găsite...</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:more-than-10-minutes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>More than 10 minutes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mai mult de 10 minute</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:more-than-one-graph-with-name-1s-within-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>More than one graph with name "%1$s" within host.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mai mult de un grafic cu numele "%1$s" fără server.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:mozilla-firefox" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Mozilla Firefox</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mozilla Firefox</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:millisecond-shortms" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>ms</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>ms</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:multiple-problem-events" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Multiple PROBLEM events</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Evenimente PROBLEME multiple</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:must-be-a-valid-ldap-user" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>must be a valid LDAP user</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>trebuie să fie un utilizator valid LDAP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:mute" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Mute</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mut</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:network-map-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Network map added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Hartă rețea adăugată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:network-map-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Network map deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Hartă rețea ștearsă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:network-maps" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Network maps</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Hărți rețea</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:network-map-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Network map updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Hartă rețea actualizată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:never" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Never</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Niciodată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:new" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>new</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>nou</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:new-element-in-multiselectnew" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>new</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>nou</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:new-condition" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>New condition</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Condiție nouă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:new-element" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>New element</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Element nou</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:new-regular-expression" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>New regular expression</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Exoresie uzuală nouă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:nntp" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>NNTP</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>NNTP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:no" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:no-1s-given-for-graph" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No "%1$s" given for graph.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Niciun "%1$s" dat pentru grafic.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:no-1s-given-for-graph-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No "%1$s" given for graph prototype.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Niciun "%1$s" dat pentru prototipul grafic.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:no-authentication-user-name-specified" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No authentication user name specified.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Niciun nume de utilizator specificat.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:no-conditions-defined" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No conditions defined.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nicio condiție definită.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:no-data" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>no data</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>fără date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:no-data-collection" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No data collection</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nicio colecție de date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:no-default-interface-for-1s-type-on-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No default interface for "%1$s" type on "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nicio interfață implicită pentru tipul "%1$s" pe "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:no-details" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No details</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Niciun detaliu</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:no-discovery-rule-ids-given" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No discovery rule IDs given.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nicio regulă de detecție IDs dată.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:no-file-was-uploaded" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No file was uploaded.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Niciun fișier nu s-a încărcat.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:no-graphs-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No graphs added.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Niciun grafic adăugat.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:no-host-ids-given" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No host IDs given.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Niciun IDs server dat.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:no-image" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No image</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nicio imagine</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:no-interface-found" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No interface found</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nicio interfață găsită</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:no-interface-found" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No interface found.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nicio interfață găsită.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:no-items-defined" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No items defined.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Niciun item definit.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:no-macros-found" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No macros found.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Niciun macro găsit.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:no-maps-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No maps added.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nicio hartă adaugată.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:no-matches-found" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No matches found</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nicio potrivire găsită</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:none" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>None</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Niciunul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:no-permissions-for-system-access" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No permissions for system access.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nicio permisiune de acces la sistem.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:no-permissions-to-referred-object-or-it-does-not-exist" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No permissions to referred object or it does not exist!</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nicio permisiune la obiectul menționat sau acesta nu există!</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:no-private-key-file-specified" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No private key file specified.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu a fost specificat nici un fișier cu cheie privată.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:no-proxy" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>(no proxy)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>(fără proxy)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:no-proxy" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No proxy</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Fără proxy</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:no-public-key-file-specified" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No public key file specified.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu a fost specificat nici un fișier cu cheie publică.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:normal" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Normal</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Normal</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:normal-view" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Normal view</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Vizualizare normală</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:no-script-specified-for-action-operation-command" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No script specified for action operation command.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu a fost specificat niciun script pentru comanda de acțiune a operațiunii.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:no-snmp-oid-specified" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No SNMP OID specified.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Niciun SNMP OID specificat.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:not-ack" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Not Ack</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu Ack</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:not-allowed-to-set-password-for-user-guest" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Not allowed to set password for user "guest".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu este permisă setarea parolei pentru utilizatorul "guest".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:no-target-selected" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No target selected</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu a fost selectată nicio țintă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:no-target-selected" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No target selected.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu a fost selectată nicio țintă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:not-available" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Not available</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Indisponibil</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:not-classified" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Not classified</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Neclasificate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:notes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Notes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Note</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:nothing" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Nothing</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nimic</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:notification-report" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Notification report</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Raport de notificare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:notifications" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Notifications</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Notificări</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:not-in" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>not in</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>nu este în</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:no-triggers-defined" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No triggers defined.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Niciun trigger definit.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:not-selected" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>not selected</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>neselectat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:not-supported" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Not supported</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nesuportat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:nov" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Nov</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Noi</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:november" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>November</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Noiembrie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:number-of-items-in-proxy-history-that-are-not-yet-sent-to-the-server" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Number of items in proxy history that are not yet sent to the server</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Număr de itemuri în istoricul proxy care nu au fost încă trimise către server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:number-of-items-in-the-queue-which-are-delayed-by-from-to-to-seconds-inclusive" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Number of items in the queue which are delayed by from to to seconds, inclusive.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Număr de itemi in coadă care sunt întârziați de la pâna la secunde, inclusiv.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:number-of-items-in-zabbix-database" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Number of items in Zabbix database.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Număr de itemuri in baza de date Zabbix.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:number-of-monitored-hosts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Number of monitored hosts</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Număr de servere monitorizate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:number-of-processor-cores-on-vmware-hypervisor-url-vmware-service-url-uuid-vmware-hypervisor-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Number of processor cores on VMware hypervisor, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware hypervisor host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numărul miezului procesorului pe VMware hypervisor, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware hypervisor nume server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:number-of-processors-on-vmware-virtual-machine-url-vmware-service-url-uuid-vmware-virtual-machine-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Number of processors on VMware virtual machine, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware virtual machine host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numărul de procesoare pe mașina virtuală VMware, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware numne server mașină virtuală</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:number-of-processor-threads-on-vmware-hypervisor-url-vmware-service-url-uuid-vmware-hypervisor-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Number of processor threads on VMware hypervisor, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware hypervisor host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Număr threaduri procesor pe VMware hypervisor, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - nume server VMware hypervisor </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:number-of-status-changes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Number of status changes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numărul schimbărilor de status</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:number-of-steps" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Number of steps</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Număr de pași</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:number-of-triggers-in-zabbix-database" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Number of triggers in Zabbix database.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numărul triggerilor din baza de date Zabbix.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:number-of-unsupported-items-in-zabbix-database" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Number of unsupported items in Zabbix database.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numărul itemilor nesuportați în baza de date Zabbix.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:number-of-users-online" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Number of users (online)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numărul de utilizatori (online)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:number-of-virtual-machines-on-vmware-hypervisor-url-vmware-service-url-uuid-vmware-hypervisor-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Number of virtual machines on VMware hypervisor, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware hypervisor host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numărul mașinilor virtuale pe VMware hypervisor, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware hypervisor nume server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:numeric-float" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Numeric (float)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numeric (float)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:numeric-unsigned" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Numeric (unsigned)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numeric (nesemnat)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:oct" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Oct</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Oct</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:october" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>October</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Octombrie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:oem" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>OEM</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>OEM</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:of" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>of</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>al</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:off" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>off</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>închis</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:off" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Off</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Oprit</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:ok" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Ok</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ok</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:ok" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>OK</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>OK</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:on" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>on</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>pornit</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:on" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>On</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Pornit</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:once" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Once</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Odată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:one-time-only" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>One time only</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>O singură dată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:only-items-assigned-to-enabled-hosts-are-counted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Only items assigned to enabled hosts are counted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numai itemii desemnați să activeze servere sunt numărați</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:only-one-check-can-be-unique" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Only one check can be unique.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numai o verificare poate fi unică.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:only-super-admins-can-create-groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>(Only super admins can create groups)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>(Numai super administratorii pot creea grupuri)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:only-triggers-assigned-to-enabled-hosts-and-depending-on-enabled-items-are-counted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Only triggers assigned to enabled hosts and depending on enabled items are counted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numai triggerii atribuiți să activeze servere și care depind de itemi activați sunt contorizați</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:on-status-change-triggers-blink-for" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>On status change triggers blink for</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Statusul pornit modifică triggerii să lumineze pentru </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:oob-ip-address" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>OOB IP address</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adresă IP OOB</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:oob-router" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>OOB router</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>router OOB</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:oob-subnet-mask" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>OOB subnet mask</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mască subnet OOB</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:opera" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Opera</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Opera</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:operation-cannot-be-performed-due-to-unauthorized-request" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Operation cannot be performed due to unauthorized request.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Operațiunea nu poate fi executată datorită unei cereri neautorizate.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:operation-details" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Operation details</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Detalii operațiunii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:operation-has-no-group-to-operate" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Operation has no group to operate.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Operațiunea nu are grup de operare.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:operation-has-no-template-to-operate" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Operation has no template to operate.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Operațiunea nu are șablon de operare.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:operations" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Operations</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Operațiuni</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:operator" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Operator</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Operator</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:original" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Original</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Original</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:os" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>OS</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>OS</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:os-full-details" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>OS (Full details)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>OS (detaliat)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:os-short" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>OS (Short)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>OS (Prescurtat)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:other" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>other</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>altul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:other" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Other</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Altul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:other-configuration-parameters" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Other configuration parameters</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Alți parametri de configurare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:other-parameters" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Other parameters</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Alți parametri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:others" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Others</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Alții</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:item_formoverridden-by" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Overridden by</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Suprascrisă de </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:override-item-history-period" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Override item history period</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Perioadă istoric item de suprascriere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:override-item-trend-period" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Override item trend period</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Perioadă trend item de suprascriere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:overview" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Overview</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prezentare generală</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:page-received-incorrect-data" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Page received incorrect data</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Pagina a primit date incorecte</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:parameter" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Parameter</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Parametru</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:parent-discovery-rules" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Parent discovery rules</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Reguli de detecție părinte</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:parent-graphs" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Parent graphs</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grafice părinte</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:parent-items" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Parent items</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Itemi părinte</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:parent-triggers" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Parent triggers</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Triggeri părinte</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:parent-web-scenarios" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Parent web scenarios</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scenarii web părinte</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:parse-error" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Parse error</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eroare de analizare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:passive" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Passive</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Pasiv</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:password" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Password</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Parolă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:password-once-again" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Password (once again)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Parolă (din nou)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:percentile-line-left" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Percentile line (left)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Linie procentuala (stânga)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:percentile-line-right" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Percentile line (right)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Linie crescătoare (dreapta)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:period" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Period</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Perioadă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:periods" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Periods</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Perioade</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:period-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Period type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipul perioadei</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:permissions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Permissions</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Permisiuni</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:permissions-can-be-assigned-for-user-groups-only" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Permissions can be assigned for user groups only.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Persmisiunea poate fi atribuită doar grupurilor de utilizatori.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:persian-fa_ir" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Persian (fa_IR)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Persian (fa_IR)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:php-bcmath" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP bcmath</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>PHP bcmath</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:php-bcmath-extension-missing-php-configuration-parameter-enable-bcmath" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP bcmath extension missing (PHP configuration parameter --enable-bcmath).</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Extensia PHP bcmath lipsește (parametrul de configurare PHP --enable-bcmath).</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:php-ctype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP ctype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>PHP ctype</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:php-ctype-extension-missing-php-configuration-parameter-enable-ctype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP ctype extension missing (PHP configuration parameter --enable-ctype).</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Extensia PHP ctype lipsește (parametrul de configurare PHP --enable-ctype).</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:php-databases-support" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP databases support</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Suport pentru baza de date PHP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:php-gd" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP gd</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>PHP gd</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:php-gd-extension-missing-php-configuration-parameter-with-gd" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP gd extension missing (PHP configuration parameter --with-gd).</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Extensia PHP gd lipsește (parametrul de configurare PHP --with-gd).</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:php-gd-freetype-support" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP gd FreeType support</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Suport PHP gd FreeType</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:php-gd-freetype-support-missing" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP gd FreeType support missing.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Suport PHP gd FreeType lipsă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:php-gd-jpeg-image-support-missing" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP gd JPEG image support missing.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Suport PHP gd JPEG lipsă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:php-gd-jpeg-support" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP gd JPEG support</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Suport PHP gd JPEG</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:php-gd-png-image-support-missing" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP gd PNG image support missing.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Suport imagine PHP gd PNG lipsă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:php-gd-png-support" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP gd PNG support</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Suport PHP gd PNG</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:php-gettext" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP gettext</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>PHP gettext</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:php-gettext-extension-missing-php-configuration-parameter-with-gettext-translations-will-not-be-available" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP gettext extension missing (PHP configuration parameter --with-gettext). Translations will not be available.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Extensia PHP gettext lipsă (parametru de configurare PHP --with-gettext). Traduceri nu vor fi disponibile.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:php-libxml" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP libxml</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>PHP libxml</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:php-libxml-extension-missing" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP libxml extension missing.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Extensia PHP libxml lipsă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:php-mbstring" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP mbstring</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>PHP mbstring</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:php-mbstring-extension-missing-php-configuration-parameter-enable-mbstring" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP mbstring extension missing (PHP configuration parameter --enable-mbstring).</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Extensia PHP mbstring lipsește (parametrul de configurare PHP --enable-mbstring).</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:php-session" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP session</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Sesiune PHP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:php-session-auto-start-must-be-disabled-php-directive-sessionauto_start" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP session auto start must be disabled (PHP directive "session.auto_start").</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Pornirea automată sesiune PHP trebuie dezactivată (directiva PHP "session.auto_start").</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:php-session-extension-missing-php-configuration-parameter-enable-session" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP session extension missing (PHP configuration parameter --enable-session).</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Extensie sesiune PHP lipsă (Parametrul de configurare PHP --enable-session).</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:php-sockets" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP sockets</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>PHP sockets</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:php-sockets-extension-missing-php-configuration-parameter-enable-sockets" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP sockets extension missing (PHP configuration parameter --enable-sockets).</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Extensia socket-uri PHP lipsește (parametrul de configurare PHP --enable-sockets).</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:php-version" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP version</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Versiune PHP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:php-xmlreader" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP xmlreader</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>xmlreader PHP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:php-xmlreader-extension-missing" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP xmlreader extension missing.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Extensie xmlreader PHP lipsă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:php-xmlwriter" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP xmlwriter</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>PHP xmlwriter</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:php-xmlwriter-extension-missing" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP xmlwriter extension missing.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Extensie xmlwriter PHP lipsă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:pie" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Pie</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Diagramă circulară</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:placing-algorithm" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Placing algorithm</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Plasare algoritm</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:plain-text" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Plain text</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Text simplu</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:play" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Play</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Redare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:play-sound" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Play sound</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Redare sunet</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:please-select-two-elements" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Please select two elements</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Va rog selectați două elemente</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:polish-pl_pl" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Polish (pl_PL)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Poloneză (pl_PL)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:pop" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>POP</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>POP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:populates-host-inventory-field" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Populates host inventory field</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Populare câmp server inventar</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:port" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Port</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Port</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:port-cannot-be-empty-for-host-interface" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Port cannot be empty for host interface.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Portul nu pot fi nul pentru interfața serverului.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:port-range" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Port range</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Interval port</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:portuguese-pt_br" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Portuguese (pt_BR)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Portugheză (pt_BR)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:portuguese-pt_pt" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Portuguese (pt_PT)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Portugheză (pt_BR)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:preview" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Preview</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Previzualizare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:primary-poc-cell" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Primary POC cell</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Celulă inițială POC</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:primary-poc-email" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Primary POC email</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Email inițial POC</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:primary-poc-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Primary POC name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume inițial POC</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:primary-poc-notes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Primary POC notes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Note inițiale POC</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:primary-poc-phone-a" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Primary POC phone A</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Telefon A inițial POC</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:primary-poc-phone-b" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Primary POC phone B</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Telefon B inițial POC</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:primary-poc-screen-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Primary POC screen name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume ecran inițial POC</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:privacy-passphrase" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Privacy passphrase</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Frază de acces de confidențialitate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:privacy-protocol" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Privacy protocol</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ptotocol confidențial</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:private-key-file" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Private key file</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Fișier cheie privată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:privilege-level" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Privilege level</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nivel privilegiat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:problem" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Problem</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Problemă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:problem" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PROBLEM</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>PROBLEMĂ</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:problem-display" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Problem display</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Afișare problemă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:problem-on" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Problem on</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Problemă pe</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:problems" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Problems</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Probleme</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:proxies" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Proxies</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Proxy-uri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:proxy" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Proxy</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Proxy</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:proxy-1s-for-host-2s-does-not-exist" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Proxy "%1$s" for host "%2$s" does not exist.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Proxy "%1$s" pentru serverul "%2$s" nu există.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:proxy-1s-is-used-by-discovery-rule-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Proxy "%1$s" is used by discovery rule "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Proxy "%1$s" este utilizat de regula de detecție "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:proxy-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Proxy added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Proxy adăugat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:proxy-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Proxy deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Proxy-ul a fost șters</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:proxy-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Proxy deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Proxyurile au fost șterse</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:proxy-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Proxy deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Proxyurile  au fost șterse</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:proxy-mode" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Proxy mode</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mod proxy</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:proxy-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Proxy name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume proxy</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:proxy-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Proxy updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Proxy actualizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:public-key" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Public key</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cheie publică</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:public-key-file" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Public key file</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Fișier cheie publică</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:queue" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Queue</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Coadă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:read" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Read</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Citire</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:read-only" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Read only</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numai citire</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:read-write" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Read-write</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Citire-scriere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:received-value" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Received value</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare primită</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:recipient" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Recipient</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Destinatar</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:recovery" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Recovery</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Recuperare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:refreshed-every-1s-sec" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>refreshed every %1$s sec.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>actualizare la fiecare %1$s sec.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:regular-expression" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Regular expression</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expresie uzuală</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:regular-expression-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Regular expression added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expresie uzuală adăugată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:regular-expression-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Regular expression deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expresii uzuale șterse</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:regular-expression-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Regular expression deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expresie uzuală ștearsă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:regular-expression-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Regular expression deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expresii uzuale șterse</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:regular-expressions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Regular expressions</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expresii uzuale</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:regular-expression-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Regular expression updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expresie uzuală actualizată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:remember-me-for-30-days" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Remember me for 30 days</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Amintește-mi 30 de zile</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:remote-command" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Remote command</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Comandă de la distanță</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:remove" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Remove</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șterge</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:remove-from-host-group" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Remove from host group</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șterge din grupul serverului</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:remove-from-host-groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Remove from host groups</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șterge din grupurile serverelor</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:remove-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Remove host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șterge server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:replace" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Replace</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Înlocuire</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:replace-dependencies" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Replace dependencies</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Înlocuiește dependențele</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:reports" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Reports</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Rapoarte</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:required" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Required</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Necesar</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:required-host-permissions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Required host permissions</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Permisiuni server necesare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:required-performance-of-the-zabbix-server-in-new-values-per-second-expected" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Required performance of the Zabbix server, in new values per second expected.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Performanță necesară a serverului Zabbix, în noile valori pe secundă așteptate.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:required-performance-vps" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Required performance (vps)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Performanță necesară (vps)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:required-server-performance-new-values-per-second" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Required server performance, new values per second</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Performanță server necesară, noi valori pe secundă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:required-status-codes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Required status codes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Coduri de stare necesare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:required-string" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Required string</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șir necesar</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:reset" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Reset</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Resetează</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:reset-all-fields-to-default-values" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Reset all fields to default values?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Resetează toate câmpurile la valorile implicite?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:reset-confirmation" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Reset confirmation</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Confirmare de resetare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:reset-defaults" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Reset defaults</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Resetează implicite</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:resolved" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Resolved</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Rezolvat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:resource" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Resource</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Resursă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:response-code" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Response code</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cod de răspuns</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:response-time" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Response time</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Timp de răspuns</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:result" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Result</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Rezultat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:result-is-false" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Result is FALSE</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Rezultatul este FALS</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:result-is-true" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Result is TRUE</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Rezultatul este ADEVĂRAT</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:result-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Result type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip de rezultat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:retry" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Retry</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Reîncearcă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:returns-availability-of-a-particular-type-of-checks-on-the-host-value-of-this-item-corresponds-to-availability-icons-in-the-host-list-valid-types-are-agent-snmp-ipmi-jmx" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Returns availability of a particular type of checks on the host. Value of this item corresponds to availability icons in the host list. Valid types are: agent, snmp, ipmi, jmx.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Redă valabilitatera unor tipuri personalizate de verificări ale serverului. Vlaorea acestui item corespunde la valabilitatea iconițelor din lista serverului. Tipurile valabile sunt: agent, snmp, ipmi, jmx.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:returns-icmp-ping-response-time-in-seconds-example-002" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Returns ICMP ping response time in seconds. Example: 0.02</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Redă răspuns la ping ICMP în secunde. Exemplu: 0.02</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:returns-information-associated-with-zabbix-java-gateway-valid-params-are-ping-version" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Returns information associated with Zabbix Java gateway. Valid params are: ping, version.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Redă informații asociate cu portul Java Zabbix. Parametri valabili sunt: ping, version.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:returns-percentage-of-lost-icmp-ping-packets" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Returns percentage of lost ICMP ping packets.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Redă un procent din pachetele pierdute la ping ICMP.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:right" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Right</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dreapta</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:rmcp" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>RMCP+</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>RMCP+</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:romanian-ro_ro" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Romanian (ro_RO)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Română (ro_RO)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:rows" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Rows</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Rânduri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:rows-per-page" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Rows per page</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Rânduri pe pagină</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:ruleid-of-dependent-item-and-master-item-should-match" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>"ruleid" of dependent item and master item should match</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>"regula" elementul dependent si master trebuie sa se potriveasca</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:rules" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Rules</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Reguli</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:russian-ru_ru" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Russian (ru_RU)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Rusă (ru_RU)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:second-shorts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>s</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>s</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:saturday-shorts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>S</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>S</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:sunday-shorts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>S</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>S</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:safari" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Safari</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Safari</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:sat" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Sat</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Sâm</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:saturday" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Saturday</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Sâmbătă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:scenario" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Scenario</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scenariu</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:schedule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Schedule</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Programare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:scheduled-check" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Scheduled check</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Verificare programare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:script" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Script</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Script</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:script-1s-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Script "%1$s" already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scriptul "%1$s" există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:script-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Script added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Script adăugat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:script-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Script deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scripturile șterse</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:script-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Script deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scripturile șterse</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:script-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Script deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Script șters</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:script-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Script name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume script</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:script-profiler" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Script profiler</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Script profiler</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:scripts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Scripts</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scripturi</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:script-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Script updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Script actualizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:search" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Search</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Caută</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:search-attribute" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Search attribute</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Atribut de căutare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:search-pattern-is-empty" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Search pattern is empty</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Modelul de căutare este gol</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:secondary-poc-cell" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Secondary POC cell</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Celulă POC secundară</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:secondary-poc-email" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Secondary POC email</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Email POC secundar</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:secondary-poc-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Secondary POC name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume POC secundar</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:secondary-poc-notes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Secondary POC notes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Note POC secundare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:secondary-poc-phone-a" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Secondary POC phone A</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Telefon A POC secundar</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:secondary-poc-phone-b" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Secondary POC phone B</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Telefon B POC secundar</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:secondary-poc-screen-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Secondary POC screen name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume ecran POC secundar</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:security-level" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Security level</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nivel de securitate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:security-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Security name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume securitate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:select" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Select</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Selectează</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:selected" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Selected</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Selectat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:selected-actions-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Selected actions deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acțiunile selectate șterse</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:selected-elements" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Selected elements</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Elementele selectate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:select-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Select prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Selectează prototip</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:send-message" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Send message</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trimite mesaj</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:send-message-to-user-groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Send message to user groups</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trimite mesaj către grupurile utilizatorului</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:send-message-to-users" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Send message to users</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trimite mesaj către utilizatori</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:send-only-to" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Send only to</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trimite doar la</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:send-to" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Send to</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trimite la</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:sent" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Sent</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trimis</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:sep" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Sep</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Sep</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:separated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Separated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Depărțit</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:september" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>September</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Septembrie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:serial-number-a" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Serial number A</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Număr serial A</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:serial-number-b" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Serial number B</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Număr serial B</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:server" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Server</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:server-time" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Server time</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Timp server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:service" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Service</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Serviciu</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:service-created" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Service created</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Serviciu creat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:service-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Service deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Serviciu șters</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:service-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Service deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Serviciile au fost șterse</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:service-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Service deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Serviciile șterse</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:service-port" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Service port</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Port serviciu</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:services" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Services</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Servicii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:services-form-a-circular-dependency" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Services form a circular dependency.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Servicii formează o dependență circulară.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:service-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Service type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip de serviciu</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:service-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Service updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Serviciu actualizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:session-terminated-re-login-please" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Session terminated, re-login, please.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Sesiune terminată, relogare, va rog.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:severity" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Severity</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Severitate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:short-description" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>short description</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>descriere scurtă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:show" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Show</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Arată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:show-details" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Show details</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Arată detalii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:show-hosts-in-maintenance" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Show hosts in maintenance</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Arată servere în mentenanță</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:show-icon-mappings" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>show icon mappings</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>arată mapări iconițe</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:show-legend" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Show legend</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Arată legendă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:show-lines" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Show lines</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Arată linii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:shown" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Shown</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Afișat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:show-selected" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Show selected</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Arată selecția</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:show-text-as-html" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Show text as HTML</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Aratî text ca HTML</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:show-triggers" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Show triggers</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Arată triggeri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:show-warning-if-zabbix-server-is-down" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Show warning if Zabbix server is down</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Arată avertizare dacă serverul Zabbix este căzut</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:show-working-time" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Show working time</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Arată timpul de lucru</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:sign-in" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Sign in</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Autentificare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:simple" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Simple</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Simplu</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:simple-check" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Simple check</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Verificare simplă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:simple-graph" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Simple graph</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grafic simplu</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:site-address-a" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Site address A</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adresă site A</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:site-address-b" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Site address B</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adresă site B</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:site-address-c" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Site address C</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adresă site C</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:site-city" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Site city</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Site oraș</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:site-country" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Site country</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Site țară</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:site-notes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Site notes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Notițe site</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:site-rack-location" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Site rack location</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Locație rack site</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:site-state-province" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Site state / province</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Site stat / provincie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:site-zip-postal" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Site ZIP / postal</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Site ZIP / poștal</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:size-of-the-response-received-from-zabbix-server-1s-exceeds-the-allowed-size-of-2s-bytes-this-value-can-be-increased-in-the-zbx_socket_bytes_limit-constant-in-includedefinesincphp" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Size of the response received from Zabbix server "%1$s" exceeds the allowed size of %2$s bytes. This value can be increased in the ZBX_SOCKET_BYTES_LIMIT constant in include/defines.inc.php.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mărimea răspunsului primit de la serverul Zabbix "%1$s" depășește mărimea permisă de %2$s bytes. Această valoare poate fi crescută în ZBX_SOCKET_BYTES_LIMIT constant in include/defines.inc.php.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:skipped-copying-of-graph-1s-to-host-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Skipped copying of graph "%1$s" to host "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Copiere sărită a graficului "%1$s" la server "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:sla" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SLA</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>SLA</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:slovak-sk_sk" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Slovak (sk_SK)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Slovacă (sk_SK)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:sms" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SMS</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>SMS</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:smtp" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SMTP</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>SMTP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:smtp-email" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SMTP email</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>email SMTP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:smtp-helo" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SMTP helo</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>SMTP helo</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:smtp-server" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SMTP server</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>server SMTP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:snmp" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SNMP</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>SNMP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:snmp-community" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SNMP community</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Comunitate SNMP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:snmp-interfaces" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SNMP interfaces</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Interfață SNMP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:snmp-oid" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SNMP OID</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>SNMP OID</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:snmp-trap" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SNMP trap</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>SNMP ttrap</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:snmp-trap-key-is-invalid" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SNMP trap key is invalid.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cheie SNMP trap invalidă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:snmpv1-agent" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SNMPv1 agent</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>agent SNMPv1</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:snmpv2-agent" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SNMPv2 agent</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>agent SNMPv2</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:snmpv3-agent" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SNMPv3 agent</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>agent SNMPv3</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:snooze" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Snooze</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Amânare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:software" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Software</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Software</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:software-application-a" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Software application A</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Aplicație software A</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:software-application-b" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Software application B</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Aplicație software B</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:software-application-c" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Software application C</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Aplicație software C</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:software-application-d" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Software application D</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Aplicație software D</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:software-application-e" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Software application E</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Aplicație software E</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:software-full-details" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Software (Full details)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Software (Detalii complete)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:sorting-by-field-1s-not-allowed" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Sorting by field "%1$s" not allowed.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Sortarea după câmpul "%1$s" nu este permisă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:sort-order-0-999" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Sort order (0-&gt;999)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ordinea sortării package list (0-&gt;999)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:source" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Source</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Sursă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:spanish-es_es" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Spanish (es_ES)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Spaniolă (es_ES)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:specified-script-does-not-exist-or-you-do-not-have-rights-on-it-for-action-operation-command" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Specified script does not exist or you do not have rights on it for action operation command.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scriptul specificat nu există sau nu ai drepturi pentru comanda acțiunii de operare.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:speed" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Speed</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Viteză</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:sql-query" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SQL query</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cerere SQL</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:sql-statement-execution-has-failed-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SQL statement execution has failed "%1$s"</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Execuție declarație SQL eșuată "%1$s"</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:sql-statement-execution-has-failed-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SQL statement execution has failed "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Execuție declarație SQL eșuată "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:ssh" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SSH</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>SSH</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:ssh-agent" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SSH agent</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>agent SSH</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:stacked" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Stacked</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Stivuit</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:standard-items" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Standard items</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Itemi standard</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:start-in" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Start in</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Începe la</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:startup-time-of-zabbix-server-unix-timestamp" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Startup time of Zabbix server, Unix timestamp.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Timp de început a serverului Zabbix, Unix timestamp.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:state" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>State</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Stat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:status" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Status</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Stare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:status-codes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Status codes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Coduri stare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:status-of-discovery" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Status of discovery</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Stare de detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:status-only" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Status only</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Doar stare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:step" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Step</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Pas</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:step-1s-2s-of-3s-failed-4s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Step "%1$s" [%2$s of %3$s] failed: %4$s</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Pas "%1$s" [%2$s al %3$s] eșuat: %4$s</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:step-duration" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Step duration</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Durată pas</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:steps" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Steps</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Pași</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:step-with-name-1s-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Step with name "%1$s" already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Pas cu nume "%1$s" există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:stop" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Stop</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Stop</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:straight" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Straight</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Normală</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:subject" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Subject</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Subiect</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:submap" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Submap</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Subhartă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:success-audit" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Success Audit</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Verificare reușită</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:sun" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Sun</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dum</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:sunday" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Sunday</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Duminică</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:support" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Support</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Suport</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:swedish-sv_se" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Swedish (sv_SE)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Suedeză (sv_SE)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:switching-authentication-method-will-reset-all-except-this-session-continue" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Switching authentication method will reset all except this session! Continue?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Schimbarea metodei de autentificare va reseta totul cu excepția acestei sesiuni! Continuați?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:system-default" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>System default</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Sistem implicit</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:system-error" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>System error.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eroare de sistem.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:tuesday-shortt" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>T</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>T</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:thursday-shortt" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>T</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>T</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:table-1s-does-not-exist" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Table "%1$s" does not exist.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tabelul "%1$s" nu există.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:table-1s-doesnt-have-a-field-named-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Table "%1$s" doesn't have a field named "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tabelul "%1$s" nu are un câmp numit "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:tag" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Tag</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Etichetă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:target" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Target</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Țintă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:target-list" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Target list</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Listă țintă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:target-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Target type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip țintă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:tcp" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>TCP</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>TCP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:telnet" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Telnet</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Telnet</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:telnet-agent" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>TELNET agent</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Agent TELNET</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:template" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Template</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șablon</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:template-1s-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Template "%1$s" already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șablonul "%1$s" există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:template-1s-for-host-2s-does-not-exist" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Template "%1$s" for host "%2$s" does not exist.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șablonul "%1$s" pentru serverul "%2$s" nu există.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:template-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Template added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șablon adăugat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:template-cannot-be-linked-to-another-template-more-than-once-even-through-other-templates" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Template cannot be linked to another template more than once even through other templates.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șablonul nu poate fi legat de alt șablon mai mult de o dată chiar și prin alte șabloane.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:template-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Template deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șablon șters</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:template-group" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Template group</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grup șablon</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:template-id-1s-is-passed-2s-times" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>template ID "%1$s" is passed %2$s times</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>ID șablon "%1$s" este trecut %2$s ori</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:template-linkage" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Template linkage</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Legătură șablon</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:template-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Template name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume șablon</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:templates" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Templates</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șabloane</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:templates-1s-unlinked-from-hosts-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Templates "%1$s" unlinked from hosts "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șabloane "%1$s" nelegate de servere "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:template-trigger" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Template trigger</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trigger șablon</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:template-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Template updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șablon actualizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:template-with-the-same-name-1s-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Template with the same name "%1$s" already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șablon cu același nume "%1$s" există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:template-with-the-same-visible-name-1s-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Template with the same visible name "%1$s" already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șablon cu același nume vizibil "%1$s" există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:test" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Test</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Test</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:test-authentication" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Test authentication</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Autentificare test</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:test-confirmation" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Test confirmation</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Confirmare de test</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:test-data" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Test data</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Date test</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:test-expressions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Test expressions</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expresii test</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:test-string" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Test string</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Rând test</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:text" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Text</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Text</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:the-host-group-is-not-discovered-anymore-and-will-be-deleted-in-1s-on-2s-at-3s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>The host group is not discovered anymore and will be deleted in %1$s (on %2$s at %3$s).</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grupul de servere nu mai este detectat și va fi șters în %1$s (pe %2$s la %3$s).</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:the-host-is-not-discovered-anymore-and-will-be-deleted-in-1s-on-2s-at-3s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>The host is not discovered anymore and will be deleted in %1$s (on %2$s at %3$s).</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Serverul nu mai este detectat și va fi șters în %1$s (pe %2$s la %3$s).</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:the-image-is-used-in-icon-map-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>The image is used in icon map %1$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Imaginea este folosită în harta iconițelor %1$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:the-image-is-used-in-icon-map-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>The image is used in icon map %1$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Imaginea este folosită în harta iconiței %1$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:the-image-is-used-in-icon-map-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>The image is used in icon map %1$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Imaginea este folosită în harta iconițelor %1$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:the-image-is-used-in-map-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>The image is used in map %1$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Imaginea este folosită în harta %1$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:the-image-is-used-in-map-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>The image is used in map %1$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Imaginea este folosită în hărțile %1$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:the-image-is-used-in-map-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>The image is used in map %1$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Imaginea este folosită în hărțile %1$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:the-item-is-not-discovered-anymore-and-will-be-deleted-in-1s-on-2s-at-3s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>The item is not discovered anymore and will be deleted in %1$s (on %2$s at %3$s).</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Itemul nu mai este detectat și va fi șters în %1$s (pe %2$s la %3$s).</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:theme" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Theme</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Temă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:the-requested-remote-procedure-does-not-exist-is-not-available" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>The requested remote-procedure does not exist / is not available</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Procedura de la distanță cerută nu există / nu este disponibilă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:this-month" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>This month</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Luna aceasta</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:this-week" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>This week</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Această săptămână</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:this-year" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>This year</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Anul acesta</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:thu" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Thu</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Joi</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:thursday" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Thursday</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Joi</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:till" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Till</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Până când</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:time" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Time</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Timp</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:timeout" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Timeout</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Pauză</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:time-period" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Time period</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Perioadă de timp</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:time-shift" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Time shift</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Timp rămas</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:timestamp" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Timestamp</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:time-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Time type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip timp</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:to" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>To</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Către</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:today" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Today</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Astăzi</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:top" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Top</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Sus</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:to-set-a-host-interface-select-a-single-item-type-for-all-items" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>To set a host interface select a single item type for all items</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Pentru setarea unei interfețe server selectează un singur tip de item pentru toți itemii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:total" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Total</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Total</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:total" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>TOTAL</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>TOTAL</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:transaction-has-not-been-closed-aborting" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Transaction has not been closed. Aborting...</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tranzacția nu s-a închis. Renunțare ...</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:transport-error" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Transport error.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eroare de transport</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:trends" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trends</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tendințe</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:trend-storage-period" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trend storage period</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Perioadă trend a stocării</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:trigger" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>trigger</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:trigger" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:trigger-1s-already-exists-on-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger "%1$s" already exists on "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trigger "%1$s" există deja pe "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:trigger-1s-depends-on-trigger-2s-which-does-not-exist" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger "%1$s" depends on trigger "%2$s", which does not exist.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Triggerul "%1$s" depinde de trigger "%2$s", care nu există.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:trigger-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trigger adăugat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:trigger-cannot-be-dependent-on-a-trigger-that-is-inherited-from-it" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger cannot be dependent on a trigger that is inherited from it.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Triggerul nu poate depinde de un trigger care este moștenit de la el.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:trigger-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trigger șters</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:trigger-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Triggeri dezactivați</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:trigger-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trigger dezactivat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:trigger-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Triggeri dezactivați</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:trigger-displaying-options" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger displaying options</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Opțiuni de afișare trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:trigger-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Triggeri activați</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:trigger-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Triggeri activați</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:trigger-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trigger activat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:trigger-has-items-from-template-1s-that-is-not-linked-to-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger has items from template "%1$s" that is not linked to host.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Triggerul are itemi din șablonul "%1$s" care nu este legat de server.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:trigger-in-template-1s-has-dependency-with-trigger-in-template-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger in template "%1$s" has dependency with trigger in template "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Triggerul din șablon "%1$s" are dependințe cu triggerul din șablonul "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:trigger-in-unknown-state" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger in "unknown" state</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trigger în stare "necunoscută"</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:trigger-label-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger label type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip etichetă trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:trigger-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:trigger-overview" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger overview</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prezentare triggeri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:trigger-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototip trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:trigger-prototype-1s-contains-item-prototypes-from-multiple-discovery-rules" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger prototype "%1$s" contains item prototypes from multiple discovery rules.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototipul grafic "%1$s" conține prototipi item pentru reguli de detecție multiple.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:trigger-prototype-1s-must-contain-at-least-one-item-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger prototype "%1$s" must contain at least one item prototype.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototipul trigger "%1$s" trebuie să conțină cel puțin un prototip item.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:trigger-prototype-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger prototype added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototip trigger adăugat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:trigger-prototype-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger prototype deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototip trigger șters</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:trigger-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger prototypes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototipi trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:trigger-prototypes-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger prototypes deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototipi trigger șters</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:trigger-prototypes-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger prototypes updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototipi trigger actualizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:trigger-prototype-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger prototype updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototip trigger actualizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:triggers" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Triggers</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Triggeri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:triggers-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Triggers deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Triggeri șterși</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:trigger-severity" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger severity</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Severitate trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:triggers-top-100" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Triggers top 100</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Top 100 triggeri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:trigger-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trigger actualizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:true" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>TRUE</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>ADEVĂRAT</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:tue" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Tue</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mar</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:tuesday" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Tuesday</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Marți</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:turkish-tr_tr" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Turkish (tr_TR)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Turcă (tr_TR)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:two-items-1s-and-2s-cannot-populate-one-host-inventory-field-3s-this-would-lead-to-a-conflict" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Two items ("%1$s" and "%2$s") cannot populate one host inventory field "%3$s", this would lead to a conflict.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Doi itemi ("%1$s" și "%2$s") nu pot popula un câmp inventar al unui server "%3$s", aceasta ar duce la un conflict. </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:type-full-details" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Type (Full details)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip (Detalii complete)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:type-here-to-search" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>type here to search</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>scrie aici pentru căutare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:type-of-calculation" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Type of calculation</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip de calcul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:type-of-information" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Type of information</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip de informație</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:type-ok" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Type (OK)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip (OK)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:types" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Types</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipuri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:ukrainian-uk_ua" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Ukrainian (uk_UA)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ucraineană (uk_UA)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:unable-to-select-configuration" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unable to select configuration.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Incapabil să selecteze configurația.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:unable-to-upload-file-because-file_uploads-is-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unable to upload file because "file_uploads" is disabled.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Incapabil să încarce fișierul pentru că "file_uploads" este dezactivat.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:unacknowledged-only" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unacknowledged only</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Doar nerecunoscut</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:unacknowledged-problem-events" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unacknowledged PROBLEM events</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Evenimente PROBLEMĂ nerecunoscute</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:unblock-selected-users" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unblock selected users?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Deblocare utilizatori selectați?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:unexpected-end-of-key" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>unexpected end of key</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>sfîrșit neașteptat de cheie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:units" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Units</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Unități</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:unknown" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>unknown</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>necunoscut</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:unknown" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unknown</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Necunoscut</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:unknown" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>UNKNOWN</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>NECUNOSCUT</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:unknown-action" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unknown action</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Actiune necunoscută</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:unknown-error" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unknown error</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eroare necunoscută</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:unknown-host-item-no-such-item-in-selected-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unknown host item, no such item in selected host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Item server necunoscut, nu există asemenea item în serverul selectat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:unknown-host-no-such-host-present-in-system" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unknown host, no such host present in system</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Server necunoscut, nu există asemenea server prezent în sistem</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:unknown-interface-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unknown interface type.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip interfață necunoscut.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:unknown-resource" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unknown resource</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Resursă necunoscută</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:unknown-step-failed-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unknown step failed: %1$s</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Pas necunoscut nereușit: %1$s</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:unknown-value-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unknown value type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip valoare necunoscută</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:unlink" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unlink</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezleagă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:unlink-and-clear" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unlink and clear</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezleagă și curăță</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:unlink-from-template" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unlink from template</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezleagă de șablon</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:unlink-from-templates" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unlink from templates</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezleagă de șabloane</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:unmute" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unmute</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Pornire sunet</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:unsupported-import-file-extension-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unsupported import file extension "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Extensie nesuportată la fișier import "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:unsupported-import-format-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unsupported import format "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Format nesuportat la import "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:discovery-statusup" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Up</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Sus</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:discovery-results-in-dashboardup" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Up</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Sus</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:update" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Update</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Actualizare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:update-existing" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Update existing</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Actualizează existent</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:update-interval" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Update interval</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Actualizare inventar</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:upload" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Upload</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Încarcă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:upper-level-maps" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Upper level maps</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Hărți de nivel superior</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:uptime" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Uptime</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Timp de la pornire</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:uptimedowntime" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Uptime/Downtime</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Timp de la pornire/ timp de la oprire</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:uptime-of-zabbix-server-process-in-seconds" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Uptime of Zabbix server process in seconds.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Timpul de la pornire al procesului serverului Zabbix în secunde.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:url" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>URL</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>URL</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:url-a" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>URL A</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>URL A</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:url-after-login" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>URL (after login)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>URL (după autentificare)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:url-b" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>URL B</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>URL B</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:url-c" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>URL C</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>URL C</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:url-parameter-cannot-be-array" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>URL parameter cannot be array.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Parametrul URL nu poate fi mulțime.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:url-parameter-name-is-empty" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>URL parameter name is empty.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume parametru URL este gol.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:urls" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>URLs</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>URL-uri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:used-in-actions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Used in actions</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Utilizat în acțiuni</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:use-if-severity" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Use if severity</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ulitizează dacă apare severitate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:user" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Utilizator</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:user-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Utilizator adăugat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:user-cannot-add-himself-to-a-disabled-group-or-a-group-with-disabled-gui-access" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User cannot add himself to a disabled group or a group with disabled GUI access.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Utilizatorul nu poate să se adauge unui grup dezactivat sau  unui grup cu acces GUI dezactivat.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:user-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Utilizator șters</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:user-group" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User group</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grup utilizator</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:user-group-1s-is-used-in-configuration-for-database-down-messages" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User group "%1$s" is used in configuration for database down messages.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grup utilizator "%1$s" este utilizat în configurația pentru mesaje de cădere a bazei de date.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:user-group-1s-is-used-in-script-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User group "%1$s" is used in script "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grup utilizator "%1$s" folosit în script "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:user-group-for-database-down-message" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User group for database down message</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grup utilizator pentru mesaje cădere bază de date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:user-groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User groups</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grupuri utilizator</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:user-is-not-allowed-to-delete-himself" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User is not allowed to delete himself.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Utilizatorului nu îi este permis să se șteargă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:user-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume utilizator</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:username" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Username</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume utilizator</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:user-password" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User password</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Parolă utilizator</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:user-profile" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User profile</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Profil utilizator</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:users" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Users</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Utilizatori</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:user-sessions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User sessions</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Sesiuni utilizator</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:user-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip utilizator</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:user-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Utilizator actualizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:value" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>value</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>valoare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:value" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Value</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:value-1s-is-invalid-for-parameter-grid_align-choices-are-2s-and-3s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Value "%1$s" is invalid for parameter "grid_align". Choices are: "%2$s" and "%3$s"</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoarea "%1$s" nu este validă pentru parametrul "grid_align". Alegerile sunt: "%2$s" și "%3$s"</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:value-1s-is-invalid-for-parameter-grid_show-choices-are-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Value "%1$s" is invalid for parameter "grid_show". Choices are: "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoarea "%1$s" nu este validă pentru parametrul "grid_show". Alegerile sunt: "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:value-1s-is-invalid-for-parameter-grid_show-choices-are-2s-and-3s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Value "%1$s" is invalid for parameter "grid_show". Choices are: "%2$s" and "%3$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoarea "%1$s" nu este validă pentru parametrul "grid_show". Alegerile sunt: "%2$s" și "%3$s"</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:value-1s-is-too-long-for-field-2s-3d-characters-allowed-length-is-4d-characters" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Value "%1$s" is too long for field "%2$s" - %3$d characters. Allowed length is %4$d characters.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoarea "%1$s" este prea mare pentru caracterele câmpului "%2$s" - %3$d. Lungimea permisă este %4$d caractere.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:value-cache-effectiveness-valid-parameters-are-requests-hits-and-misses" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Value cache effectiveness. Valid parameters are: requests, hits and misses.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare eficacitate cache. Parametri valizi sunt: cereri, lovituri, eșuări.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:value-cache-statistics-valid-modes-are-total-free-pfree-used-and-pused" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Value cache statistics. Valid modes are: total, free, pfree, used and pused.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Statistici valori cache. Moduri valide sunt: total, free, pfree, used and pused.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:value-map" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Value map</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare hartă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:value-map-1s-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Value map "%1$s" already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare hartă "%1$s" există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:value-mapping" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Value mapping</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare mapare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:value-no-data" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Value: no data</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare: fără date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:values" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Values</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valori</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:variables" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Variables</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Variabile</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:vendor" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Vendor</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Vânzător</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:verbose" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Verbose</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Detaliat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:vertical" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Vertical</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Vertical</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:vertical-align" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Vertical align</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Aliniere verticală</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:via" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>via</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>via</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:vietnamese-vi_vn" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Vietnamese (vi_VN)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Vietnameză (vi_VN)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:visible-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Visible name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume vizibil</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:visible-name-cannot-be-empty-if-host-name-is-missing" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Visible name cannot be empty if host name is missing.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numele vizibil nu poate fi gol dacă lipsește numele serverului.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:vmware-cache-statistics-valid-modes-are-total-free-pfree-used-and-pused" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware cache statistics. Valid modes are: total, free, pfree, used and pused.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Statistici cache VMware. Moduri valide sunt: total, free, pfree, used and pused.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:vmware-cluster-status-url-vmware-service-url-name-vmware-cluster-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware cluster status, &lt;url&gt; - VMware service URL, &lt;name&gt; - VMware cluster name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Stare cluster VMware, &lt;url&gt; - VMware service URL, &lt;name&gt; - VMware cluster name</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:vmware-hypervisor-ballooned-memory-size-url-vmware-service-url-uuid-vmware-hypervisor-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware hypervisor ballooned memory size, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware hypervisor host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mărime memorie umflată hipervizor VMware, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server hipervizor VMware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:vmware-hypervisor-cluster-name-url-vmware-service-url-uuid-vmware-hypervisor-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware hypervisor cluster name, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware hypervisor host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume cluster hipervizor VMware, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server hipervizor VMware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:vmware-hypervisor-datastore-read-statistics-url-vmware-service-url-uuid-vmware-hypervisor-host-name-datastore-datastore-name-mode-latency" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware hypervisor datastore read statistics, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware hypervisor host name, &lt;datastore&gt; - datastore name, &lt;mode&gt; - latency</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Statistici citire stocare date hipervizor VMware, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server hipervizor VMware, &lt;datastore&gt; - nume stocare date, &lt;mode&gt; - latență</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:vmware-hypervisor-datastore-write-statistics-url-vmware-service-url-uuid-vmware-hypervisor-host-name-datastore-datastore-name-mode-latency" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware hypervisor datastore write statistics, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware hypervisor host name, &lt;datastore&gt; - datastore name, &lt;mode&gt; - latency</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Statistici scriere stocare date hipervizor VMware, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server hipervizor VMware, &lt;datastore&gt; - nume stocare date, &lt;mode&gt; - latență</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:vmware-hypervisor-model-url-vmware-service-url-uuid-vmware-hypervisor-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware hypervisor model, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware hypervisor host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Model hipervizor VMware, &lt;url&gt; - VMware serviciu URL, &lt;uuid&gt; - VMware nume server hipervizor</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:vmware-hypervisor-name-url-vmware-service-url-uuid-vmware-hypervisor-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware hypervisor name, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware hypervisor host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume hipervizor VMware, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server hipervizor VMware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:vmware-hypervisor-network-input-statistics-url-vmware-service-url-uuid-vmware-hypervisor-host-name-mode-bps" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware hypervisor network input statistics, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware hypervisor host name, &lt;mode&gt; - bps</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Statistici intrări în rețea hipervizor VMware, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server hipervizor VMware, &lt;mode&gt; - bps</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:vmware-hypervisor-network-output-statistics-url-vmware-service-url-uuid-vmware-hypervisor-host-name-mode-bps" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware hypervisor network output statistics, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware hypervisor host name, &lt;mode&gt; - bps</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Statistici ieșiri din rețea hipervizor VMware, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server hipervizor VMware, &lt;mode&gt; - bps</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:vmware-hypervisor-processor-frequency-url-vmware-service-url-uuid-vmware-hypervisor-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware hypervisor processor frequency, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware hypervisor host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Frecvență procesor hipervizor VMware, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server hipervizor VMware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:vmware-hypervisor-processor-model-url-vmware-service-url-uuid-vmware-hypervisor-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware hypervisor processor model, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware hypervisor host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Model procesor hipervizor VMware, &lt;url&gt; - VMware serviciu URL, &lt;uuid&gt; - VMware nume server hipervizor</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:vmware-hypervisor-processor-usage-in-hz-url-vmware-service-url-uuid-vmware-hypervisor-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware hypervisor processor usage in Hz, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware hypervisor host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Folosire procesor în HZ hipervizor VMware, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server hipervizor VMware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:vmware-hypervisor-status-url-vmware-service-url-uuid-vmware-hypervisor-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware hypervisor status, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware hypervisor host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Stare hipervizor VMware, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server hipervizor VMware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:vmware-hypervisor-total-memory-size-url-vmware-service-url-uuid-vmware-hypervisor-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware hypervisor total memory size, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware hypervisor host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mărime memorie totală hipervizor VMware, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server hipervizor VMware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:vmware-hypervisor-uptime-url-vmware-service-url-uuid-vmware-hypervisor-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware hypervisor uptime, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware hypervisor host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Perioadă de funcționare neîntreruptă hipervizor VMware, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server hipervizor VMware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:vmware-hypervisor-used-memory-size-url-vmware-service-url-uuid-vmware-hypervisor-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware hypervisor used memory size, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware hypervisor host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mărime memorie folosită hipervizor VMware, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server hipervizor VMware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:vmware-hypervisor-vendor-name-url-vmware-service-url-uuid-vmware-hypervisor-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware hypervisor vendor name, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware hypervisor host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume vânzător hipervizor VMware, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server hipervizor VMware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:vmware-hypervisor-version-url-vmware-service-url-uuid-vmware-hypervisor-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware hypervisor version, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware hypervisor host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Versiune hipervizor VMware, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server hipervizor VMware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:vmware-service-full-name-url-vmware-service-url" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware service full name, &lt;url&gt; - VMware service URL</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume întreg serviciu VMware, &lt;url&gt; - serviciu URL VMware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:vmware-service-version-url-vmware-service-url" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware service version, &lt;url&gt; - VMware service URL</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Versiune serviciu VMware, &lt;url&gt; - serviciu URL VMware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:vmware-virtual-machine-ballooned-memory-size-url-vmware-service-url-uuid-vmware-virtual-machine-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware virtual machine ballooned memory size, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware virtual machine host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mărime memorie umflată mașină hipervizor VMware, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server hipervizor VMware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:vmware-virtual-machine-committed-storage-space-url-vmware-service-url-uuid-vmware-virtual-machine-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware virtual machine committed storage space, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware virtual machine host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Spațiu de stocare angajat mașină virtuală hipervizor VMware, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server hipervizor VMware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:vmware-virtual-machine-compressed-memory-size-url-vmware-service-url-uuid-vmware-virtual-machine-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware virtual machine compressed memory size, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware virtual machine host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mărime memorie comprimată mașină virtuală, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server hipervizor VMware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:vmware-virtual-machine-disk-device-read-statistics-url-vmware-service-url-uuid-vmware-virtual-machine-host-name-instance-disk-device-instance-mode-bpsops-bytesoperations-per-second" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware virtual machine disk device read statistics, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware virtual machine host name, &lt;instance&gt; - disk device instance, &lt;mode&gt; - bps/ops - bytes/operations per second</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Statistici de citire echipamente disc mașină virtuală, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server mașină virtuală VMware, &lt;instance&gt; - exemplu echipament disc, &lt;mode&gt; - bps/ops - bytes/operațiune pe secundă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:vmware-virtual-machine-disk-device-write-statistics-url-vmware-service-url-uuid-vmware-virtual-machine-host-name-instance-disk-device-instance-mode-bpsops-bytesoperations-per-second" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware virtual machine disk device write statistics, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware virtual machine host name, &lt;instance&gt; - disk device instance, &lt;mode&gt; - bps/ops - bytes/operations per second</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Statistici de scriere echipamente disc mașină virtuală, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server mașină virtuală VMware, &lt;instance&gt; - exemplu echipament disc, &lt;mode&gt; - bps/ops - bytes/operațiune pe secundă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:vmware-virtual-machine-file-system-statistics-url-vmware-service-url-uuid-vmware-virtual-machine-host-name-fsname-file-system-name-mode-totalfreeusedpfreepused" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware virtual machine file system statistics, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware virtual machine host name, &lt;fsname&gt; - file system name, &lt;mode&gt; - total/free/used/pfree/pused</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Statistici sistem fișiere mașină virtuală VMware, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server mașină virtuală VMware, &lt;fsname&gt; - nume sistem fișiere, &lt;mode&gt; - total/free/used/pfree/pused</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:vmware-virtual-machine-guest-memory-usage-url-vmware-service-url-uuid-vmware-virtual-machine-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware virtual machine guest memory usage, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware virtual machine host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Folosire memorie oaspete mașină virtuală VMware, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server mașină virtual VMware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:vmware-virtual-machine-host-memory-usage-url-vmware-service-url-uuid-vmware-virtual-machine-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware virtual machine host memory usage, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware virtual machine host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Folosire memorie gazdă mașină virtuală VMware, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server mașină virtual VMware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:vmware-virtual-machine-hypervisor-name-url-vmware-service-url-uuid-vmware-virtual-machine-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware virtual machine hypervisor name, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware virtual machine host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Folosire memorie gazdă mașină virtuală VMware, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server mașină virtual VMware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:vmware-virtual-machine-name-url-vmware-service-url-uuid-vmware-virtual-machine-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware virtual machine name, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware virtual machine host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume mașină virtuală VMware, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server mașină virtual VMware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:vmware-virtual-machine-network-interface-input-statistics-url-vmware-service-url-uuid-vmware-virtual-machine-host-name-instance-network-interface-instance-mode-bpspps-bytespackets-per-second" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware virtual machine network interface input statistics, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware virtual machine host name, &lt;instance&gt; - network interface instance, &lt;mode&gt; - bps/pps - bytes/packets per second</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Statistici de intrare interfață de rețea mașină virtuală, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server mașină virtuală VMware, &lt;instance&gt; - exemplu interfață rețea, &lt;mode&gt; - bps/ops - bytes/pachete pe secundă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:vmware-virtual-machine-network-interface-output-statistics-url-vmware-service-url-uuid-vmware-virtual-machine-host-name-instance-network-interface-instance-mode-bpspps-bytespackets-per-second" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware virtual machine network interface output statistics, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware virtual machine host name, &lt;instance&gt; - network interface instance, &lt;mode&gt; - bps/pps - bytes/packets per second</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Statistici de ieșire interfață de rețea mașină virtuală, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server mașină virtuală VMware, &lt;instance&gt; - exemplu interfață rețea, &lt;mode&gt; - bps/ops - bytes/pachete pe secundă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:vmware-virtual-machine-power-state-url-vmware-service-url-uuid-vmware-virtual-machine-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware virtual machine power state, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware virtual machine host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Stare putere mașină virtuală VMware, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server mașină virtual VMware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:vmware-virtual-machine-private-memory-size-url-vmware-service-url-uuid-vmware-virtual-machine-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware virtual machine private memory size, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware virtual machine host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mărime memorie privată mașină virtuală, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server hipervizor VMware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:vmware-virtual-machine-processor-usage-in-hz-url-vmware-service-url-uuid-vmware-virtual-machine-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware virtual machine processor usage in Hz, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware virtual machine host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Folosire procesor mașină virtuală VMware în Hz, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server mașină virtual VMware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:vmware-virtual-machine-shared-memory-size-url-vmware-service-url-uuid-vmware-virtual-machine-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware virtual machine shared memory size, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware virtual machine host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mărime memorie în share mașină virtuală, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server hipervizor VMware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:vmware-virtual-machine-swapped-memory-size-url-vmware-service-url-uuid-vmware-virtual-machine-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware virtual machine swapped memory size, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware virtual machine host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mărime memorie în swap mașină virtuală, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server hipervizor VMware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:vmware-virtual-machine-total-memory-size-url-vmware-service-url-uuid-vmware-virtual-machine-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware virtual machine total memory size, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware virtual machine host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mărime memorie totală mașină virtuală, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server hipervizor VMware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:vmware-virtual-machine-uncommitted-storage-space-url-vmware-service-url-uuid-vmware-virtual-machine-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware virtual machine uncommitted storage space, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware virtual machine host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Spațiu de stocare neangajat mașină virtuală hipervizor VMware, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server hipervizor VMware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:vmware-virtual-machine-unshared-storage-space-url-vmware-service-url-uuid-vmware-virtual-machine-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware virtual machine unshared storage space, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware virtual machine host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Spaîiu de depozitare fără share mașină virtuală, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server hipervizor VMware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:vmware-virtual-machine-uptime-url-vmware-service-url-uuid-vmware-virtual-machine-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware virtual machine uptime, &lt;url&gt; - VMware service URL, &lt;uuid&gt; - VMware virtual machine host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Perioadă de funcționare fără oprire mașină virtuală VMware, &lt;url&gt; - serviciu URL VMware, &lt;uuid&gt; - nume server mașină virtual VMware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:wednesday-shortw" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>W</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>M</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:setupwarning" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Warning</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Avertisment</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:warning" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Warning</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Avertisment</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:we-are-sorry-the-maximum-possible-number-of-elements-to-remember-has-been-reached" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>We are sorry, the maximum possible number of elements to remember has been reached.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ne pare rău, a fost atins numărul maxim posibil de elemente de amintit. </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:web" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Web</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Web</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:web-monitoring" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Web monitoring</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Monitorizare web</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:web-scenario-1s-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Web scenario "%1$s" already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scenariul web "%1$s" există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:web-scenario-1s-already-exists-on-host-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Web scenario "%1$s" already exists on host "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scenariul web "%1$s" deja există pe serverul "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:web-scenario-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Web scenario deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scenariul web șters</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:web-scenario-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Web scenario disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scenariile web dezactivate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:web-scenario-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Web scenario disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scenariile web dezactivate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:web-scenario-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Web scenario disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scenariul web dezactivat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:web-scenario-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Web scenario enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scenariul web activat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:web-scenario-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Web scenario enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scenariile web activate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:web-scenario-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Web scenario enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scenariile web activate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:web-scenarios" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Web scenarios</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scenarii web</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:wed" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Wed</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:wednesday" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Wednesday</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Miercuri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:weekly" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Weekly</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Săptămânal</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:when-active" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>When active</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Când e activ</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:width" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Width</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Lățime</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:with-data-collection" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>With data collection</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cu colecția de date.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:without-problems" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Without problems</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Fără probleme</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:without-triggers" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Without triggers</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Fără triggeri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:with-problems" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>With problems</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cu probleme</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:with-triggers" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>With triggers</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cu triggeri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:working-time" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Working time</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Timp de lucru</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:write" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Write</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scriere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:wrong-fields-for-map-link" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Wrong fields for map link.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Câmpuri greșite pentru legătură hartă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:x" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>X</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>X</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:year-shorty" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>y</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>a</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:y" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Y</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Y</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:y-axis-max-value" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Y axis MAX value</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare MAX axă Y</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:y-axis-max-value-must-be-greater-than-y-axis-min-value" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Y axis MAX value must be greater than Y axis MIN value.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoarea MAX a axei Y trebuie să fie mai mare decât valoarea MIN a axei Y.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:y-axis-min-value" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Y axis MIN value</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare MIN a axei Y</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:y-axis-side" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Y axis side</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Parte axă Y</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:year" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Year</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>An</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:yearly" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Yearly</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Anual</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:yes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Yes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Da</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:y-m-d-his" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Y-m-d H:i:s</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>A-L-Z H:i:s</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:you-are-not-able-to-choose-some-of-the-languages-because-locales-for-them-are-not-installed-on-the-web-server" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>You are not able to choose some of the languages, because locales for them are not installed on the web server.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu poți să alegi unele dintre limbi, pentru că localelel lor nu sunt instalate pe serverul web.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:you-do-not-have-permission-to-perform-this-operation" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>You do not have permission to perform this operation.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu vă este permis să efectuați această operație.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:you-have-no-permissions-to-access-this-page" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>You have no permissions to access this page.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu aveți permisiunea să accesați această pagină.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:you-must-login-to-view-this-page" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>You must login to view this page.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trebuie să vă autentificați pentru a vedea aceasă pagină.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:zabbix" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Zabbix</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Zabbix</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:zabbix" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>ZABBIX</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>ZABBIX</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:zabbix-agent" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Zabbix agent</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Agent Zabbix</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:zabbix-agent-active" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Zabbix agent (active)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Agent (activ) Zabbix</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:zabbix-has-received-an-incorrect-request" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Zabbix has received an incorrect request.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Zabbix a primit o cerere incorectă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:zabbix-internal" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Zabbix internal</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Intern Zabbix</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:zabbix-internal-authentication" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Zabbix internal authentication</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Autentificare internă Zabbix</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:zabbix-server" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Zabbix server</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Server Zabbix</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:zabbix-server-is-not-running-the-information-displayed-may-not-be-current" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Zabbix server is not running: the information displayed may not be current.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Serverul Zabbix nu funcționează: informația afișată poate să nu fie corectă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:zabbix-server-is-running" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Zabbix server is running</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Serverul Zabbix rulează</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:zabbix-server-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Zabbix server name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume server Zabbix</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-64:LC_MESSAGES/frontend.po:zabbix-trapper" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Zabbix trapper</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trapper Zabbix</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:pathtonode" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>$.path.to.node</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg> $.path.to.node calea catre nod</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:0-infinitely" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>(0 - infinitely)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>(0 - infinit)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:0-or-1" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>0 or 1</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>0 sau 1</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:0-use-action-default" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>(0 - use action default)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>(0 - utilizați acțiunea implicită)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:1d-characters-exceeds-maximum-length-of-2d-characters" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$d characters exceeds maximum length of %2$d characters</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$d caracterele depasesc lungimea maxima de %2$d de caractere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:1d-day" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$d day</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$d zile</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:1d-day" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$d day</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$d zile</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:1d-day" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$d day</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$d zi</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:screen-reader1d-matches-for-2s-found" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$d matches for %2$s found</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$d am gasit portiviri pentru %2$s</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:1d-of-3d2s-problem-is-shown" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$d of %3$d%2$s problem is shown</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$d de %3$d%2$s probleme afisata</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:1d-of-3d2s-problem-is-shown" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$d of %3$d%2$s problem is shown</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$d de %3$d%2$s problema afisata</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:1d-of-3d2s-problem-is-shown" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$d of %3$d%2$s problem is shown</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$d de %3$d%2$s probleme afisata</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:1s-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s: %2$s</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s:%2$s</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:user-fullname1s-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>(%1$s %2$s)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>(%1$s %2$s)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:1s-2s-3s-4s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s. %2$s: %3$s. %4$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s.%2$sŞ%3$s.%4$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:screen-reader1s-action" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s action</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s acţiune</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:screen-reader1s-action" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s action</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s acţiune</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:screen-reader1s-action" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s action</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s acţiune</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:1s-characters" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s characters</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s caractere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:1s-characters-remaining" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s characters remaining</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s caractere rămase</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:1s-date-must-be-less-than-2s-date" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>"%1$s" date must be less than "%2$s" date.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>"%1$s" data trebuie sa fie mai putin de "%2$s"  data</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:1s-event" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s event</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s eveniment</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:1s-event" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s event</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s evenimente</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:1s-event" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s event</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s eveniment</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:1s-host-in-maintenance" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s host in maintenance</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s hosturi în mentenanţă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:1s-host-in-maintenance" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s host in maintenance</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s host în mentenanţă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:1s-host-in-maintenance" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s host in maintenance</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s host in mentenanţă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:1s-hour" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s hour</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s ore</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:1s-hour" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s hour</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s Oră</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:1s-hour" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s hour</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s ore</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:1s-instead-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>"%1$s" instead "%2$s"</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>"%1$s" in loc de "%2$s"</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:1s-is-expected" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>"%1$s" is expected</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>"%1$s" se asteapta</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:1s-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s item</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s item</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:1s-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s item</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s articole</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:1s-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s item</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s articole</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:1s-line-2s-column-3s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s [Line: %2$s | Column: %3$s]</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s [Linia:%2$s | Coloana: %3$s]</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:screen-reader1s-message" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s message</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s mesaje</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:screen-reader1s-message" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s message</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s mesaj</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:screen-reader1s-message" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s message</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s mesaje</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:1s-minute" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s minute</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s minut</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:1s-minute" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s minute</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s minute</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:1s-minute" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s minute</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s minute</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:1s-must-be-an-empty-string-or-greater-than-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>"%1$s" must be an empty string or greater than "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>"%1$s" trebuie sa fie un sir gol sau mai mare de "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:1s-of-2s-element-in-problem-state" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s of %2$s element in problem state</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s de %2$s elemente problematice</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:1s-of-2s-element-in-problem-state" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s of %2$s element in problem state</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s de %2$s elemente cu probleme</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:1s-of-2s-element-in-problem-state" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s of %2$s element in problem state</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s de %2$s element problematic</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:1sphp-class-must-extend-2s-for-module-located-at-3s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s.php class must extend %2$s for module located at %3$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s.php lass trebuie extins %2$s pentru modulul localiza al %3$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:screen-reader1s-preselected-use-downup-arrow-keys-and-enter-to-select" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s preselected, use down,up arrow keys and enter to select</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s preselecteaya, foloseşte săgeata jos, sus  si cu Enter selectează</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:1s-problem" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s problem</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s problemă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:1s-problem" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s problem</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s probleme</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:1s-problem" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s problem</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s probleme</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:1s-problem-in-total" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s problem in total</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s probleme in total</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:1s-problem-in-total" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s problem in total</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s probleme în total</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:1s-problem-in-total" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s problem in total</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s probleme in total</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:screen-reader1s-read-only" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s, read only</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s, doar citire</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:1s-retry-left" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s retry left</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s încercări rămase</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:1s-retry-left" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s retry left</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s încercări ramase</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:1s-retry-left" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s retry left</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s încercări rămase</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:1s-second" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s second</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s secunde</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:1s-second" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s second</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s secundă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:1s-second" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s second</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s secunde</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:screen-reader1s-selected" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s, selected</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s, selectat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:screen-reader1s-severity-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s, Severity, %2$s</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s, Sevritate, %2$s</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:1sth-percentile-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$sth percentile: %2$s</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s th percentilă: %2$s</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:1s-thrown-by-module-located-at-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s - thrown by module located at %2$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s - aruncat de modulul localizat la %2$s</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:1s-unacknowledged-problem" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s unacknowledged problem</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s probleme nevalidate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:1s-unacknowledged-problem" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s unacknowledged problem</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s problemă nevalidată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:1s-unacknowledged-problem" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s unacknowledged problem</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s probleme nevalidate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:1s-year-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s (year %2$s)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s (anul %2$s)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:10-seconds" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>10 seconds</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>10 secunde</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:1-minute" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>1 minute</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>1 minut</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:30-seconds" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>30 seconds</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>30 secunde</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:3d-view" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>3D view</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Vedere 3D</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:4s-failed-login-attempt-logged-last-failed-attempt-was-from-1s-on-2s-at-3s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%4$s failed login attempt logged. Last failed attempt was from %1$s on %2$s at %3$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%4$s tentativa de logare eșuată înregistrată. Ultima tentativă eșuată a fost de la %1$s la %2$s la %3$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:4s-failed-login-attempt-logged-last-failed-attempt-was-from-1s-on-2s-at-3s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%4$s failed login attempt logged. Last failed attempt was from %1$s on %2$s at %3$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%4$s tentative de logare eșuate înregistrate. Ultima tentativă eșuată a fost de la %1$s la %2$s la %3$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:4s-failed-login-attempt-logged-last-failed-attempt-was-from-1s-on-2s-at-3s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%4$s failed login attempt logged. Last failed attempt was from %1$s on %2$s at %3$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%4$s tentative de logare eșuate înregistrate. Ultima tentativă eșuată a fost de la %1$s la %2$s la %3$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:500-latest-values" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>500 latest values</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>500 ultimele valori</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:5-minutes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>5 minutes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>5 minute</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:5-seconds" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>5 seconds</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>5 secunde</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:access-denied" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Access denied!</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acces refuzat!</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:ack" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Ack</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cnf</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:acknowledge" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Acknowledge</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Confirmare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:acknowledged" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Acknowledged</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Confirmat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:acknowledged-problem-events" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Acknowledged PROBLEM events</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Evenimente PROBLEMA confirmate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:action" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Action</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acțiune</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:action-1s-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Action "%1$s" already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acțiunea "%1$s" există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:action-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Action added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acțiune adăugată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:action-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Action disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acțiuni dezactivate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:action-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Action disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acțiuni dezactivate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:action-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Action disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acțiune dezactivată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:action-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Action enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acțiuni dezactivate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:action-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Action enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acțiune activată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:action-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Action enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acțiuni dezactivate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:actions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Actions</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acțiuni</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:action-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Action updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acțiune actualizată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:maintenance-statusactive" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Active</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activ</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:active" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Active</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activ</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:active-since" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Active since</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activ de la</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:active-till" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Active till</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activ până la</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:add" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Add</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adaugă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:add-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Add host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adaugă server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:add-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Add prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adaugă prototip</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:add-to-host-group" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Add to host group</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adaugă la grupul de servere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:add-to-host-groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Add to host groups</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adaugă la grupurile de servere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:admin" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Admin</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Admin</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:administration" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Administration</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Administrare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:advanced-labels" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Advanced labels</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Etichete avansate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:age" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Age</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Vechime</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:age-less-than" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Age less than</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Vechime mai mică decât</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:agent" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>agent</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>agent</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:agent" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Agent</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Agent</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:agent-interfaces" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Agent interfaces</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Interfețe agent</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:alias" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Alias</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Alias</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:all" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>all</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>toți</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:all" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>All</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tot</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:all-links-should-have-name-and-url-specified" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>All links should have "Name" and "URL" specified</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Toate linkurile trebuie sa aibă "Nume" și "URL" specificat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:all-media" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>all media</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>toata media</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:allowed-hosts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Allowed hosts</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Servere permise</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:any" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Any</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Orice</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:any-character-string-included" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Any character string included</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Orice șir de caractere inclus</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:application-error" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Application error.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eroare aplicație.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:apply" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Apply</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Aplică</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:maintenance-statusapproaching" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Approaching</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Abordare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:apr" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Apr</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Apr</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:april" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>April</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Aprilie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:area-size" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Area size</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dimensiunea suprafeței</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:area-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Area type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipul suprafeței</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:as-blue" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>as Blue</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>ca Albastru</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:as-green" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>as Green</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>ca Verde</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:as-plain-text" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>As plain text</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ca text simplu</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:as-red" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>as Red</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>ca Roșu</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:asset-tag" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Asset tag</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eticheta activului</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:at-hourminute" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>At (hour:minute)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>La (oră:minut)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:aug" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Aug</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Aug</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:august" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>August</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>August</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:authentication" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Authentication</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Autentificare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:authentication-algorithm" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Authentication algorithm</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Algoritm de autentificare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:authentication-method" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Authentication method</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Metodă de autentificare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:authentication-passphrase" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Authentication passphrase</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Frază de acces pentru autentificare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:authentication-protocol" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Authentication protocol</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Protocol de autentificare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:auto-login" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Auto-login</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Auto-login</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:automatic" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Automatic</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Automată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:automatic-icon-mapping" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Automatic icon mapping</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Maparea icon automată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:automatic-icon-selection" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Automatic icon selection</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Selectarea automată icon</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:availability" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Availability</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Disponibilitate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:availability-report" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Availability report</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Raport disponibilitate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:available" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Available</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Disponibil</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:average" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Average</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mediu</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:avg" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>avg</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>avg</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:background" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Background</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Fundal</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:background-image" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Background image</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Imagine de fundal</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:base-dn" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Base DN</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Bază DN</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:bind-dn" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Bind DN</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Bind DN</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:bind-password" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Bind password</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Parolă asociată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:blocked" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Blocked</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Blocat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:bold-line" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Bold line</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Linie îngroșate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:bottom" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Bottom</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Jos</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:bulgarian-bg_bg" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Bulgarian (bg_BG)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Bulgară (bg_BG)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:by-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>By host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>După server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:by-trigger-template" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>By trigger template</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>După șablonul trigger-ului</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:calculated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Calculated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Calculat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:callback" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Callback</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Apelare inversă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cancel" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cancel</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Anulează</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-add-action" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add action</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga acțiunea</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-add-a-non-numeric-item-1s-to-graph-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add a non-numeric item "%1$s" to graph "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga elementul non-numeric "%1$s" la graficul "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-add-a-non-numeric-item-1s-to-graph-prototype-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add a non-numeric item "%1$s" to graph prototype "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga elementul non-numeric "%1$s" la prototipul grafic "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-add-discovery-rule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add discovery rule</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga regula de detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-add-graph" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add graph</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga graficul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-add-graph-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add graph prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga un prototip grafic</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-add-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga serverul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-add-host-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add host prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga prototipul serverului</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-add-image" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add image</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga imaginea</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-add-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add item</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga elementul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-add-item-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add item prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga prototip item</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-add-media-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add media type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga tipul de media</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-add-more-than-one-item-with-type-graph-sum-on-graph-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add more than one item with type "Graph sum" on graph "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot adăuga mai mult de un element de tipul "Sum grafic" la graficul "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-add-more-than-one-item-with-type-graph-sum-on-graph-prototype-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add more than one item with type "Graph sum" on graph prototype "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot adăuga mai mult de un element de tipul "Graph sum" la prototipul grafic "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-add-network-map" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add network map</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga harta rețea</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-add-proxy" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add proxy</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga proxy</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-add-regular-expression" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add regular expression</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga expresia regulată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-add-script" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add script</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga scriptul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-add-template" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add template</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga șablonul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-add-trigger" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add trigger</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga trigger-ul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-add-trigger-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add trigger prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga un prototip trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-add-user" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add user</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga utilizatorul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-add-web-scenario" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add web scenario</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pate adăuga scenariul web</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-clone-graph-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot clone graph prototypes.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot clona prototipurile de grafic.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-clone-trigger-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot clone trigger prototypes.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot clona prototipurile de trigger.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-create-a-host-prototype-on-a-discovered-host-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot create a host prototype on a discovered host "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate crea un prototip de server pe serverul detectat "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-create-another-database-connection" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot create another database connection.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate crea o altă conexiune la baza de date.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-create-discovery-rule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot create discovery rule</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate crea regula de detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-create-icon-map" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot create icon map</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate crea icon hartă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-delete-discovery-rule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete discovery rule</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot șterge regula de descoperire</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-delete-discovery-rule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete discovery rule</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot șterge regulile de descoperire</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-delete-discovery-rule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete discovery rule</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot sterge regulile de descoperire</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-delete-host-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete host prototypes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot șterge prototipurile de server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-delete-icon-map" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete icon map</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge maparea icon-ului</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-delete-image" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete image</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge imaginea</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-delete-inventory" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete inventory.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge inventarul.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-delete-media-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete media type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot șterge tipul media</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-delete-media-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete media type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot șterge tipurile media</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-delete-media-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete media type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot șterge tipurile media</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-delete-proxy" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete proxy</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot șterge proxy-urile </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-delete-proxy" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete proxy</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot șterge proxy-ul </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-delete-proxy" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete proxy</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot șterge proxy-urile </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-delete-regular-expression" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete regular expression</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot șterge expresiile regulate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-delete-regular-expression" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete regular expression</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot șterge expresiile regulate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-delete-regular-expression" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete regular expression</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge expresia regulată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-delete-script" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete script</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot șterge scripturile </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-delete-script" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete script</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot șterge scriptul </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-delete-script" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete script</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot șterge scripturile </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-delete-scripts-script-1s-is-used-in-action-operation-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete scripts. Script "%1$s" is used in action operation "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot șterge scripturile. Scriptul "%1$s" este folosit in acțiunea "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-delete-service" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete service</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot șterge serviciile </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-delete-service" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete service</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot șterge serviciile </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-delete-service" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete service</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot șterge serviciul </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-delete-templated-trigger-1s2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete templated trigger "%1$s:%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge trigger-ul "%1$s:%2$s" bazat pe un șablon.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-delete-templated-web-scenario-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete templated web scenario "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge scenariul web "%1$s" bazat pe un șablon.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-delete-user" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete user</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge utilizatorul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-delete-zabbix-internal-user-1s-try-disabling-that-user" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete Zabbix internal user "%1$s", try disabling that user.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge utilizatorul intern Zabbix "%1$s", încercați să dezactivați acest utilizator.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-disable-action" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable action</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot dezactiva acţiunile</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-disable-action" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable action</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate dezactiva acţiunea</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-disable-action" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable action</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot dezactiva acţiunile</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-disable-discovery-rule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable discovery rule</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot dezactiva regulile de detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-disable-discovery-rule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable discovery rule</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot dezactiva regulile de detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-disable-discovery-rule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable discovery rule</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate dezactiva regula de detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-disable-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot dezactiva servererele</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-disable-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate dezactiva serverul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-disable-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot dezactiva servererele</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-disable-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable item</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot dezactiva elementele</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-disable-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable item</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot dezactiva elementele</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-disable-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable item</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate dezactiva elementul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-disable-media-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable media type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate dezactiva tipul media</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-disable-media-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable media type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate dezactiva tipul media</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-disable-media-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable media type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate dezactiva tipul media</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-disable-trigger" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable trigger</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate dezactiva triggerul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-disable-trigger" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable trigger</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot dezactiva triggerii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-disable-trigger" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable trigger</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot dezactiva triggerii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-disable-web-scenario" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable web scenario</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate dezactiva scenariul web</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-disable-web-scenario" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable web scenario</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot dezactiva scenariile web</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-disable-web-scenario" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable web scenario</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate dezactiva scenariul web</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-display-item-queue" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot display item queue.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu poate afişa coada element.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-display-more-than-one-item-with-type-graph-sum" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot display more than one item with type "Graph sum".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate afișa mai mult de un element de tipul "Sum grafic".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-enable-action" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable action</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot activa acțiunile</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-enable-action" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable action</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate activa acțiunea</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-enable-action" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable action</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot activa acțiunile</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-enable-discovery-rule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable discovery rule</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot activa regulile de detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-enable-discovery-rule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable discovery rule</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot activa regulile de detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-enable-discovery-rule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable discovery rule</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate activa regula de detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-enable-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot activa serverele</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-enable-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate activa srverul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-enable-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot activa serverele</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-enable-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable item</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot activa elementele</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-enable-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable item</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate activa elementul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-enable-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable item</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot activa elementele</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-enable-media-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable media type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate activa tipul media</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-enable-media-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable media type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate activa tipurile media</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-enable-media-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable media type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate activa tipul media</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-enable-trigger" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable trigger</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot activa trigerii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-enable-trigger" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable trigger</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate activa trigger-ul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-enable-trigger" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable trigger</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot activa trigerii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-enable-web-scenario" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable web scenario</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate activa scenariul web</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-enable-web-scenario" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable web scenario</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot activa scenariile web</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-enable-web-scenario" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable web scenario</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot activa scenariile web</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-find-background-image-1s-used-in-map-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find background image "%1$s" used in map "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate găsi imaginea de fundal "%1$s" folosită în harta "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-find-group-1s-used-in-map-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find group "%1$s" used in map "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate găsi grupul "%1$s" folosit în harta "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-find-host-1s-used-in-map-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find host "%1$s" used in map "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate găsi serverul "%1$s" folosit în harta "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-find-host-group-1s-for-host-prototype-2s-of-discovery-rule-3s-on-4s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find host group "%1$s" for host prototype "%2$s" of discovery rule "%3$s" on "%4$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate gasi grupul server "%1$s" pentru serverul prototip "%2$s" a regulii de detecție "%3$s" pe "%4$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-find-host-interface-on-1s-for-item-key-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find host interface on "%1$s" for item key "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate găsi interfața serverului în "%1$s" pentru elementul "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-find-icon-1s-used-in-map-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find icon "%1$s" used in map "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate găsi icon-ul "%1$s" folosit în harta "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-find-icon-map-1s-used-in-map-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find icon map "%1$s" used in map "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate găsi maparea icon-ului "%1$s" folosit în harta "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-find-item-1s-on-2s-used-as-the-y-axis-max-value-for-graph-3s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find item "%1$s" on "%2$s" used as the Y axis MAX value for graph "%3$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate găsi elementul "%1$s" pe "%2$s" folosit ca și axă Y valoarea MAX pentru graficul "%3$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-find-item-1s-on-2s-used-as-the-y-axis-max-value-for-graph-prototype-3s-of-discovery-rule-4s-on-5s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find item "%1$s" on "%2$s" used as the Y axis MAX value for graph prototype "%3$s" of discovery rule "%4$s" on "%5$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate găsi elementul  "%1$s" pe "%2$s" folosit ca și axă Y valoarea MAX pentru prototipul grafic "%3$s" a regulii de detecție "%4$s" pe "%5$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-find-item-1s-on-2s-used-as-the-y-axis-min-value-for-graph-3s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find item "%1$s" on "%2$s" used as the Y axis MIN value for graph "%3$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate găsi elementul "%1$s" pe "%2$s" folosit ca și axă Y valoarea MIN pentru graficul "%3$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-find-item-1s-on-2s-used-as-the-y-axis-min-value-for-graph-prototype-3s-of-discovery-rule-4s-on-5s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find item "%1$s" on "%2$s" used as the Y axis MIN value for graph prototype "%3$s" of discovery rule "%4$s" on "%5$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate găsi elementul  "%1$s" pe "%2$s" used as the Y axis MIN value for graph prototype "%3$s" of discovery rule "%4$s" on "%5$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-find-map-1s-used-in-map-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find map "%1$s" used in map "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate găsi harta "%1$s" folosită în harta "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-find-template-1s-for-host-prototype-2s-of-discovery-rule-3s-on-4s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find template "%1$s" for host prototype "%2$s" of discovery rule "%3$s" on "%4$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate gasi șablonul "%1$s" pentru serverul prototip "%2$s" a regulii de detecție "%3$s" pe "%4$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-find-trigger-1s-used-in-map-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find trigger "%1$s" used in map "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate găsi trigger-ul "%1$s" folosit în harta "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-find-value-map-1s-used-for-item-2s-on-3s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find value map "%1$s" used for item "%2$s" on "%3$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate găsi harta valorilor "%1$s" folosită pentru elementul "%2$s" pe "%3$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-find-value-map-1s-used-for-item-prototype-2s-of-discovery-rule-3s-on-4s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find value map "%1$s" used for item prototype "%2$s" of discovery rule "%3$s" on "%4$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate gasi harta valorilor "%1$s" folosită pentru prototipul item  "%2$s" a regulii de detecție "%3$s" pe "%4$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-import-template-1s-linked-template-2s-does-not-exist" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot import template "%1$s", linked template "%2$s" does not exist.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate importa template-ul "%1$s", șabloanele corelate "%2$s" nu există.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-import-template-1s-linked-template-2s-does-not-exist" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot import template "%1$s", linked template "%2$s" does not exist.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate importa template-ul "%1$s", șablonul corelat "%2$s" nu există.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-import-template-1s-linked-template-2s-does-not-exist" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot import template "%1$s", linked template "%2$s" does not exist.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate importa template-ul "%1$s", șabloanele corelate "%2$s" nu există.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-insert-trigger-expression" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot insert trigger expression</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate introduce expresia trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-link-template" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot link template</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate asocia șablonul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-mass-update-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot mass update host name.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate face actualizare în masă a numelui serverului.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-mass-update-visible-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot mass update visible host name.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate face actualizare în masă a numelui vizibil al serverului.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-perform-delete-statement-on-table-1s-without-where-condition" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot perform delete statement on table "%1$s" without where condition.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate efectua instrucțiunea de ștergere în tabela "%1$s" fără condiția where.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-perform-update-statement-on-table-1s-without-values" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot perform update statement on table "%1$s" without values.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate efectua instrucțiunea de actualizare în tabela "%1$s" fără valori.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-perform-update-statement-on-table-1s-without-where-condition" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot perform update statement on table "%1$s" without where condition.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate efectua instrucțiunea de actualizare în tabela "%1$s" fără condiția where.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-read-the-response-check-connection-with-the-zabbix-server-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot read the response, check connection with the Zabbix server "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate citi răspunsul, verificați conexiunea cu serverul Zabbix "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-rename-guest-user" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot rename guest user.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate redenumi utilizatorul guest.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-save-discovery-rule-without-checks" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot save discovery rule without checks.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate salva regula de detecție fără verificări.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-send-command-check-connection-with-zabbix-server-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot send command, check connection with Zabbix server "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate trimite comanda, verificați conexiunea cu serverul Zabbix "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-set-inventory-fields-for-disabled-inventory" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot set inventory fields for disabled inventory.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot seta câmpurile inventarului pentru un inventar dezactivat.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-switch-host-for-interface" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot switch host for interface.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate schimba serverul pentru interfață.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-unlink-template" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot unlink template</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate deconecta șablonul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-update-1s-for-action-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update "%1$s" for action "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza "%1$s" pentru acțiunea "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-update-action" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update action</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza acțiunea</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-update-a-discovered-graph" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update a discovered graph.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza un grafic bazat pe detecție.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-update-configuration" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update configuration</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza configurația</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-update-discovery-rule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update discovery rule</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza regula de detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-update-graph" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update graph</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza graficul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-update-graph-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update graph prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza prototipul grafic</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-update-groups-for-discovered-host-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update groups for discovered host "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot actualiza grupurile pentru serverul detectat "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-update-host-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update host prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot actualiza prototipul server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-update-host-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update host prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot actualiza prototipul server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-update-host-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update host prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot actualiza prototipul server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-update-icon-map" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update icon map</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza maparea icon-ului</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-update-image" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update image</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza imaginea</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-update-interface-for-discovered-host-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update interface for discovered host "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza interfața pentru serverul detectat "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-update-item-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update item prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot actualiza prototipul articol</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-update-item-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update item prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot actualiza prototipul articol</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-update-item-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update item prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot actualiza prototipul item</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-update-macros" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update macros</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot actualiza macro-urile</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-update-media-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update media type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza tipul media</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-update-network-map" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update network map</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza harta rețea</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-update-proxy" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update proxy</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza proxy-ul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-update-proxy-for-discovered-host-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update proxy for discovered host "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza proxy-ul pentru serverul detectat "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-update-regular-expression" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update regular expression</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza expresia regulată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-update-script" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update script</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza scriptul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-update-trigger-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update trigger prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot actualiza prototipul trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-update-trigger-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update trigger prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot actualiza prototipul trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-update-trigger-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update trigger prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot actualiza prototipul trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-update-user" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update user</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza utilizatorul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:cannot-update-web-scenario" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update web scenario</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza scenariul web</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:case-sensitive" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Case sensitive</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Majuscule semnificative</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:change-password" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Change password</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Modifică parola</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:character" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Character</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Caracter</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:character-string-included" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Character string included</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șir de caractere inclus</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:character-string-not-included" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Character string not included</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șir de caractere neinclus</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:chassis" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Chassis</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șasiu</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:check-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Check already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Verificarea există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:check-expression-part-starting-from-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Check expression part starting from "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Verifică partea din expresie care începe de la "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:checks" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Checks</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Verificări</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:checks-should-be-unique" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Checks should be unique.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Verificările trebuie să fie unice.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:check-the-key-please-default-example-was-passed" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Check the key, please. Default example was passed.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Vă rugăm să verificați cheia. A fost folosit exemplul implicit.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:check-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Check type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Verificați tipul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:chinese-zh_cn" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Chinese (zh_CN)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Chineză (zh_CN)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:chinese-zh_tw" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Chinese (zh_TW)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Chineză (zh_TW)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:circular-reference-in-templates-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Circular reference in templates: %1$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Refefință circulară în șabloanele: %1$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:circular-template-linkage-is-not-allowed" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Circular template linkage is not allowed.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Legătura circulară în șabloane nu este permisă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:clear-history-and-trends" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Clear history and trends</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șterge istoric și tendințe</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:clear-when-unlinking" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Clear when unlinking</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șterge la deconectare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:clock" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Clock</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ceas</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:clone" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Clone</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Clonă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:close" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Close</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Închide</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:close-expression-constructor" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Close expression constructor</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Închide constructorul de expresii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:columns" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Columns</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Coloane</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:combined-result" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Combined result</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Rezultat combinat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:command" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Command</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Comandă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:commands" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Commands</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Comenzi</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:condition" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Condition</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Condiție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:conditions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Conditions</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Condiții</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:configuration" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:configuration-cache-statistics-cache-buffer-modes-pfree-total-used-free" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration cache statistics. Cache - buffer (modes: pfree, total, used, free).</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Statistici configurare cache. Cache - buffer (moduri: pfree, total, used, free).</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:configuration-of-actions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of actions</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare acțiuni</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:configuration-of-discovery-rules" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of discovery rules</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare reguli de detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:configuration-of-graph-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of graph prototypes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare prototipuri grafic</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:configuration-of-graphs" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of graphs</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare grafice</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:configuration-of-gui" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of GUI</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare GUI</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:configuration-of-host-groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of host groups</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare grupuri de servere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:configuration-of-host-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of host prototypes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare prototipuri server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:configuration-of-hosts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of hosts</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare servere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:configuration-of-housekeeping" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of housekeeping</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare housekeeping</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:configuration-of-icon-mapping" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of icon mapping</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare mapare icon</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:configuration-of-images" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of images</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare imagini</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:configuration-of-item-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of item prototypes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare prototipuri element</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:configuration-of-items" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of items</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare elemente</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:configuration-of-macros" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of macros</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare macro-uri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:configuration-of-maintenance-periods" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of maintenance periods</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare perioade de întreținere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:configuration-of-media-types" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of media types</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare tip media</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:configuration-of-network-maps" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of network maps</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare hărți rețea</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:configuration-of-proxies" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of proxies</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare proxy-uri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:configuration-of-regular-expressions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of regular expressions</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare expresii regulate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:configuration-of-scripts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of scripts</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare scripturi</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:configuration-of-templates" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of templates</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare șabloane</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:configuration-of-trigger-displaying-options" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of trigger displaying options</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare opțiuni de afișaj trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:configuration-of-trigger-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of trigger prototypes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare prototipuri trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:configuration-of-triggers" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of triggers</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare triggeri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:configuration-of-user-groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of user groups</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare grupuri utilizator</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:configuration-of-users" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of users</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare utilizatori</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:configuration-of-web-monitoring" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of web monitoring</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare monitorizare web</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:configuration-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configuraţie actualizată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:confirmation-text" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Confirmation text</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Text de confirmare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:connection-timeout-of-1s-seconds-exceeded-when-connecting-to-zabbix-server-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Connection timeout of %1$s seconds exceeded when connecting to Zabbix server "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Timpul de așteptare de %1$s secunde a fost depășit la conectarea cu serverul Zabbix "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:connect-to" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Connect to</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Conectare la</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:contact" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Contact</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Contact</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:context-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Context name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume context</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:contract-number" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Contract number</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numărul contractului</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:coordinates" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Coordinates</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Coordonate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:copy" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Copy</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Copiază</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:count" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Count</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Număr</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:create-action" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create action</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează acțiune</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:created-by-host-discovery" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>(created by host discovery)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>(creat de descoperirea gazdei)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:create-discovery-rule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create discovery rule</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează regula de detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:create-graph" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create graph</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează grafic</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:create-graph-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create graph prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează prototip de grafic</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:create-graph-select-host-first" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create graph (select host first)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează grafic (selectați serverul prima dată)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:create-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:create-host-group" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create host group</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează grup de servere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:create-host-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create host prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează prototip de server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:create-icon-map" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create icon map</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează mapare icon</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:create-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create item</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează element</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:create-item-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create item prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează prototip de element</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:create-item-select-host-first" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create item (select host first)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează element (selectați serverul prima dată)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:create-maintenance-period" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create maintenance period</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează perioadă de mentenanță</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:create-map" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create map</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează hartă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:create-media-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create media type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează tip media</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:create-proxy" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create proxy</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează proxy</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:create-script" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create script</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează script</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:create-template" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create template</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează șablon</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:create-trigger" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create trigger</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:create-trigger-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create trigger prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează prototip de trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:create-trigger-select-host-first" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create trigger (select host first)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează trigger (selectați serverul prima dată)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:create-user" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create user</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează utilizator</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:create-user-group" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create user group</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează grup utilizatori</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:critical" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Critical</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Critic</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:current-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Current host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Serverul curent</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:current-value" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Current value</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare curentă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:custom-graphs" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Custom graphs</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grafice personalizate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:custom-label" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Custom label</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Etichetă personalizată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:custom-label-for-map-2s-elements-of-type-1s-may-not-be-empty" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Custom label for map "%2$s" elements of type "%1$s" may not be empty.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eticheta personalizată pentru harta "%2$s" elementele de tipul "%1$s" nu poate fi vidă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:custom-multiplier" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Custom multiplier</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Multiplicator personalizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:custom-severity-names-affect-all-locales-and-require-manual-translation" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Custom severity names affect all locales and require manual translation!</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numele de severitate personalizată afectează toate localizările și necesită traducere manuală!</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:custom-size" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Custom size</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dimensiune personalizată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:czech-cs_cz" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Czech (cs_CZ)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cehă (cs_CZ)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:day-shortd" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>d</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>z</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:daily" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Daily</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Zilnic</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:dashboard" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Dashboard</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Panou de supraveghere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:dashed-line" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Dashed line</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Linie întreruptă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:database-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Database host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Server bază de date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:database-monitor" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Database monitor</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Monitor bază de date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:database-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Database name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume bază de date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:database-password" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Database password</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Parolă bază de date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:database-port" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Database port</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Port bază de date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:database-schema" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Database schema</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Schema bazei de date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:database-server" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Database server</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Server baze de date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:database-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Database type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipul bazei de date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:database-user" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Database user</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Utilizator bază de date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:data-from-1s-generated-in-2s-sec" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Data from %1$s. Generated in %2$s sec.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Date din %1$s. Generate în %2$s sec.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:data-overview" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Data overview</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Verificare date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:date" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Date</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:date-hw-decommissioned" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Date HW decommissioned</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dată HW dezafectat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:date-hw-installed" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Date HW installed</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dată HW instalat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:date-hw-maintenance-expires" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Date HW maintenance expires</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Data de mentenanță HW expiră</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:date-hw-purchased" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Date HW purchased</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Data achiziției HW</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:day" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Day</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Zi</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:day-of-month" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Day of month</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ziua lunii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:day-of-week" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Day of week</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ziua săptămânii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:days" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>days</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>zile</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:days" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Days</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Zile</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:d-device" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%d device</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%d echipament</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:d-device" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%d device</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%d echipamente</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:d-device" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%d device</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%d echipamente</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:debug" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Debug</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Depanare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:debug-mode" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Debug mode</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mod depanare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:dec" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Dec</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dec</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:december" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>December</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Decembrie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:default" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>default</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>implicit</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:default" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Default</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Implicit</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:default-authentication" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Default authentication</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Autentificare implicită</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:default-operation-step-duration" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Default operation step duration</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Durata etapei operației implicite</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:default-theme" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Default theme</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tema implicită</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:delay" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delay</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Întârziere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:delayed-by" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delayed by</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Întârziat de către</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:delete" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șterge</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:delete-and-clear" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete and clear</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șterge și curăță</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:delete-and-clear-selected-templates-warning-all-linked-hosts-will-be-cleared" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete and clear selected templates? (Warning: all linked hosts will be cleared!)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere si curățare șabloane selectate? (Avertizare: toate serverele conectate vor fi șterse!)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:delete-and-clear-template-warning-all-linked-hosts-will-be-cleared" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete and clear template? (Warning: all linked hosts will be cleared!)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere si curățare șablon? (Avertizare: toate serverele conectate vor fi șterse!)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:delete-current-action" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete current action?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere acțiune curentă?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:delete-discovery-rule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete discovery rule?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere regulă de detecție?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:delete-expression" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete expression?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere expresie?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:delete-graph" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete graph?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere element grafic?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:delete-graph-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete graph prototype?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere prototip de grafic?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:delete-icon-map" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete icon map?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere harta icoanei?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:delete-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete item?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere element?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:delete-item-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete item prototype?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere prototip de element?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:delete-links-between-selected-elements" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete links between selected elements?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere legătura între elementele selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:delete-maintenance-period" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete maintenance period?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere perioadă de întreținere?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:delete-regular-expression" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete regular expression?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere expresie uzuală?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:delete-script" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete script?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere script?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:delete-selected-actions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected actions?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere acțiuni selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:delete-selected-discovery-rules" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected discovery rules?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere regulă de detecție selectată?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:delete-selected-elements" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected elements?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere elemente selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:delete-selected-graph-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected graph prototypes?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere prototipuri grafici selectați?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:delete-selected-graphs" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected graphs?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere elemente grafice selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:delete-selected-group" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected group?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere grup selectat?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:delete-selected-groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected groups?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere grupuri selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:delete-selected-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected host?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere server selectat?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:delete-selected-host-groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected host groups?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere grupuri de servere selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:delete-selected-host-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected host prototype?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere prototipuri de servere selectați?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:delete-selected-host-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected host prototypes?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere prototipuri de servere selectați?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:delete-selected-hosts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected hosts?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere servere selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:delete-selected-image" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected image?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere imagine selectată?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:delete-selected-item-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected item prototypes?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere elemente prototip selectațe?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:delete-selected-items" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected items?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere elementele selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:delete-selected-maintenance-periods" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected maintenance periods?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere perioade de întreținere selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:delete-selected-maps" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected maps?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere hărți selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:delete-selected-media-types" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected media types?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere elemente media selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:delete-selected-proxies" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected proxies?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere proxy-uri selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:delete-selected-regular-expressions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected regular expressions?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere expresii uzuale selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:delete-selected-scripts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected scripts?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere scripturi selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:delete-selected-templates" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected templates?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere șabloane selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:delete-selected-trigger-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected trigger prototypes?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere prototipuri de trigger selectați?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:delete-selected-triggers" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected triggers?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere triggeri selectați?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:delete-selected-user" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected user?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere utilizator selectat?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:delete-selected-users" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected users?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere utilizatori selectați?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:delete-template" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete template?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere șablon?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:delete-trigger" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete trigger?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere trigger?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:delete-trigger-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete trigger prototype?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere prototip de trigger?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:delimiter" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delimiter</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Delimitator</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:deny" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Deny</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Negare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:dependencies" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Dependencies</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dependențe</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:dependent" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Dependent</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dependenţă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:depends-on" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Depends on</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Depinde de</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:deployment-status" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Deployment status</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Stare de implementare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:description" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Description</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Descriere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:details" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Details</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Detalii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:device" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Device</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Echipament</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:device-uniqueness-criteria" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Device uniqueness criteria</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Criteriu unic al echipamentului</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:disable" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Disable</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezactivare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezactivat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:disable-debug-mode-in-selected-groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Disable debug mode in selected groups?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezactivare mod de depanare în grupurile selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:disable-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Disable host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezactivare server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:disable-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Disable host?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezactivare server?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:disable-hosts-in-the-selected-host-groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Disable hosts in the selected host groups?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezactivare servere în grupurile de servere selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:disable-hosts-monitored-by-selected-proxies" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Disable hosts monitored by selected proxies?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezactivare servere monitorizate de proxy-urile selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:disable-selected-actions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Disable selected actions?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezactivare acțiuni selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:disable-selected-discovery-rules" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Disable selected discovery rules?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezactivare reguli de detecție selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:disable-selected-groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Disable selected groups?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezactivare grupuri selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:disable-selected-hosts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Disable selected hosts?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezactivare servere selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:disable-selected-items" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Disable selected items?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezactivare itemi selectaţi?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:disable-selected-media-types" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Disable selected media types?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezactivare elemente media selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:disable-selected-triggers" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Disable selected triggers?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezactivare triggeri selectați?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:disaster" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Disaster</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezastru</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:discovered" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovered</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Detectat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:discovered-by" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovered by</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Detectat de</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:discovered-device" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovered device</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Echipament detectat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:discovery" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Detectare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:discovery-by-proxy" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery by proxy</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Detectat de către proxy</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:discovery-check" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery check</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Verificare de detectare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:discovery-checks" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery checks</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Verificări de detectare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:discovery-list" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery list</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Listă de detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:discovery-object" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery object</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Obiect detectat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:discovery-rule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery rule</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Regulă de detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:discovery-rule-created" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery rule created</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Regulă de detecție creată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:discovery-rule-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery rule deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Regulile de descoperire ștearse</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:discovery-rule-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery rule deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Regulile de descoperire șterse</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:discovery-rule-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery rule deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Regula de descoperire ștearsă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:discovery-rule-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery rule disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Regulă de detecție dezactivată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:discovery-rule-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery rule disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Reguli de detecție dezactivate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:discovery-rule-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery rule disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Reguli de detecție dezactivate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:discovery-rule-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery rule enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Reguli de detecție activate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:discovery-rule-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery rule enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Regulă de detecție activată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:discovery-rule-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery rule enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Reguli de detecție activate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:discovery-rules" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery rules</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Reguli de detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:discovery-rule-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery rule updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Regulă de detecție actualizată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:discovery-status" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery status</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Stare detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:displaying-1s-of-2s-found" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Displaying %1$s of %2$s found</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Afișare %1$s din %2$s gasită</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:display-ok-triggers-for" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Display OK triggers for</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Afișare triggeri OK pentru</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:dm" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>d.M</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>z.L</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:dns" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>DNS</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>DNS</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:dns-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>DNS name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume DNS</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:dot" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Dot</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Punct</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:discovery-results-in-dashboarddown" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Down</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Oprit</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:discovery-statusdown" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Down</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Oprit</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:downtime" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Downtime</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Avarie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:do-you-wish-to-replace-the-conditional-expression" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Do you wish to replace the conditional expression?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Doreşti să înlocuiești expresia condițională?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:draw-style" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Draw style</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Stil de desen</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:duration" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Duration</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Durată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:dutch-nl_nl" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Dutch (nl_NL)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Olandeză (nl_NL)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:each-url-should-have-a-unique-name-please-make-sure-there-is-only-one-url-named" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Each URL should have a unique name. Please make sure there is only one URL named</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Fiecare URL trebuie să aibă un nume unic. Vă rugăm să vă asigurați că există un singur URL cu numele</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:edit" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Edit</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Editare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:element" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Element</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Element</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:element-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Element name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume element</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:email" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Email</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Email</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:empty-input-parameter" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Empty input parameter.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Golire parametru de intrare.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:enable" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Enable</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:enable-confirmation" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Enable confirmation</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activare confirmare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:enable-debug-mode-in-selected-groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Enable debug mode in selected groups?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activare mod de depanare în grupurile selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:enable-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Enable host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activare server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:enable-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Enable host?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activare server?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:enable-hosts-monitored-by-selected-proxies" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Enable hosts monitored by selected proxies?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activare servere monitorizate de proxy-urile selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:enable-internal-housekeeping" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Enable internal housekeeping</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activare menaj intern</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:enable-selected-actions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Enable selected actions?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activare acțiuni selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:enable-selected-discovery-rules" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Enable selected discovery rules?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activare reguli de detecție selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:enable-selected-groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Enable selected groups?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activare grupuri selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:enable-selected-hosts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Enable selected hosts?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activare servere selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:enable-selected-items" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Enable selected items?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activare itemi selectați?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:enable-selected-media-types" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Enable selected media types?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activare elemente de tip media selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:enable-selected-triggers" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Enable selected triggers?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activare triggeri selectați?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:english-en_us" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>English (en_US)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Engleză (en_US)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:error" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Error</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eroare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:error-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Error: %1$s</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eroare: %1$s</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:error-in-search-request-for-table-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Error in search request for table "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eroare in cererea de căutare pentru tabelul "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:event" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Event</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eveniment</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:event-acknowledged" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Event acknowledged</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eveniment confirmat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:event-details" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Event details</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Detalii eveniment</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:event-generation" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Event generation</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Generare eveniment</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:event-id" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Event ID</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eveniment ID</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:event-list-previous-20" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Event list [previous 20]</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Listă de evenimente [ultimele 20]</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:events-and-alerts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Events and alerts</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Evenimente și alerte</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:event-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Event type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip eveniment</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:every-days" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Every day(s)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Zilnic (s)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:every-weeks" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Every week(s)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Săptămânal (s)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:exclude" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Exclude</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Exclude</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:execute" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Execute</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Execută</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:executed-script" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Executed script</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Script executat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:execute-on" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Execute on</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Execută la</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:execution-confirmation" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Execution confirmation</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Confirmare de executare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:expand-single-problem" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Expand single problem</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Extinde problema unică</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:maintenance-statusexpired" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Expired</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expirat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:exploded" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Exploded</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Explodat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:export-to-csv" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Export to CSV</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Export în CSV</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:expression" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Expression</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expresie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:expression-cannot-be-empty" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Expression cannot be empty</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expresia nu poate fi vidă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:expression-constructor" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Expression constructor</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Constructor de expresii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:expressions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Expressions</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expresii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:expression-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Expression type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip de expresie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:external-check" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>External check</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Verificare externă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:friday-shortf" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>F</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>F</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:fail" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Fail</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Greșeală</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:failed" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Failed</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eșec</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:failure-audit" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Failure Audit</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Audit greșit</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:false" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>FALSE</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>FALS</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:feb" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Feb</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Feb</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:february" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>February</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Februarie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:field" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Field</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Câmp</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:field-1s-cannot-be-set-to-null" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Field "%1$s" cannot be set to NULL.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Câmpul "%1$s" nu poate fi pus NULL.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:field-1s-is-mandatory" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Field "%1$s" is mandatory.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Câmpul "%1$s" este opțional. </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:field-1s-is-not-integer" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Field "%1$s" is not integer.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Câmpul "%1$s" nu este număr întreg.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:field-1s-is-not-string" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Field "%1$s" is not string.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Câmpul "%1$s" nu este șir.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:field-1s-must-be-missing" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Field "%1$s" must be missing.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Câmpul "%1$s" trebuie să lipsească.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:file-is-too-big-max-upload-size-is-1s-bytes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>File is too big, max upload size is %1$s bytes.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Fișierul este prea mare, mărimea maximă de upload este %1$s octeți.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:filled-region" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Filled region</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Zone pline</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:filter" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Filter</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Filtru</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:finish" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Finish</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Sfârșit</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:finnish-fi_fi" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Finnish (fi_FI)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Finlandeză (fi_FI)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:page-navigationfirst" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>First</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Primul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:fit-to-map" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Fit to map</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Încadrează în hartă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:fixed" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Fixed</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Remediat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:formula" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Formula</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Formulă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:french-fr_fr" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>French (fr_FR)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Franceză (fr_FR)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:fri" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Fri</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Fri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:friday" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Friday</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Vineri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:from" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>From</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>De la</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:frontend-access" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Frontend access</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acces la interfață</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:frontend-messaging" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Frontend messaging</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mesaje de interfață</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:ftp" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>FTP</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>FTP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:function" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Function</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Funcție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:general" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>General</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>General</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:german-de_de" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>German (de_DE)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Germană (de_DE)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:given-expression-is-not-a-macro" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Given expression is not a macro</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expresia dată nu este macro</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:item_formglobal-housekeeping-settings" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>global housekeeping settings</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>setări interne globale</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:google-chrome" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Google Chrome</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Google Chrome</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:go-to" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Go to</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mergi la</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:gradient-line" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Gradient line</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Gradient linie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:graph" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grafic</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:graph-1s-already-exists-on-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph "%1$s" already exists on "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Graficul "%1$s" există deja pe "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:graph-1s-already-exists-on-2s-inherited-from-another-template" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph "%1$s" already exists on "%2$s" (inherited from another template).</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Graficul "%1$s" există deja pe "%2$s" (moștenit de la alt șablon).</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:graph-1s-already-exists-on-2s-items-are-not-identical" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph "%1$s" already exists on "%2$s" (items are not identical).</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Graficul "%1$s" există deja pe "%2$s" (itemii nu sunt identici).</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:graph-1s-with-templated-items-cannot-contain-items-from-other-hosts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph "%1$s" with templated items cannot contain items from other hosts.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Graficul "%1$s" cu itemi șablon nu poate să conțină itemi de la alte servere.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:graph-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grafic adăugat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:graph-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototip grafic</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:graph-prototype-1s-contains-item-prototypes-from-multiple-discovery-rules" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph prototype "%1$s" contains item prototypes from multiple discovery rules.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototipul grafic "%1$s" conține prototipu grafici pentru mai multe reguli de detecție.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:graph-prototype-1s-must-have-at-least-one-item-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph prototype "%1$s" must have at least one item prototype.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototipul grafic "%1$s" trebuie să aibă cel puțin un prototip item.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:graph-prototype-1s-with-templated-items-cannot-contain-items-from-other-hosts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph prototype "%1$s" with templated items cannot contain items from other hosts.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototip de grafic "%1$s" cu itemi șablon nu poate să conțină itemi de la alte servere.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:graph-prototype-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph prototype added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototip grafic adăugat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:graph-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph prototypes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototipuri grafice</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:graph-prototype-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph prototype updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototip grafic adăugat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:graphs" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graphs</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grafice</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:graph-sum" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph sum</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Sumă grafică</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:graph-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip grafic</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:graph-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grafic actualizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:greek-el_gr" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Greek (el_GR)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Greacă (el_GR)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:grid" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Grid</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grilă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:group" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Group</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grup</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:group-1s-cannot-be-deleted-because-it-is-used-by-a-host-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Group "%1$s" cannot be deleted, because it is used by a host prototype.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grupul "%1$s" nu poate fi șters, pentru că este utilizat de un server prototip </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:group-1s-does-not-exist" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Group "%1$s" does not exist.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grupul "%1$s" nu există.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:group-1s-for-host-2s-does-not-exist" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Group "%1$s" for host "%2$s" does not exist.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grupul "%1$s" pentru serverul "%2$s" nu există.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:group-for-discovered-hosts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Group for discovered hosts</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grup pentru servere detectate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:grouping-by" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Grouping by</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grupare după</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:group-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Group name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume grup</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:group-prototype-cannot-be-based-on-a-discovered-host-group-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Group prototype cannot be based on a discovered host group "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grupul prototip nu se poate baza pe un grup server detectat "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:group-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Group prototypes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototipuri grup</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Groups</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grupuri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:gsm-modem" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>GSM modem</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Modem GSM</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:gui" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>GUI</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>GUI</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:gui-access-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>GUI access disabled.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acces GUI dezactivat.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:hour-shorth" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>h</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>h</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:hardware" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Hardware</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Hardware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:hardware-full-details" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Hardware (Full details)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Hardware (Detalii complete)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:height" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Height</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Înălțime</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:help" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Help</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ajutor</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:hi-a" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>h:i A</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>H:m</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:hidden" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Hidden</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ascuns</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:hide-selected" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Hide selected</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ascunde selecția</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:high" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>High</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ridicat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:his-a" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>h:i:s A</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>H:m:s</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:history" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>History</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Istoric</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:history-clearing-can-take-a-long-time-continue" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>History clearing can take a long time. Continue?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Golirea istoricului poate lua o perioadă lungă de timp. Continuare?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:horizontal" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Horizontal</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Orizontal</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:horizontal-align" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Horizontal align</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Aliniere orizontală</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Hosturi</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Hosturi</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Host</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:host-1s-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host "%1$s" already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Serverul "%1$s" există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:host-access" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host access</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acces server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:host-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Server adăugat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:host-cannot-have-more-than-one-default-interface-of-the-same-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host cannot have more than one default interface of the same type.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Serverul nu poate avea mai mult de o interfață implicită de același tip.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:host-count" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host count</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Contor server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:host-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Servere dezactivate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:host-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Servere dezactivate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:host-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Server dezactivat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:host-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Server activat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:host-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Servere activate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:host-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Servere activate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:host-group" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>host group</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>grup server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:host-group" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host group</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grup server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:host-group-1s-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host group "%1$s" already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grupul server "%1$s" există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:host-group-1s-cannot-be-deleted-because-it-is-used-in-a-global-script" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host group "%1$s" cannot be deleted, because it is used in a global script.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grupul server "%1$s" nu poate fi șters, pentru că este utilizat într-un script global.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:host-group-elements" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host group elements</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Elementele grupului de servere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:host-group-label-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host group label type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipul etichetei grupului de servere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:host-groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host groups</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grupuri de servere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:host-interface" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host interface</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Interfață server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:host-inventory" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host inventory</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Inventar server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:host-inventory-overview" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host inventory overview</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prezentare generală inventar server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:host-ip" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host IP</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>IP server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:hostkey-pair-is-expected" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>"host:key" pair is expected</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>se asteapta o pereche</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:host-label-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host label type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip eticheta server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:host-metadata" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host metadata</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Metadate server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:host-networks" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host networks</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Rețele server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:host-prototype-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host prototype added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototip grafic adăugat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:host-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host prototypes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototipuri de servere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:host-prototype-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host prototype updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototip Host actualizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:host-prototype-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host prototype updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototip host updatat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:host-prototype-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host prototype updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototip Host actualizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:host-prototype-with-host-name-1s-already-exists-in-discovery-rule-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host prototype with host name "%1$s" already exists in discovery rule "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Server prototip cu nume server "%1$s" există deja în regula de detecție "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:host-prototype-with-visible-name-1s-already-exists-in-discovery-rule-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host prototype with visible name "%1$s" already exists in discovery rule "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Server prototip cu nume vizibil "%1$s" există deja în regula de detecție "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:host-router" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host router</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Router gazdă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:hosts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Hosts</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Servere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:hosts-location" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Hosts location</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Locație servere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:host-subnet-mask" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host subnet mask</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mască subnet server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:host-time" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host time</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Timp server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:host-update-failed" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host update failed.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Actualizare server nereușită.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:host-with-the-same-name-1s-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host with the same name "%1$s" already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Server cu același nume "%1$s" există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:host-with-the-same-visible-name-1s-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host with the same visible name "%1$s" already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Server cu același nume vizibil "%1$s" există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:hours" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Hours</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ore</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:housekeeping" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Housekeeping</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Housekeeping</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:http" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>HTTP</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>HTTP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:http-authentication" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>HTTP authentication</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Autentificare HTTP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:http-proxy" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>HTTP proxy</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>proxy HTTP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:https" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>HTTPS</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>HTTPS</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:hungarian-hu_hu" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Hungarian (hu_HU)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Maghiară (hu_HU)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:hw-architecture" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>HW architecture</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Arhitectură HW</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:icmp-ping" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>ICMP ping</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>ping ICMP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:icon" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>icon</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>iconiță</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:icon" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Icon</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Iconiță</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:icon-default" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Icon (default)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Iconiță (implicit)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:icon-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Icon (disabled)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Iconiță (dezactivat)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:icon-highlight" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Icon highlight</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Iconiță selectată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:icon-maintenance" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Icon (maintenance)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Iconiță (mentenanță)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:icon-map" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Icon map</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Icon hartă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:icon-map-1s-cannot-be-deleted-used-in-map-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Icon map "%1$s" cannot be deleted. Used in map "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Icon hartă "%1$s" nu poate fi ștearsă. Este folosită în harta "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:icon-map-created" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Icon map created</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Icon hartă creat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:icon-map-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Icon map deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Icon hartă șters</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:icon-mapping" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Icon mapping</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>mapare icon</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:icon-map-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Icon map updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Icon hartă actualizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:icon-problem" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Icon (problem)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Iconiță (problemă)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:icons" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Icons</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Iconițe</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:id" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>ID</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>ID</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:if-you-think-this-message-is-wrong-please-consult-your-administrators-about-getting-the-necessary-permissions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>If you think this message is wrong, please consult your administrators about getting the necessary permissions.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dacă crezi ca acest mesaj este greșit, te rog să consulți administratorii pentru obținerea permisiunilor necesare.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:image" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>image</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>imagine</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:image" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Image</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Imagine</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:image-1s-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Image "%1$s" already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Imaginea "%1$s" există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:image-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Image added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Imagine adăugată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:image-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Image deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Imagine ștearsă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:image-label-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Image label type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipul etichetei imaginii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:images" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Images</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Imagini</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:images-for-all-maps-will-be-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Images for all maps will be updated!</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Imaginile pentru toate hărțile vor fi actualizate!</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:image-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Image updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Imagine actualizată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:imap" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>IMAP</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>IMAP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:immediately" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Immediately</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Imediat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:import" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Import</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Import</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:imported-successfully" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Imported successfully</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Import cu succes</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:import-file" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Import file</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Fișier import</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:in" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>in</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>în</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:include" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Include</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Include</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:incorrect-1s-label-type-value-for-map-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect %1$s label type value for map "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipul valorii etichetei %1$s incorect pentru harta "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:incorrect-action-condition-discovery-check" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect action condition discovery check.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Condiție de acțiune incorectă la verificare detecție.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:incorrect-action-condition-discovery-check-discovery-check-does-not-exist-or-you-have-no-access-to-it" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect action condition discovery check. Discovery check does not exist or you have no access to it.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Condiție de acțiune incorectă la verificare detecție. Verificarea detecției nu există sau nu ai acces la ea.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:incorrect-action-condition-discovery-object" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect action condition discovery object.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Condiție de acțiune incorectă la detecție obiect.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:incorrect-action-condition-discovery-rule-discovery-rule-does-not-exist-or-you-have-no-access-to-it" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect action condition discovery rule. Discovery rule does not exist or you have no access to it.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Condiție de acțiune incorectă la regula de detecție. Regula de detecție nu există sau nu ai acces la ea.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:incorrect-action-condition-discovery-status" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect action condition discovery status.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Condiție de acțiune incorectă la starea de detecție.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:incorrect-action-condition-event-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect action condition event type.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Condiție de acțiune incorectă la tipul eveniment.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:incorrect-action-condition-port-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect action condition port "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Condiție de acțiune incorectă port "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:incorrect-action-condition-proxy-proxy-does-not-exist-or-you-have-no-access-to-it" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect action condition proxy. Proxy does not exist or you have no access to it.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Condiție de acțiune incorectă proxy. Proxy nu există sau nu ai acces la el.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:incorrect-action-condition-trigger-severity" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect action condition trigger severity.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Condiție de acțiune incorectă la gravitate trigger.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:incorrect-action-condition-trigger-trigger-does-not-exist-or-you-have-no-access-to-it" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect action condition trigger. Trigger does not exist or you have no access to it.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Condiție de acțiune incorectă trigger. Trigger nu există sau nu ai acces la el.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:incorrect-action-condition-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect action condition type.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Condiție de acțiune incorectă gen.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:incorrect-action-operation-escalation-step-values" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect action operation escalation step values.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Operațiune de acțiune incorectă tip valoare crescută cu un pas.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:incorrect-arguments-passed-to-function" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect arguments passed to function.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Argumente incorecte trimise funcției.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:incorrect-field-1s-name-or-value-in-where-statement-for-table-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect field "%1$s" name or value in where statement for table "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume sau valoare câmp "%1$s" incorecte în care afirmația pentru tabelul "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:incorrect-fields-for-sysmap" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect fields for sysmap.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Câmpuri incorecte pentru sysmap.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:incorrect-file-upload" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect file upload.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Încărcare fișier incorectă. </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:incorrect-function-is-used" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect function is used</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Funcție incorectă utilizată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:incorrect-image-index" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect image index.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Index imagine incorect.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:incorrect-input-parameters" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect input parameters.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Parametrii de intrare incorecți.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:incorrect-item-key-1s-provided-for-trigger-expression-on-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect item key "%1$s" provided for trigger expression on "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cheie item "%1$s" incorect prevăzut pentru expresia triggerului pe "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:incorrect-item-value-type-1s-provided-for-trigger-function-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect item value type "%1$s" provided for trigger function "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip valoare item "%1$s" incorect prevăzut pentru funcția triggerului "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:incorrect-list-of-items" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect list of items.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Listă incorectă de itemi.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:incorrect-maintenance-period-minimum-5-minutes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect maintenance period (minimum 5 minutes)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Perioadă a mentenanței incorectă (minim 5 minute)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:incorrect-port-range" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect port range.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Gamă port incorectă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:incorrect-response-received-from-zabbix-server-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect response received from Zabbix server "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Răspuns incorect primit de la serverul Zabbix "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:incorrect-snmp-community" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect SNMP community.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Comunitate SNMP incorectă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:incorrect-snmp-oid" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect SNMP OID.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>SNMP OID incorect.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:incorrect-syntax-near-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>incorrect syntax near "%1$s"</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>sintaxă incorectă lângă "%1$s"</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:incorrect-trigger-expression" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect trigger expression.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expresii trigger incorecte.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:incorrect-trigger-expression-host-1s-does-not-exist-or-you-have-no-access-to-this-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect trigger expression. Host "%1$s" does not exist or you have no access to this host.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expresie trigger incorectă. Serverul "%1$s" nu există sau nu ai acces la acest server.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:incorrect-trigger-expression-trigger-expression-elements-should-not-belong-to-a-template-and-a-host-simultaneously" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect trigger expression. Trigger expression elements should not belong to a template and a host simultaneously.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expresie trigger incorectă. Elementele expresiei trigger nu trebuie să aparțină simultan unui șablon si unui server.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:incorrect-value-1s-for-2s-field" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect value "%1$s" for "%2$s" field.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare incorectă "%1$s" pentru câmpul "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:incorrect-value-1s-for-2s-field-must-be-between-3s-and-4s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect value "%1$s" for "%2$s" field: must be between %3$s and %4$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare incorectă "%1$s" pentru câmpul "%2$s": trebuie să fie între %3$s și %4$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:incorrect-value-1s-for-float-field-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect value "%1$s" for float field "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare incorectă "%1$s" pentru câmpul flotant "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:incorrect-value-1s-for-int-field-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect value "%1$s" for int field "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare incorectă "%1$s" pentru câmpul int "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:incorrect-value-1s-for-unsigned-int-field-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect value "%1$s" for unsigned int field "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare incorectă "%1$s" pentru câmpul int nesemnat "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:indonesian-id_id" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Indonesian (id_ID)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Indoneză (id_ID)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:info" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Info</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Info</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:information" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Information</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Informaţie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:in-maintenance" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>In maintenance</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>În mentenanță</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:in-progress" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>In progress</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>În progres</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:insert" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Insert</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Inserează</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:installation" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Installation</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Instalare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:installer-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Installer name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume de instalare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:interface" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Interface</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Interfață</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:interface-is-linked-to-item-1s-on-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Interface is linked to item "%1$s" on "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Interfața e legată de itemul "%1$s" pe "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:interface-with-dns-1s-cannot-have-empty-ip-address" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Interface with DNS "%1$s" cannot have empty IP address.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Interfața cu DNS "%1$s" nu poate avea adresă IP goală.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:interface-with-ip-1s-cannot-have-empty-dns-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Interface with IP "%1$s" cannot have empty DNS name.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Interfața cu IP "%1$s" nu poate avea nume DNS gol.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:interface-with-ip-1s-cannot-have-empty-dns-name-while-having-use-dns-property-on-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Interface with IP "%1$s" cannot have empty DNS name while having "Use DNS" property on "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Interfața cu IP "%1$s" nu poate avea nume DNS gol în timp ce are "Folosește proprietatea DNS" la "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:authenticationinternal" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Internal</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Intern</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:user-typeinternal" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Internal</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Intern</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:internal-error" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Internal error.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eroare internă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:internal-json-rpc-error" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Internal JSON-RPC error.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eroare internă JSON-RPC.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:internet-explorer" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Internet Explorer</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Internet Explorer</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:interval" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Interval</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Interval</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:invalid-json-an-error-occurred-on-the-server-while-parsing-the-json-text" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Invalid JSON. An error occurred on the server while parsing the JSON text.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>JSON invalid. A apărut o eroare la server în timp ce analiza textul JSON.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:invalid-key-1s-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Invalid key "%1$s": %2$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cheie invalidă "%1$s": %2$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:invalid-method-parameters" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Invalid method parameters.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Parametrii metodei invalizi. </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:invalid-params" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Invalid params.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Parametri invalizi.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:invalid-response-code-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Invalid response code "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cod de răspuns invalid "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:inventory" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Inventory</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Inventar</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:inventory-disabled-for-host-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Inventory disabled for host "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Inventar dezactivat pentru server "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:inventory-field" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Inventory field</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Câmp inventar</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:inventory-mode" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Inventory mode</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mod inventar</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:ip" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>IP</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>IP Internet Protocol</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:ip-address" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>IP address</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adresă IP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:ip-and-dns-cannot-be-empty-for-host-interface" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>IP and DNS cannot be empty for host interface.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>IP-ul si DNS-ul nu pot fi nule pentru interfața serverului.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:ipmi" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>IPMI</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>IPMI</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:ipmi-agent" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>IPMI agent</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Agent IPMI</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:ipmi-interfaces" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>IPMI interfaces</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Interfață IPMI</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:ipmi-sensor" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>IPMI sensor</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Senzor IPMI</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:ip-range" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>IP range</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Interval IP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:is-online" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Is online?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Este online?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:italian-it_it" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Italian (it_IT)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Italiană (it)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Item</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:item-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Item adăugat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:item-count" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item count</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numărătoare item</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:item-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Elemente dezactivate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:item-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Element dezactivat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:item-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Elemente dezactivate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:item-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Item activat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:item-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Itemi activați</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:item-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Itemi activați</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:item-in-not-supported-state" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item in "not supported" state</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Item în stare "nesuportată"</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:item-not-selected" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item not selected</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Item neselectat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:item-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototip item</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:item-prototype-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item prototype added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototip item adăugat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:item-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item prototypes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototipuri item</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:item-prototype-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item prototype updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototip item actualizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:items" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Items</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Itemi</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:items-list" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Items list</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Lista itemi</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:item-will-not-be-refreshed-please-enter-a-correct-update-interval" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item will not be refreshed. Please enter a correct update interval.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Itemul nu va fi actualizat. Va rugăm să introduceți un interval de actualizare corect.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:it-is-not-possible-to-filter-by-user-password" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>It is not possible to filter by user password.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu este posibilă filtrarea după parola utilizatorului.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:it-is-not-possible-to-search-by-user-password" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>It is not possible to search by user password.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu este posibilă căutarea după parola utilizatorului.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:jan" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Jan</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ian</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:january" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>January</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ianuarie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:japanese-ja_jp" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Japanese (ja_JP)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Japoneză (ja_JP)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:jmx" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>JMX</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>JMX</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:jmx-agent" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>JMX agent</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Agent JMX</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:jmx-interfaces" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>JMX interfaces</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Interfață JMX</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:jul" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Jul</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Iul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:july" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>July</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Iulie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:jun" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Jun</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Iun</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:june" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>June</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Iunie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:key" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Key</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cheie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:key-is-empty" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>key is empty</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>cheia este goală</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:key-passphrase" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Key passphrase</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Parola cheie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:korean-ko_kr" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Korean (ko_KR)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Coreeană (ko_KR)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:label" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Label</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Etichetă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:label-location" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Label location</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Locație etichetă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:language" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Language</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Limbă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:week-of-monthlast" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>last</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>ultima</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:last" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>last</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>ultima</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:page-navigationlast" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Last</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ultima</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:last-check" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Last check</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ultima verificare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:last-hour-graph" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Last hour graph</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Graficul ultimei ore</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:last-month-graph" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Last month graph</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Graficul ultimei luni</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:last-of" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Last of</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ultima din</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:last-seen-age" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Last seen (age)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ultima dată vazut (vârstă)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:last-value" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Last value</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ultima valoare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:last-week-graph" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Last week graph</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Graficul ultimei săptămâni</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:latest-data" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Latest data</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cele mai recente date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:latest-values" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Latest values</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cele mai recente valori</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:latvian-lv_lv" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Latvian (lv_LV)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Letonă (lv_LV)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:ldap" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>LDAP</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>LDAP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:ldap-authentication" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>LDAP authentication</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Autentificare LDAP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:left" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Left</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Stânga</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:limit-for-search-and-filter-results" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Limit for search and filter results</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Limită elemente Căutare/Filtrare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:line" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Line</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Linie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:link" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Link</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Legătură</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:linked-templates" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Linked templates</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șabloane legate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:link-indicators" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Link indicators</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Indicatori de legătură</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:link-templates" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Link templates</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Leagă șabloane</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:list-is-empty" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>List is empty</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Lista este goală</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:lithuanian-lt_lt" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Lithuanian (lt_LT)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Lituaniană (lt_LT)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:local-time" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Local time</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ora locală</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:location" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Location</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Locaţie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:location-latitude" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Location latitude</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Latitudine locație</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:location-longitude" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Location longitude</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Longitudine locație</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:log" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Log</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Înregistrare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:login" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Login</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Autentificare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:login-name-or-password-is-incorrect" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Login name or password is incorrect.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numele sau parola este incorectă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:logout" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Logout</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Deconectare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:log-time-format" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Log time format</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Format timp autentificare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:log-unmatched-snmp-traps" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Log unmatched SNMP traps</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Înregistrarea nu se potrivește cu capcanele SNMP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:lost" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Lost</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Pierdut</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:low-level-discovery-rule-in-not-supported-state" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Low-level discovery rule in "not supported" state</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nivel scăzut al regulii de detecție în stare "nu este acceptată"</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:minute-shortm" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>m</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>m</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:monday-shortm" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>M</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>M</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:mac-address-a" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>MAC address A</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adresă MAC A</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:mac-address-b" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>MAC address B</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adresă MAC B</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:macro" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Macro</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Macro</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:macro-1s-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Macro "%1$s" already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Macro-ul "%1$s" există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:macro-1s-already-exists-on-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Macro "%1$s" already exists on "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Macro-ul "%1$s" există deja pe "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:macros" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>macro(s)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>macro(uri)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:macros" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Macros</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Macro-uri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:macros-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Macros updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Macro-uri actualizate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:maintenance" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Maintenance</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mentenanță</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:maintenance-period" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Maintenance period</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Perioadă de mentenanță</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:maintenance-period-length" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Maintenance period length</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Lungime perioadă de mentenanță</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:maintenance-periods" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Maintenance periods</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Perioade de mentenanță</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:maintenance-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Maintenance type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip mentenanță</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:maintenance-with-data-collection" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Maintenance with data collection</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mentenanță cu colecție de date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:maintenance-without-data-collection" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Maintenance without data collection</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mentenanță fără colecție de date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:manual" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>&lt;manual&gt;</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>&lt;manual&gt;</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:manual" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Manual</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Manual</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:map" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>map</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>hartă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:map" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Map</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Hartă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:map-label-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Map label type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip etichetă hartă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:mapped-to" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Mapped to</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mapat la </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:mappings" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Mappings</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mapări</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:maps" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Maps</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Hărți</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:mar" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Mar</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mar</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:march" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>March</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Martie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:mark-elements-on-trigger-status-change" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Mark elements on trigger status change</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Marchează elementele pe schimbarea de status a trigerilor</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:mark-others" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Mark others</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Marchează pe alții</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:mark-selected" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Mark selected</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Marchează selecția</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:mask" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Mask</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mască</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:mass-update" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Mass update</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Masă zctualizată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:mass-update-elements" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Mass update elements</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Elemente de masă actualizate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:max" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>max</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>max</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:max-count-of-elements-to-show-inside-table-cell" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Max count of elements to show inside table cell</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numerotare maximă a elementelor pentru arătarea interiorului celulei tabelului</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:maximum-time-period-to-display-is-1s-day" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Maximum time period to display is %1$s day.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Perioada maximă de timp pentru afișare este %1$s zile.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:maximum-time-period-to-display-is-1s-day" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Maximum time period to display is %1$s day.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Perioada maximă de timp pentru afișare este %1$s zile.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:maximum-time-period-to-display-is-1s-day" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Maximum time period to display is %1$s day.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Perioada maximă de timp pentru afișare este %1$s zile.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:may-shortmay" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>May</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mai</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:may" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>May</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mai</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:md2" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>MD2</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>MD2</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:m-d-hi-a" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>m-d h:i A</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>m-d H:i</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:media" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Media</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Media</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:media-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Media type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipul media</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:media-type-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Media type added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipul media adăugat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:media-type-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Media type deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipurile media șterse</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:media-type-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Media type deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipul media șters</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:media-type-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Media type deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipurile media au fost șterse </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:media-type-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Media type disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipurile media dezactivate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:media-type-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Media type disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipurile media dezactivate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:media-type-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Media type disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipul media dezactivat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:media-type-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Media type enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipul media activat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:media-type-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Media type enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipurile media activate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:media-type-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Media type enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipurile media activate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:media-types" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Media types</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipuri media</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:media-type-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Media type updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipul media actualizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:members" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Members</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Membri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:message" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Message</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mesaj</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:messages" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Messages</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mesaje</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:message-timeout" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Message timeout</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mesaj expirat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:messaging" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Messaging</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trimitere mesaje</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:method-not-found" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Method not found.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Metoda nu a fost găsită.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:middle" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Middle</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mijloc</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:min" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>min</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>min</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:minimum-severity" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Minimum severity</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Severitate minimă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:minutes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Minutes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Minute</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:missing-itemid-field-for-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Missing "itemid" field for item.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Câmp lipsă "itemid" pentru item.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:missing-items-for-graph-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Missing items for graph "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Itemi lipsă pentru elementul grafic "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:missing-items-for-graph-prototype-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Missing items for graph prototype "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Itemi lipsă pentru prototipul grafic "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:missing-key-1s-for-host-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Missing key "%1$s" for host "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cheie lipsă "%1$s" pentru server "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:missing-name-field-for-graph" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Missing "name" field for graph.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Câmp lipsă "nume" pentru element grafic.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:missing-name-field-for-graph-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Missing "name" field for graph prototype.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Câmp lipsă "nume" pentru prototip grafic.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:mode" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Mode</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mod</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:model" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Model</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Model</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:mon" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Mon</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Lun</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:monday" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Monday</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Luni</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:monitored-by-proxy" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Monitored by proxy</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Monitorizat de proxy</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:monitored-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Monitored host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Server monitorizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:monitoring" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Monitoring</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Monitorizare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:month" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Month</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Lună</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:monthly" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Monthly</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Lunar</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:more-matches-found" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>More matches found...</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mai multe potriviri găsite...</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:more-than-10-minutes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>More than 10 minutes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mai mult de 10 minute</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:mozilla-firefox" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Mozilla Firefox</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mozilla Firefox</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:millisecond-shortms" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>ms</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>ms</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:multiple-problem-events" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Multiple PROBLEM events</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Evenimente PROBLEME multiple</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:mute" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Mute</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mut</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:n-d-hi-a" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>n-d h:i A</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>n-d H:i</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:network-map-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Network map added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Hartă rețea adăugată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:network-maps" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Network maps</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Hărți rețea</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:network-map-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Network map updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Hartă rețea actualizată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:never" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Never</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Niciodată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:new" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>new</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>nou</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:new-element-in-multiselectnew" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>new</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>nou</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:new-condition" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>New condition</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Condiție nouă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:new-element" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>New element</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Element nou</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:new-regular-expression" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>New regular expression</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Exoresie uzuală nouă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:nntp" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>NNTP</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>NNTP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:no" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:no-1s-given-for-graph" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No "%1$s" given for graph.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Niciun "%1$s" dat pentru grafic.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:no-1s-given-for-graph-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No "%1$s" given for graph prototype.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Niciun "%1$s" dat pentru prototipul grafic.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:no-data" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>no data</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>fără date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:no-data-collection" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No data collection</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nicio colecție de date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:no-default-interface-for-1s-type-on-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No default interface for "%1$s" type on "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nicio interfață implicită pentru tipul "%1$s" pe "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:no-details" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No details</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Niciun detaliu</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:no-discovery-rule-ids-given" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No discovery rule IDs given.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nicio regulă de detecție IDs dată.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:no-file-was-uploaded" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No file was uploaded.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Niciun fișier nu s-a încărcat.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:no-graphs-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No graphs added.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Niciun grafic adăugat.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:no-host-ids-given" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No host IDs given.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Niciun IDs server dat.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:no-image" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No image</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nicio imagine</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:no-interface-found" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No interface found</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nicio interfață găsită</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:no-items-defined" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No items defined.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Niciun item definit.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:no-macros-found" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No macros found.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Niciun macro găsit.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:no-maps-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No maps added.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nicio hartă adaugată.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:no-matches-found" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No matches found</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nicio potrivire găsită</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:none" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>None</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Niciunul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:no-permissions-for-system-access" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No permissions for system access.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nicio permisiune de acces la sistem.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:no-permissions-to-referred-object-or-it-does-not-exist" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No permissions to referred object or it does not exist!</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nicio permisiune la obiectul menționat sau acesta nu există!</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:no-proxy" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>(no proxy)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>(fără proxy)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:no-proxy" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No proxy</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Fără proxy</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:normal" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Normal</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Normal</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:normal-view" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Normal view</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Vizualizare normală</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:no-script-specified-for-action-operation-command" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No script specified for action operation command.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu a fost specificat niciun script pentru comanda de acțiune a operațiunii.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:not-ack" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Not Ack</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu Ack</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:not-allowed-to-set-password-for-user-guest" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Not allowed to set password for user "guest".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu este permisă setarea parolei pentru utilizatorul "guest".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:not-available" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Not available</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Indisponibil</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:not-classified" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Not classified</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Neclasificate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:notes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Notes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Note</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:nothing" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Nothing</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nimic</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:notification-report" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Notification report</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Raport de notificare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:notifications" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Notifications</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Notificări</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:not-in" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>not in</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>nu este în</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:no-triggers-defined" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No triggers defined.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Niciun trigger definit.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:not-selected" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>not selected</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>neselectat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:not-supported" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Not supported</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nesuportat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:nov" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Nov</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Noi</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:november" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>November</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Noiembrie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:number-of-items-in-proxy-history-that-are-not-yet-sent-to-the-server" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Number of items in proxy history that are not yet sent to the server</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Număr de itemuri în istoricul proxy care nu au fost încă trimise către server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:number-of-items-in-zabbix-database" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Number of items in Zabbix database.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Număr de itemuri in baza de date Zabbix.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:number-of-monitored-hosts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Number of monitored hosts</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Număr de servere monitorizate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:number-of-steps" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Number of steps</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Număr de pași</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:number-of-triggers-in-zabbix-database" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Number of triggers in Zabbix database.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numărul triggerilor din baza de date Zabbix.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:number-of-unsupported-items-in-zabbix-database" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Number of unsupported items in Zabbix database.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numărul itemilor nesuportați în baza de date Zabbix.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:number-of-users-online" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Number of users (online)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numărul de utilizatori (online)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:numeric-float" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Numeric (float)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numeric (float)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:numeric-unsigned" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Numeric (unsigned)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numeric (nesemnat)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:oct" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Oct</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Oct</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:october" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>October</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Octombrie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:oem" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>OEM</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>OEM</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:of" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>of</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>al</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:off" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>off</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>închis</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:off" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Off</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Oprit</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:ok" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Ok</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ok</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:ok" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>OK</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>OK</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:on" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>on</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>pornit</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:on" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>On</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Pornit</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:once" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Once</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Odată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:one-time-only" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>One time only</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>O singură dată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:only-items-assigned-to-enabled-hosts-are-counted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Only items assigned to enabled hosts are counted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numai itemii desemnați să activeze servere sunt numărați</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:only-one-check-can-be-unique" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Only one check can be unique.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numai o verificare poate fi unică.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:only-super-admins-can-create-groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>(Only super admins can create groups)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>(Numai super administratorii pot creea grupuri)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:only-triggers-assigned-to-enabled-hosts-and-depending-on-enabled-items-are-counted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Only triggers assigned to enabled hosts and depending on enabled items are counted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numai triggerii atribuiți să activeze servere și care depind de itemi activați sunt contorizați</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:on-status-change-triggers-blink-for" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>On status change triggers blink for</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Statusul pornit modifică triggerii să lumineze pentru </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:oob-ip-address" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>OOB IP address</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adresă IP OOB</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:oob-router" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>OOB router</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>router OOB</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:oob-subnet-mask" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>OOB subnet mask</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mască subnet OOB</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:opera" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Opera</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Opera</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:operation-cannot-be-performed-due-to-unauthorized-request" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Operation cannot be performed due to unauthorized request.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Operațiunea nu poate fi executată datorită unei cereri neautorizate.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:operation-details" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Operation details</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Detalii operațiunii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:operation-has-no-group-to-operate" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Operation has no group to operate.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Operațiunea nu are grup de operare.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:operation-has-no-template-to-operate" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Operation has no template to operate.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Operațiunea nu are șablon de operare.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:operations" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Operations</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Operațiuni</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:operator" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Operator</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Operator</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:original" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Original</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Original</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:os" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>OS</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>OS</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:os-full-details" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>OS (Full details)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>OS (detaliat)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:os-short" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>OS (Short)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>OS (Prescurtat)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:other" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>other</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>altul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:other" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Other</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Altul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:other-configuration-parameters" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Other configuration parameters</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Alți parametri de configurare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:other-parameters" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Other parameters</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Alți parametri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:others" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Others</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Alții</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:item_formoverridden-by" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Overridden by</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Suprascrisă de </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:override-item-history-period" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Override item history period</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Perioadă istoric item de suprascriere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:override-item-trend-period" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Override item trend period</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Perioadă trend item de suprascriere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:overview" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Overview</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prezentare generală</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:page-received-incorrect-data" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Page received incorrect data</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Pagina a primit date incorecte</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:parameter" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Parameter</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Parametru</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:parent-discovery-rules" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Parent discovery rules</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Reguli de detecție părinte</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:parent-graphs" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Parent graphs</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grafice părinte</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:parent-items" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Parent items</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Itemi părinte</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:parent-triggers" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Parent triggers</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Triggeri părinte</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:parent-web-scenarios" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Parent web scenarios</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scenarii web părinte</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:parse-error" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Parse error</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eroare de analizare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:passive" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Passive</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Pasiv</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:password" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Password</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Parolă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:password-once-again" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Password (once again)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Parolă (din nou)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:percentile-line-left" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Percentile line (left)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Linie procentuala (stânga)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:percentile-line-right" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Percentile line (right)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Linie crescătoare (dreapta)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:period" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Period</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Perioadă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:periods" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Periods</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Perioade</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:period-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Period type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipul perioadei</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:permissions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Permissions</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Permisiuni</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:permissions-can-be-assigned-for-user-groups-only" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Permissions can be assigned for user groups only.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Persmisiunea poate fi atribuită doar grupurilor de utilizatori.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:persian-fa_ir" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Persian (fa_IR)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Persian (fa_IR)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:php-bcmath" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP bcmath</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>PHP bcmath</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:php-bcmath-extension-missing-php-configuration-parameter-enable-bcmath" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP bcmath extension missing (PHP configuration parameter --enable-bcmath).</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Extensia PHP bcmath lipsește (parametrul de configurare PHP --enable-bcmath).</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:php-ctype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP ctype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>PHP ctype</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:php-ctype-extension-missing-php-configuration-parameter-enable-ctype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP ctype extension missing (PHP configuration parameter --enable-ctype).</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Extensia PHP ctype lipsește (parametrul de configurare PHP --enable-ctype).</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:php-databases-support" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP databases support</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Suport pentru baza de date PHP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:php-gd" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP gd</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>PHP gd</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:php-gd-extension-missing-php-configuration-parameter-with-gd" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP gd extension missing (PHP configuration parameter --with-gd).</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Extensia PHP gd lipsește (parametrul de configurare PHP --with-gd).</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:php-gd-freetype-support" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP gd FreeType support</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Suport PHP gd FreeType</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:php-gd-freetype-support-missing" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP gd FreeType support missing.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Suport PHP gd FreeType lipsă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:php-gd-jpeg-image-support-missing" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP gd JPEG image support missing.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Suport PHP gd JPEG lipsă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:php-gd-jpeg-support" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP gd JPEG support</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Suport PHP gd JPEG</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:php-gd-png-image-support-missing" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP gd PNG image support missing.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Suport imagine PHP gd PNG lipsă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:php-gd-png-support" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP gd PNG support</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Suport PHP gd PNG</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:php-gettext" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP gettext</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>PHP gettext</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:php-gettext-extension-missing-php-configuration-parameter-with-gettext-translations-will-not-be-available" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP gettext extension missing (PHP configuration parameter --with-gettext). Translations will not be available.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Extensia PHP gettext lipsă (parametru de configurare PHP --with-gettext). Traduceri nu vor fi disponibile.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:php-libxml" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP libxml</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>PHP libxml</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:php-libxml-extension-missing" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP libxml extension missing.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Extensia PHP libxml lipsă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:php-mbstring" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP mbstring</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>PHP mbstring</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:php-mbstring-extension-missing-php-configuration-parameter-enable-mbstring" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP mbstring extension missing (PHP configuration parameter --enable-mbstring).</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Extensia PHP mbstring lipsește (parametrul de configurare PHP --enable-mbstring).</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:php-session" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP session</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Sesiune PHP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:php-session-auto-start-must-be-disabled-php-directive-sessionauto_start" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP session auto start must be disabled (PHP directive "session.auto_start").</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Pornirea automată sesiune PHP trebuie dezactivată (directiva PHP "session.auto_start").</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:php-session-extension-missing-php-configuration-parameter-enable-session" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP session extension missing (PHP configuration parameter --enable-session).</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Extensie sesiune PHP lipsă (Parametrul de configurare PHP --enable-session).</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:php-sockets" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP sockets</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>PHP sockets</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:php-sockets-extension-missing-php-configuration-parameter-enable-sockets" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP sockets extension missing (PHP configuration parameter --enable-sockets).</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Extensia socket-uri PHP lipsește (parametrul de configurare PHP --enable-sockets).</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:php-version" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP version</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Versiune PHP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:php-xmlreader" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP xmlreader</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>xmlreader PHP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:php-xmlreader-extension-missing" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP xmlreader extension missing.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Extensie xmlreader PHP lipsă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:php-xmlwriter" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP xmlwriter</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>PHP xmlwriter</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:php-xmlwriter-extension-missing" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP xmlwriter extension missing.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Extensie xmlwriter PHP lipsă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:pie" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Pie</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Diagramă circulară</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:placing-algorithm" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Placing algorithm</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Plasare algoritm</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:plain-text" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Plain text</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Text simplu</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:play" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Play</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Redare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:play-sound" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Play sound</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Redare sunet</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:please-select-two-elements" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Please select two elements</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Va rog selectați două elemente</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:polish-pl_pl" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Polish (pl_PL)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Poloneză (pl_PL)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:pop" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>POP</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>POP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:populates-host-inventory-field" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Populates host inventory field</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Populare câmp server inventar</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:port" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Port</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Port</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:port-cannot-be-empty-for-host-interface" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Port cannot be empty for host interface.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Portul nu pot fi nul pentru interfața serverului.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:port-range" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Port range</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Interval port</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:portuguese-pt_br" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Portuguese (pt_BR)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Portugheză (pt_BR)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:portuguese-pt_pt" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Portuguese (pt_PT)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Portugheză (pt_BR)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:preview" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Preview</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Previzualizare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:primary-poc-cell" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Primary POC cell</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Celulă inițială POC</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:primary-poc-email" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Primary POC email</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Email inițial POC</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:primary-poc-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Primary POC name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume inițial POC</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:primary-poc-notes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Primary POC notes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Note inițiale POC</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:primary-poc-phone-a" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Primary POC phone A</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Telefon A inițial POC</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:primary-poc-phone-b" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Primary POC phone B</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Telefon B inițial POC</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:primary-poc-screen-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Primary POC screen name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume ecran inițial POC</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:privacy-passphrase" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Privacy passphrase</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Frază de acces de confidențialitate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:privacy-protocol" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Privacy protocol</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ptotocol confidențial</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:private-key-file" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Private key file</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Fișier cheie privată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:privilege-level" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Privilege level</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nivel privilegiat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:problem" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Problem</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Problemă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:problem" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PROBLEM</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>PROBLEMĂ</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:problem-display" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Problem display</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Afișare problemă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:problem-on" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Problem on</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Problemă pe</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:problems" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Problems</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Probleme</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:proxies" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Proxies</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Proxy-uri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:proxy" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Proxy</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Proxy</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:proxy-1s-for-host-2s-does-not-exist" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Proxy "%1$s" for host "%2$s" does not exist.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Proxy "%1$s" pentru serverul "%2$s" nu există.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:proxy-1s-is-used-by-discovery-rule-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Proxy "%1$s" is used by discovery rule "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Proxy "%1$s" este utilizat de regula de detecție "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:proxy-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Proxy added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Proxy adăugat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:proxy-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Proxy deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Proxyurile  au fost șterse</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:proxy-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Proxy deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Proxy-ul a fost șters</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:proxy-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Proxy deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Proxyurile au fost șterse</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:proxy-mode" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Proxy mode</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mod proxy</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:proxy-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Proxy name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume proxy</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:proxy-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Proxy updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Proxy actualizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:public-key" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Public key</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cheie publică</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:public-key-file" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Public key file</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Fișier cheie publică</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:queue" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Queue</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Coadă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:read" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Read</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Citire</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:read-only" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Read only</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numai citire</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:read-write" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Read-write</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Citire-scriere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:received-value" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Received value</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare primită</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:recipient" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Recipient</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Destinatar</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:recovery" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Recovery</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Recuperare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:refreshed-every-1s-sec" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>refreshed every %1$s sec.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>actualizare la fiecare %1$s sec.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:regular-expression" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Regular expression</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expresie uzuală</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:regular-expression-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Regular expression added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expresie uzuală adăugată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:regular-expression-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Regular expression deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expresii uzuale șterse</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:regular-expression-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Regular expression deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expresie uzuală ștearsă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:regular-expression-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Regular expression deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expresii uzuale șterse</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:regular-expressions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Regular expressions</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expresii uzuale</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:regular-expression-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Regular expression updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expresie uzuală actualizată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:remember-me-for-30-days" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Remember me for 30 days</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Amintește-mi 30 de zile</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:remote-command" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Remote command</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Comandă de la distanță</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:remove" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Remove</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șterge</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:remove-from-host-group" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Remove from host group</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șterge din grupul serverului</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:remove-from-host-groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Remove from host groups</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șterge din grupurile serverelor</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:remove-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Remove host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șterge server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:replace" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Replace</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Înlocuire</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:replace-dependencies" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Replace dependencies</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Înlocuiește dependențele</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:reports" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Reports</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Rapoarte</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:required" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Required</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Necesar</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:required-host-permissions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Required host permissions</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Permisiuni server necesare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:required-performance-of-the-zabbix-server-in-new-values-per-second-expected" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Required performance of the Zabbix server, in new values per second expected.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Performanță necesară a serverului Zabbix, în noile valori pe secundă așteptate.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:required-server-performance-new-values-per-second" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Required server performance, new values per second</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Performanță server necesară, noi valori pe secundă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:required-status-codes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Required status codes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Coduri de stare necesare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:required-string" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Required string</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șir necesar</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:reset" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Reset</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Resetează</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:reset-all-fields-to-default-values" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Reset all fields to default values?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Resetează toate câmpurile la valorile implicite?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:reset-confirmation" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Reset confirmation</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Confirmare de resetare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:reset-defaults" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Reset defaults</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Resetează implicite</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:resolved" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Resolved</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Rezolvat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:resource" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Resource</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Resursă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:response-code" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Response code</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cod de răspuns</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:response-time" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Response time</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Timp de răspuns</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:result" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Result</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Rezultat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:result-is-false" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Result is FALSE</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Rezultatul este FALS</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:result-is-true" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Result is TRUE</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Rezultatul este ADEVĂRAT</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:result-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Result type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip de rezultat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:retry" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Retry</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Reîncearcă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:returns-icmp-ping-response-time-in-seconds-example-002" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Returns ICMP ping response time in seconds. Example: 0.02</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Redă răspuns la ping ICMP în secunde. Exemplu: 0.02</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:returns-information-associated-with-zabbix-java-gateway-valid-params-are-ping-version" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Returns information associated with Zabbix Java gateway. Valid params are: ping, version.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Redă informații asociate cu portul Java Zabbix. Parametri valabili sunt: ping, version.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:returns-percentage-of-lost-icmp-ping-packets" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Returns percentage of lost ICMP ping packets.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Redă un procent din pachetele pierdute la ping ICMP.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:right" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Right</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dreapta</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:rmcp" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>RMCP+</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>RMCP+</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:romanian-ro_ro" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Romanian (ro_RO)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Română (ro_RO)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:rows" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Rows</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Rânduri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:rows-per-page" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Rows per page</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Rânduri pe pagină</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:rules" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Rules</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Reguli</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:russian-ru_ru" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Russian (ru_RU)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Rusă (ru_RU)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:second-shorts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>s</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>s</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:saturday-shorts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>S</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>S</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:sunday-shorts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>S</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>S</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:safari" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Safari</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Safari</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:sat" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Sat</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Sâm</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:saturday" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Saturday</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Sâmbătă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:scenario" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Scenario</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scenariu</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:schedule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Schedule</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Programare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:scheduled-check" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Scheduled check</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Verificare programare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:script" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Script</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Script</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:script-1s-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Script "%1$s" already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scriptul "%1$s" există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:script-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Script added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Script adăugat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:script-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Script deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scripturile șterse</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:script-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Script deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scripturile șterse</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:script-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Script deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Script șters</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:script-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Script name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume script</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:script-profiler" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Script profiler</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Script profiler</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:scripts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Scripts</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scripturi</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:script-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Script updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Script actualizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:search" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Search</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Caută</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:search-attribute" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Search attribute</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Atribut de căutare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:search-pattern-is-empty" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Search pattern is empty</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Modelul de căutare este gol</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:secondary-poc-cell" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Secondary POC cell</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Celulă POC secundară</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:secondary-poc-email" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Secondary POC email</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Email POC secundar</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:secondary-poc-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Secondary POC name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume POC secundar</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:secondary-poc-notes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Secondary POC notes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Note POC secundare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:secondary-poc-phone-a" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Secondary POC phone A</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Telefon A POC secundar</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:secondary-poc-phone-b" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Secondary POC phone B</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Telefon B POC secundar</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:secondary-poc-screen-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Secondary POC screen name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume ecran POC secundar</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:security-level" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Security level</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nivel de securitate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:security-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Security name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume securitate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:select" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Select</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Selectează</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:selected" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Selected</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Selectat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:selected-elements" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Selected elements</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Elementele selectate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:select-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Select prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Selectează prototip</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:send-message" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Send message</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trimite mesaj</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:send-message-to-user-groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Send message to user groups</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trimite mesaj către grupurile utilizatorului</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:send-message-to-users" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Send message to users</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trimite mesaj către utilizatori</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:send-only-to" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Send only to</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trimite doar la</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:send-to" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Send to</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trimite la</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:sent" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Sent</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trimis</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:sep" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Sep</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Sep</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:separated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Separated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Depărțit</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:september" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>September</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Septembrie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:serial-number-a" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Serial number A</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Număr serial A</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:serial-number-b" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Serial number B</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Număr serial B</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:server" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Server</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:server-time" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Server time</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Timp server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:service" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Service</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Serviciu</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:service-created" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Service created</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Serviciu creat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:service-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Service deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Serviciile șterse</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:service-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Service deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Serviciile au fost șterse</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:service-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Service deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Serviciu șters</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:service-port" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Service port</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Port serviciu</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:services" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Services</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Servicii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:services-form-a-circular-dependency" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Services form a circular dependency.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Servicii formează o dependență circulară.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:service-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Service type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip de serviciu</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:service-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Service updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Serviciu actualizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:session-terminated-re-login-please" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Session terminated, re-login, please.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Sesiune terminată, relogare, va rog.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:severity" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Severity</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Severitate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:short-description" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>short description</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>descriere scurtă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:show" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Show</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Arată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:show-details" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Show details</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Arată detalii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:show-hosts-in-maintenance" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Show hosts in maintenance</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Arată servere în mentenanță</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:show-icon-mappings" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>show icon mappings</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>arată mapări iconițe</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:show-legend" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Show legend</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Arată legendă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:show-lines" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Show lines</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Arată linii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:shown" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Shown</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Afișat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:show-selected" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Show selected</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Arată selecția</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:show-text-as-html" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Show text as HTML</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Aratî text ca HTML</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:show-triggers" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Show triggers</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Arată triggeri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:show-warning-if-zabbix-server-is-down" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Show warning if Zabbix server is down</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Arată avertizare dacă serverul Zabbix este căzut</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:show-working-time" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Show working time</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Arată timpul de lucru</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:sign-in" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Sign in</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Autentificare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:simple" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Simple</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Simplu</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:simple-check" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Simple check</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Verificare simplă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:simple-graph" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Simple graph</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grafic simplu</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:site-address-a" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Site address A</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adresă site A</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:site-address-b" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Site address B</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adresă site B</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:site-address-c" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Site address C</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adresă site C</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:site-city" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Site city</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Site oraș</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:site-country" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Site country</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Site țară</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:site-notes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Site notes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Notițe site</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:site-rack-location" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Site rack location</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Locație rack site</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:site-state-province" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Site state / province</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Site stat / provincie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:site-zip-postal" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Site ZIP / postal</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Site ZIP / poștal</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:size-of-the-response-received-from-zabbix-server-1s-exceeds-the-allowed-size-of-2s-bytes-this-value-can-be-increased-in-the-zbx_socket_bytes_limit-constant-in-includedefinesincphp" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Size of the response received from Zabbix server "%1$s" exceeds the allowed size of %2$s bytes. This value can be increased in the ZBX_SOCKET_BYTES_LIMIT constant in include/defines.inc.php.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mărimea răspunsului primit de la serverul Zabbix "%1$s" depășește mărimea permisă de %2$s bytes. Această valoare poate fi crescută în ZBX_SOCKET_BYTES_LIMIT constant in include/defines.inc.php.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:sla" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SLA</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>SLA</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:slovak-sk_sk" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Slovak (sk_SK)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Slovacă (sk_SK)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:sms" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SMS</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>SMS</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:smtp" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SMTP</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>SMTP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:smtp-helo" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SMTP helo</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>SMTP helo</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:smtp-server" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SMTP server</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>server SMTP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:snmp" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SNMP</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>SNMP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:snmp-community" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SNMP community</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Comunitate SNMP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:snmp-interfaces" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SNMP interfaces</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Interfață SNMP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:snmp-oid" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SNMP OID</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>SNMP OID</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:snmp-trap" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SNMP trap</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>SNMP ttrap</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:snmpv1-agent" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SNMPv1 agent</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>agent SNMPv1</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:snmpv2-agent" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SNMPv2 agent</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>agent SNMPv2</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:snmpv3-agent" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SNMPv3 agent</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>agent SNMPv3</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:snooze" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Snooze</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Amânare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:software" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Software</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Software</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:software-application-a" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Software application A</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Aplicație software A</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:software-application-b" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Software application B</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Aplicație software B</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:software-application-c" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Software application C</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Aplicație software C</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:software-application-d" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Software application D</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Aplicație software D</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:software-application-e" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Software application E</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Aplicație software E</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:software-full-details" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Software (Full details)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Software (Detalii complete)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:sorting-by-field-1s-not-allowed" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Sorting by field "%1$s" not allowed.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Sortarea după câmpul "%1$s" nu este permisă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:sort-order-0-999" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Sort order (0-&gt;999)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ordinea sortării package list (0-&gt;999)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:source" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Source</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Sursă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:spanish-es_es" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Spanish (es_ES)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Spaniolă (es_ES)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:specified-script-does-not-exist-or-you-do-not-have-rights-on-it-for-action-operation-command" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Specified script does not exist or you do not have rights on it for action operation command.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scriptul specificat nu există sau nu ai drepturi pentru comanda acțiunii de operare.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:speed" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Speed</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Viteză</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:sql-query" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SQL query</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cerere SQL</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:sql-statement-execution-has-failed-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SQL statement execution has failed "%1$s"</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Execuție declarație SQL eșuată "%1$s"</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:sql-statement-execution-has-failed-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SQL statement execution has failed "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Execuție declarație SQL eșuată "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:ssh" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SSH</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>SSH</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:ssh-agent" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SSH agent</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>agent SSH</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:stacked" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Stacked</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Stivuit</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:standard-items" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Standard items</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Itemi standard</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:start-in" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Start in</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Începe la</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:startup-time-of-zabbix-server-unix-timestamp" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Startup time of Zabbix server, Unix timestamp.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Timp de început a serverului Zabbix, Unix timestamp.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:state" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>State</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Stat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:status" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Status</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Stare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:status-codes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Status codes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Coduri stare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:status-of-discovery" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Status of discovery</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Stare de detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:status-only" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Status only</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Doar stare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:step" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Step</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Pas</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:step-1s-2s-of-3s-failed-4s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Step "%1$s" [%2$s of %3$s] failed: %4$s</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Pas "%1$s" [%2$s al %3$s] eșuat: %4$s</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:step-duration" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Step duration</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Durată pas</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:steps" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Steps</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Pași</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:step-with-name-1s-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Step with name "%1$s" already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Pas cu nume "%1$s" există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:stop" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Stop</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Stop</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:straight" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Straight</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Normală</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:subject" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Subject</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Subiect</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:submap" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Submap</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Subhartă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:success-audit" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Success Audit</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Verificare reușită</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:sun" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Sun</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dum</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:sunday" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Sunday</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Duminică</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:support" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Support</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Suport</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:swedish-sv_se" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Swedish (sv_SE)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Suedeză (sv_SE)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:switching-authentication-method-will-reset-all-except-this-session-continue" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Switching authentication method will reset all except this session! Continue?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Schimbarea metodei de autentificare va reseta totul cu excepția acestei sesiuni! Continuați?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:system-default" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>System default</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Sistem implicit</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:system-error" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>System error.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eroare de sistem.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:thursday-shortt" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>T</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>T</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:tuesday-shortt" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>T</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>T</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:table-1s-does-not-exist" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Table "%1$s" does not exist.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tabelul "%1$s" nu există.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:table-1s-doesnt-have-a-field-named-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Table "%1$s" doesn't have a field named "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tabelul "%1$s" nu are un câmp numit "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:tag" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Tag</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Etichetă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:target" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Target</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Țintă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:target-list" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Target list</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Listă țintă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:target-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Target type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip țintă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:tcp" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>TCP</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>TCP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:telnet" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Telnet</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Telnet</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:telnet-agent" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>TELNET agent</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Agent TELNET</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:template" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Template</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șablon</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:template-1s-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Template "%1$s" already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șablonul "%1$s" există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:template-1s-for-host-2s-does-not-exist" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Template "%1$s" for host "%2$s" does not exist.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șablonul "%1$s" pentru serverul "%2$s" nu există.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:template-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Template added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șablon adăugat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:template-cannot-be-linked-to-another-template-more-than-once-even-through-other-templates" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Template cannot be linked to another template more than once even through other templates.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șablonul nu poate fi legat de alt șablon mai mult de o dată chiar și prin alte șabloane.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:template-group" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Template group</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grup șablon</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:template-id-1s-is-passed-2s-times" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>template ID "%1$s" is passed %2$s times</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>ID șablon "%1$s" este trecut %2$s ori</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:template-linkage" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Template linkage</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Legătură șablon</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:template-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Template name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume șablon</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:templates" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Templates</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șabloane</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:templates-1s-unlinked-from-hosts-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Templates "%1$s" unlinked from hosts "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șabloane "%1$s" nelegate de servere "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:template-trigger" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Template trigger</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trigger șablon</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:template-with-the-same-name-1s-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Template with the same name "%1$s" already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șablon cu același nume "%1$s" există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:template-with-the-same-visible-name-1s-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Template with the same visible name "%1$s" already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șablon cu același nume vizibil "%1$s" există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:test" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Test</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Test</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:test-authentication" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Test authentication</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Autentificare test</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:test-confirmation" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Test confirmation</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Confirmare de test</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:test-data" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Test data</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Date test</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:test-expressions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Test expressions</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expresii test</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:test-string" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Test string</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Rând test</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:text" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Text</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Text</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:the-host-group-is-not-discovered-anymore-and-will-be-deleted-in-1s-on-2s-at-3s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>The host group is not discovered anymore and will be deleted in %1$s (on %2$s at %3$s).</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grupul de servere nu mai este detectat și va fi șters în %1$s (pe %2$s la %3$s).</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:the-host-is-not-discovered-anymore-and-will-be-deleted-in-1s-on-2s-at-3s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>The host is not discovered anymore and will be deleted in %1$s (on %2$s at %3$s).</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Serverul nu mai este detectat și va fi șters în %1$s (pe %2$s la %3$s).</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:the-image-is-used-in-icon-map-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>The image is used in icon map %1$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Imaginea este folosită în harta iconiței %1$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:the-image-is-used-in-icon-map-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>The image is used in icon map %1$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Imaginea este folosită în harta iconițelor %1$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:the-image-is-used-in-icon-map-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>The image is used in icon map %1$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Imaginea este folosită în harta iconițelor %1$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:the-image-is-used-in-map-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>The image is used in map %1$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Imaginea este folosită în hărțile %1$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:the-image-is-used-in-map-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>The image is used in map %1$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Imaginea este folosită în hărțile %1$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:the-image-is-used-in-map-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>The image is used in map %1$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Imaginea este folosită în harta %1$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:the-item-is-not-discovered-anymore-and-will-be-deleted-in-1s-on-2s-at-3s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>The item is not discovered anymore and will be deleted in %1$s (on %2$s at %3$s).</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Itemul nu mai este detectat și va fi șters în %1$s (pe %2$s la %3$s).</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:theme" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Theme</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Temă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:the-requested-remote-procedure-does-not-exist-is-not-available" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>The requested remote-procedure does not exist / is not available</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Procedura de la distanță cerută nu există / nu este disponibilă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:this-month" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>This month</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Luna aceasta</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:this-week" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>This week</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Această săptămână</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:this-year" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>This year</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Anul acesta</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:thu" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Thu</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Joi</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:thursday" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Thursday</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Joi</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:till" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Till</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Până când</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:time" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Time</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Timp</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:timeout" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Timeout</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Pauză</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:time-period" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Time period</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Perioadă de timp</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:time-shift" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Time shift</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Timp rămas</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:timestamp" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Timestamp</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:time-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Time type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip timp</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:to" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>To</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Către</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:today" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Today</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Astăzi</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:top" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Top</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Sus</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:to-set-a-host-interface-select-a-single-item-type-for-all-items" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>To set a host interface select a single item type for all items</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Pentru setarea unei interfețe server selectează un singur tip de item pentru toți itemii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:total" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Total</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Total</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:total" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>TOTAL</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>TOTAL</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:transaction-has-not-been-closed-aborting" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Transaction has not been closed. Aborting...</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tranzacția nu s-a închis. Renunțare ...</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:transport-error" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Transport error.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eroare de transport</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:trends" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trends</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tendințe</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:trigger" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>trigger</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:trigger" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:trigger-1s-already-exists-on-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger "%1$s" already exists on "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trigger "%1$s" există deja pe "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:trigger-1s-depends-on-trigger-2s-which-does-not-exist" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger "%1$s" depends on trigger "%2$s", which does not exist.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Triggerul "%1$s" depinde de trigger "%2$s", care nu există.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:trigger-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trigger adăugat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:trigger-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trigger dezactivat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:trigger-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Triggeri dezactivați</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:trigger-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Triggeri dezactivați</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:trigger-displaying-options" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger displaying options</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Opțiuni de afișare trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:trigger-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Triggeri activați</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:trigger-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Triggeri activați</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:trigger-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trigger activat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:trigger-has-items-from-template-1s-that-is-not-linked-to-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger has items from template "%1$s" that is not linked to host.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Triggerul are itemi din șablonul "%1$s" care nu este legat de server.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:trigger-in-template-1s-has-dependency-with-trigger-in-template-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger in template "%1$s" has dependency with trigger in template "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Triggerul din șablon "%1$s" are dependințe cu triggerul din șablonul "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:trigger-in-unknown-state" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger in "unknown" state</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trigger în stare "necunoscută"</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:trigger-label-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger label type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip etichetă trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:trigger-overview" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger overview</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prezentare triggeri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:trigger-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototip trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:trigger-prototype-1s-contains-item-prototypes-from-multiple-discovery-rules" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger prototype "%1$s" contains item prototypes from multiple discovery rules.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototipul grafic "%1$s" conține prototipi item pentru reguli de detecție multiple.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:trigger-prototype-1s-must-contain-at-least-one-item-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger prototype "%1$s" must contain at least one item prototype.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototipul trigger "%1$s" trebuie să conțină cel puțin un prototip item.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:trigger-prototype-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger prototype added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototip trigger adăugat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:trigger-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger prototypes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototipi trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:trigger-prototype-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger prototype updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototip trigger actualizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:triggers" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Triggers</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Triggeri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:trigger-severity" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger severity</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Severitate trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:true" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>TRUE</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>ADEVĂRAT</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:tue" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Tue</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mar</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:tuesday" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Tuesday</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Marți</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:turkish-tr_tr" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Turkish (tr_TR)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Turcă (tr_TR)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:type-full-details" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Type (Full details)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip (Detalii complete)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:type-here-to-search" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>type here to search</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>scrie aici pentru căutare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:type-of-calculation" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Type of calculation</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip de calcul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:type-of-information" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Type of information</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip de informație</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:type-ok" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Type (OK)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip (OK)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:types" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Types</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipuri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:ukrainian-uk_ua" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Ukrainian (uk_UA)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ucraineană (uk_UA)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:unable-to-select-configuration" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unable to select configuration.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Incapabil să selecteze configurația.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:unable-to-upload-file-because-file_uploads-is-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unable to upload file because "file_uploads" is disabled.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Incapabil să încarce fișierul pentru că "file_uploads" este dezactivat.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:unacknowledged-only" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unacknowledged only</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Doar nerecunoscut</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:unacknowledged-problem-events" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unacknowledged PROBLEM events</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Evenimente PROBLEMĂ nerecunoscute</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:unblock-selected-users" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unblock selected users?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Deblocare utilizatori selectați?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:unexpected-end-of-key" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>unexpected end of key</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>sfîrșit neașteptat de cheie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:units" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Units</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Unități</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:unknown" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>unknown</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>necunoscut</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:unknown" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unknown</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Necunoscut</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:unknown" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>UNKNOWN</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>NECUNOSCUT</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:unknown-action" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unknown action</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Actiune necunoscută</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:unknown-error" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unknown error</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eroare necunoscută</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:unknown-host-item-no-such-item-in-selected-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unknown host item, no such item in selected host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Item server necunoscut, nu există asemenea item în serverul selectat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:unknown-host-no-such-host-present-in-system" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unknown host, no such host present in system</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Server necunoscut, nu există asemenea server prezent în sistem</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:unknown-interface-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unknown interface type.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip interfață necunoscut.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:unknown-resource" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unknown resource</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Resursă necunoscută</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:unknown-step-failed-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unknown step failed: %1$s</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Pas necunoscut nereușit: %1$s</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:unknown-value-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unknown value type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip valoare necunoscută</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:unlink" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unlink</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezleagă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:unlink-and-clear" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unlink and clear</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezleagă și curăță</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:unmute" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unmute</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Pornire sunet</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:unsupported-import-file-extension-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unsupported import file extension "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Extensie nesuportată la fișier import "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:unsupported-import-format-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unsupported import format "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Format nesuportat la import "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:discovery-statusup" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Up</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Sus</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:discovery-results-in-dashboardup" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Up</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Sus</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:update" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Update</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Actualizare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:update-existing" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Update existing</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Actualizează existent</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:update-interval" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Update interval</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Actualizare inventar</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:upload" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Upload</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Încarcă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:upper-level-maps" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Upper level maps</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Hărți de nivel superior</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:uptime" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Uptime</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Timp de la pornire</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:uptimedowntime" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Uptime/Downtime</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Timp de la pornire/ timp de la oprire</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:uptime-of-zabbix-server-process-in-seconds" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Uptime of Zabbix server process in seconds.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Timpul de la pornire al procesului serverului Zabbix în secunde.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:url" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>URL</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>URL</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:url-a" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>URL A</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>URL A</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:url-after-login" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>URL (after login)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>URL (după autentificare)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:url-b" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>URL B</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>URL B</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:url-c" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>URL C</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>URL C</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:url-parameter-cannot-be-array" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>URL parameter cannot be array.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Parametrul URL nu poate fi mulțime.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:url-parameter-name-is-empty" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>URL parameter name is empty.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume parametru URL este gol.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:urls" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>URLs</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>URL-uri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:used-in-actions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Used in actions</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Utilizat în acțiuni</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:use-if-severity" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Use if severity</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ulitizează dacă apare severitate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:user" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Utilizator</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:user-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Utilizator adăugat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:user-cannot-add-himself-to-a-disabled-group-or-a-group-with-disabled-gui-access" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User cannot add himself to a disabled group or a group with disabled GUI access.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Utilizatorul nu poate să se adauge unui grup dezactivat sau  unui grup cu acces GUI dezactivat.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:user-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Utilizator șters</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:user-group" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User group</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grup utilizator</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:user-group-1s-is-used-in-configuration-for-database-down-messages" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User group "%1$s" is used in configuration for database down messages.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grup utilizator "%1$s" este utilizat în configurația pentru mesaje de cădere a bazei de date.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:user-group-1s-is-used-in-script-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User group "%1$s" is used in script "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grup utilizator "%1$s" folosit în script "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:user-group-for-database-down-message" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User group for database down message</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grup utilizator pentru mesaje cădere bază de date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:user-groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User groups</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grupuri utilizator</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:user-is-not-allowed-to-delete-himself" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User is not allowed to delete himself.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Utilizatorului nu îi este permis să se șteargă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:user-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume utilizator</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:username" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Username</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume utilizator</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:user-password" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User password</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Parolă utilizator</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:user-profile" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User profile</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Profil utilizator</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:users" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Users</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Utilizatori</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:user-sessions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User sessions</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Sesiuni utilizator</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:user-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip utilizator</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:user-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Utilizator actualizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:value" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>value</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>valoare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:value" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Value</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:value-1s-is-invalid-for-parameter-grid_align-choices-are-2s-and-3s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Value "%1$s" is invalid for parameter "grid_align". Choices are: "%2$s" and "%3$s"</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoarea "%1$s" nu este validă pentru parametrul "grid_align". Alegerile sunt: "%2$s" și "%3$s"</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:value-1s-is-invalid-for-parameter-grid_show-choices-are-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Value "%1$s" is invalid for parameter "grid_show". Choices are: "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoarea "%1$s" nu este validă pentru parametrul "grid_show". Alegerile sunt: "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:value-1s-is-invalid-for-parameter-grid_show-choices-are-2s-and-3s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Value "%1$s" is invalid for parameter "grid_show". Choices are: "%2$s" and "%3$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoarea "%1$s" nu este validă pentru parametrul "grid_show". Alegerile sunt: "%2$s" și "%3$s"</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:value-1s-is-too-long-for-field-2s-3d-characters-allowed-length-is-4d-characters" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Value "%1$s" is too long for field "%2$s" - %3$d characters. Allowed length is %4$d characters.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoarea "%1$s" este prea mare pentru caracterele câmpului "%2$s" - %3$d. Lungimea permisă este %4$d caractere.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:value-cache-effectiveness-valid-parameters-are-requests-hits-and-misses" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Value cache effectiveness. Valid parameters are: requests, hits and misses.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare eficacitate cache. Parametri valizi sunt: cereri, lovituri, eșuări.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:value-cache-statistics-valid-modes-are-total-free-pfree-used-and-pused" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Value cache statistics. Valid modes are: total, free, pfree, used and pused.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Statistici valori cache. Moduri valide sunt: total, free, pfree, used and pused.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:value-map" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Value map</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare hartă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:value-map-1s-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Value map "%1$s" already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare hartă "%1$s" există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:value-mapping" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Value mapping</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare mapare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:value-no-data" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Value: no data</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare: fără date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:values" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Values</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valori</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:variables" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Variables</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Variabile</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:vendor" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Vendor</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Vânzător</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:verbose" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Verbose</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Detaliat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:vertical" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Vertical</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Vertical</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:vertical-align" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Vertical align</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Aliniere verticală</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:via" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>via</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>via</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:vietnamese-vi_vn" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Vietnamese (vi_VN)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Vietnameză (vi_VN)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:visible-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Visible name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume vizibil</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:visible-name-cannot-be-empty-if-host-name-is-missing" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Visible name cannot be empty if host name is missing.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numele vizibil nu poate fi gol dacă lipsește numele serverului.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:vmware-cache-statistics-valid-modes-are-total-free-pfree-used-and-pused" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware cache statistics. Valid modes are: total, free, pfree, used and pused.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Statistici cache VMware. Moduri valide sunt: total, free, pfree, used and pused.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:wednesday-shortw" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>W</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>M</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:warning" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Warning</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Avertisment</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:setupwarning" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Warning</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Avertisment</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:we-are-sorry-the-maximum-possible-number-of-elements-to-remember-has-been-reached" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>We are sorry, the maximum possible number of elements to remember has been reached.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ne pare rău, a fost atins numărul maxim posibil de elemente de amintit. </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:web" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Web</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Web</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:web-monitoring" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Web monitoring</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Monitorizare web</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:web-scenario-1s-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Web scenario "%1$s" already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scenariul web "%1$s" există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:web-scenario-1s-already-exists-on-host-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Web scenario "%1$s" already exists on host "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scenariul web "%1$s" deja există pe serverul "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:web-scenario-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Web scenario disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scenariul web dezactivat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:web-scenario-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Web scenario disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scenariile web dezactivate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:web-scenario-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Web scenario disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scenariile web dezactivate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:web-scenario-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Web scenario enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scenariile web activate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:web-scenario-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Web scenario enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scenariul web activat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:web-scenario-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Web scenario enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scenariile web activate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:web-scenarios" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Web scenarios</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scenarii web</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:wed" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Wed</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:wednesday" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Wednesday</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Miercuri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:weekly" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Weekly</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Săptămânal</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:when-active" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>When active</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Când e activ</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:width" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Width</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Lățime</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:with-data-collection" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>With data collection</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cu colecția de date.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:without-triggers" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Without triggers</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Fără triggeri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:with-triggers" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>With triggers</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cu triggeri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:working-time" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Working time</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Timp de lucru</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:write" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Write</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scriere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:wrong-fields-for-map-link" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Wrong fields for map link.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Câmpuri greșite pentru legătură hartă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:x" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>X</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>X</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:year-shorty" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>y</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>a</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:y" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Y</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Y</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:y-axis-max-value" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Y axis MAX value</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare MAX axă Y</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:y-axis-max-value-must-be-greater-than-y-axis-min-value" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Y axis MAX value must be greater than Y axis MIN value.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoarea MAX a axei Y trebuie să fie mai mare decât valoarea MIN a axei Y.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:y-axis-min-value" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Y axis MIN value</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare MIN a axei Y</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:y-axis-side" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Y axis side</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Parte axă Y</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:year" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Year</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>An</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:yearly" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Yearly</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Anual</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:yes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Yes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Da</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:y-m-d-hi-a" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Y-m-d h:i A</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Y-m-d H:i</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:y-m-d-his-a" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Y-m-d h:i:s A</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>A-L-Z H:i:s</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:you-are-not-able-to-choose-some-of-the-languages-because-locales-for-them-are-not-installed-on-the-web-server" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>You are not able to choose some of the languages, because locales for them are not installed on the web server.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu poți să alegi unele dintre limbi, pentru că localelel lor nu sunt instalate pe serverul web.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:you-do-not-have-permission-to-perform-this-operation" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>You do not have permission to perform this operation.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu vă este permis să efectuați această operație.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:you-have-no-permissions-to-access-this-page" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>You have no permissions to access this page.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu aveți permisiunea să accesați această pagină.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:you-must-login-to-view-this-page" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>You must login to view this page.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trebuie să vă autentificați pentru a vedea aceasă pagină.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:zabbix" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Zabbix</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Zabbix</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:zabbix-agent" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Zabbix agent</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Agent Zabbix</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:zabbix-agent-active" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Zabbix agent (active)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Agent (activ) Zabbix</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:zabbix-has-received-an-incorrect-request" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Zabbix has received an incorrect request.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Zabbix a primit o cerere incorectă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:zabbix-internal" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Zabbix internal</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Intern Zabbix</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:zabbix-internal-authentication" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Zabbix internal authentication</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Autentificare internă Zabbix</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:zabbix-server" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Zabbix server</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Server Zabbix</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:zabbix-server-is-not-running-the-information-displayed-may-not-be-current" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Zabbix server is not running: the information displayed may not be current.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Serverul Zabbix nu funcționează: informația afișată poate să nu fie corectă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:zabbix-server-is-running" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Zabbix server is running</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Serverul Zabbix rulează</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:zabbix-server-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Zabbix server name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume server Zabbix</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-70:LC_MESSAGES/frontend.po:zabbix-trapper" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Zabbix trapper</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trapper Zabbix</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:pathtonode" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>$.path.to.node</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg> $.path.to.node calea catre nod</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:0-infinitely" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>(0 - infinitely)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>(0 - infinit)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:0-or-1" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>0 or 1</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>0 sau 1</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:0-use-action-default" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>(0 - use action default)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>(0 - utilizați acțiunea implicită)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:1d-characters-exceeds-maximum-length-of-2d-characters" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$d characters exceeds maximum length of %2$d characters</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$d caracterele depasesc lungimea maxima de %2$d de caractere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:1d-day" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$d day</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$d zi</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:1d-day" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$d day</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$d zile</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:1d-day" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$d day</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$d zile</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:screen-reader1d-matches-for-2s-found" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$d matches for %2$s found</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$d am gasit portiviri pentru %2$s</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:1d-of-3d2s-problem-is-shown" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$d of %3$d%2$s problem is shown</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$d de %3$d%2$s problema afisata</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:1d-of-3d2s-problem-is-shown" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$d of %3$d%2$s problem is shown</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$d de %3$d%2$s probleme afisata</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:1d-of-3d2s-problem-is-shown" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$d of %3$d%2$s problem is shown</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$d de %3$d%2$s probleme afisata</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:1s-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s: %2$s</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s:%2$s</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:user-fullname1s-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>(%1$s %2$s)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>(%1$s %2$s)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:1s-2s-3s-4s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s. %2$s: %3$s. %4$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s.%2$sŞ%3$s.%4$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:screen-reader1s-action" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s action</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s acţiune</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:screen-reader1s-action" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s action</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s acţiune</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:screen-reader1s-action" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s action</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s acţiune</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:1s-characters" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s characters</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s caractere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:1s-characters-remaining" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s characters remaining</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s caractere rămase</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:1s-date-must-be-less-than-2s-date" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>"%1$s" date must be less than "%2$s" date.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>"%1$s" data trebuie sa fie mai putin de "%2$s"  data</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:1s-event" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s event</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s eveniment</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:1s-event" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s event</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s evenimente</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:1s-event" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s event</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s eveniment</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:1s-host-in-maintenance" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s host in maintenance</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s hosturi în mentenanţă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:1s-host-in-maintenance" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s host in maintenance</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s host în mentenanţă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:1s-host-in-maintenance" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s host in maintenance</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s host in mentenanţă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:1s-hour" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s hour</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s ore</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:1s-hour" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s hour</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s ore</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:1s-hour" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s hour</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s Oră</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:1s-instead-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>"%1$s" instead "%2$s"</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>"%1$s" in loc de "%2$s"</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:1s-is-expected" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>"%1$s" is expected</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>"%1$s" se asteapta</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:1s-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s item</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s item</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:1s-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s item</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s articole</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:1s-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s item</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s articole</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:1s-line-2s-column-3s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s [Line: %2$s | Column: %3$s]</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s [Linia:%2$s | Coloana: %3$s]</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:screen-reader1s-message" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s message</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s mesaj</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:screen-reader1s-message" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s message</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s mesaje</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:screen-reader1s-message" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s message</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s mesaje</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:1s-minute" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s minute</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s minut</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:1s-minute" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s minute</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s minute</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:1s-minute" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s minute</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s minute</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:1s-must-be-an-empty-string-or-greater-than-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>"%1$s" must be an empty string or greater than "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>"%1$s" trebuie sa fie un sir gol sau mai mare de "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:1s-of-2s-element-in-problem-state" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s of %2$s element in problem state</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s de %2$s elemente problematice</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:1s-of-2s-element-in-problem-state" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s of %2$s element in problem state</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s de %2$s elemente cu probleme</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:1s-of-2s-element-in-problem-state" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s of %2$s element in problem state</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s de %2$s element problematic</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:1sphp-class-must-extend-2s-for-module-located-at-3s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s.php class must extend %2$s for module located at %3$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s.php lass trebuie extins %2$s pentru modulul localiza al %3$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:screen-reader1s-preselected-use-downup-arrow-keys-and-enter-to-select" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s preselected, use down,up arrow keys and enter to select</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s preselecteaya, foloseşte săgeata jos, sus  si cu Enter selectează</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:1s-problem" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s problem</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s problemă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:1s-problem" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s problem</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s probleme</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:1s-problem" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s problem</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s probleme</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:1s-problem-in-total" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s problem in total</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s probleme in total</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:1s-problem-in-total" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s problem in total</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s probleme în total</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:1s-problem-in-total" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s problem in total</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s probleme in total</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:screen-reader1s-read-only" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s, read only</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s, doar citire</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:1s-retry-left" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s retry left</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s încercări rămase</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:1s-retry-left" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s retry left</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s încercări rămase</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:1s-retry-left" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s retry left</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s încercări ramase</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:1s-second" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s second</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s secundă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:1s-second" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s second</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s secunde</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:1s-second" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s second</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s secunde</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:screen-reader1s-selected" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s, selected</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s, selectat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:screen-reader1s-severity-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s, Severity, %2$s</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s, Sevritate, %2$s</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:1sth-percentile-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$sth percentile: %2$s</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s th percentilă: %2$s</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:1s-thrown-by-module-located-at-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s - thrown by module located at %2$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s - aruncat de modulul localizat la %2$s</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:1s-unacknowledged-problem" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s unacknowledged problem</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s probleme nevalidate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:1s-unacknowledged-problem" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s unacknowledged problem</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s problemă nevalidată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:1s-unacknowledged-problem" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s unacknowledged problem</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s probleme nevalidate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:1s-year-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s (year %2$s)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s (anul %2$s)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:10-seconds" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>10 seconds</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>10 secunde</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:1-minute" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>1 minute</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>1 minut</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:30-seconds" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>30 seconds</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>30 secunde</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:3d-view" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>3D view</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Vedere 3D</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:4s-failed-login-attempt-logged-last-failed-attempt-was-from-1s-on-2s-at-3s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%4$s failed login attempt logged. Last failed attempt was from %1$s on %2$s at %3$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%4$s tentativa de logare eșuată înregistrată. Ultima tentativă eșuată a fost de la %1$s la %2$s la %3$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:4s-failed-login-attempt-logged-last-failed-attempt-was-from-1s-on-2s-at-3s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%4$s failed login attempt logged. Last failed attempt was from %1$s on %2$s at %3$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%4$s tentative de logare eșuate înregistrate. Ultima tentativă eșuată a fost de la %1$s la %2$s la %3$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:4s-failed-login-attempt-logged-last-failed-attempt-was-from-1s-on-2s-at-3s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%4$s failed login attempt logged. Last failed attempt was from %1$s on %2$s at %3$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%4$s tentative de logare eșuate înregistrate. Ultima tentativă eșuată a fost de la %1$s la %2$s la %3$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:500-latest-values" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>500 latest values</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>500 ultimele valori</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:5-minutes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>5 minutes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>5 minute</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:5-seconds" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>5 seconds</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>5 secunde</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:access-denied" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Access denied!</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acces refuzat!</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:ack" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Ack</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cnf</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:acknowledge" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Acknowledge</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Confirmare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:acknowledged" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Acknowledged</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Confirmat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:acknowledged-problem-events" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Acknowledged PROBLEM events</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Evenimente PROBLEMA confirmate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:action" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Action</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acțiune</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:action-1s-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Action "%1$s" already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acțiunea "%1$s" există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:action-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Action added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acțiune adăugată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:action-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Action disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acțiune dezactivată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:action-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Action disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acțiuni dezactivate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:action-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Action disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acțiuni dezactivate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:action-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Action enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acțiuni dezactivate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:action-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Action enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acțiuni dezactivate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:action-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Action enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acțiune activată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:actions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Actions</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acțiuni</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:action-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Action updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acțiune actualizată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:active" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Active</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activ</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:maintenance-statusactive" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Active</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activ</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:active-since" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Active since</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activ de la</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:active-till" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Active till</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activ până la</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:add" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Add</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adaugă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:add-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Add host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adaugă server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:add-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Add prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adaugă prototip</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:add-to-host-group" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Add to host group</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adaugă la grupul de servere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:add-to-host-groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Add to host groups</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adaugă la grupurile de servere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:admin" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Admin</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Admin</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:administration" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Administration</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Administrare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:advanced-labels" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Advanced labels</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Etichete avansate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:age" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Age</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Vechime</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:age-less-than" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Age less than</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Vechime mai mică decât</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:agent" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>agent</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>agent</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:agent" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Agent</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Agent</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:agent-interfaces" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Agent interfaces</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Interfețe agent</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:alias" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Alias</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Alias</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:all" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>all</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>toți</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:all" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>All</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tot</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:all-links-should-have-name-and-url-specified" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>All links should have "Name" and "URL" specified</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Toate linkurile trebuie sa aibă "Nume" și "URL" specificat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:all-media" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>all media</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>toata media</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:allowed-hosts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Allowed hosts</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Servere permise</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:any" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Any</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Orice</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:any-character-string-included" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Any character string included</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Orice șir de caractere inclus</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:application-error" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Application error.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eroare aplicație.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:apply" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Apply</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Aplică</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:maintenance-statusapproaching" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Approaching</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Abordare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:apr" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Apr</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Apr</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:april" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>April</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Aprilie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:area-size" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Area size</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dimensiunea suprafeței</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:area-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Area type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipul suprafeței</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:as-blue" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>as Blue</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>ca Albastru</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:as-green" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>as Green</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>ca Verde</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:as-plain-text" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>As plain text</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ca text simplu</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:as-red" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>as Red</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>ca Roșu</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:asset-tag" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Asset tag</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eticheta activului</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:at-hourminute" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>At (hour:minute)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>La (oră:minut)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:aug" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Aug</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Aug</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:august" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>August</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>August</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:authentication" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Authentication</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Autentificare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:authentication-algorithm" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Authentication algorithm</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Algoritm de autentificare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:authentication-method" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Authentication method</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Metodă de autentificare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:authentication-passphrase" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Authentication passphrase</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Frază de acces pentru autentificare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:authentication-protocol" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Authentication protocol</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Protocol de autentificare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:auto-login" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Auto-login</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Auto-login</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:automatic" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Automatic</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Automată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:automatic-icon-mapping" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Automatic icon mapping</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Maparea icon automată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:automatic-icon-selection" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Automatic icon selection</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Selectarea automată icon</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:availability" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Availability</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Disponibilitate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:availability-report" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Availability report</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Raport disponibilitate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:available" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Available</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Disponibil</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:average" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Average</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mediu</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:avg" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>avg</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>avg</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:background" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Background</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Fundal</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:background-image" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Background image</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Imagine de fundal</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:base-dn" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Base DN</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Bază DN</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:bind-dn" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Bind DN</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Bind DN</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:bind-password" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Bind password</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Parolă asociată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:blocked" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Blocked</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Blocat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:bold-line" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Bold line</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Linie îngroșate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:bottom" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Bottom</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Jos</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:bulgarian-bg_bg" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Bulgarian (bg_BG)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Bulgară (bg_BG)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:by-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>By host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>După server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:by-trigger-template" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>By trigger template</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>După șablonul trigger-ului</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:calculated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Calculated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Calculat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:callback" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Callback</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Apelare inversă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cancel" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cancel</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Anulează</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-add-action" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add action</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga acțiunea</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-add-a-non-numeric-item-1s-to-graph-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add a non-numeric item "%1$s" to graph "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga elementul non-numeric "%1$s" la graficul "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-add-a-non-numeric-item-1s-to-graph-prototype-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add a non-numeric item "%1$s" to graph prototype "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga elementul non-numeric "%1$s" la prototipul grafic "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-add-discovery-rule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add discovery rule</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga regula de detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-add-graph" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add graph</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga graficul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-add-graph-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add graph prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga un prototip grafic</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-add-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga serverul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-add-host-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add host prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga prototipul serverului</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-add-image" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add image</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga imaginea</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-add-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add item</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga elementul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-add-item-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add item prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga prototip item</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-add-media-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add media type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga tipul de media</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-add-more-than-one-item-with-type-graph-sum-on-graph-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add more than one item with type "Graph sum" on graph "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot adăuga mai mult de un element de tipul "Sum grafic" la graficul "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-add-more-than-one-item-with-type-graph-sum-on-graph-prototype-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add more than one item with type "Graph sum" on graph prototype "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot adăuga mai mult de un element de tipul "Graph sum" la prototipul grafic "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-add-network-map" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add network map</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga harta rețea</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-add-proxy" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add proxy</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga proxy</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-add-regular-expression" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add regular expression</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga expresia regulată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-add-script" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add script</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga scriptul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-add-template" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add template</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga șablonul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-add-trigger" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add trigger</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga trigger-ul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-add-trigger-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add trigger prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga un prototip trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-add-user" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add user</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga utilizatorul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-add-web-scenario" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add web scenario</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pate adăuga scenariul web</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-clone-graph-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot clone graph prototypes.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot clona prototipurile de grafic.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-clone-trigger-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot clone trigger prototypes.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot clona prototipurile de trigger.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-create-a-host-prototype-on-a-discovered-host-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot create a host prototype on a discovered host "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate crea un prototip de server pe serverul detectat "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-create-another-database-connection" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot create another database connection.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate crea o altă conexiune la baza de date.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-create-discovery-rule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot create discovery rule</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate crea regula de detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-create-icon-map" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot create icon map</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate crea icon hartă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-delete-discovery-rule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete discovery rule</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot șterge regulile de descoperire</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-delete-discovery-rule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete discovery rule</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot șterge regula de descoperire</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-delete-discovery-rule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete discovery rule</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot sterge regulile de descoperire</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-delete-host-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete host prototypes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot șterge prototipurile de server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-delete-icon-map" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete icon map</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge maparea icon-ului</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-delete-image" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete image</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge imaginea</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-delete-inventory" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete inventory.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge inventarul.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-delete-media-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete media type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot șterge tipurile media</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-delete-media-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete media type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot șterge tipurile media</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-delete-media-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete media type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot șterge tipul media</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-delete-proxy" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete proxy</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot șterge proxy-ul </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-delete-proxy" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete proxy</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot șterge proxy-urile </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-delete-proxy" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete proxy</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot șterge proxy-urile </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-delete-regular-expression" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete regular expression</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge expresia regulată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-delete-regular-expression" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete regular expression</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot șterge expresiile regulate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-delete-regular-expression" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete regular expression</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot șterge expresiile regulate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-delete-script" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete script</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot șterge scripturile </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-delete-script" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete script</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot șterge scripturile </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-delete-script" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete script</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot șterge scriptul </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-delete-scripts-script-1s-is-used-in-action-operation-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete scripts. Script "%1$s" is used in action operation "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot șterge scripturile. Scriptul "%1$s" este folosit in acțiunea "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-delete-service" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete service</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot șterge serviciul </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-delete-service" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete service</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot șterge serviciile </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-delete-service" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete service</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot șterge serviciile </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-delete-templated-trigger-1s2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete templated trigger "%1$s:%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge trigger-ul "%1$s:%2$s" bazat pe un șablon.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-delete-templated-web-scenario-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete templated web scenario "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge scenariul web "%1$s" bazat pe un șablon.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-delete-user" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete user</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge utilizatorul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-delete-zabbix-internal-user-1s-try-disabling-that-user" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete Zabbix internal user "%1$s", try disabling that user.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge utilizatorul intern Zabbix "%1$s", încercați să dezactivați acest utilizator.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-disable-action" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable action</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot dezactiva acţiunile</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-disable-action" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable action</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate dezactiva acţiunea</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-disable-action" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable action</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot dezactiva acţiunile</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-disable-discovery-rule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable discovery rule</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate dezactiva regula de detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-disable-discovery-rule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable discovery rule</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot dezactiva regulile de detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-disable-discovery-rule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable discovery rule</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot dezactiva regulile de detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-disable-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot dezactiva servererele</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-disable-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot dezactiva servererele</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-disable-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate dezactiva serverul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-disable-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable item</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate dezactiva elementul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-disable-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable item</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot dezactiva elementele</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-disable-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable item</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot dezactiva elementele</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-disable-media-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable media type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate dezactiva tipul media</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-disable-media-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable media type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate dezactiva tipul media</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-disable-media-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable media type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate dezactiva tipul media</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-disable-trigger" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable trigger</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate dezactiva triggerul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-disable-trigger" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable trigger</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot dezactiva triggerii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-disable-trigger" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable trigger</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot dezactiva triggerii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-disable-web-scenario" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable web scenario</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate dezactiva scenariul web</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-disable-web-scenario" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable web scenario</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate dezactiva scenariul web</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-disable-web-scenario" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable web scenario</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot dezactiva scenariile web</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-display-item-queue" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot display item queue.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu poate afişa coada element.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-display-more-than-one-item-with-type-graph-sum" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot display more than one item with type "Graph sum".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate afișa mai mult de un element de tipul "Sum grafic".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-enable-action" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable action</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot activa acțiunile</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-enable-action" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable action</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate activa acțiunea</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-enable-action" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable action</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot activa acțiunile</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-enable-discovery-rule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable discovery rule</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot activa regulile de detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-enable-discovery-rule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable discovery rule</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate activa regula de detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-enable-discovery-rule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable discovery rule</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot activa regulile de detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-enable-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot activa serverele</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-enable-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate activa srverul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-enable-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot activa serverele</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-enable-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable item</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot activa elementele</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-enable-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable item</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot activa elementele</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-enable-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable item</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate activa elementul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-enable-media-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable media type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate activa tipurile media</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-enable-media-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable media type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate activa tipul media</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-enable-media-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable media type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate activa tipul media</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-enable-trigger" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable trigger</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot activa trigerii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-enable-trigger" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable trigger</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot activa trigerii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-enable-trigger" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable trigger</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate activa trigger-ul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-enable-web-scenario" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable web scenario</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot activa scenariile web</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-enable-web-scenario" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable web scenario</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot activa scenariile web</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-enable-web-scenario" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable web scenario</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate activa scenariul web</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-find-background-image-1s-used-in-map-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find background image "%1$s" used in map "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate găsi imaginea de fundal "%1$s" folosită în harta "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-find-group-1s-used-in-map-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find group "%1$s" used in map "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate găsi grupul "%1$s" folosit în harta "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-find-host-1s-used-in-map-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find host "%1$s" used in map "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate găsi serverul "%1$s" folosit în harta "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-find-host-group-1s-for-host-prototype-2s-of-discovery-rule-3s-on-4s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find host group "%1$s" for host prototype "%2$s" of discovery rule "%3$s" on "%4$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate gasi grupul server "%1$s" pentru serverul prototip "%2$s" a regulii de detecție "%3$s" pe "%4$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-find-host-interface-on-1s-for-item-key-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find host interface on "%1$s" for item key "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate găsi interfața serverului în "%1$s" pentru elementul "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-find-icon-1s-used-in-map-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find icon "%1$s" used in map "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate găsi icon-ul "%1$s" folosit în harta "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-find-icon-map-1s-used-in-map-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find icon map "%1$s" used in map "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate găsi maparea icon-ului "%1$s" folosit în harta "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-find-item-1s-on-2s-used-as-the-y-axis-max-value-for-graph-3s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find item "%1$s" on "%2$s" used as the Y axis MAX value for graph "%3$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate găsi elementul "%1$s" pe "%2$s" folosit ca și axă Y valoarea MAX pentru graficul "%3$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-find-item-1s-on-2s-used-as-the-y-axis-max-value-for-graph-prototype-3s-of-discovery-rule-4s-on-5s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find item "%1$s" on "%2$s" used as the Y axis MAX value for graph prototype "%3$s" of discovery rule "%4$s" on "%5$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate găsi elementul  "%1$s" pe "%2$s" folosit ca și axă Y valoarea MAX pentru prototipul grafic "%3$s" a regulii de detecție "%4$s" pe "%5$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-find-item-1s-on-2s-used-as-the-y-axis-min-value-for-graph-3s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find item "%1$s" on "%2$s" used as the Y axis MIN value for graph "%3$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate găsi elementul "%1$s" pe "%2$s" folosit ca și axă Y valoarea MIN pentru graficul "%3$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-find-item-1s-on-2s-used-as-the-y-axis-min-value-for-graph-prototype-3s-of-discovery-rule-4s-on-5s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find item "%1$s" on "%2$s" used as the Y axis MIN value for graph prototype "%3$s" of discovery rule "%4$s" on "%5$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate găsi elementul  "%1$s" pe "%2$s" used as the Y axis MIN value for graph prototype "%3$s" of discovery rule "%4$s" on "%5$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-find-map-1s-used-in-map-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find map "%1$s" used in map "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate găsi harta "%1$s" folosită în harta "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-find-template-1s-for-host-prototype-2s-of-discovery-rule-3s-on-4s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find template "%1$s" for host prototype "%2$s" of discovery rule "%3$s" on "%4$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate gasi șablonul "%1$s" pentru serverul prototip "%2$s" a regulii de detecție "%3$s" pe "%4$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-find-trigger-1s-used-in-map-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find trigger "%1$s" used in map "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate găsi trigger-ul "%1$s" folosit în harta "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-find-value-map-1s-used-for-item-2s-on-3s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find value map "%1$s" used for item "%2$s" on "%3$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate găsi harta valorilor "%1$s" folosită pentru elementul "%2$s" pe "%3$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-find-value-map-1s-used-for-item-prototype-2s-of-discovery-rule-3s-on-4s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find value map "%1$s" used for item prototype "%2$s" of discovery rule "%3$s" on "%4$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate gasi harta valorilor "%1$s" folosită pentru prototipul item  "%2$s" a regulii de detecție "%3$s" pe "%4$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-import-template-1s-linked-template-2s-does-not-exist" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot import template "%1$s", linked template "%2$s" does not exist.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate importa template-ul "%1$s", șabloanele corelate "%2$s" nu există.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-import-template-1s-linked-template-2s-does-not-exist" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot import template "%1$s", linked template "%2$s" does not exist.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate importa template-ul "%1$s", șabloanele corelate "%2$s" nu există.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-import-template-1s-linked-template-2s-does-not-exist" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot import template "%1$s", linked template "%2$s" does not exist.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate importa template-ul "%1$s", șablonul corelat "%2$s" nu există.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-insert-trigger-expression" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot insert trigger expression</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate introduce expresia trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-link-template" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot link template</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate asocia șablonul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-mass-update-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot mass update host name.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate face actualizare în masă a numelui serverului.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-mass-update-visible-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot mass update visible host name.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate face actualizare în masă a numelui vizibil al serverului.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-perform-delete-statement-on-table-1s-without-where-condition" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot perform delete statement on table "%1$s" without where condition.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate efectua instrucțiunea de ștergere în tabela "%1$s" fără condiția where.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-perform-update-statement-on-table-1s-without-values" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot perform update statement on table "%1$s" without values.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate efectua instrucțiunea de actualizare în tabela "%1$s" fără valori.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-perform-update-statement-on-table-1s-without-where-condition" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot perform update statement on table "%1$s" without where condition.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate efectua instrucțiunea de actualizare în tabela "%1$s" fără condiția where.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-read-the-response-check-connection-with-the-zabbix-server-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot read the response, check connection with the Zabbix server "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate citi răspunsul, verificați conexiunea cu serverul Zabbix "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-rename-guest-user" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot rename guest user.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate redenumi utilizatorul guest.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-save-discovery-rule-without-checks" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot save discovery rule without checks.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate salva regula de detecție fără verificări.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-send-command-check-connection-with-zabbix-server-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot send command, check connection with Zabbix server "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate trimite comanda, verificați conexiunea cu serverul Zabbix "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-set-inventory-fields-for-disabled-inventory" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot set inventory fields for disabled inventory.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot seta câmpurile inventarului pentru un inventar dezactivat.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-switch-host-for-interface" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot switch host for interface.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate schimba serverul pentru interfață.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-unlink-template" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot unlink template</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate deconecta șablonul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-update-1s-for-action-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update "%1$s" for action "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza "%1$s" pentru acțiunea "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-update-action" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update action</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza acțiunea</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-update-a-discovered-graph" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update a discovered graph.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza un grafic bazat pe detecție.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-update-configuration" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update configuration</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza configurația</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-update-discovery-rule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update discovery rule</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza regula de detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-update-graph" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update graph</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza graficul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-update-graph-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update graph prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza prototipul grafic</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-update-groups-for-discovered-host-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update groups for discovered host "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot actualiza grupurile pentru serverul detectat "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-update-host-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update host prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot actualiza prototipul server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-update-host-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update host prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot actualiza prototipul server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-update-host-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update host prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot actualiza prototipul server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-update-icon-map" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update icon map</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza maparea icon-ului</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-update-image" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update image</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza imaginea</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-update-interface-for-discovered-host-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update interface for discovered host "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza interfața pentru serverul detectat "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-update-item-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update item prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot actualiza prototipul articol</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-update-item-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update item prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot actualiza prototipul item</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-update-item-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update item prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot actualiza prototipul articol</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-update-macros" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update macros</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot actualiza macro-urile</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-update-media-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update media type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza tipul media</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-update-network-map" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update network map</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza harta rețea</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-update-proxy" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update proxy</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza proxy-ul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-update-proxy-for-discovered-host-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update proxy for discovered host "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza proxy-ul pentru serverul detectat "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-update-regular-expression" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update regular expression</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza expresia regulată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-update-script" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update script</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza scriptul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-update-trigger-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update trigger prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot actualiza prototipul trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-update-trigger-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update trigger prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot actualiza prototipul trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-update-trigger-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update trigger prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot actualiza prototipul trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-update-user" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update user</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza utilizatorul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:cannot-update-web-scenario" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update web scenario</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza scenariul web</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:case-sensitive" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Case sensitive</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Majuscule semnificative</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:change-password" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Change password</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Modifică parola</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:character" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Character</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Caracter</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:character-string-included" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Character string included</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șir de caractere inclus</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:character-string-not-included" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Character string not included</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șir de caractere neinclus</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:chassis" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Chassis</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șasiu</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:check-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Check already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Verificarea există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:check-expression-part-starting-from-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Check expression part starting from "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Verifică partea din expresie care începe de la "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:checks" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Checks</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Verificări</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:checks-should-be-unique" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Checks should be unique.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Verificările trebuie să fie unice.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:check-the-key-please-default-example-was-passed" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Check the key, please. Default example was passed.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Vă rugăm să verificați cheia. A fost folosit exemplul implicit.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:check-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Check type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Verificați tipul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:chinese-zh_cn" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Chinese (zh_CN)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Chineză (zh_CN)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:chinese-zh_tw" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Chinese (zh_TW)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Chineză (zh_TW)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:circular-reference-in-templates-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Circular reference in templates: %1$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Refefință circulară în șabloanele: %1$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:circular-template-linkage-is-not-allowed" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Circular template linkage is not allowed.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Legătura circulară în șabloane nu este permisă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:clear-history-and-trends" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Clear history and trends</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șterge istoric și tendințe</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:clear-when-unlinking" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Clear when unlinking</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șterge la deconectare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:clock" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Clock</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ceas</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:clone" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Clone</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Clonă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:close" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Close</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Închide</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:close-expression-constructor" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Close expression constructor</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Închide constructorul de expresii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:columns" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Columns</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Coloane</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:combined-result" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Combined result</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Rezultat combinat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:command" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Command</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Comandă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:commands" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Commands</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Comenzi</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:condition" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Condition</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Condiție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:conditions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Conditions</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Condiții</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:configuration" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:configuration-cache-statistics-cache-buffer-modes-pfree-total-used-free" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration cache statistics. Cache - buffer (modes: pfree, total, used, free).</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Statistici configurare cache. Cache - buffer (moduri: pfree, total, used, free).</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:configuration-of-actions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of actions</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare acțiuni</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:configuration-of-discovery-rules" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of discovery rules</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare reguli de detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:configuration-of-graph-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of graph prototypes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare prototipuri grafic</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:configuration-of-graphs" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of graphs</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare grafice</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:configuration-of-gui" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of GUI</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare GUI</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:configuration-of-host-groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of host groups</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare grupuri de servere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:configuration-of-host-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of host prototypes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare prototipuri server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:configuration-of-hosts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of hosts</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare servere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:configuration-of-housekeeping" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of housekeeping</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare housekeeping</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:configuration-of-icon-mapping" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of icon mapping</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare mapare icon</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:configuration-of-images" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of images</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare imagini</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:configuration-of-item-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of item prototypes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare prototipuri element</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:configuration-of-items" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of items</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare elemente</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:configuration-of-macros" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of macros</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare macro-uri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:configuration-of-maintenance-periods" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of maintenance periods</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare perioade de întreținere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:configuration-of-media-types" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of media types</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare tip media</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:configuration-of-network-maps" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of network maps</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare hărți rețea</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:configuration-of-proxies" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of proxies</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare proxy-uri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:configuration-of-regular-expressions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of regular expressions</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare expresii regulate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:configuration-of-scripts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of scripts</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare scripturi</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:configuration-of-templates" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of templates</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare șabloane</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:configuration-of-trigger-displaying-options" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of trigger displaying options</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare opțiuni de afișaj trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:configuration-of-trigger-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of trigger prototypes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare prototipuri trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:configuration-of-triggers" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of triggers</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare triggeri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:configuration-of-user-groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of user groups</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare grupuri utilizator</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:configuration-of-users" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of users</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare utilizatori</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:configuration-of-web-monitoring" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of web monitoring</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare monitorizare web</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:configuration-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configuraţie actualizată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:confirmation-text" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Confirmation text</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Text de confirmare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:connection-timeout-of-1s-seconds-exceeded-when-connecting-to-zabbix-server-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Connection timeout of %1$s seconds exceeded when connecting to Zabbix server "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Timpul de așteptare de %1$s secunde a fost depășit la conectarea cu serverul Zabbix "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:connect-to" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Connect to</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Conectare la</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:contact" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Contact</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Contact</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:context-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Context name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume context</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:contract-number" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Contract number</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numărul contractului</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:coordinates" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Coordinates</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Coordonate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:copy" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Copy</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Copiază</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:count" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Count</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Număr</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:create-action" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create action</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează acțiune</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:created-by-host-discovery" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>(created by host discovery)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>(creat de descoperirea gazdei)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:create-discovery-rule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create discovery rule</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează regula de detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:create-graph" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create graph</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează grafic</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:create-graph-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create graph prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează prototip de grafic</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:create-graph-select-host-first" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create graph (select host first)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează grafic (selectați serverul prima dată)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:create-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:create-host-group" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create host group</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează grup de servere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:create-host-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create host prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează prototip de server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:create-icon-map" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create icon map</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează mapare icon</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:create-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create item</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează element</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:create-item-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create item prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează prototip de element</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:create-item-select-host-first" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create item (select host first)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează element (selectați serverul prima dată)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:create-maintenance-period" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create maintenance period</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează perioadă de mentenanță</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:create-map" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create map</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează hartă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:create-media-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create media type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează tip media</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:create-proxy" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create proxy</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează proxy</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:create-script" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create script</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează script</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:create-template" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create template</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează șablon</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:create-trigger" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create trigger</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:create-trigger-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create trigger prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează prototip de trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:create-trigger-select-host-first" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create trigger (select host first)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează trigger (selectați serverul prima dată)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:create-user" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create user</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează utilizator</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:create-user-group" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create user group</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează grup utilizatori</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:critical" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Critical</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Critic</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:current-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Current host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Serverul curent</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:current-value" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Current value</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare curentă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:custom-graphs" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Custom graphs</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grafice personalizate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:custom-label" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Custom label</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Etichetă personalizată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:custom-label-for-map-2s-elements-of-type-1s-may-not-be-empty" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Custom label for map "%2$s" elements of type "%1$s" may not be empty.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eticheta personalizată pentru harta "%2$s" elementele de tipul "%1$s" nu poate fi vidă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:custom-multiplier" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Custom multiplier</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Multiplicator personalizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:custom-severity-names-affect-all-locales-and-require-manual-translation" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Custom severity names affect all locales and require manual translation!</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numele de severitate personalizată afectează toate localizările și necesită traducere manuală!</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:custom-size" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Custom size</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dimensiune personalizată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:czech-cs_cz" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Czech (cs_CZ)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cehă (cs_CZ)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:day-shortd" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>d</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>z</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:daily" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Daily</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Zilnic</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:dashboard" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Dashboard</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Panou de supraveghere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:dashed-line" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Dashed line</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Linie întreruptă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:database-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Database host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Server bază de date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:database-monitor" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Database monitor</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Monitor bază de date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:database-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Database name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume bază de date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:database-password" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Database password</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Parolă bază de date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:database-port" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Database port</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Port bază de date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:database-schema" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Database schema</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Schema bazei de date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:database-server" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Database server</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Server baze de date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:database-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Database type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipul bazei de date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:database-user" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Database user</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Utilizator bază de date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:data-from-1s-generated-in-2s-sec" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Data from %1$s. Generated in %2$s sec.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Date din %1$s. Generate în %2$s sec.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:data-overview" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Data overview</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Verificare date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:date" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Date</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:date-hw-decommissioned" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Date HW decommissioned</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dată HW dezafectat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:date-hw-installed" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Date HW installed</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dată HW instalat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:date-hw-maintenance-expires" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Date HW maintenance expires</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Data de mentenanță HW expiră</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:date-hw-purchased" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Date HW purchased</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Data achiziției HW</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:day" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Day</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Zi</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:day-of-month" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Day of month</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ziua lunii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:day-of-week" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Day of week</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ziua săptămânii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:days" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>days</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>zile</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:days" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Days</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Zile</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:d-device" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%d device</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%d echipament</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:d-device" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%d device</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%d echipamente</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:d-device" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%d device</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%d echipamente</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:debug" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Debug</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Depanare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:debug-mode" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Debug mode</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mod depanare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:dec" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Dec</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dec</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:december" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>December</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Decembrie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:default" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>default</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>implicit</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:default" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Default</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Implicit</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:default-authentication" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Default authentication</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Autentificare implicită</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:default-operation-step-duration" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Default operation step duration</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Durata etapei operației implicite</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:default-theme" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Default theme</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tema implicită</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:delay" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delay</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Întârziere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:delayed-by" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delayed by</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Întârziat de către</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:delete" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șterge</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:delete-and-clear" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete and clear</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șterge și curăță</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:delete-and-clear-selected-templates-warning-all-linked-hosts-will-be-cleared" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete and clear selected templates? (Warning: all linked hosts will be cleared!)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere si curățare șabloane selectate? (Avertizare: toate serverele conectate vor fi șterse!)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:delete-and-clear-template-warning-all-linked-hosts-will-be-cleared" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete and clear template? (Warning: all linked hosts will be cleared!)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere si curățare șablon? (Avertizare: toate serverele conectate vor fi șterse!)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:delete-current-action" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete current action?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere acțiune curentă?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:delete-discovery-rule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete discovery rule?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere regulă de detecție?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:delete-expression" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete expression?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere expresie?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:delete-graph" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete graph?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere element grafic?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:delete-graph-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete graph prototype?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere prototip de grafic?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:delete-icon-map" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete icon map?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere harta icoanei?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:delete-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete item?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere element?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:delete-item-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete item prototype?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere prototip de element?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:delete-links-between-selected-elements" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete links between selected elements?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere legătura între elementele selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:delete-maintenance-period" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete maintenance period?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere perioadă de întreținere?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:delete-regular-expression" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete regular expression?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere expresie uzuală?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:delete-script" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete script?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere script?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:delete-selected-actions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected actions?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere acțiuni selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:delete-selected-discovery-rules" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected discovery rules?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere regulă de detecție selectată?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:delete-selected-elements" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected elements?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere elemente selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:delete-selected-graph-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected graph prototypes?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere prototipuri grafici selectați?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:delete-selected-graphs" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected graphs?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere elemente grafice selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:delete-selected-group" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected group?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere grup selectat?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:delete-selected-groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected groups?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere grupuri selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:delete-selected-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected host?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere server selectat?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:delete-selected-host-groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected host groups?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere grupuri de servere selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:delete-selected-host-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected host prototype?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere prototipuri de servere selectați?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:delete-selected-host-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected host prototypes?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere prototipuri de servere selectați?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:delete-selected-hosts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected hosts?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere servere selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:delete-selected-image" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected image?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere imagine selectată?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:delete-selected-item-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected item prototypes?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere elemente prototip selectațe?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:delete-selected-items" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected items?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere elementele selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:delete-selected-maintenance-periods" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected maintenance periods?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere perioade de întreținere selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:delete-selected-maps" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected maps?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere hărți selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:delete-selected-media-types" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected media types?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere elemente media selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:delete-selected-proxies" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected proxies?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere proxy-uri selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:delete-selected-regular-expressions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected regular expressions?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere expresii uzuale selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:delete-selected-scripts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected scripts?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere scripturi selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:delete-selected-templates" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected templates?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere șabloane selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:delete-selected-trigger-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected trigger prototypes?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere prototipuri de trigger selectați?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:delete-selected-triggers" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected triggers?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere triggeri selectați?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:delete-selected-user" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected user?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere utilizator selectat?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:delete-selected-users" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected users?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere utilizatori selectați?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:delete-template" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete template?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere șablon?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:delete-trigger" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete trigger?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere trigger?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:delete-trigger-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete trigger prototype?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere prototip de trigger?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:delimiter" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delimiter</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Delimitator</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:deny" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Deny</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Negare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:dependencies" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Dependencies</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dependențe</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:dependent" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Dependent</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dependenţă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:depends-on" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Depends on</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Depinde de</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:deployment-status" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Deployment status</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Stare de implementare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:description" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Description</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Descriere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:details" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Details</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Detalii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:device" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Device</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Echipament</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:device-uniqueness-criteria" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Device uniqueness criteria</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Criteriu unic al echipamentului</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:disable" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Disable</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezactivare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezactivat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:disable-debug-mode-in-selected-groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Disable debug mode in selected groups?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezactivare mod de depanare în grupurile selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:disable-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Disable host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezactivare server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:disable-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Disable host?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezactivare server?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:disable-hosts-in-the-selected-host-groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Disable hosts in the selected host groups?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezactivare servere în grupurile de servere selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:disable-hosts-monitored-by-selected-proxies" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Disable hosts monitored by selected proxies?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezactivare servere monitorizate de proxy-urile selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:disable-selected-actions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Disable selected actions?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezactivare acțiuni selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:disable-selected-discovery-rules" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Disable selected discovery rules?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezactivare reguli de detecție selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:disable-selected-groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Disable selected groups?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezactivare grupuri selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:disable-selected-hosts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Disable selected hosts?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezactivare servere selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:disable-selected-items" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Disable selected items?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezactivare itemi selectaţi?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:disable-selected-media-types" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Disable selected media types?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezactivare elemente media selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:disable-selected-triggers" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Disable selected triggers?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezactivare triggeri selectați?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:disaster" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Disaster</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezastru</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:discovered" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovered</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Detectat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:discovered-by" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovered by</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Detectat de</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:discovered-device" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovered device</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Echipament detectat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:discovery" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Detectare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:discovery-by-proxy" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery by proxy</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Detectat de către proxy</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:discovery-check" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery check</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Verificare de detectare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:discovery-checks" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery checks</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Verificări de detectare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:discovery-list" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery list</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Listă de detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:discovery-object" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery object</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Obiect detectat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:discovery-rule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery rule</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Regulă de detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:discovery-rule-created" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery rule created</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Regulă de detecție creată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:discovery-rule-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery rule deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Regulile de descoperire șterse</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:discovery-rule-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery rule deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Regula de descoperire ștearsă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:discovery-rule-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery rule deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Regulile de descoperire ștearse</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:discovery-rule-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery rule disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Reguli de detecție dezactivate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:discovery-rule-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery rule disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Regulă de detecție dezactivată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:discovery-rule-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery rule disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Reguli de detecție dezactivate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:discovery-rule-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery rule enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Reguli de detecție activate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:discovery-rule-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery rule enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Regulă de detecție activată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:discovery-rule-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery rule enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Reguli de detecție activate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:discovery-rules" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery rules</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Reguli de detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:discovery-rule-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery rule updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Regulă de detecție actualizată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:discovery-status" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery status</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Stare detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:displaying-1s-of-2s-found" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Displaying %1$s of %2$s found</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Afișare %1$s din %2$s gasită</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:display-ok-triggers-for" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Display OK triggers for</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Afișare triggeri OK pentru</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:dm" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>d.M</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>z.L</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:dns" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>DNS</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>DNS</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:dns-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>DNS name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume DNS</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:dot" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Dot</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Punct</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:discovery-results-in-dashboarddown" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Down</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Oprit</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:discovery-statusdown" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Down</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Oprit</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:downtime" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Downtime</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Avarie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:do-you-wish-to-replace-the-conditional-expression" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Do you wish to replace the conditional expression?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Doreşti să înlocuiești expresia condițională?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:draw-style" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Draw style</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Stil de desen</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:duration" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Duration</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Durată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:dutch-nl_nl" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Dutch (nl_NL)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Olandeză (nl_NL)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:each-url-should-have-a-unique-name-please-make-sure-there-is-only-one-url-named" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Each URL should have a unique name. Please make sure there is only one URL named</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Fiecare URL trebuie să aibă un nume unic. Vă rugăm să vă asigurați că există un singur URL cu numele</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:edit" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Edit</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Editare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:element" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Element</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Element</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:element-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Element name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume element</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:email" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Email</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Email</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:empty-input-parameter" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Empty input parameter.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Golire parametru de intrare.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:enable" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Enable</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:enable-confirmation" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Enable confirmation</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activare confirmare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:enable-debug-mode-in-selected-groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Enable debug mode in selected groups?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activare mod de depanare în grupurile selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:enable-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Enable host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activare server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:enable-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Enable host?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activare server?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:enable-hosts-monitored-by-selected-proxies" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Enable hosts monitored by selected proxies?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activare servere monitorizate de proxy-urile selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:enable-internal-housekeeping" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Enable internal housekeeping</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activare menaj intern</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:enable-selected-actions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Enable selected actions?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activare acțiuni selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:enable-selected-discovery-rules" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Enable selected discovery rules?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activare reguli de detecție selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:enable-selected-groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Enable selected groups?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activare grupuri selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:enable-selected-hosts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Enable selected hosts?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activare servere selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:enable-selected-items" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Enable selected items?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activare itemi selectați?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:enable-selected-media-types" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Enable selected media types?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activare elemente de tip media selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:enable-selected-triggers" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Enable selected triggers?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activare triggeri selectați?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:english-en_us" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>English (en_US)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Engleză (en_US)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:error" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Error</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eroare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:error-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Error: %1$s</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eroare: %1$s</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:error-in-search-request-for-table-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Error in search request for table "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eroare in cererea de căutare pentru tabelul "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:event" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Event</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eveniment</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:event-acknowledged" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Event acknowledged</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eveniment confirmat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:event-details" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Event details</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Detalii eveniment</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:event-generation" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Event generation</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Generare eveniment</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:event-id" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Event ID</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eveniment ID</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:event-list-previous-20" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Event list [previous 20]</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Listă de evenimente [ultimele 20]</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:events-and-alerts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Events and alerts</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Evenimente și alerte</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:event-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Event type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip eveniment</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:every-days" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Every day(s)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Zilnic (s)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:every-weeks" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Every week(s)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Săptămânal (s)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:exclude" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Exclude</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Exclude</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:execute" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Execute</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Execută</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:executed-script" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Executed script</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Script executat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:execute-on" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Execute on</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Execută la</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:execution-confirmation" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Execution confirmation</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Confirmare de executare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:expand-single-problem" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Expand single problem</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Extinde problema unică</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:maintenance-statusexpired" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Expired</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expirat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:exploded" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Exploded</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Explodat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:export-to-csv" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Export to CSV</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Export în CSV</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:expression" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Expression</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expresie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:expression-cannot-be-empty" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Expression cannot be empty</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expresia nu poate fi vidă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:expression-constructor" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Expression constructor</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Constructor de expresii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:expressions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Expressions</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expresii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:expression-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Expression type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip de expresie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:external-check" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>External check</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Verificare externă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:friday-shortf" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>F</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>F</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:fail" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Fail</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Greșeală</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:failed" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Failed</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eșec</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:failure-audit" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Failure Audit</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Audit greșit</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:false" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>FALSE</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>FALS</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:feb" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Feb</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Feb</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:february" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>February</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Februarie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:field" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Field</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Câmp</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:field-1s-cannot-be-set-to-null" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Field "%1$s" cannot be set to NULL.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Câmpul "%1$s" nu poate fi pus NULL.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:field-1s-is-mandatory" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Field "%1$s" is mandatory.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Câmpul "%1$s" este opțional. </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:field-1s-is-not-integer" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Field "%1$s" is not integer.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Câmpul "%1$s" nu este număr întreg.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:field-1s-is-not-string" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Field "%1$s" is not string.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Câmpul "%1$s" nu este șir.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:field-1s-must-be-missing" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Field "%1$s" must be missing.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Câmpul "%1$s" trebuie să lipsească.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:file-is-too-big-max-upload-size-is-1s-bytes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>File is too big, max upload size is %1$s bytes.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Fișierul este prea mare, mărimea maximă de upload este %1$s octeți.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:filled-region" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Filled region</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Zone pline</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:filter" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Filter</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Filtru</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:finish" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Finish</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Sfârșit</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:finnish-fi_fi" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Finnish (fi_FI)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Finlandeză (fi_FI)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:page-navigationfirst" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>First</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Primul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:fit-to-map" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Fit to map</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Încadrează în hartă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:fixed" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Fixed</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Remediat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:formula" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Formula</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Formulă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:french-fr_fr" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>French (fr_FR)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Franceză (fr_FR)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:fri" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Fri</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Fri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:friday" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Friday</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Vineri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:from" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>From</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>De la</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:frontend-access" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Frontend access</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acces la interfață</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:frontend-messaging" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Frontend messaging</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mesaje de interfață</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:ftp" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>FTP</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>FTP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:function" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Function</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Funcție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:general" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>General</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>General</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:german-de_de" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>German (de_DE)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Germană (de_DE)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:given-expression-is-not-a-macro" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Given expression is not a macro</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expresia dată nu este macro</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:item_formglobal-housekeeping-settings" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>global housekeeping settings</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>setări interne globale</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:google-chrome" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Google Chrome</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Google Chrome</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:go-to" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Go to</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mergi la</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:gradient-line" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Gradient line</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Gradient linie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:graph" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grafic</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:graph-1s-already-exists-on-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph "%1$s" already exists on "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Graficul "%1$s" există deja pe "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:graph-1s-already-exists-on-2s-inherited-from-another-template" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph "%1$s" already exists on "%2$s" (inherited from another template).</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Graficul "%1$s" există deja pe "%2$s" (moștenit de la alt șablon).</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:graph-1s-already-exists-on-2s-items-are-not-identical" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph "%1$s" already exists on "%2$s" (items are not identical).</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Graficul "%1$s" există deja pe "%2$s" (itemii nu sunt identici).</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:graph-1s-with-templated-items-cannot-contain-items-from-other-hosts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph "%1$s" with templated items cannot contain items from other hosts.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Graficul "%1$s" cu itemi șablon nu poate să conțină itemi de la alte servere.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:graph-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grafic adăugat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:graph-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototip grafic</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:graph-prototype-1s-contains-item-prototypes-from-multiple-discovery-rules" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph prototype "%1$s" contains item prototypes from multiple discovery rules.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototipul grafic "%1$s" conține prototipu grafici pentru mai multe reguli de detecție.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:graph-prototype-1s-must-have-at-least-one-item-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph prototype "%1$s" must have at least one item prototype.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototipul grafic "%1$s" trebuie să aibă cel puțin un prototip item.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:graph-prototype-1s-with-templated-items-cannot-contain-items-from-other-hosts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph prototype "%1$s" with templated items cannot contain items from other hosts.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototip de grafic "%1$s" cu itemi șablon nu poate să conțină itemi de la alte servere.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:graph-prototype-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph prototype added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototip grafic adăugat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:graph-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph prototypes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototipuri grafice</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:graph-prototype-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph prototype updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototip grafic adăugat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:graphs" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graphs</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grafice</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:graph-sum" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph sum</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Sumă grafică</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:graph-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip grafic</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:graph-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grafic actualizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:greek-el_gr" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Greek (el_GR)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Greacă (el_GR)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:grid" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Grid</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grilă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:group" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Group</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grup</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:group-1s-cannot-be-deleted-because-it-is-used-by-a-host-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Group "%1$s" cannot be deleted, because it is used by a host prototype.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grupul "%1$s" nu poate fi șters, pentru că este utilizat de un server prototip </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:group-1s-does-not-exist" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Group "%1$s" does not exist.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grupul "%1$s" nu există.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:group-1s-for-host-2s-does-not-exist" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Group "%1$s" for host "%2$s" does not exist.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grupul "%1$s" pentru serverul "%2$s" nu există.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:group-for-discovered-hosts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Group for discovered hosts</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grup pentru servere detectate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:grouping-by" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Grouping by</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grupare după</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:group-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Group name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume grup</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:group-prototype-cannot-be-based-on-a-discovered-host-group-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Group prototype cannot be based on a discovered host group "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grupul prototip nu se poate baza pe un grup server detectat "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:group-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Group prototypes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototipuri grup</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Groups</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grupuri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:gsm-modem" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>GSM modem</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Modem GSM</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:gui" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>GUI</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>GUI</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:gui-access-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>GUI access disabled.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acces GUI dezactivat.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:hour-shorth" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>h</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>h</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:hardware" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Hardware</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Hardware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:hardware-full-details" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Hardware (Full details)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Hardware (Detalii complete)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:height" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Height</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Înălțime</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:help" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Help</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ajutor</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:hi-a" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>h:i A</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>H:m</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:hidden" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Hidden</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ascuns</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:hide-selected" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Hide selected</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ascunde selecția</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:high" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>High</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ridicat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:his-a" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>h:i:s A</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>H:m:s</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:history" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>History</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Istoric</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:history-clearing-can-take-a-long-time-continue" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>History clearing can take a long time. Continue?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Golirea istoricului poate lua o perioadă lungă de timp. Continuare?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:horizontal" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Horizontal</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Orizontal</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:horizontal-align" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Horizontal align</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Aliniere orizontală</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Hosturi</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Host</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Hosturi</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:host-1s-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host "%1$s" already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Serverul "%1$s" există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:host-access" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host access</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acces server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:host-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Server adăugat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:host-cannot-have-more-than-one-default-interface-of-the-same-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host cannot have more than one default interface of the same type.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Serverul nu poate avea mai mult de o interfață implicită de același tip.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:host-count" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host count</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Contor server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:host-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Server dezactivat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:host-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Servere dezactivate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:host-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Servere dezactivate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:host-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Servere activate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:host-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Server activat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:host-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Servere activate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:host-group" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>host group</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>grup server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:host-group" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host group</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grup server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:host-group-1s-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host group "%1$s" already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grupul server "%1$s" există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:host-group-1s-cannot-be-deleted-because-it-is-used-in-a-global-script" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host group "%1$s" cannot be deleted, because it is used in a global script.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grupul server "%1$s" nu poate fi șters, pentru că este utilizat într-un script global.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:host-group-elements" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host group elements</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Elementele grupului de servere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:host-group-label-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host group label type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipul etichetei grupului de servere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:host-groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host groups</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grupuri de servere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:host-interface" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host interface</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Interfață server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:host-inventory" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host inventory</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Inventar server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:host-inventory-overview" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host inventory overview</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prezentare generală inventar server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:host-ip" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host IP</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>IP server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:hostkey-pair-is-expected" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>"host:key" pair is expected</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>se asteapta o pereche</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:host-label-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host label type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip eticheta server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:host-metadata" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host metadata</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Metadate server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:host-networks" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host networks</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Rețele server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:host-prototype-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host prototype added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototip grafic adăugat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:host-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host prototypes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototipuri de servere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:host-prototype-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host prototype updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototip Host actualizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:host-prototype-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host prototype updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototip Host actualizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:host-prototype-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host prototype updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototip host updatat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:host-prototype-with-host-name-1s-already-exists-in-discovery-rule-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host prototype with host name "%1$s" already exists in discovery rule "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Server prototip cu nume server "%1$s" există deja în regula de detecție "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:host-prototype-with-visible-name-1s-already-exists-in-discovery-rule-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host prototype with visible name "%1$s" already exists in discovery rule "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Server prototip cu nume vizibil "%1$s" există deja în regula de detecție "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:host-router" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host router</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Router gazdă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:hosts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Hosts</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Servere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:hosts-location" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Hosts location</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Locație servere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:host-subnet-mask" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host subnet mask</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mască subnet server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:host-time" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host time</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Timp server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:host-update-failed" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host update failed.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Actualizare server nereușită.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:host-with-the-same-name-1s-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host with the same name "%1$s" already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Server cu același nume "%1$s" există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:host-with-the-same-visible-name-1s-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host with the same visible name "%1$s" already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Server cu același nume vizibil "%1$s" există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:hours" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Hours</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ore</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:housekeeping" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Housekeeping</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Housekeeping</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:http" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>HTTP</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>HTTP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:http-authentication" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>HTTP authentication</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Autentificare HTTP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:http-proxy" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>HTTP proxy</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>proxy HTTP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:https" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>HTTPS</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>HTTPS</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:hungarian-hu_hu" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Hungarian (hu_HU)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Maghiară (hu_HU)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:hw-architecture" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>HW architecture</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Arhitectură HW</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:icmp-ping" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>ICMP ping</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>ping ICMP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:icon" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>icon</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>iconiță</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:icon" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Icon</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Iconiță</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:icon-default" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Icon (default)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Iconiță (implicit)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:icon-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Icon (disabled)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Iconiță (dezactivat)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:icon-highlight" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Icon highlight</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Iconiță selectată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:icon-maintenance" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Icon (maintenance)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Iconiță (mentenanță)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:icon-map" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Icon map</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Icon hartă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:icon-map-1s-cannot-be-deleted-used-in-map-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Icon map "%1$s" cannot be deleted. Used in map "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Icon hartă "%1$s" nu poate fi ștearsă. Este folosită în harta "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:icon-map-created" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Icon map created</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Icon hartă creat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:icon-map-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Icon map deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Icon hartă șters</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:icon-mapping" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Icon mapping</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>mapare icon</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:icon-map-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Icon map updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Icon hartă actualizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:icon-problem" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Icon (problem)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Iconiță (problemă)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:icons" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Icons</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Iconițe</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:id" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>ID</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>ID</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:if-you-think-this-message-is-wrong-please-consult-your-administrators-about-getting-the-necessary-permissions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>If you think this message is wrong, please consult your administrators about getting the necessary permissions.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dacă crezi ca acest mesaj este greșit, te rog să consulți administratorii pentru obținerea permisiunilor necesare.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:image" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>image</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>imagine</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:image" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Image</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Imagine</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:image-1s-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Image "%1$s" already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Imaginea "%1$s" există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:image-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Image added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Imagine adăugată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:image-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Image deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Imagine ștearsă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:image-label-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Image label type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipul etichetei imaginii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:images" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Images</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Imagini</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:images-for-all-maps-will-be-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Images for all maps will be updated!</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Imaginile pentru toate hărțile vor fi actualizate!</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:image-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Image updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Imagine actualizată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:imap" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>IMAP</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>IMAP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:immediately" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Immediately</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Imediat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:import" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Import</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Import</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:imported-successfully" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Imported successfully</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Import cu succes</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:import-file" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Import file</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Fișier import</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:in" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>in</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>în</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:include" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Include</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Include</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:incorrect-1s-label-type-value-for-map-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect %1$s label type value for map "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipul valorii etichetei %1$s incorect pentru harta "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:incorrect-action-condition-discovery-check" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect action condition discovery check.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Condiție de acțiune incorectă la verificare detecție.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:incorrect-action-condition-discovery-check-discovery-check-does-not-exist-or-you-have-no-access-to-it" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect action condition discovery check. Discovery check does not exist or you have no access to it.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Condiție de acțiune incorectă la verificare detecție. Verificarea detecției nu există sau nu ai acces la ea.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:incorrect-action-condition-discovery-object" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect action condition discovery object.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Condiție de acțiune incorectă la detecție obiect.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:incorrect-action-condition-discovery-rule-discovery-rule-does-not-exist-or-you-have-no-access-to-it" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect action condition discovery rule. Discovery rule does not exist or you have no access to it.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Condiție de acțiune incorectă la regula de detecție. Regula de detecție nu există sau nu ai acces la ea.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:incorrect-action-condition-discovery-status" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect action condition discovery status.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Condiție de acțiune incorectă la starea de detecție.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:incorrect-action-condition-event-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect action condition event type.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Condiție de acțiune incorectă la tipul eveniment.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:incorrect-action-condition-port-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect action condition port "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Condiție de acțiune incorectă port "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:incorrect-action-condition-proxy-proxy-does-not-exist-or-you-have-no-access-to-it" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect action condition proxy. Proxy does not exist or you have no access to it.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Condiție de acțiune incorectă proxy. Proxy nu există sau nu ai acces la el.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:incorrect-action-condition-trigger-severity" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect action condition trigger severity.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Condiție de acțiune incorectă la gravitate trigger.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:incorrect-action-condition-trigger-trigger-does-not-exist-or-you-have-no-access-to-it" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect action condition trigger. Trigger does not exist or you have no access to it.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Condiție de acțiune incorectă trigger. Trigger nu există sau nu ai acces la el.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:incorrect-action-condition-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect action condition type.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Condiție de acțiune incorectă gen.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:incorrect-action-operation-escalation-step-values" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect action operation escalation step values.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Operațiune de acțiune incorectă tip valoare crescută cu un pas.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:incorrect-arguments-passed-to-function" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect arguments passed to function.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Argumente incorecte trimise funcției.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:incorrect-field-1s-name-or-value-in-where-statement-for-table-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect field "%1$s" name or value in where statement for table "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume sau valoare câmp "%1$s" incorecte în care afirmația pentru tabelul "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:incorrect-fields-for-sysmap" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect fields for sysmap.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Câmpuri incorecte pentru sysmap.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:incorrect-file-upload" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect file upload.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Încărcare fișier incorectă. </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:incorrect-function-is-used" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect function is used</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Funcție incorectă utilizată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:incorrect-image-index" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect image index.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Index imagine incorect.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:incorrect-input-parameters" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect input parameters.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Parametrii de intrare incorecți.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:incorrect-item-key-1s-provided-for-trigger-expression-on-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect item key "%1$s" provided for trigger expression on "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cheie item "%1$s" incorect prevăzut pentru expresia triggerului pe "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:incorrect-item-value-type-1s-provided-for-trigger-function-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect item value type "%1$s" provided for trigger function "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip valoare item "%1$s" incorect prevăzut pentru funcția triggerului "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:incorrect-list-of-items" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect list of items.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Listă incorectă de itemi.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:incorrect-maintenance-period-minimum-5-minutes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect maintenance period (minimum 5 minutes)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Perioadă a mentenanței incorectă (minim 5 minute)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:incorrect-port-range" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect port range.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Gamă port incorectă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:incorrect-response-received-from-zabbix-server-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect response received from Zabbix server "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Răspuns incorect primit de la serverul Zabbix "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:incorrect-snmp-community" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect SNMP community.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Comunitate SNMP incorectă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:incorrect-snmp-oid" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect SNMP OID.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>SNMP OID incorect.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:incorrect-syntax-near-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>incorrect syntax near "%1$s"</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>sintaxă incorectă lângă "%1$s"</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:incorrect-trigger-expression" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect trigger expression.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expresii trigger incorecte.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:incorrect-trigger-expression-host-1s-does-not-exist-or-you-have-no-access-to-this-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect trigger expression. Host "%1$s" does not exist or you have no access to this host.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expresie trigger incorectă. Serverul "%1$s" nu există sau nu ai acces la acest server.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:incorrect-trigger-expression-trigger-expression-elements-should-not-belong-to-a-template-and-a-host-simultaneously" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect trigger expression. Trigger expression elements should not belong to a template and a host simultaneously.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expresie trigger incorectă. Elementele expresiei trigger nu trebuie să aparțină simultan unui șablon si unui server.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:incorrect-value-1s-for-2s-field" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect value "%1$s" for "%2$s" field.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare incorectă "%1$s" pentru câmpul "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:incorrect-value-1s-for-2s-field-must-be-between-3s-and-4s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect value "%1$s" for "%2$s" field: must be between %3$s and %4$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare incorectă "%1$s" pentru câmpul "%2$s": trebuie să fie între %3$s și %4$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:incorrect-value-1s-for-float-field-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect value "%1$s" for float field "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare incorectă "%1$s" pentru câmpul flotant "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:incorrect-value-1s-for-int-field-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect value "%1$s" for int field "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare incorectă "%1$s" pentru câmpul int "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:incorrect-value-1s-for-unsigned-int-field-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect value "%1$s" for unsigned int field "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare incorectă "%1$s" pentru câmpul int nesemnat "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:indonesian-id_id" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Indonesian (id_ID)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Indoneză (id_ID)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:info" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Info</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Info</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:information" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Information</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Informaţie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:in-maintenance" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>In maintenance</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>În mentenanță</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:in-progress" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>In progress</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>În progres</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:insert" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Insert</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Inserează</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:installation" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Installation</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Instalare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:installer-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Installer name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume de instalare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:interface" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Interface</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Interfață</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:interface-is-linked-to-item-1s-on-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Interface is linked to item "%1$s" on "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Interfața e legată de itemul "%1$s" pe "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:interface-with-dns-1s-cannot-have-empty-ip-address" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Interface with DNS "%1$s" cannot have empty IP address.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Interfața cu DNS "%1$s" nu poate avea adresă IP goală.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:interface-with-ip-1s-cannot-have-empty-dns-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Interface with IP "%1$s" cannot have empty DNS name.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Interfața cu IP "%1$s" nu poate avea nume DNS gol.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:interface-with-ip-1s-cannot-have-empty-dns-name-while-having-use-dns-property-on-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Interface with IP "%1$s" cannot have empty DNS name while having "Use DNS" property on "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Interfața cu IP "%1$s" nu poate avea nume DNS gol în timp ce are "Folosește proprietatea DNS" la "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:user-typeinternal" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Internal</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Intern</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:authenticationinternal" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Internal</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Intern</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:internal-error" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Internal error.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eroare internă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:internal-json-rpc-error" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Internal JSON-RPC error.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eroare internă JSON-RPC.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:internet-explorer" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Internet Explorer</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Internet Explorer</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:interval" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Interval</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Interval</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:invalid-json-an-error-occurred-on-the-server-while-parsing-the-json-text" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Invalid JSON. An error occurred on the server while parsing the JSON text.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>JSON invalid. A apărut o eroare la server în timp ce analiza textul JSON.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:invalid-key-1s-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Invalid key "%1$s": %2$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cheie invalidă "%1$s": %2$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:invalid-method-parameters" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Invalid method parameters.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Parametrii metodei invalizi. </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:invalid-params" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Invalid params.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Parametri invalizi.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:invalid-response-code-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Invalid response code "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cod de răspuns invalid "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:inventory" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Inventory</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Inventar</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:inventory-disabled-for-host-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Inventory disabled for host "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Inventar dezactivat pentru server "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:inventory-field" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Inventory field</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Câmp inventar</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:inventory-mode" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Inventory mode</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mod inventar</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:ip" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>IP</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>IP Internet Protocol</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:ip-address" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>IP address</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adresă IP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:ip-and-dns-cannot-be-empty-for-host-interface" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>IP and DNS cannot be empty for host interface.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>IP-ul si DNS-ul nu pot fi nule pentru interfața serverului.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:ipmi" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>IPMI</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>IPMI</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:ipmi-agent" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>IPMI agent</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Agent IPMI</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:ipmi-interfaces" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>IPMI interfaces</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Interfață IPMI</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:ipmi-sensor" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>IPMI sensor</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Senzor IPMI</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:ip-range" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>IP range</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Interval IP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:is-online" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Is online?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Este online?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:italian-it_it" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Italian (it_IT)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Italiană (it)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Item</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:item-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Item adăugat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:item-count" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item count</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numărătoare item</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:item-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Elemente dezactivate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:item-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Element dezactivat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:item-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Elemente dezactivate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:item-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Itemi activați</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:item-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Item activat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:item-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Itemi activați</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:item-in-not-supported-state" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item in "not supported" state</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Item în stare "nesuportată"</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:item-not-selected" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item not selected</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Item neselectat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:item-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototip item</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:item-prototype-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item prototype added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototip item adăugat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:item-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item prototypes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototipuri item</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:item-prototype-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item prototype updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototip item actualizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:items" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Items</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Itemi</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:items-list" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Items list</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Lista itemi</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:item-will-not-be-refreshed-please-enter-a-correct-update-interval" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item will not be refreshed. Please enter a correct update interval.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Itemul nu va fi actualizat. Va rugăm să introduceți un interval de actualizare corect.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:it-is-not-possible-to-filter-by-user-password" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>It is not possible to filter by user password.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu este posibilă filtrarea după parola utilizatorului.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:it-is-not-possible-to-search-by-user-password" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>It is not possible to search by user password.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu este posibilă căutarea după parola utilizatorului.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:jan" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Jan</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ian</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:january" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>January</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ianuarie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:japanese-ja_jp" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Japanese (ja_JP)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Japoneză (ja_JP)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:jmx" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>JMX</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>JMX</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:jmx-agent" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>JMX agent</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Agent JMX</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:jmx-interfaces" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>JMX interfaces</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Interfață JMX</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:jul" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Jul</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Iul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:july" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>July</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Iulie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:jun" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Jun</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Iun</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:june" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>June</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Iunie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:key" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Key</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cheie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:key-is-empty" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>key is empty</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>cheia este goală</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:key-passphrase" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Key passphrase</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Parola cheie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:korean-ko_kr" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Korean (ko_KR)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Coreeană (ko_KR)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:label" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Label</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Etichetă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:label-location" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Label location</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Locație etichetă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:language" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Language</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Limbă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:last" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>last</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>ultima</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:week-of-monthlast" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>last</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>ultima</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:page-navigationlast" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Last</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ultima</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:last-check" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Last check</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ultima verificare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:last-hour-graph" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Last hour graph</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Graficul ultimei ore</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:last-month-graph" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Last month graph</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Graficul ultimei luni</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:last-of" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Last of</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ultima din</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:last-seen-age" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Last seen (age)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ultima dată vazut (vârstă)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:last-value" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Last value</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ultima valoare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:last-week-graph" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Last week graph</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Graficul ultimei săptămâni</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:latest-data" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Latest data</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cele mai recente date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:latest-values" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Latest values</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cele mai recente valori</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:latvian-lv_lv" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Latvian (lv_LV)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Letonă (lv_LV)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:ldap" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>LDAP</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>LDAP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:ldap-authentication" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>LDAP authentication</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Autentificare LDAP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:left" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Left</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Stânga</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:limit-for-search-and-filter-results" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Limit for search and filter results</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Limită elemente Căutare/Filtrare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:line" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Line</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Linie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:link" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Link</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Legătură</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:linked-templates" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Linked templates</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șabloane legate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:link-indicators" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Link indicators</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Indicatori de legătură</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:link-templates" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Link templates</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Leagă șabloane</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:list-is-empty" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>List is empty</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Lista este goală</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:lithuanian-lt_lt" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Lithuanian (lt_LT)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Lituaniană (lt_LT)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:local-time" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Local time</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ora locală</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:location" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Location</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Locaţie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:location-latitude" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Location latitude</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Latitudine locație</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:location-longitude" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Location longitude</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Longitudine locație</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:log" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Log</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Înregistrare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:login" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Login</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Autentificare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:login-name-or-password-is-incorrect" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Login name or password is incorrect.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numele sau parola este incorectă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:logout" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Logout</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Deconectare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:log-time-format" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Log time format</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Format timp autentificare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:log-unmatched-snmp-traps" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Log unmatched SNMP traps</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Înregistrarea nu se potrivește cu capcanele SNMP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:lost" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Lost</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Pierdut</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:low-level-discovery-rule-in-not-supported-state" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Low-level discovery rule in "not supported" state</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nivel scăzut al regulii de detecție în stare "nu este acceptată"</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:minute-shortm" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>m</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>m</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:monday-shortm" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>M</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>M</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:mac-address-a" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>MAC address A</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adresă MAC A</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:mac-address-b" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>MAC address B</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adresă MAC B</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:macro" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Macro</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Macro</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:macro-1s-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Macro "%1$s" already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Macro-ul "%1$s" există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:macro-1s-already-exists-on-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Macro "%1$s" already exists on "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Macro-ul "%1$s" există deja pe "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:macros" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>macro(s)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>macro(uri)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:macros" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Macros</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Macro-uri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:macros-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Macros updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Macro-uri actualizate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:maintenance" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Maintenance</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mentenanță</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:maintenance-period" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Maintenance period</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Perioadă de mentenanță</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:maintenance-period-length" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Maintenance period length</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Lungime perioadă de mentenanță</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:maintenance-periods" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Maintenance periods</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Perioade de mentenanță</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:maintenance-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Maintenance type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip mentenanță</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:maintenance-with-data-collection" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Maintenance with data collection</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mentenanță cu colecție de date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:maintenance-without-data-collection" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Maintenance without data collection</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mentenanță fără colecție de date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:manual" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>&lt;manual&gt;</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>&lt;manual&gt;</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:manual" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Manual</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Manual</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:map" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>map</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>hartă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:map" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Map</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Hartă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:map-label-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Map label type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip etichetă hartă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:mapped-to" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Mapped to</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mapat la </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:mappings" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Mappings</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mapări</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:maps" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Maps</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Hărți</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:mar" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Mar</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mar</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:march" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>March</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Martie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:mark-elements-on-trigger-status-change" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Mark elements on trigger status change</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Marchează elementele pe schimbarea de status a trigerilor</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:mark-others" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Mark others</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Marchează pe alții</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:mark-selected" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Mark selected</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Marchează selecția</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:mask" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Mask</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mască</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:mass-update" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Mass update</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Masă zctualizată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:mass-update-elements" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Mass update elements</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Elemente de masă actualizate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:max" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>max</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>max</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:max-count-of-elements-to-show-inside-table-cell" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Max count of elements to show inside table cell</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numerotare maximă a elementelor pentru arătarea interiorului celulei tabelului</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:maximum-time-period-to-display-is-1s-day" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Maximum time period to display is %1$s day.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Perioada maximă de timp pentru afișare este %1$s zile.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:maximum-time-period-to-display-is-1s-day" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Maximum time period to display is %1$s day.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Perioada maximă de timp pentru afișare este %1$s zile.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:maximum-time-period-to-display-is-1s-day" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Maximum time period to display is %1$s day.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Perioada maximă de timp pentru afișare este %1$s zile.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:may-shortmay" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>May</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mai</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:may" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>May</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mai</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:md2" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>MD2</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>MD2</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:m-d-hi-a" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>m-d h:i A</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>m-d H:i</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:media" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Media</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Media</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:media-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Media type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipul media</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:media-type-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Media type added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipul media adăugat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:media-type-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Media type deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipurile media șterse</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:media-type-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Media type deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipul media șters</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:media-type-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Media type deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipurile media au fost șterse </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:media-type-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Media type disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipurile media dezactivate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:media-type-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Media type disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipurile media dezactivate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:media-type-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Media type disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipul media dezactivat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:media-type-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Media type enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipurile media activate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:media-type-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Media type enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipul media activat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:media-type-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Media type enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipurile media activate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:media-types" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Media types</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipuri media</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:media-type-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Media type updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipul media actualizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:members" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Members</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Membri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:message" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Message</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mesaj</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:messages" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Messages</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mesaje</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:message-timeout" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Message timeout</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mesaj expirat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:messaging" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Messaging</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trimitere mesaje</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:method-not-found" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Method not found.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Metoda nu a fost găsită.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:middle" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Middle</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mijloc</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:min" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>min</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>min</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:minimum-severity" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Minimum severity</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Severitate minimă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:minutes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Minutes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Minute</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:missing-itemid-field-for-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Missing "itemid" field for item.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Câmp lipsă "itemid" pentru item.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:missing-items-for-graph-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Missing items for graph "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Itemi lipsă pentru elementul grafic "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:missing-items-for-graph-prototype-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Missing items for graph prototype "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Itemi lipsă pentru prototipul grafic "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:missing-key-1s-for-host-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Missing key "%1$s" for host "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cheie lipsă "%1$s" pentru server "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:missing-name-field-for-graph" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Missing "name" field for graph.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Câmp lipsă "nume" pentru element grafic.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:missing-name-field-for-graph-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Missing "name" field for graph prototype.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Câmp lipsă "nume" pentru prototip grafic.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:mode" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Mode</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mod</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:model" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Model</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Model</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:mon" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Mon</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Lun</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:monday" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Monday</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Luni</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:monitored-by-proxy" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Monitored by proxy</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Monitorizat de proxy</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:monitored-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Monitored host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Server monitorizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:monitoring" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Monitoring</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Monitorizare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:month" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Month</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Lună</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:monthly" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Monthly</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Lunar</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:more-matches-found" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>More matches found...</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mai multe potriviri găsite...</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:more-than-10-minutes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>More than 10 minutes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mai mult de 10 minute</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:mozilla-firefox" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Mozilla Firefox</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mozilla Firefox</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:millisecond-shortms" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>ms</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>ms</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:multiple-problem-events" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Multiple PROBLEM events</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Evenimente PROBLEME multiple</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:mute" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Mute</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mut</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:n-d-hi-a" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>n-d h:i A</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>n-d H:i</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:network-map-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Network map added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Hartă rețea adăugată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:network-maps" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Network maps</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Hărți rețea</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:network-map-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Network map updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Hartă rețea actualizată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:never" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Never</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Niciodată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:new-element-in-multiselectnew" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>new</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>nou</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:new" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>new</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>nou</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:new-condition" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>New condition</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Condiție nouă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:new-element" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>New element</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Element nou</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:new-regular-expression" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>New regular expression</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Exoresie uzuală nouă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:nntp" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>NNTP</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>NNTP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:no" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:no-1s-given-for-graph" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No "%1$s" given for graph.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Niciun "%1$s" dat pentru grafic.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:no-1s-given-for-graph-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No "%1$s" given for graph prototype.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Niciun "%1$s" dat pentru prototipul grafic.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:no-data" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>no data</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>fără date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:no-data-collection" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No data collection</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nicio colecție de date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:no-default-interface-for-1s-type-on-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No default interface for "%1$s" type on "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nicio interfață implicită pentru tipul "%1$s" pe "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:no-details" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No details</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Niciun detaliu</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:no-discovery-rule-ids-given" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No discovery rule IDs given.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nicio regulă de detecție IDs dată.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:no-file-was-uploaded" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No file was uploaded.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Niciun fișier nu s-a încărcat.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:no-graphs-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No graphs added.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Niciun grafic adăugat.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:no-host-ids-given" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No host IDs given.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Niciun IDs server dat.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:no-image" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No image</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nicio imagine</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:no-interface-found" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No interface found</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nicio interfață găsită</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:no-items-defined" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No items defined.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Niciun item definit.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:no-macros-found" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No macros found.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Niciun macro găsit.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:no-maps-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No maps added.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nicio hartă adaugată.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:no-matches-found" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No matches found</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nicio potrivire găsită</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:none" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>None</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Niciunul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:no-permissions-for-system-access" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No permissions for system access.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nicio permisiune de acces la sistem.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:no-permissions-to-referred-object-or-it-does-not-exist" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No permissions to referred object or it does not exist!</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nicio permisiune la obiectul menționat sau acesta nu există!</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:no-proxy" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>(no proxy)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>(fără proxy)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:no-proxy" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No proxy</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Fără proxy</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:normal" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Normal</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Normal</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:normal-view" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Normal view</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Vizualizare normală</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:no-script-specified-for-action-operation-command" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No script specified for action operation command.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu a fost specificat niciun script pentru comanda de acțiune a operațiunii.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:not-ack" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Not Ack</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu Ack</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:not-allowed-to-set-password-for-user-guest" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Not allowed to set password for user "guest".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu este permisă setarea parolei pentru utilizatorul "guest".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:not-available" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Not available</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Indisponibil</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:not-classified" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Not classified</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Neclasificate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:notes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Notes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Note</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:nothing" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Nothing</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nimic</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:notification-report" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Notification report</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Raport de notificare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:notifications" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Notifications</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Notificări</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:not-in" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>not in</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>nu este în</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:no-triggers-defined" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No triggers defined.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Niciun trigger definit.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:not-selected" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>not selected</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>neselectat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:not-supported" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Not supported</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nesuportat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:nov" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Nov</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Noi</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:november" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>November</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Noiembrie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:number-of-items-in-proxy-history-that-are-not-yet-sent-to-the-server" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Number of items in proxy history that are not yet sent to the server</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Număr de itemuri în istoricul proxy care nu au fost încă trimise către server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:number-of-items-in-zabbix-database" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Number of items in Zabbix database.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Număr de itemuri in baza de date Zabbix.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:number-of-monitored-hosts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Number of monitored hosts</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Număr de servere monitorizate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:number-of-steps" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Number of steps</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Număr de pași</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:number-of-triggers-in-zabbix-database" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Number of triggers in Zabbix database.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numărul triggerilor din baza de date Zabbix.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:number-of-unsupported-items-in-zabbix-database" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Number of unsupported items in Zabbix database.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numărul itemilor nesuportați în baza de date Zabbix.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:number-of-users-online" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Number of users (online)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numărul de utilizatori (online)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:numeric-float" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Numeric (float)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numeric (float)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:numeric-unsigned" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Numeric (unsigned)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numeric (nesemnat)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:oct" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Oct</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Oct</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:october" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>October</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Octombrie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:oem" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>OEM</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>OEM</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:of" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>of</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>al</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:off" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>off</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>închis</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:off" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Off</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Oprit</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:ok" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Ok</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ok</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:ok" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>OK</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>OK</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:on" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>on</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>pornit</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:on" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>On</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Pornit</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:once" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Once</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Odată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:one-time-only" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>One time only</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>O singură dată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:only-items-assigned-to-enabled-hosts-are-counted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Only items assigned to enabled hosts are counted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numai itemii desemnați să activeze servere sunt numărați</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:only-one-check-can-be-unique" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Only one check can be unique.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numai o verificare poate fi unică.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:only-super-admins-can-create-groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>(Only super admins can create groups)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>(Numai super administratorii pot creea grupuri)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:only-triggers-assigned-to-enabled-hosts-and-depending-on-enabled-items-are-counted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Only triggers assigned to enabled hosts and depending on enabled items are counted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numai triggerii atribuiți să activeze servere și care depind de itemi activați sunt contorizați</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:on-status-change-triggers-blink-for" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>On status change triggers blink for</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Statusul pornit modifică triggerii să lumineze pentru </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:oob-ip-address" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>OOB IP address</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adresă IP OOB</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:oob-router" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>OOB router</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>router OOB</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:oob-subnet-mask" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>OOB subnet mask</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mască subnet OOB</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:opera" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Opera</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Opera</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:operation-cannot-be-performed-due-to-unauthorized-request" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Operation cannot be performed due to unauthorized request.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Operațiunea nu poate fi executată datorită unei cereri neautorizate.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:operation-details" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Operation details</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Detalii operațiunii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:operation-has-no-group-to-operate" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Operation has no group to operate.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Operațiunea nu are grup de operare.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:operation-has-no-template-to-operate" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Operation has no template to operate.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Operațiunea nu are șablon de operare.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:operations" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Operations</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Operațiuni</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:operator" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Operator</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Operator</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:original" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Original</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Original</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:os" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>OS</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>OS</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:os-full-details" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>OS (Full details)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>OS (detaliat)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:os-short" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>OS (Short)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>OS (Prescurtat)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:other" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>other</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>altul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:other" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Other</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Altul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:other-configuration-parameters" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Other configuration parameters</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Alți parametri de configurare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:other-parameters" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Other parameters</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Alți parametri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:others" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Others</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Alții</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:item_formoverridden-by" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Overridden by</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Suprascrisă de </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:override-item-history-period" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Override item history period</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Perioadă istoric item de suprascriere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:override-item-trend-period" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Override item trend period</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Perioadă trend item de suprascriere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:overview" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Overview</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prezentare generală</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:page-received-incorrect-data" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Page received incorrect data</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Pagina a primit date incorecte</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:parameter" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Parameter</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Parametru</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:parent-discovery-rules" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Parent discovery rules</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Reguli de detecție părinte</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:parent-graphs" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Parent graphs</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grafice părinte</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:parent-items" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Parent items</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Itemi părinte</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:parent-triggers" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Parent triggers</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Triggeri părinte</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:parent-web-scenarios" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Parent web scenarios</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scenarii web părinte</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:parse-error" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Parse error</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eroare de analizare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:passive" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Passive</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Pasiv</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:password" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Password</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Parolă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:password-once-again" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Password (once again)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Parolă (din nou)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:percentile-line-left" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Percentile line (left)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Linie procentuala (stânga)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:percentile-line-right" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Percentile line (right)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Linie crescătoare (dreapta)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:period" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Period</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Perioadă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:periods" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Periods</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Perioade</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:period-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Period type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipul perioadei</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:permissions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Permissions</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Permisiuni</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:permissions-can-be-assigned-for-user-groups-only" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Permissions can be assigned for user groups only.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Persmisiunea poate fi atribuită doar grupurilor de utilizatori.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:persian-fa_ir" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Persian (fa_IR)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Persian (fa_IR)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:php-bcmath" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP bcmath</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>PHP bcmath</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:php-bcmath-extension-missing-php-configuration-parameter-enable-bcmath" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP bcmath extension missing (PHP configuration parameter --enable-bcmath).</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Extensia PHP bcmath lipsește (parametrul de configurare PHP --enable-bcmath).</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:php-ctype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP ctype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>PHP ctype</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:php-ctype-extension-missing-php-configuration-parameter-enable-ctype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP ctype extension missing (PHP configuration parameter --enable-ctype).</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Extensia PHP ctype lipsește (parametrul de configurare PHP --enable-ctype).</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:php-databases-support" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP databases support</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Suport pentru baza de date PHP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:php-gd" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP gd</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>PHP gd</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:php-gd-extension-missing-php-configuration-parameter-with-gd" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP gd extension missing (PHP configuration parameter --with-gd).</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Extensia PHP gd lipsește (parametrul de configurare PHP --with-gd).</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:php-gd-freetype-support" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP gd FreeType support</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Suport PHP gd FreeType</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:php-gd-freetype-support-missing" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP gd FreeType support missing.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Suport PHP gd FreeType lipsă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:php-gd-jpeg-image-support-missing" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP gd JPEG image support missing.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Suport PHP gd JPEG lipsă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:php-gd-jpeg-support" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP gd JPEG support</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Suport PHP gd JPEG</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:php-gd-png-image-support-missing" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP gd PNG image support missing.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Suport imagine PHP gd PNG lipsă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:php-gd-png-support" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP gd PNG support</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Suport PHP gd PNG</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:php-gettext" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP gettext</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>PHP gettext</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:php-gettext-extension-missing-php-configuration-parameter-with-gettext-translations-will-not-be-available" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP gettext extension missing (PHP configuration parameter --with-gettext). Translations will not be available.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Extensia PHP gettext lipsă (parametru de configurare PHP --with-gettext). Traduceri nu vor fi disponibile.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:php-libxml" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP libxml</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>PHP libxml</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:php-libxml-extension-missing" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP libxml extension missing.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Extensia PHP libxml lipsă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:php-mbstring" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP mbstring</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>PHP mbstring</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:php-mbstring-extension-missing-php-configuration-parameter-enable-mbstring" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP mbstring extension missing (PHP configuration parameter --enable-mbstring).</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Extensia PHP mbstring lipsește (parametrul de configurare PHP --enable-mbstring).</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:php-session" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP session</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Sesiune PHP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:php-session-auto-start-must-be-disabled-php-directive-sessionauto_start" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP session auto start must be disabled (PHP directive "session.auto_start").</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Pornirea automată sesiune PHP trebuie dezactivată (directiva PHP "session.auto_start").</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:php-session-extension-missing-php-configuration-parameter-enable-session" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP session extension missing (PHP configuration parameter --enable-session).</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Extensie sesiune PHP lipsă (Parametrul de configurare PHP --enable-session).</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:php-sockets" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP sockets</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>PHP sockets</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:php-sockets-extension-missing-php-configuration-parameter-enable-sockets" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP sockets extension missing (PHP configuration parameter --enable-sockets).</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Extensia socket-uri PHP lipsește (parametrul de configurare PHP --enable-sockets).</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:php-version" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP version</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Versiune PHP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:php-xmlreader" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP xmlreader</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>xmlreader PHP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:php-xmlreader-extension-missing" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP xmlreader extension missing.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Extensie xmlreader PHP lipsă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:php-xmlwriter" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP xmlwriter</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>PHP xmlwriter</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:php-xmlwriter-extension-missing" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP xmlwriter extension missing.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Extensie xmlwriter PHP lipsă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:pie" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Pie</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Diagramă circulară</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:placing-algorithm" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Placing algorithm</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Plasare algoritm</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:plain-text" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Plain text</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Text simplu</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:play" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Play</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Redare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:play-sound" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Play sound</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Redare sunet</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:please-select-two-elements" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Please select two elements</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Va rog selectați două elemente</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:polish-pl_pl" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Polish (pl_PL)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Poloneză (pl_PL)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:pop" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>POP</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>POP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:populates-host-inventory-field" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Populates host inventory field</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Populare câmp server inventar</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:port" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Port</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Port</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:port-cannot-be-empty-for-host-interface" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Port cannot be empty for host interface.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Portul nu pot fi nul pentru interfața serverului.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:port-range" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Port range</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Interval port</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:portuguese-pt_br" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Portuguese (pt_BR)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Portugheză (pt_BR)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:portuguese-pt_pt" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Portuguese (pt_PT)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Portugheză (pt_BR)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:preview" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Preview</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Previzualizare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:primary-poc-cell" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Primary POC cell</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Celulă inițială POC</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:primary-poc-email" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Primary POC email</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Email inițial POC</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:primary-poc-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Primary POC name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume inițial POC</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:primary-poc-notes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Primary POC notes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Note inițiale POC</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:primary-poc-phone-a" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Primary POC phone A</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Telefon A inițial POC</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:primary-poc-phone-b" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Primary POC phone B</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Telefon B inițial POC</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:primary-poc-screen-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Primary POC screen name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume ecran inițial POC</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:privacy-passphrase" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Privacy passphrase</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Frază de acces de confidențialitate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:privacy-protocol" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Privacy protocol</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ptotocol confidențial</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:private-key-file" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Private key file</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Fișier cheie privată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:privilege-level" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Privilege level</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nivel privilegiat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:problem" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Problem</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Problemă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:problem" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PROBLEM</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>PROBLEMĂ</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:problem-display" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Problem display</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Afișare problemă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:problem-on" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Problem on</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Problemă pe</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:problems" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Problems</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Probleme</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:proxies" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Proxies</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Proxy-uri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:proxy" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Proxy</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Proxy</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:proxy-1s-for-host-2s-does-not-exist" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Proxy "%1$s" for host "%2$s" does not exist.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Proxy "%1$s" pentru serverul "%2$s" nu există.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:proxy-1s-is-used-by-discovery-rule-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Proxy "%1$s" is used by discovery rule "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Proxy "%1$s" este utilizat de regula de detecție "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:proxy-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Proxy added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Proxy adăugat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:proxy-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Proxy deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Proxy-ul a fost șters</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:proxy-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Proxy deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Proxyurile  au fost șterse</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:proxy-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Proxy deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Proxyurile au fost șterse</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:proxy-mode" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Proxy mode</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mod proxy</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:proxy-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Proxy name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume proxy</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:proxy-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Proxy updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Proxy actualizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:public-key" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Public key</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cheie publică</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:public-key-file" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Public key file</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Fișier cheie publică</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:queue" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Queue</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Coadă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:read" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Read</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Citire</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:read-only" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Read only</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numai citire</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:read-write" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Read-write</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Citire-scriere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:received-value" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Received value</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare primită</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:recipient" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Recipient</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Destinatar</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:recovery" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Recovery</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Recuperare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:refreshed-every-1s-sec" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>refreshed every %1$s sec.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>actualizare la fiecare %1$s sec.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:regular-expression" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Regular expression</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expresie uzuală</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:regular-expression-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Regular expression added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expresie uzuală adăugată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:regular-expression-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Regular expression deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expresii uzuale șterse</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:regular-expression-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Regular expression deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expresie uzuală ștearsă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:regular-expression-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Regular expression deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expresii uzuale șterse</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:regular-expressions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Regular expressions</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expresii uzuale</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:regular-expression-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Regular expression updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expresie uzuală actualizată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:remember-me-for-30-days" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Remember me for 30 days</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Amintește-mi 30 de zile</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:remote-command" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Remote command</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Comandă de la distanță</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:remove" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Remove</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șterge</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:remove-from-host-group" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Remove from host group</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șterge din grupul serverului</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:remove-from-host-groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Remove from host groups</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șterge din grupurile serverelor</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:remove-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Remove host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șterge server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:replace" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Replace</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Înlocuire</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:replace-dependencies" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Replace dependencies</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Înlocuiește dependențele</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:reports" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Reports</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Rapoarte</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:required" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Required</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Necesar</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:required-host-permissions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Required host permissions</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Permisiuni server necesare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:required-performance-of-the-zabbix-server-in-new-values-per-second-expected" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Required performance of the Zabbix server, in new values per second expected.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Performanță necesară a serverului Zabbix, în noile valori pe secundă așteptate.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:required-server-performance-new-values-per-second" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Required server performance, new values per second</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Performanță server necesară, noi valori pe secundă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:required-status-codes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Required status codes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Coduri de stare necesare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:required-string" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Required string</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șir necesar</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:reset" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Reset</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Resetează</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:reset-all-fields-to-default-values" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Reset all fields to default values?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Resetează toate câmpurile la valorile implicite?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:reset-confirmation" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Reset confirmation</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Confirmare de resetare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:reset-defaults" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Reset defaults</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Resetează implicite</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:resolved" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Resolved</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Rezolvat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:resource" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Resource</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Resursă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:response-code" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Response code</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cod de răspuns</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:response-time" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Response time</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Timp de răspuns</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:result" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Result</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Rezultat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:result-is-false" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Result is FALSE</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Rezultatul este FALS</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:result-is-true" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Result is TRUE</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Rezultatul este ADEVĂRAT</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:result-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Result type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip de rezultat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:retry" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Retry</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Reîncearcă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:returns-icmp-ping-response-time-in-seconds-example-002" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Returns ICMP ping response time in seconds. Example: 0.02</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Redă răspuns la ping ICMP în secunde. Exemplu: 0.02</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:returns-information-associated-with-zabbix-java-gateway-valid-params-are-ping-version" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Returns information associated with Zabbix Java gateway. Valid params are: ping, version.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Redă informații asociate cu portul Java Zabbix. Parametri valabili sunt: ping, version.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:returns-percentage-of-lost-icmp-ping-packets" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Returns percentage of lost ICMP ping packets.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Redă un procent din pachetele pierdute la ping ICMP.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:right" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Right</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dreapta</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:rmcp" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>RMCP+</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>RMCP+</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:romanian-ro_ro" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Romanian (ro_RO)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Română (ro_RO)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:rows" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Rows</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Rânduri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:rows-per-page" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Rows per page</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Rânduri pe pagină</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:rules" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Rules</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Reguli</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:russian-ru_ru" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Russian (ru_RU)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Rusă (ru_RU)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:second-shorts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>s</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>s</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:saturday-shorts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>S</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>S</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:sunday-shorts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>S</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>S</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:safari" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Safari</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Safari</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:sat" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Sat</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Sâm</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:saturday" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Saturday</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Sâmbătă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:scenario" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Scenario</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scenariu</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:schedule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Schedule</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Programare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:scheduled-check" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Scheduled check</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Verificare programare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:script" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Script</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Script</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:script-1s-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Script "%1$s" already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scriptul "%1$s" există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:script-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Script added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Script adăugat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:script-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Script deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scripturile șterse</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:script-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Script deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Script șters</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:script-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Script deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scripturile șterse</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:script-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Script name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume script</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:script-profiler" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Script profiler</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Script profiler</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:scripts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Scripts</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scripturi</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:script-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Script updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Script actualizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:search" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Search</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Caută</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:search-attribute" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Search attribute</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Atribut de căutare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:search-pattern-is-empty" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Search pattern is empty</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Modelul de căutare este gol</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:secondary-poc-cell" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Secondary POC cell</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Celulă POC secundară</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:secondary-poc-email" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Secondary POC email</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Email POC secundar</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:secondary-poc-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Secondary POC name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume POC secundar</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:secondary-poc-notes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Secondary POC notes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Note POC secundare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:secondary-poc-phone-a" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Secondary POC phone A</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Telefon A POC secundar</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:secondary-poc-phone-b" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Secondary POC phone B</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Telefon B POC secundar</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:secondary-poc-screen-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Secondary POC screen name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume ecran POC secundar</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:security-level" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Security level</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nivel de securitate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:security-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Security name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume securitate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:select" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Select</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Selectează</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:selected" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Selected</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Selectat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:selected-elements" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Selected elements</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Elementele selectate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:select-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Select prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Selectează prototip</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:send-message" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Send message</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trimite mesaj</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:send-message-to-user-groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Send message to user groups</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trimite mesaj către grupurile utilizatorului</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:send-message-to-users" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Send message to users</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trimite mesaj către utilizatori</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:send-only-to" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Send only to</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trimite doar la</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:send-to" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Send to</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trimite la</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:sent" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Sent</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trimis</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:sep" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Sep</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Sep</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:separated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Separated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Depărțit</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:september" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>September</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Septembrie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:serial-number-a" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Serial number A</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Număr serial A</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:serial-number-b" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Serial number B</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Număr serial B</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:server" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Server</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:server-time" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Server time</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Timp server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:service" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Service</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Serviciu</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:service-created" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Service created</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Serviciu creat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:service-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Service deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Serviciile șterse</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:service-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Service deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Serviciile au fost șterse</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:service-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Service deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Serviciu șters</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:service-port" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Service port</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Port serviciu</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:services" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Services</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Servicii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:services-form-a-circular-dependency" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Services form a circular dependency.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Servicii formează o dependență circulară.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:service-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Service type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip de serviciu</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:service-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Service updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Serviciu actualizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:session-terminated-re-login-please" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Session terminated, re-login, please.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Sesiune terminată, relogare, va rog.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:severity" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Severity</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Severitate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:short-description" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>short description</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>descriere scurtă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:show" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Show</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Arată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:show-details" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Show details</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Arată detalii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:show-hosts-in-maintenance" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Show hosts in maintenance</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Arată servere în mentenanță</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:show-icon-mappings" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>show icon mappings</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>arată mapări iconițe</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:show-legend" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Show legend</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Arată legendă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:show-lines" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Show lines</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Arată linii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:shown" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Shown</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Afișat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:show-selected" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Show selected</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Arată selecția</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:show-text-as-html" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Show text as HTML</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Aratî text ca HTML</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:show-triggers" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Show triggers</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Arată triggeri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:show-warning-if-zabbix-server-is-down" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Show warning if Zabbix server is down</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Arată avertizare dacă serverul Zabbix este căzut</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:show-working-time" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Show working time</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Arată timpul de lucru</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:sign-in" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Sign in</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Autentificare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:simple" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Simple</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Simplu</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:simple-check" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Simple check</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Verificare simplă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:simple-graph" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Simple graph</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grafic simplu</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:site-address-a" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Site address A</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adresă site A</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:site-address-b" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Site address B</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adresă site B</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:site-address-c" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Site address C</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adresă site C</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:site-city" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Site city</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Site oraș</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:site-country" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Site country</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Site țară</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:site-notes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Site notes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Notițe site</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:site-rack-location" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Site rack location</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Locație rack site</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:site-state-province" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Site state / province</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Site stat / provincie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:site-zip-postal" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Site ZIP / postal</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Site ZIP / poștal</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:size-of-the-response-received-from-zabbix-server-1s-exceeds-the-allowed-size-of-2s-bytes-this-value-can-be-increased-in-the-zbx_socket_bytes_limit-constant-in-includedefinesincphp" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Size of the response received from Zabbix server "%1$s" exceeds the allowed size of %2$s bytes. This value can be increased in the ZBX_SOCKET_BYTES_LIMIT constant in include/defines.inc.php.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mărimea răspunsului primit de la serverul Zabbix "%1$s" depășește mărimea permisă de %2$s bytes. Această valoare poate fi crescută în ZBX_SOCKET_BYTES_LIMIT constant in include/defines.inc.php.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:sla" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SLA</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>SLA</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:slovak-sk_sk" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Slovak (sk_SK)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Slovacă (sk_SK)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:sms" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SMS</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>SMS</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:smtp" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SMTP</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>SMTP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:smtp-helo" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SMTP helo</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>SMTP helo</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:smtp-server" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SMTP server</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>server SMTP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:snmp" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SNMP</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>SNMP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:snmp-community" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SNMP community</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Comunitate SNMP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:snmp-interfaces" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SNMP interfaces</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Interfață SNMP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:snmp-oid" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SNMP OID</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>SNMP OID</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:snmp-trap" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SNMP trap</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>SNMP ttrap</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:snmpv1-agent" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SNMPv1 agent</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>agent SNMPv1</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:snmpv2-agent" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SNMPv2 agent</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>agent SNMPv2</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:snmpv3-agent" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SNMPv3 agent</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>agent SNMPv3</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:snooze" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Snooze</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Amânare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:software" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Software</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Software</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:software-application-a" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Software application A</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Aplicație software A</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:software-application-b" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Software application B</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Aplicație software B</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:software-application-c" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Software application C</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Aplicație software C</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:software-application-d" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Software application D</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Aplicație software D</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:software-application-e" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Software application E</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Aplicație software E</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:software-full-details" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Software (Full details)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Software (Detalii complete)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:sorting-by-field-1s-not-allowed" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Sorting by field "%1$s" not allowed.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Sortarea după câmpul "%1$s" nu este permisă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:sort-order-0-999" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Sort order (0-&gt;999)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ordinea sortării package list (0-&gt;999)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:source" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Source</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Sursă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:spanish-es_es" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Spanish (es_ES)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Spaniolă (es_ES)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:specified-script-does-not-exist-or-you-do-not-have-rights-on-it-for-action-operation-command" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Specified script does not exist or you do not have rights on it for action operation command.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scriptul specificat nu există sau nu ai drepturi pentru comanda acțiunii de operare.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:speed" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Speed</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Viteză</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:sql-query" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SQL query</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cerere SQL</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:sql-statement-execution-has-failed-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SQL statement execution has failed "%1$s"</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Execuție declarație SQL eșuată "%1$s"</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:sql-statement-execution-has-failed-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SQL statement execution has failed "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Execuție declarație SQL eșuată "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:ssh" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SSH</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>SSH</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:ssh-agent" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SSH agent</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>agent SSH</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:stacked" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Stacked</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Stivuit</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:standard-items" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Standard items</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Itemi standard</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:start-in" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Start in</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Începe la</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:startup-time-of-zabbix-server-unix-timestamp" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Startup time of Zabbix server, Unix timestamp.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Timp de început a serverului Zabbix, Unix timestamp.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:state" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>State</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Stat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:status" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Status</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Stare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:status-codes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Status codes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Coduri stare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:status-of-discovery" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Status of discovery</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Stare de detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:status-only" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Status only</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Doar stare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:step" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Step</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Pas</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:step-1s-2s-of-3s-failed-4s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Step "%1$s" [%2$s of %3$s] failed: %4$s</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Pas "%1$s" [%2$s al %3$s] eșuat: %4$s</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:step-duration" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Step duration</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Durată pas</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:steps" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Steps</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Pași</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:step-with-name-1s-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Step with name "%1$s" already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Pas cu nume "%1$s" există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:stop" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Stop</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Stop</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:straight" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Straight</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Normală</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:subject" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Subject</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Subiect</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:submap" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Submap</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Subhartă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:success-audit" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Success Audit</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Verificare reușită</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:sun" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Sun</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dum</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:sunday" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Sunday</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Duminică</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:support" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Support</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Suport</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:swedish-sv_se" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Swedish (sv_SE)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Suedeză (sv_SE)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:switching-authentication-method-will-reset-all-except-this-session-continue" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Switching authentication method will reset all except this session! Continue?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Schimbarea metodei de autentificare va reseta totul cu excepția acestei sesiuni! Continuați?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:system-default" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>System default</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Sistem implicit</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:system-error" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>System error.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eroare de sistem.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:thursday-shortt" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>T</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>T</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:tuesday-shortt" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>T</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>T</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:table-1s-does-not-exist" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Table "%1$s" does not exist.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tabelul "%1$s" nu există.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:table-1s-doesnt-have-a-field-named-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Table "%1$s" doesn't have a field named "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tabelul "%1$s" nu are un câmp numit "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:tag" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Tag</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Etichetă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:target" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Target</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Țintă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:target-list" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Target list</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Listă țintă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:target-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Target type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip țintă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:tcp" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>TCP</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>TCP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:telnet" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Telnet</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Telnet</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:telnet-agent" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>TELNET agent</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Agent TELNET</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:template" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Template</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șablon</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:template-1s-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Template "%1$s" already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șablonul "%1$s" există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:template-1s-for-host-2s-does-not-exist" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Template "%1$s" for host "%2$s" does not exist.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șablonul "%1$s" pentru serverul "%2$s" nu există.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:template-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Template added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șablon adăugat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:template-cannot-be-linked-to-another-template-more-than-once-even-through-other-templates" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Template cannot be linked to another template more than once even through other templates.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șablonul nu poate fi legat de alt șablon mai mult de o dată chiar și prin alte șabloane.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:template-group" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Template group</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grup șablon</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:template-id-1s-is-passed-2s-times" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>template ID "%1$s" is passed %2$s times</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>ID șablon "%1$s" este trecut %2$s ori</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:template-linkage" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Template linkage</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Legătură șablon</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:template-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Template name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume șablon</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:templates" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Templates</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șabloane</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:templates-1s-unlinked-from-hosts-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Templates "%1$s" unlinked from hosts "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șabloane "%1$s" nelegate de servere "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:template-trigger" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Template trigger</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trigger șablon</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:template-with-the-same-name-1s-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Template with the same name "%1$s" already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șablon cu același nume "%1$s" există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:template-with-the-same-visible-name-1s-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Template with the same visible name "%1$s" already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șablon cu același nume vizibil "%1$s" există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:test" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Test</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Test</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:test-authentication" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Test authentication</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Autentificare test</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:test-confirmation" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Test confirmation</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Confirmare de test</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:test-data" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Test data</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Date test</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:test-expressions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Test expressions</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expresii test</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:test-string" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Test string</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Rând test</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:text" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Text</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Text</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:the-host-group-is-not-discovered-anymore-and-will-be-deleted-in-1s-on-2s-at-3s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>The host group is not discovered anymore and will be deleted in %1$s (on %2$s at %3$s).</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grupul de servere nu mai este detectat și va fi șters în %1$s (pe %2$s la %3$s).</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:the-host-is-not-discovered-anymore-and-will-be-deleted-in-1s-on-2s-at-3s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>The host is not discovered anymore and will be deleted in %1$s (on %2$s at %3$s).</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Serverul nu mai este detectat și va fi șters în %1$s (pe %2$s la %3$s).</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:the-image-is-used-in-icon-map-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>The image is used in icon map %1$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Imaginea este folosită în harta iconițelor %1$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:the-image-is-used-in-icon-map-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>The image is used in icon map %1$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Imaginea este folosită în harta iconițelor %1$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:the-image-is-used-in-icon-map-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>The image is used in icon map %1$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Imaginea este folosită în harta iconiței %1$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:the-image-is-used-in-map-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>The image is used in map %1$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Imaginea este folosită în harta %1$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:the-image-is-used-in-map-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>The image is used in map %1$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Imaginea este folosită în hărțile %1$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:the-image-is-used-in-map-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>The image is used in map %1$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Imaginea este folosită în hărțile %1$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:the-item-is-not-discovered-anymore-and-will-be-deleted-in-1s-on-2s-at-3s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>The item is not discovered anymore and will be deleted in %1$s (on %2$s at %3$s).</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Itemul nu mai este detectat și va fi șters în %1$s (pe %2$s la %3$s).</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:theme" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Theme</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Temă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:the-requested-remote-procedure-does-not-exist-is-not-available" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>The requested remote-procedure does not exist / is not available</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Procedura de la distanță cerută nu există / nu este disponibilă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:this-month" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>This month</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Luna aceasta</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:this-week" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>This week</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Această săptămână</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:this-year" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>This year</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Anul acesta</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:thu" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Thu</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Joi</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:thursday" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Thursday</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Joi</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:till" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Till</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Până când</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:time" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Time</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Timp</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:timeout" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Timeout</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Pauză</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:time-period" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Time period</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Perioadă de timp</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:time-shift" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Time shift</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Timp rămas</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:timestamp" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Timestamp</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:time-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Time type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip timp</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:to" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>To</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Către</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:today" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Today</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Astăzi</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:top" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Top</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Sus</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:to-set-a-host-interface-select-a-single-item-type-for-all-items" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>To set a host interface select a single item type for all items</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Pentru setarea unei interfețe server selectează un singur tip de item pentru toți itemii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:total" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Total</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Total</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:total" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>TOTAL</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>TOTAL</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:transaction-has-not-been-closed-aborting" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Transaction has not been closed. Aborting...</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tranzacția nu s-a închis. Renunțare ...</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:transport-error" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Transport error.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eroare de transport</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:trends" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trends</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tendințe</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:trigger" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>trigger</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:trigger" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:trigger-1s-already-exists-on-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger "%1$s" already exists on "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trigger "%1$s" există deja pe "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:trigger-1s-depends-on-trigger-2s-which-does-not-exist" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger "%1$s" depends on trigger "%2$s", which does not exist.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Triggerul "%1$s" depinde de trigger "%2$s", care nu există.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:trigger-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trigger adăugat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:trigger-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trigger dezactivat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:trigger-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Triggeri dezactivați</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:trigger-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Triggeri dezactivați</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:trigger-displaying-options" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger displaying options</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Opțiuni de afișare trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:trigger-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Triggeri activați</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:trigger-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Triggeri activați</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:trigger-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trigger activat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:trigger-has-items-from-template-1s-that-is-not-linked-to-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger has items from template "%1$s" that is not linked to host.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Triggerul are itemi din șablonul "%1$s" care nu este legat de server.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:trigger-in-template-1s-has-dependency-with-trigger-in-template-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger in template "%1$s" has dependency with trigger in template "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Triggerul din șablon "%1$s" are dependințe cu triggerul din șablonul "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:trigger-in-unknown-state" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger in "unknown" state</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trigger în stare "necunoscută"</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:trigger-label-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger label type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip etichetă trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:trigger-overview" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger overview</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prezentare triggeri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:trigger-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototip trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:trigger-prototype-1s-contains-item-prototypes-from-multiple-discovery-rules" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger prototype "%1$s" contains item prototypes from multiple discovery rules.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototipul grafic "%1$s" conține prototipi item pentru reguli de detecție multiple.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:trigger-prototype-1s-must-contain-at-least-one-item-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger prototype "%1$s" must contain at least one item prototype.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototipul trigger "%1$s" trebuie să conțină cel puțin un prototip item.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:trigger-prototype-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger prototype added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototip trigger adăugat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:trigger-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger prototypes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototipi trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:trigger-prototype-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger prototype updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototip trigger actualizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:triggers" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Triggers</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Triggeri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:trigger-severity" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger severity</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Severitate trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:true" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>TRUE</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>ADEVĂRAT</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:tue" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Tue</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mar</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:tuesday" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Tuesday</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Marți</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:turkish-tr_tr" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Turkish (tr_TR)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Turcă (tr_TR)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:type-full-details" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Type (Full details)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip (Detalii complete)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:type-here-to-search" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>type here to search</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>scrie aici pentru căutare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:type-of-calculation" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Type of calculation</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip de calcul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:type-of-information" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Type of information</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip de informație</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:type-ok" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Type (OK)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip (OK)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:types" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Types</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipuri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:ukrainian-uk_ua" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Ukrainian (uk_UA)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ucraineană (uk_UA)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:unable-to-select-configuration" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unable to select configuration.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Incapabil să selecteze configurația.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:unable-to-upload-file-because-file_uploads-is-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unable to upload file because "file_uploads" is disabled.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Incapabil să încarce fișierul pentru că "file_uploads" este dezactivat.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:unacknowledged-only" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unacknowledged only</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Doar nerecunoscut</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:unacknowledged-problem-events" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unacknowledged PROBLEM events</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Evenimente PROBLEMĂ nerecunoscute</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:unblock-selected-users" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unblock selected users?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Deblocare utilizatori selectați?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:unexpected-end-of-key" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>unexpected end of key</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>sfîrșit neașteptat de cheie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:units" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Units</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Unități</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:unknown" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>unknown</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>necunoscut</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:unknown" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unknown</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Necunoscut</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:unknown" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>UNKNOWN</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>NECUNOSCUT</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:unknown-action" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unknown action</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Actiune necunoscută</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:unknown-error" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unknown error</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eroare necunoscută</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:unknown-host-item-no-such-item-in-selected-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unknown host item, no such item in selected host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Item server necunoscut, nu există asemenea item în serverul selectat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:unknown-host-no-such-host-present-in-system" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unknown host, no such host present in system</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Server necunoscut, nu există asemenea server prezent în sistem</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:unknown-interface-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unknown interface type.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip interfață necunoscut.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:unknown-resource" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unknown resource</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Resursă necunoscută</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:unknown-step-failed-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unknown step failed: %1$s</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Pas necunoscut nereușit: %1$s</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:unknown-value-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unknown value type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip valoare necunoscută</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:unlink" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unlink</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezleagă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:unlink-and-clear" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unlink and clear</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezleagă și curăță</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:unmute" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unmute</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Pornire sunet</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:unsupported-import-file-extension-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unsupported import file extension "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Extensie nesuportată la fișier import "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:unsupported-import-format-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unsupported import format "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Format nesuportat la import "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:discovery-results-in-dashboardup" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Up</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Sus</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:discovery-statusup" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Up</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Sus</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:update" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Update</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Actualizare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:update-existing" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Update existing</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Actualizează existent</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:update-interval" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Update interval</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Actualizare inventar</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:upload" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Upload</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Încarcă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:upper-level-maps" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Upper level maps</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Hărți de nivel superior</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:uptime" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Uptime</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Timp de la pornire</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:uptimedowntime" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Uptime/Downtime</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Timp de la pornire/ timp de la oprire</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:uptime-of-zabbix-server-process-in-seconds" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Uptime of Zabbix server process in seconds.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Timpul de la pornire al procesului serverului Zabbix în secunde.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:url" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>URL</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>URL</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:url-a" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>URL A</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>URL A</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:url-after-login" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>URL (after login)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>URL (după autentificare)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:url-b" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>URL B</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>URL B</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:url-c" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>URL C</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>URL C</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:url-parameter-cannot-be-array" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>URL parameter cannot be array.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Parametrul URL nu poate fi mulțime.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:url-parameter-name-is-empty" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>URL parameter name is empty.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume parametru URL este gol.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:urls" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>URLs</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>URL-uri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:used-in-actions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Used in actions</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Utilizat în acțiuni</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:use-if-severity" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Use if severity</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ulitizează dacă apare severitate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:user" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Utilizator</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:user-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Utilizator adăugat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:user-cannot-add-himself-to-a-disabled-group-or-a-group-with-disabled-gui-access" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User cannot add himself to a disabled group or a group with disabled GUI access.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Utilizatorul nu poate să se adauge unui grup dezactivat sau  unui grup cu acces GUI dezactivat.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:user-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Utilizator șters</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:user-group" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User group</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grup utilizator</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:user-group-1s-is-used-in-configuration-for-database-down-messages" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User group "%1$s" is used in configuration for database down messages.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grup utilizator "%1$s" este utilizat în configurația pentru mesaje de cădere a bazei de date.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:user-group-1s-is-used-in-script-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User group "%1$s" is used in script "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grup utilizator "%1$s" folosit în script "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:user-group-for-database-down-message" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User group for database down message</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grup utilizator pentru mesaje cădere bază de date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:user-groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User groups</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grupuri utilizator</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:user-is-not-allowed-to-delete-himself" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User is not allowed to delete himself.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Utilizatorului nu îi este permis să se șteargă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:user-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume utilizator</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:username" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Username</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume utilizator</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:user-password" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User password</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Parolă utilizator</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:user-profile" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User profile</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Profil utilizator</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:users" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Users</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Utilizatori</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:user-sessions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User sessions</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Sesiuni utilizator</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:user-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip utilizator</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:user-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Utilizator actualizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:value" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>value</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>valoare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:value" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Value</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:value-1s-is-invalid-for-parameter-grid_align-choices-are-2s-and-3s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Value "%1$s" is invalid for parameter "grid_align". Choices are: "%2$s" and "%3$s"</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoarea "%1$s" nu este validă pentru parametrul "grid_align". Alegerile sunt: "%2$s" și "%3$s"</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:value-1s-is-invalid-for-parameter-grid_show-choices-are-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Value "%1$s" is invalid for parameter "grid_show". Choices are: "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoarea "%1$s" nu este validă pentru parametrul "grid_show". Alegerile sunt: "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:value-1s-is-invalid-for-parameter-grid_show-choices-are-2s-and-3s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Value "%1$s" is invalid for parameter "grid_show". Choices are: "%2$s" and "%3$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoarea "%1$s" nu este validă pentru parametrul "grid_show". Alegerile sunt: "%2$s" și "%3$s"</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:value-1s-is-too-long-for-field-2s-3d-characters-allowed-length-is-4d-characters" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Value "%1$s" is too long for field "%2$s" - %3$d characters. Allowed length is %4$d characters.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoarea "%1$s" este prea mare pentru caracterele câmpului "%2$s" - %3$d. Lungimea permisă este %4$d caractere.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:value-cache-effectiveness-valid-parameters-are-requests-hits-and-misses" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Value cache effectiveness. Valid parameters are: requests, hits and misses.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare eficacitate cache. Parametri valizi sunt: cereri, lovituri, eșuări.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:value-cache-statistics-valid-modes-are-total-free-pfree-used-and-pused" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Value cache statistics. Valid modes are: total, free, pfree, used and pused.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Statistici valori cache. Moduri valide sunt: total, free, pfree, used and pused.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:value-map" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Value map</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare hartă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:value-map-1s-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Value map "%1$s" already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare hartă "%1$s" există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:value-mapping" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Value mapping</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare mapare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:value-no-data" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Value: no data</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare: fără date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:values" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Values</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valori</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:variables" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Variables</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Variabile</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:vendor" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Vendor</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Vânzător</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:verbose" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Verbose</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Detaliat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:vertical" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Vertical</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Vertical</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:vertical-align" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Vertical align</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Aliniere verticală</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:via" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>via</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>via</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:vietnamese-vi_vn" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Vietnamese (vi_VN)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Vietnameză (vi_VN)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:visible-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Visible name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume vizibil</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:visible-name-cannot-be-empty-if-host-name-is-missing" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Visible name cannot be empty if host name is missing.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numele vizibil nu poate fi gol dacă lipsește numele serverului.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:vmware-cache-statistics-valid-modes-are-total-free-pfree-used-and-pused" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware cache statistics. Valid modes are: total, free, pfree, used and pused.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Statistici cache VMware. Moduri valide sunt: total, free, pfree, used and pused.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:wednesday-shortw" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>W</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>M</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:warning" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Warning</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Avertisment</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:setupwarning" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Warning</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Avertisment</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:we-are-sorry-the-maximum-possible-number-of-elements-to-remember-has-been-reached" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>We are sorry, the maximum possible number of elements to remember has been reached.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ne pare rău, a fost atins numărul maxim posibil de elemente de amintit. </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:web" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Web</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Web</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:web-monitoring" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Web monitoring</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Monitorizare web</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:web-scenario-1s-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Web scenario "%1$s" already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scenariul web "%1$s" există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:web-scenario-1s-already-exists-on-host-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Web scenario "%1$s" already exists on host "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scenariul web "%1$s" deja există pe serverul "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:web-scenario-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Web scenario disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scenariul web dezactivat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:web-scenario-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Web scenario disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scenariile web dezactivate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:web-scenario-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Web scenario disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scenariile web dezactivate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:web-scenario-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Web scenario enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scenariile web activate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:web-scenario-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Web scenario enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scenariile web activate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:web-scenario-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Web scenario enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scenariul web activat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:web-scenarios" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Web scenarios</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scenarii web</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:wed" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Wed</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:wednesday" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Wednesday</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Miercuri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:weekly" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Weekly</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Săptămânal</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:when-active" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>When active</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Când e activ</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:width" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Width</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Lățime</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:with-data-collection" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>With data collection</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cu colecția de date.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:without-triggers" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Without triggers</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Fără triggeri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:with-triggers" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>With triggers</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cu triggeri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:working-time" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Working time</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Timp de lucru</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:write" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Write</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scriere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:wrong-fields-for-map-link" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Wrong fields for map link.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Câmpuri greșite pentru legătură hartă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:x" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>X</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>X</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:year-shorty" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>y</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>a</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:y" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Y</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Y</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:y-axis-max-value" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Y axis MAX value</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare MAX axă Y</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:y-axis-max-value-must-be-greater-than-y-axis-min-value" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Y axis MAX value must be greater than Y axis MIN value.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoarea MAX a axei Y trebuie să fie mai mare decât valoarea MIN a axei Y.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:y-axis-min-value" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Y axis MIN value</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare MIN a axei Y</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:y-axis-side" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Y axis side</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Parte axă Y</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:year" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Year</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>An</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:yearly" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Yearly</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Anual</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:yes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Yes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Da</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:y-m-d-hi-a" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Y-m-d h:i A</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Y-m-d H:i</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:y-m-d-his-a" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Y-m-d h:i:s A</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>A-L-Z H:i:s</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:you-are-not-able-to-choose-some-of-the-languages-because-locales-for-them-are-not-installed-on-the-web-server" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>You are not able to choose some of the languages, because locales for them are not installed on the web server.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu poți să alegi unele dintre limbi, pentru că localelel lor nu sunt instalate pe serverul web.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:you-do-not-have-permission-to-perform-this-operation" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>You do not have permission to perform this operation.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu vă este permis să efectuați această operație.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:you-have-no-permissions-to-access-this-page" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>You have no permissions to access this page.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu aveți permisiunea să accesați această pagină.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:you-must-login-to-view-this-page" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>You must login to view this page.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trebuie să vă autentificați pentru a vedea aceasă pagină.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:zabbix" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Zabbix</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Zabbix</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:zabbix-agent" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Zabbix agent</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Agent Zabbix</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:zabbix-agent-active" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Zabbix agent (active)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Agent (activ) Zabbix</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:zabbix-has-received-an-incorrect-request" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Zabbix has received an incorrect request.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Zabbix a primit o cerere incorectă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:zabbix-internal" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Zabbix internal</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Intern Zabbix</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:zabbix-internal-authentication" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Zabbix internal authentication</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Autentificare internă Zabbix</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:zabbix-server" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Zabbix server</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Server Zabbix</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:zabbix-server-is-not-running-the-information-displayed-may-not-be-current" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Zabbix server is not running: the information displayed may not be current.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Serverul Zabbix nu funcționează: informația afișată poate să nu fie corectă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:zabbix-server-is-running" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Zabbix server is running</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Serverul Zabbix rulează</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:zabbix-server-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Zabbix server name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume server Zabbix</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-72:LC_MESSAGES/frontend.po:zabbix-trapper" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Zabbix trapper</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trapper Zabbix</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:pathtonode" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>$.path.to.node</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg> $.path.to.node calea catre nod</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:0-infinitely" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>(0 - infinitely)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>(0 - infinit)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:0-or-1" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>0 or 1</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>0 sau 1</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:0-use-action-default" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>(0 - use action default)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>(0 - utilizați acțiunea implicită)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:1d-characters-exceeds-maximum-length-of-2d-characters" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$d characters exceeds maximum length of %2$d characters</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$d caracterele depasesc lungimea maxima de %2$d de caractere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:1d-day" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$d day</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$d zi</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:1d-day" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$d day</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$d zile</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:1d-day" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$d day</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$d zile</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:screen-reader1d-matches-for-2s-found" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$d matches for %2$s found</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$d am gasit portiviri pentru %2$s</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:1d-of-3d2s-problem-is-shown" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$d of %3$d%2$s problem is shown</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$d de %3$d%2$s problema afisata</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:1d-of-3d2s-problem-is-shown" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$d of %3$d%2$s problem is shown</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$d de %3$d%2$s probleme afisata</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:1d-of-3d2s-problem-is-shown" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$d of %3$d%2$s problem is shown</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$d de %3$d%2$s probleme afisata</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:1s-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s: %2$s</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s:%2$s</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:user-fullname1s-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>(%1$s %2$s)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>(%1$s %2$s)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:1s-2s-3s-4s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s. %2$s: %3$s. %4$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s.%2$sŞ%3$s.%4$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:screen-reader1s-action" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s action</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s acţiune</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:screen-reader1s-action" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s action</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s acţiune</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:screen-reader1s-action" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s action</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s acţiune</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:1s-characters" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s characters</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s caractere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:1s-characters-remaining" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s characters remaining</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s caractere rămase</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:1s-date-must-be-less-than-2s-date" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>"%1$s" date must be less than "%2$s" date.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>"%1$s" data trebuie sa fie mai putin de "%2$s"  data</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:1s-event" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s event</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s eveniment</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:1s-event" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s event</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s evenimente</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:1s-event" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s event</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s eveniment</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:1s-host-in-maintenance" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s host in maintenance</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s hosturi în mentenanţă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:1s-host-in-maintenance" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s host in maintenance</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s host in mentenanţă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:1s-host-in-maintenance" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s host in maintenance</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s host în mentenanţă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:1s-hour" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s hour</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s ore</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:1s-hour" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s hour</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s ore</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:1s-hour" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s hour</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s Oră</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:1s-instead-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>"%1$s" instead "%2$s"</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>"%1$s" in loc de "%2$s"</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:1s-is-expected" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>"%1$s" is expected</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>"%1$s" se asteapta</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:1s-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s item</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s item</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:1s-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s item</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s articole</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:1s-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s item</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s articole</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:1s-line-2s-column-3s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s [Line: %2$s | Column: %3$s]</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s [Linia:%2$s | Coloana: %3$s]</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:screen-reader1s-message" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s message</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s mesaje</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:screen-reader1s-message" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s message</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s mesaje</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:screen-reader1s-message" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s message</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s mesaj</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:1s-minute" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s minute</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s minute</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:1s-minute" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s minute</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s minute</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:1s-minute" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s minute</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s minut</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:1s-must-be-an-empty-string-or-greater-than-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>"%1$s" must be an empty string or greater than "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>"%1$s" trebuie sa fie un sir gol sau mai mare de "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:1s-of-2s-element-in-problem-state" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s of %2$s element in problem state</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s de %2$s elemente cu probleme</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:1s-of-2s-element-in-problem-state" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s of %2$s element in problem state</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s de %2$s elemente problematice</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:1s-of-2s-element-in-problem-state" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s of %2$s element in problem state</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s de %2$s element problematic</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:1sphp-class-must-extend-2s-for-module-located-at-3s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s.php class must extend %2$s for module located at %3$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s.php lass trebuie extins %2$s pentru modulul localiza al %3$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:screen-reader1s-preselected-use-downup-arrow-keys-and-enter-to-select" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s preselected, use down,up arrow keys and enter to select</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s preselecteaya, foloseşte săgeata jos, sus  si cu Enter selectează</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:1s-problem" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s problem</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s problemă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:1s-problem" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s problem</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s probleme</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:1s-problem" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s problem</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s probleme</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:1s-problem-in-total" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s problem in total</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s probleme în total</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:1s-problem-in-total" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s problem in total</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s probleme in total</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:1s-problem-in-total" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s problem in total</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s probleme in total</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:screen-reader1s-read-only" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s, read only</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s, doar citire</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:1s-retry-left" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s retry left</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s încercări rămase</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:1s-retry-left" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s retry left</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s încercări rămase</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:1s-retry-left" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s retry left</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s încercări ramase</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:1s-second" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s second</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s secunde</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:1s-second" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s second</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s secunde</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:1s-second" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s second</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s secundă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:screen-reader1s-selected" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s, selected</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s, selectat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:screen-reader1s-severity-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s, Severity, %2$s</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s, Sevritate, %2$s</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:1sth-percentile-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$sth percentile: %2$s</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s th percentilă: %2$s</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:1s-thrown-by-module-located-at-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s - thrown by module located at %2$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s - aruncat de modulul localizat la %2$s</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:1s-unacknowledged-problem" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s unacknowledged problem</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s probleme nevalidate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:1s-unacknowledged-problem" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s unacknowledged problem</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s probleme nevalidate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:1s-unacknowledged-problem" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s unacknowledged problem</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s problemă nevalidată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:1s-year-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s (year %2$s)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s (anul %2$s)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:10-seconds" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>10 seconds</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>10 secunde</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:1-minute" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>1 minute</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>1 minut</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:30-seconds" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>30 seconds</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>30 secunde</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:3d-view" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>3D view</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Vedere 3D</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:4s-failed-login-attempt-logged-last-failed-attempt-was-from-1s-on-2s-at-3s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%4$s failed login attempt logged. Last failed attempt was from %1$s on %2$s at %3$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%4$s tentative de logare eșuate înregistrate. Ultima tentativă eșuată a fost de la %1$s la %2$s la %3$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:4s-failed-login-attempt-logged-last-failed-attempt-was-from-1s-on-2s-at-3s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%4$s failed login attempt logged. Last failed attempt was from %1$s on %2$s at %3$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%4$s tentative de logare eșuate înregistrate. Ultima tentativă eșuată a fost de la %1$s la %2$s la %3$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:4s-failed-login-attempt-logged-last-failed-attempt-was-from-1s-on-2s-at-3s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%4$s failed login attempt logged. Last failed attempt was from %1$s on %2$s at %3$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%4$s tentativa de logare eșuată înregistrată. Ultima tentativă eșuată a fost de la %1$s la %2$s la %3$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:500-latest-values" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>500 latest values</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>500 ultimele valori</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:5-minutes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>5 minutes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>5 minute</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:5-seconds" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>5 seconds</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>5 secunde</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:access-denied" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Access denied!</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acces refuzat!</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:ack" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Ack</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cnf</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:acknowledge" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Acknowledge</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Confirmare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:acknowledged" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Acknowledged</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Confirmat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:acknowledged-problem-events" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Acknowledged PROBLEM events</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Evenimente PROBLEMA confirmate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:action" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Action</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acțiune</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:action-1s-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Action "%1$s" already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acțiunea "%1$s" există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:action-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Action added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acțiune adăugată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:action-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Action disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acțiuni dezactivate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:action-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Action disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acțiuni dezactivate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:action-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Action disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acțiune dezactivată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:action-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Action enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acțiuni dezactivate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:action-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Action enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acțiuni dezactivate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:action-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Action enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acțiune activată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:actions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Actions</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acțiuni</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:action-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Action updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acțiune actualizată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:active" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Active</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activ</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:maintenance-statusactive" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Active</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activ</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:active-since" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Active since</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activ de la</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:active-till" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Active till</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activ până la</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:add" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Add</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adaugă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:add-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Add host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adaugă server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:add-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Add prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adaugă prototip</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:add-to-host-group" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Add to host group</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adaugă la grupul de servere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:add-to-host-groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Add to host groups</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adaugă la grupurile de servere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:admin" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Admin</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Admin</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:administration" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Administration</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Administrare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:advanced-labels" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Advanced labels</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Etichete avansate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:age" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Age</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Vechime</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:age-less-than" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Age less than</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Vechime mai mică decât</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:agent" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>agent</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>agent</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:agent" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Agent</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Agent</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:agent-interfaces" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Agent interfaces</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Interfețe agent</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:alias" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Alias</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Alias</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:all" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>all</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>toți</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:all" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>All</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tot</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:all-links-should-have-name-and-url-specified" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>All links should have "Name" and "URL" specified</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Toate linkurile trebuie sa aibă "Nume" și "URL" specificat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:all-media" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>all media</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>toata media</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:allowed-hosts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Allowed hosts</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Servere permise</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:any" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Any</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Orice</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:any-character-string-included" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Any character string included</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Orice șir de caractere inclus</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:application-error" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Application error.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eroare aplicație.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:apply" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Apply</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Aplică</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:maintenance-statusapproaching" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Approaching</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Abordare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:apr" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Apr</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Apr</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:april" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>April</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Aprilie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:area-size" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Area size</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dimensiunea suprafeței</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:area-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Area type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipul suprafeței</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:as-blue" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>as Blue</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>ca Albastru</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:as-green" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>as Green</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>ca Verde</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:as-plain-text" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>As plain text</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ca text simplu</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:as-red" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>as Red</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>ca Roșu</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:asset-tag" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Asset tag</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eticheta activului</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:at-hourminute" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>At (hour:minute)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>La (oră:minut)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:aug" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Aug</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Aug</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:august" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>August</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>August</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:authentication" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Authentication</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Autentificare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:authentication-algorithm" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Authentication algorithm</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Algoritm de autentificare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:authentication-method" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Authentication method</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Metodă de autentificare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:authentication-passphrase" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Authentication passphrase</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Frază de acces pentru autentificare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:authentication-protocol" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Authentication protocol</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Protocol de autentificare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:auto-login" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Auto-login</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Auto-login</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:automatic" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Automatic</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Automată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:automatic-icon-mapping" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Automatic icon mapping</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Maparea icon automată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:automatic-icon-selection" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Automatic icon selection</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Selectarea automată icon</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:availability" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Availability</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Disponibilitate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:availability-report" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Availability report</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Raport disponibilitate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:available" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Available</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Disponibil</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:average" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Average</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mediu</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:avg" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>avg</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>avg</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:background" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Background</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Fundal</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:background-image" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Background image</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Imagine de fundal</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:base-dn" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Base DN</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Bază DN</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:bind-dn" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Bind DN</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Bind DN</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:bind-password" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Bind password</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Parolă asociată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:blocked" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Blocked</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Blocat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:bold-line" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Bold line</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Linie îngroșate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:bottom" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Bottom</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Jos</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:bulgarian-bg_bg" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Bulgarian (bg_BG)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Bulgară (bg_BG)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:by-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>By host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>După server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:by-trigger-template" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>By trigger template</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>După șablonul trigger-ului</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:calculated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Calculated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Calculat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:callback" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Callback</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Apelare inversă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cancel" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cancel</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Anulează</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-add-action" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add action</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga acțiunea</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-add-a-non-numeric-item-1s-to-graph-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add a non-numeric item "%1$s" to graph "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga elementul non-numeric "%1$s" la graficul "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-add-a-non-numeric-item-1s-to-graph-prototype-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add a non-numeric item "%1$s" to graph prototype "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga elementul non-numeric "%1$s" la prototipul grafic "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-add-discovery-rule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add discovery rule</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga regula de detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-add-graph" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add graph</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga graficul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-add-graph-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add graph prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga un prototip grafic</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-add-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga serverul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-add-host-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add host prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga prototipul serverului</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-add-image" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add image</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga imaginea</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-add-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add item</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga elementul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-add-item-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add item prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga prototip item</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-add-media-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add media type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga tipul de media</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-add-more-than-one-item-with-type-graph-sum-on-graph-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add more than one item with type "Graph sum" on graph "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot adăuga mai mult de un element de tipul "Sum grafic" la graficul "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-add-more-than-one-item-with-type-graph-sum-on-graph-prototype-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add more than one item with type "Graph sum" on graph prototype "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot adăuga mai mult de un element de tipul "Graph sum" la prototipul grafic "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-add-network-map" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add network map</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga harta rețea</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-add-proxy" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add proxy</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga proxy</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-add-regular-expression" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add regular expression</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga expresia regulată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-add-script" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add script</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga scriptul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-add-template" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add template</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga șablonul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-add-trigger" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add trigger</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga trigger-ul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-add-trigger-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add trigger prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga un prototip trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-add-user" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add user</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga utilizatorul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-add-web-scenario" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add web scenario</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pate adăuga scenariul web</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-clone-graph-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot clone graph prototypes.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot clona prototipurile de grafic.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-clone-trigger-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot clone trigger prototypes.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot clona prototipurile de trigger.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-create-a-host-prototype-on-a-discovered-host-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot create a host prototype on a discovered host "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate crea un prototip de server pe serverul detectat "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-create-another-database-connection" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot create another database connection.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate crea o altă conexiune la baza de date.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-create-discovery-rule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot create discovery rule</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate crea regula de detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-create-icon-map" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot create icon map</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate crea icon hartă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-delete-discovery-rule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete discovery rule</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot sterge regulile de descoperire</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-delete-discovery-rule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete discovery rule</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot șterge regulile de descoperire</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-delete-discovery-rule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete discovery rule</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot șterge regula de descoperire</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-delete-host-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete host prototypes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot șterge prototipurile de server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-delete-icon-map" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete icon map</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge maparea icon-ului</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-delete-image" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete image</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge imaginea</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-delete-inventory" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete inventory.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge inventarul.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-delete-media-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete media type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot șterge tipurile media</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-delete-media-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete media type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot șterge tipurile media</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-delete-media-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete media type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot șterge tipul media</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-delete-proxy" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete proxy</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot șterge proxy-ul </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-delete-proxy" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete proxy</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot șterge proxy-urile </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-delete-proxy" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete proxy</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot șterge proxy-urile </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-delete-regular-expression" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete regular expression</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot șterge expresiile regulate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-delete-regular-expression" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete regular expression</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge expresia regulată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-delete-regular-expression" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete regular expression</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot șterge expresiile regulate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-delete-script" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete script</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot șterge scripturile </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-delete-script" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete script</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot șterge scripturile </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-delete-script" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete script</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot șterge scriptul </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-delete-scripts-script-1s-is-used-in-action-operation-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete scripts. Script "%1$s" is used in action operation "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot șterge scripturile. Scriptul "%1$s" este folosit in acțiunea "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-delete-service" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete service</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot șterge serviciile </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-delete-service" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete service</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot șterge serviciul </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-delete-service" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete service</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot șterge serviciile </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-delete-templated-trigger-1s2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete templated trigger "%1$s:%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge trigger-ul "%1$s:%2$s" bazat pe un șablon.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-delete-templated-web-scenario-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete templated web scenario "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge scenariul web "%1$s" bazat pe un șablon.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-delete-user" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete user</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge utilizatorul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-delete-zabbix-internal-user-1s-try-disabling-that-user" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete Zabbix internal user "%1$s", try disabling that user.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge utilizatorul intern Zabbix "%1$s", încercați să dezactivați acest utilizator.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-disable-action" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable action</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot dezactiva acţiunile</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-disable-action" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable action</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate dezactiva acţiunea</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-disable-action" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable action</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot dezactiva acţiunile</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-disable-discovery-rule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable discovery rule</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot dezactiva regulile de detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-disable-discovery-rule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable discovery rule</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot dezactiva regulile de detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-disable-discovery-rule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable discovery rule</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate dezactiva regula de detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-disable-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot dezactiva servererele</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-disable-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate dezactiva serverul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-disable-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot dezactiva servererele</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-disable-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable item</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot dezactiva elementele</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-disable-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable item</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate dezactiva elementul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-disable-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable item</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot dezactiva elementele</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-disable-media-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable media type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate dezactiva tipul media</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-disable-media-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable media type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate dezactiva tipul media</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-disable-media-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable media type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate dezactiva tipul media</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-disable-trigger" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable trigger</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot dezactiva triggerii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-disable-trigger" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable trigger</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate dezactiva triggerul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-disable-trigger" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable trigger</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot dezactiva triggerii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-disable-web-scenario" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable web scenario</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate dezactiva scenariul web</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-disable-web-scenario" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable web scenario</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate dezactiva scenariul web</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-disable-web-scenario" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable web scenario</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot dezactiva scenariile web</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-display-item-queue" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot display item queue.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu poate afişa coada element.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-display-more-than-one-item-with-type-graph-sum" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot display more than one item with type "Graph sum".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate afișa mai mult de un element de tipul "Sum grafic".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-enable-action" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable action</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot activa acțiunile</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-enable-action" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable action</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot activa acțiunile</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-enable-action" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable action</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate activa acțiunea</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-enable-discovery-rule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable discovery rule</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot activa regulile de detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-enable-discovery-rule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable discovery rule</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot activa regulile de detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-enable-discovery-rule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable discovery rule</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate activa regula de detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-enable-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate activa srverul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-enable-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot activa serverele</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-enable-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot activa serverele</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-enable-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable item</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate activa elementul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-enable-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable item</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot activa elementele</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-enable-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable item</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot activa elementele</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-enable-media-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable media type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate activa tipul media</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-enable-media-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable media type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate activa tipurile media</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-enable-media-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable media type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate activa tipul media</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-enable-trigger" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable trigger</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate activa trigger-ul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-enable-trigger" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable trigger</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot activa trigerii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-enable-trigger" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable trigger</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot activa trigerii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-enable-web-scenario" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable web scenario</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate activa scenariul web</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-enable-web-scenario" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable web scenario</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot activa scenariile web</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-enable-web-scenario" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable web scenario</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot activa scenariile web</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-find-background-image-1s-used-in-map-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find background image "%1$s" used in map "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate găsi imaginea de fundal "%1$s" folosită în harta "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-find-group-1s-used-in-map-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find group "%1$s" used in map "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate găsi grupul "%1$s" folosit în harta "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-find-host-1s-used-in-map-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find host "%1$s" used in map "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate găsi serverul "%1$s" folosit în harta "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-find-host-group-1s-for-host-prototype-2s-of-discovery-rule-3s-on-4s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find host group "%1$s" for host prototype "%2$s" of discovery rule "%3$s" on "%4$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate gasi grupul server "%1$s" pentru serverul prototip "%2$s" a regulii de detecție "%3$s" pe "%4$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-find-host-interface-on-1s-for-item-key-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find host interface on "%1$s" for item key "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate găsi interfața serverului în "%1$s" pentru elementul "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-find-icon-1s-used-in-map-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find icon "%1$s" used in map "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate găsi icon-ul "%1$s" folosit în harta "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-find-icon-map-1s-used-in-map-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find icon map "%1$s" used in map "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate găsi maparea icon-ului "%1$s" folosit în harta "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-find-item-1s-on-2s-used-as-the-y-axis-max-value-for-graph-3s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find item "%1$s" on "%2$s" used as the Y axis MAX value for graph "%3$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate găsi elementul "%1$s" pe "%2$s" folosit ca și axă Y valoarea MAX pentru graficul "%3$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-find-item-1s-on-2s-used-as-the-y-axis-max-value-for-graph-prototype-3s-of-discovery-rule-4s-on-5s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find item "%1$s" on "%2$s" used as the Y axis MAX value for graph prototype "%3$s" of discovery rule "%4$s" on "%5$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate găsi elementul  "%1$s" pe "%2$s" folosit ca și axă Y valoarea MAX pentru prototipul grafic "%3$s" a regulii de detecție "%4$s" pe "%5$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-find-item-1s-on-2s-used-as-the-y-axis-min-value-for-graph-3s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find item "%1$s" on "%2$s" used as the Y axis MIN value for graph "%3$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate găsi elementul "%1$s" pe "%2$s" folosit ca și axă Y valoarea MIN pentru graficul "%3$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-find-item-1s-on-2s-used-as-the-y-axis-min-value-for-graph-prototype-3s-of-discovery-rule-4s-on-5s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find item "%1$s" on "%2$s" used as the Y axis MIN value for graph prototype "%3$s" of discovery rule "%4$s" on "%5$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate găsi elementul  "%1$s" pe "%2$s" used as the Y axis MIN value for graph prototype "%3$s" of discovery rule "%4$s" on "%5$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-find-map-1s-used-in-map-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find map "%1$s" used in map "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate găsi harta "%1$s" folosită în harta "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-find-template-1s-for-host-prototype-2s-of-discovery-rule-3s-on-4s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find template "%1$s" for host prototype "%2$s" of discovery rule "%3$s" on "%4$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate gasi șablonul "%1$s" pentru serverul prototip "%2$s" a regulii de detecție "%3$s" pe "%4$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-find-trigger-1s-used-in-map-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find trigger "%1$s" used in map "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate găsi trigger-ul "%1$s" folosit în harta "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-find-value-map-1s-used-for-item-2s-on-3s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find value map "%1$s" used for item "%2$s" on "%3$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate găsi harta valorilor "%1$s" folosită pentru elementul "%2$s" pe "%3$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-find-value-map-1s-used-for-item-prototype-2s-of-discovery-rule-3s-on-4s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find value map "%1$s" used for item prototype "%2$s" of discovery rule "%3$s" on "%4$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate gasi harta valorilor "%1$s" folosită pentru prototipul item  "%2$s" a regulii de detecție "%3$s" pe "%4$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-import-template-1s-linked-template-2s-does-not-exist" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot import template "%1$s", linked template "%2$s" does not exist.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate importa template-ul "%1$s", șabloanele corelate "%2$s" nu există.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-import-template-1s-linked-template-2s-does-not-exist" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot import template "%1$s", linked template "%2$s" does not exist.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate importa template-ul "%1$s", șabloanele corelate "%2$s" nu există.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-import-template-1s-linked-template-2s-does-not-exist" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot import template "%1$s", linked template "%2$s" does not exist.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate importa template-ul "%1$s", șablonul corelat "%2$s" nu există.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-insert-trigger-expression" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot insert trigger expression</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate introduce expresia trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-link-template" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot link template</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate asocia șablonul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-mass-update-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot mass update host name.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate face actualizare în masă a numelui serverului.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-mass-update-visible-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot mass update visible host name.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate face actualizare în masă a numelui vizibil al serverului.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-perform-delete-statement-on-table-1s-without-where-condition" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot perform delete statement on table "%1$s" without where condition.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate efectua instrucțiunea de ștergere în tabela "%1$s" fără condiția where.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-perform-update-statement-on-table-1s-without-values" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot perform update statement on table "%1$s" without values.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate efectua instrucțiunea de actualizare în tabela "%1$s" fără valori.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-perform-update-statement-on-table-1s-without-where-condition" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot perform update statement on table "%1$s" without where condition.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate efectua instrucțiunea de actualizare în tabela "%1$s" fără condiția where.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-read-the-response-check-connection-with-the-zabbix-server-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot read the response, check connection with the Zabbix server "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate citi răspunsul, verificați conexiunea cu serverul Zabbix "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-rename-guest-user" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot rename guest user.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate redenumi utilizatorul guest.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-save-discovery-rule-without-checks" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot save discovery rule without checks.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate salva regula de detecție fără verificări.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-send-command-check-connection-with-zabbix-server-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot send command, check connection with Zabbix server "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate trimite comanda, verificați conexiunea cu serverul Zabbix "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-set-inventory-fields-for-disabled-inventory" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot set inventory fields for disabled inventory.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot seta câmpurile inventarului pentru un inventar dezactivat.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-switch-host-for-interface" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot switch host for interface.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate schimba serverul pentru interfață.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-unlink-template" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot unlink template</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate deconecta șablonul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-update-1s-for-action-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update "%1$s" for action "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza "%1$s" pentru acțiunea "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-update-action" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update action</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza acțiunea</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-update-a-discovered-graph" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update a discovered graph.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza un grafic bazat pe detecție.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-update-configuration" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update configuration</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza configurația</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-update-discovery-rule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update discovery rule</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza regula de detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-update-graph" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update graph</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza graficul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-update-graph-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update graph prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza prototipul grafic</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-update-groups-for-discovered-host-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update groups for discovered host "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot actualiza grupurile pentru serverul detectat "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-update-host-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update host prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot actualiza prototipul server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-update-host-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update host prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot actualiza prototipul server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-update-host-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update host prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot actualiza prototipul server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-update-icon-map" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update icon map</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza maparea icon-ului</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-update-image" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update image</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza imaginea</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-update-interface-for-discovered-host-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update interface for discovered host "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza interfața pentru serverul detectat "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-update-item-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update item prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot actualiza prototipul articol</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-update-item-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update item prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot actualiza prototipul item</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-update-item-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update item prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot actualiza prototipul articol</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-update-macros" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update macros</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot actualiza macro-urile</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-update-media-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update media type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza tipul media</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-update-network-map" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update network map</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza harta rețea</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-update-proxy" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update proxy</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza proxy-ul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-update-proxy-for-discovered-host-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update proxy for discovered host "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza proxy-ul pentru serverul detectat "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-update-regular-expression" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update regular expression</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza expresia regulată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-update-script" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update script</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza scriptul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-update-trigger-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update trigger prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot actualiza prototipul trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-update-trigger-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update trigger prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot actualiza prototipul trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-update-trigger-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update trigger prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot actualiza prototipul trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-update-user" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update user</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza utilizatorul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:cannot-update-web-scenario" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update web scenario</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza scenariul web</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:case-sensitive" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Case sensitive</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Majuscule semnificative</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:change-password" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Change password</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Modifică parola</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:character" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Character</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Caracter</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:character-string-included" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Character string included</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șir de caractere inclus</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:character-string-not-included" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Character string not included</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șir de caractere neinclus</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:chassis" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Chassis</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șasiu</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:check-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Check already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Verificarea există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:check-expression-part-starting-from-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Check expression part starting from "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Verifică partea din expresie care începe de la "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:checks" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Checks</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Verificări</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:checks-should-be-unique" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Checks should be unique.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Verificările trebuie să fie unice.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:check-the-key-please-default-example-was-passed" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Check the key, please. Default example was passed.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Vă rugăm să verificați cheia. A fost folosit exemplul implicit.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:check-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Check type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Verificați tipul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:chinese-zh_cn" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Chinese (zh_CN)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Chineză (zh_CN)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:chinese-zh_tw" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Chinese (zh_TW)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Chineză (zh_TW)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:circular-reference-in-templates-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Circular reference in templates: %1$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Refefință circulară în șabloanele: %1$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:circular-template-linkage-is-not-allowed" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Circular template linkage is not allowed.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Legătura circulară în șabloane nu este permisă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:clear-history-and-trends" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Clear history and trends</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șterge istoric și tendințe</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:clear-when-unlinking" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Clear when unlinking</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șterge la deconectare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:clock" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Clock</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ceas</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:clone" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Clone</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Clonă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:close" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Close</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Închide</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:close-expression-constructor" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Close expression constructor</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Închide constructorul de expresii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:columns" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Columns</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Coloane</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:combined-result" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Combined result</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Rezultat combinat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:command" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Command</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Comandă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:commands" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Commands</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Comenzi</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:condition" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Condition</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Condiție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:conditions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Conditions</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Condiții</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:configuration" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:configuration-cache-statistics-cache-buffer-modes-pfree-total-used-free" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration cache statistics. Cache - buffer (modes: pfree, total, used, free).</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Statistici configurare cache. Cache - buffer (moduri: pfree, total, used, free).</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:configuration-of-actions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of actions</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare acțiuni</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:configuration-of-discovery-rules" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of discovery rules</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare reguli de detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:configuration-of-graph-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of graph prototypes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare prototipuri grafic</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:configuration-of-graphs" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of graphs</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare grafice</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:configuration-of-gui" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of GUI</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare GUI</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:configuration-of-host-groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of host groups</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare grupuri de servere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:configuration-of-host-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of host prototypes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare prototipuri server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:configuration-of-hosts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of hosts</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare servere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:configuration-of-housekeeping" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of housekeeping</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare housekeeping</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:configuration-of-icon-mapping" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of icon mapping</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare mapare icon</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:configuration-of-images" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of images</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare imagini</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:configuration-of-item-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of item prototypes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare prototipuri element</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:configuration-of-items" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of items</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare elemente</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:configuration-of-macros" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of macros</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare macro-uri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:configuration-of-maintenance-periods" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of maintenance periods</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare perioade de întreținere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:configuration-of-media-types" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of media types</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare tip media</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:configuration-of-network-maps" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of network maps</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare hărți rețea</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:configuration-of-proxies" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of proxies</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare proxy-uri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:configuration-of-regular-expressions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of regular expressions</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare expresii regulate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:configuration-of-scripts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of scripts</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare scripturi</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:configuration-of-templates" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of templates</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare șabloane</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:configuration-of-trigger-displaying-options" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of trigger displaying options</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare opțiuni de afișaj trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:configuration-of-trigger-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of trigger prototypes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare prototipuri trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:configuration-of-triggers" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of triggers</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare triggeri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:configuration-of-user-groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of user groups</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare grupuri utilizator</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:configuration-of-users" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of users</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare utilizatori</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:configuration-of-web-monitoring" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of web monitoring</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare monitorizare web</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:configuration-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configuraţie actualizată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:confirmation-text" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Confirmation text</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Text de confirmare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:connection-timeout-of-1s-seconds-exceeded-when-connecting-to-zabbix-server-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Connection timeout of %1$s seconds exceeded when connecting to Zabbix server "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Timpul de așteptare de %1$s secunde a fost depășit la conectarea cu serverul Zabbix "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:connect-to" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Connect to</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Conectare la</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:contact" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Contact</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Contact</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:context-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Context name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume context</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:contract-number" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Contract number</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numărul contractului</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:coordinates" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Coordinates</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Coordonate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:copy" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Copy</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Copiază</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:count" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Count</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Număr</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:create-action" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create action</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează acțiune</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:created-by-host-discovery" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>(created by host discovery)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>(creat de descoperirea gazdei)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:create-discovery-rule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create discovery rule</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează regula de detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:create-graph" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create graph</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează grafic</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:create-graph-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create graph prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează prototip de grafic</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:create-graph-select-host-first" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create graph (select host first)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează grafic (selectați serverul prima dată)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:create-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:create-host-group" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create host group</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează grup de servere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:create-host-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create host prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează prototip de server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:create-icon-map" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create icon map</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează mapare icon</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:create-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create item</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează element</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:create-item-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create item prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează prototip de element</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:create-item-select-host-first" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create item (select host first)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează element (selectați serverul prima dată)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:create-maintenance-period" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create maintenance period</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează perioadă de mentenanță</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:create-map" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create map</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează hartă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:create-media-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create media type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează tip media</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:create-proxy" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create proxy</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează proxy</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:create-script" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create script</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează script</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:create-template" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create template</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează șablon</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:create-trigger" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create trigger</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:create-trigger-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create trigger prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează prototip de trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:create-trigger-select-host-first" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create trigger (select host first)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează trigger (selectați serverul prima dată)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:create-user" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create user</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează utilizator</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:create-user-group" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create user group</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează grup utilizatori</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:critical" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Critical</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Critic</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:current-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Current host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Serverul curent</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:current-value" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Current value</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare curentă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:custom-graphs" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Custom graphs</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grafice personalizate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:custom-label" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Custom label</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Etichetă personalizată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:custom-label-for-map-2s-elements-of-type-1s-may-not-be-empty" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Custom label for map "%2$s" elements of type "%1$s" may not be empty.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eticheta personalizată pentru harta "%2$s" elementele de tipul "%1$s" nu poate fi vidă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:custom-multiplier" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Custom multiplier</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Multiplicator personalizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:custom-severity-names-affect-all-locales-and-require-manual-translation" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Custom severity names affect all locales and require manual translation!</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numele de severitate personalizată afectează toate localizările și necesită traducere manuală!</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:custom-size" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Custom size</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dimensiune personalizată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:czech-cs_cz" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Czech (cs_CZ)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cehă (cs_CZ)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:day-shortd" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>d</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>z</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:daily" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Daily</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Zilnic</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:dashboard" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Dashboard</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Panou de supraveghere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:dashed-line" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Dashed line</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Linie întreruptă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:database-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Database host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Server bază de date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:database-monitor" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Database monitor</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Monitor bază de date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:database-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Database name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume bază de date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:database-password" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Database password</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Parolă bază de date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:database-port" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Database port</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Port bază de date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:database-schema" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Database schema</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Schema bazei de date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:database-server" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Database server</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Server baze de date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:database-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Database type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipul bazei de date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:database-user" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Database user</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Utilizator bază de date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:data-from-1s-generated-in-2s-sec" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Data from %1$s. Generated in %2$s sec.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Date din %1$s. Generate în %2$s sec.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:data-overview" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Data overview</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Verificare date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:date" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Date</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:date-hw-decommissioned" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Date HW decommissioned</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dată HW dezafectat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:date-hw-installed" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Date HW installed</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dată HW instalat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:date-hw-maintenance-expires" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Date HW maintenance expires</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Data de mentenanță HW expiră</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:date-hw-purchased" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Date HW purchased</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Data achiziției HW</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:day" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Day</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Zi</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:day-of-month" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Day of month</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ziua lunii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:day-of-week" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Day of week</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ziua săptămânii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:days" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>days</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>zile</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:days" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Days</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Zile</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:d-device" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%d device</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%d echipamente</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:d-device" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%d device</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%d echipamente</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:d-device" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%d device</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%d echipament</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:debug" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Debug</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Depanare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:debug-mode" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Debug mode</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mod depanare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:dec" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Dec</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dec</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:december" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>December</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Decembrie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:default" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>default</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>implicit</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:default" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Default</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Implicit</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:default-authentication" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Default authentication</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Autentificare implicită</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:default-operation-step-duration" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Default operation step duration</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Durata etapei operației implicite</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:default-theme" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Default theme</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tema implicită</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:delay" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delay</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Întârziere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:delayed-by" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delayed by</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Întârziat de către</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:delete" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șterge</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:delete-and-clear" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete and clear</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șterge și curăță</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:delete-and-clear-selected-templates-warning-all-linked-hosts-will-be-cleared" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete and clear selected templates? (Warning: all linked hosts will be cleared!)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere si curățare șabloane selectate? (Avertizare: toate serverele conectate vor fi șterse!)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:delete-and-clear-template-warning-all-linked-hosts-will-be-cleared" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete and clear template? (Warning: all linked hosts will be cleared!)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere si curățare șablon? (Avertizare: toate serverele conectate vor fi șterse!)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:delete-current-action" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete current action?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere acțiune curentă?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:delete-discovery-rule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete discovery rule?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere regulă de detecție?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:delete-expression" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete expression?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere expresie?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:delete-graph" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete graph?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere element grafic?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:delete-graph-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete graph prototype?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere prototip de grafic?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:delete-icon-map" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete icon map?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere harta icoanei?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:delete-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete item?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere element?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:delete-item-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete item prototype?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere prototip de element?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:delete-links-between-selected-elements" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete links between selected elements?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere legătura între elementele selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:delete-maintenance-period" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete maintenance period?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere perioadă de întreținere?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:delete-regular-expression" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete regular expression?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere expresie uzuală?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:delete-script" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete script?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere script?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:delete-selected-actions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected actions?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere acțiuni selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:delete-selected-discovery-rules" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected discovery rules?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere regulă de detecție selectată?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:delete-selected-elements" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected elements?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere elemente selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:delete-selected-graph-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected graph prototypes?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere prototipuri grafici selectați?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:delete-selected-graphs" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected graphs?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere elemente grafice selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:delete-selected-group" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected group?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere grup selectat?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:delete-selected-groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected groups?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere grupuri selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:delete-selected-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected host?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere server selectat?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:delete-selected-host-groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected host groups?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere grupuri de servere selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:delete-selected-host-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected host prototype?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere prototipuri de servere selectați?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:delete-selected-host-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected host prototypes?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere prototipuri de servere selectați?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:delete-selected-hosts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected hosts?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere servere selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:delete-selected-image" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected image?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere imagine selectată?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:delete-selected-item-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected item prototypes?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere elemente prototip selectațe?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:delete-selected-items" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected items?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere elementele selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:delete-selected-maintenance-periods" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected maintenance periods?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere perioade de întreținere selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:delete-selected-maps" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected maps?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere hărți selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:delete-selected-media-types" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected media types?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere elemente media selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:delete-selected-proxies" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected proxies?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere proxy-uri selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:delete-selected-regular-expressions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected regular expressions?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere expresii uzuale selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:delete-selected-scripts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected scripts?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere scripturi selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:delete-selected-templates" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected templates?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere șabloane selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:delete-selected-trigger-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected trigger prototypes?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere prototipuri de trigger selectați?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:delete-selected-triggers" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected triggers?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere triggeri selectați?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:delete-selected-user" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected user?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere utilizator selectat?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:delete-selected-users" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected users?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere utilizatori selectați?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:delete-template" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete template?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere șablon?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:delete-trigger" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete trigger?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere trigger?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:delete-trigger-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete trigger prototype?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere prototip de trigger?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:delimiter" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delimiter</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Delimitator</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:deny" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Deny</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Negare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:dependencies" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Dependencies</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dependențe</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:dependent" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Dependent</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dependenţă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:depends-on" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Depends on</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Depinde de</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:deployment-status" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Deployment status</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Stare de implementare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:description" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Description</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Descriere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:details" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Details</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Detalii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:device" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Device</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Echipament</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:device-uniqueness-criteria" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Device uniqueness criteria</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Criteriu unic al echipamentului</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:disable" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Disable</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezactivare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezactivat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:disable-debug-mode-in-selected-groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Disable debug mode in selected groups?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezactivare mod de depanare în grupurile selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:disable-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Disable host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezactivare server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:disable-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Disable host?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezactivare server?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:disable-hosts-in-the-selected-host-groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Disable hosts in the selected host groups?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezactivare servere în grupurile de servere selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:disable-hosts-monitored-by-selected-proxies" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Disable hosts monitored by selected proxies?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezactivare servere monitorizate de proxy-urile selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:disable-selected-actions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Disable selected actions?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezactivare acțiuni selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:disable-selected-discovery-rules" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Disable selected discovery rules?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezactivare reguli de detecție selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:disable-selected-groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Disable selected groups?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezactivare grupuri selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:disable-selected-hosts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Disable selected hosts?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezactivare servere selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:disable-selected-items" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Disable selected items?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezactivare itemi selectaţi?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:disable-selected-media-types" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Disable selected media types?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezactivare elemente media selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:disable-selected-triggers" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Disable selected triggers?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezactivare triggeri selectați?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:disaster" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Disaster</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezastru</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:discovered" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovered</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Detectat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:discovered-by" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovered by</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Detectat de</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:discovered-device" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovered device</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Echipament detectat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:discovery" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Detectare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:discovery-by-proxy" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery by proxy</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Detectat de către proxy</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:discovery-check" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery check</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Verificare de detectare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:discovery-checks" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery checks</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Verificări de detectare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:discovery-list" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery list</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Listă de detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:discovery-object" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery object</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Obiect detectat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:discovery-rule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery rule</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Regulă de detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:discovery-rule-created" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery rule created</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Regulă de detecție creată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:discovery-rule-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery rule deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Regulile de descoperire șterse</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:discovery-rule-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery rule deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Regulile de descoperire ștearse</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:discovery-rule-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery rule deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Regula de descoperire ștearsă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:discovery-rule-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery rule disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Regulă de detecție dezactivată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:discovery-rule-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery rule disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Reguli de detecție dezactivate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:discovery-rule-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery rule disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Reguli de detecție dezactivate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:discovery-rule-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery rule enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Reguli de detecție activate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:discovery-rule-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery rule enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Reguli de detecție activate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:discovery-rule-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery rule enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Regulă de detecție activată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:discovery-rules" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery rules</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Reguli de detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:discovery-rule-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery rule updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Regulă de detecție actualizată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:discovery-status" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery status</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Stare detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:displaying-1s-of-2s-found" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Displaying %1$s of %2$s found</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Afișare %1$s din %2$s gasită</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:display-ok-triggers-for" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Display OK triggers for</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Afișare triggeri OK pentru</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:dm" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>d.M</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>z.L</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:dns" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>DNS</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>DNS</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:dns-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>DNS name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume DNS</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:dot" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Dot</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Punct</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:discovery-results-in-dashboarddown" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Down</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Oprit</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:discovery-statusdown" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Down</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Oprit</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:downtime" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Downtime</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Avarie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:do-you-wish-to-replace-the-conditional-expression" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Do you wish to replace the conditional expression?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Doreşti să înlocuiești expresia condițională?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:draw-style" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Draw style</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Stil de desen</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:duration" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Duration</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Durată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:dutch-nl_nl" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Dutch (nl_NL)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Olandeză (nl_NL)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:each-url-should-have-a-unique-name-please-make-sure-there-is-only-one-url-named" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Each URL should have a unique name. Please make sure there is only one URL named</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Fiecare URL trebuie să aibă un nume unic. Vă rugăm să vă asigurați că există un singur URL cu numele</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:edit" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Edit</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Editare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:element" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Element</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Element</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:element-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Element name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume element</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:email" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Email</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Email</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:empty-input-parameter" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Empty input parameter.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Golire parametru de intrare.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:enable" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Enable</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:enable-confirmation" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Enable confirmation</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activare confirmare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:enable-debug-mode-in-selected-groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Enable debug mode in selected groups?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activare mod de depanare în grupurile selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:enable-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Enable host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activare server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:enable-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Enable host?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activare server?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:enable-hosts-monitored-by-selected-proxies" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Enable hosts monitored by selected proxies?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activare servere monitorizate de proxy-urile selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:enable-internal-housekeeping" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Enable internal housekeeping</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activare menaj intern</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:enable-selected-actions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Enable selected actions?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activare acțiuni selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:enable-selected-discovery-rules" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Enable selected discovery rules?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activare reguli de detecție selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:enable-selected-groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Enable selected groups?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activare grupuri selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:enable-selected-hosts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Enable selected hosts?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activare servere selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:enable-selected-items" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Enable selected items?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activare itemi selectați?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:enable-selected-media-types" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Enable selected media types?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activare elemente de tip media selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:enable-selected-triggers" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Enable selected triggers?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activare triggeri selectați?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:english-en_us" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>English (en_US)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Engleză (en_US)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:error" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Error</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eroare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:error-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Error: %1$s</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eroare: %1$s</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:error-in-search-request-for-table-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Error in search request for table "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eroare in cererea de căutare pentru tabelul "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:event" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Event</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eveniment</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:event-acknowledged" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Event acknowledged</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eveniment confirmat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:event-details" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Event details</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Detalii eveniment</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:event-generation" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Event generation</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Generare eveniment</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:event-id" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Event ID</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eveniment ID</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:event-list-previous-20" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Event list [previous 20]</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Listă de evenimente [ultimele 20]</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:events-and-alerts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Events and alerts</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Evenimente și alerte</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:event-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Event type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip eveniment</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:every-days" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Every day(s)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Zilnic (s)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:every-weeks" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Every week(s)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Săptămânal (s)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:exclude" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Exclude</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Exclude</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:execute" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Execute</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Execută</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:executed-script" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Executed script</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Script executat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:execute-on" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Execute on</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Execută la</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:execution-confirmation" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Execution confirmation</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Confirmare de executare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:expand-single-problem" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Expand single problem</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Extinde problema unică</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:maintenance-statusexpired" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Expired</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expirat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:exploded" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Exploded</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Explodat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:export-to-csv" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Export to CSV</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Export în CSV</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:expression" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Expression</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expresie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:expression-cannot-be-empty" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Expression cannot be empty</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expresia nu poate fi vidă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:expression-constructor" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Expression constructor</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Constructor de expresii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:expressions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Expressions</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expresii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:expression-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Expression type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip de expresie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:external-check" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>External check</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Verificare externă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:friday-shortf" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>F</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>F</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:fail" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Fail</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Greșeală</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:failed" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Failed</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eșec</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:failure-audit" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Failure Audit</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Audit greșit</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:false" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>FALSE</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>FALS</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:feb" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Feb</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Feb</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:february" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>February</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Februarie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:field" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Field</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Câmp</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:field-1s-cannot-be-set-to-null" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Field "%1$s" cannot be set to NULL.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Câmpul "%1$s" nu poate fi pus NULL.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:field-1s-is-mandatory" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Field "%1$s" is mandatory.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Câmpul "%1$s" este opțional. </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:field-1s-is-not-integer" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Field "%1$s" is not integer.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Câmpul "%1$s" nu este număr întreg.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:field-1s-is-not-string" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Field "%1$s" is not string.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Câmpul "%1$s" nu este șir.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:field-1s-must-be-missing" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Field "%1$s" must be missing.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Câmpul "%1$s" trebuie să lipsească.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:file-is-too-big-max-upload-size-is-1s-bytes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>File is too big, max upload size is %1$s bytes.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Fișierul este prea mare, mărimea maximă de upload este %1$s octeți.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:filled-region" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Filled region</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Zone pline</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:filter" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Filter</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Filtru</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:finish" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Finish</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Sfârșit</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:finnish-fi_fi" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Finnish (fi_FI)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Finlandeză (fi_FI)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:page-navigationfirst" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>First</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Primul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:fit-to-map" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Fit to map</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Încadrează în hartă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:fixed" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Fixed</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Remediat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:formula" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Formula</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Formulă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:french-fr_fr" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>French (fr_FR)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Franceză (fr_FR)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:fri" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Fri</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Fri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:friday" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Friday</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Vineri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:from" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>From</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>De la</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:frontend-access" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Frontend access</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acces la interfață</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:frontend-messaging" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Frontend messaging</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mesaje de interfață</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:ftp" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>FTP</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>FTP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:function" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Function</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Funcție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:general" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>General</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>General</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:german-de_de" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>German (de_DE)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Germană (de_DE)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:given-expression-is-not-a-macro" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Given expression is not a macro</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expresia dată nu este macro</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:item_formglobal-housekeeping-settings" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>global housekeeping settings</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>setări interne globale</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:google-chrome" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Google Chrome</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Google Chrome</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:go-to" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Go to</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mergi la</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:gradient-line" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Gradient line</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Gradient linie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:graph" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grafic</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:graph-1s-already-exists-on-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph "%1$s" already exists on "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Graficul "%1$s" există deja pe "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:graph-1s-already-exists-on-2s-inherited-from-another-template" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph "%1$s" already exists on "%2$s" (inherited from another template).</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Graficul "%1$s" există deja pe "%2$s" (moștenit de la alt șablon).</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:graph-1s-already-exists-on-2s-items-are-not-identical" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph "%1$s" already exists on "%2$s" (items are not identical).</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Graficul "%1$s" există deja pe "%2$s" (itemii nu sunt identici).</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:graph-1s-with-templated-items-cannot-contain-items-from-other-hosts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph "%1$s" with templated items cannot contain items from other hosts.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Graficul "%1$s" cu itemi șablon nu poate să conțină itemi de la alte servere.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:graph-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grafic adăugat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:graph-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototip grafic</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:graph-prototype-1s-contains-item-prototypes-from-multiple-discovery-rules" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph prototype "%1$s" contains item prototypes from multiple discovery rules.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototipul grafic "%1$s" conține prototipu grafici pentru mai multe reguli de detecție.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:graph-prototype-1s-must-have-at-least-one-item-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph prototype "%1$s" must have at least one item prototype.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototipul grafic "%1$s" trebuie să aibă cel puțin un prototip item.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:graph-prototype-1s-with-templated-items-cannot-contain-items-from-other-hosts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph prototype "%1$s" with templated items cannot contain items from other hosts.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototip de grafic "%1$s" cu itemi șablon nu poate să conțină itemi de la alte servere.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:graph-prototype-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph prototype added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototip grafic adăugat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:graph-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph prototypes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototipuri grafice</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:graph-prototype-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph prototype updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototip grafic adăugat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:graphs" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graphs</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grafice</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:graph-sum" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph sum</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Sumă grafică</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:graph-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip grafic</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:graph-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grafic actualizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:greek-el_gr" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Greek (el_GR)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Greacă (el_GR)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:grid" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Grid</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grilă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:group" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Group</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grup</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:group-1s-cannot-be-deleted-because-it-is-used-by-a-host-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Group "%1$s" cannot be deleted, because it is used by a host prototype.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grupul "%1$s" nu poate fi șters, pentru că este utilizat de un server prototip </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:group-1s-does-not-exist" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Group "%1$s" does not exist.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grupul "%1$s" nu există.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:group-1s-for-host-2s-does-not-exist" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Group "%1$s" for host "%2$s" does not exist.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grupul "%1$s" pentru serverul "%2$s" nu există.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:group-for-discovered-hosts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Group for discovered hosts</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grup pentru servere detectate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:grouping-by" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Grouping by</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grupare după</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:group-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Group name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume grup</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:group-prototype-cannot-be-based-on-a-discovered-host-group-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Group prototype cannot be based on a discovered host group "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grupul prototip nu se poate baza pe un grup server detectat "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:group-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Group prototypes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototipuri grup</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Groups</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grupuri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:gsm-modem" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>GSM modem</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Modem GSM</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:gui" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>GUI</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>GUI</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:gui-access-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>GUI access disabled.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acces GUI dezactivat.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:hour-shorth" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>h</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>h</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:hardware" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Hardware</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Hardware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:hardware-full-details" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Hardware (Full details)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Hardware (Detalii complete)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:height" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Height</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Înălțime</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:help" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Help</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ajutor</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:hi-a" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>h:i A</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>H:m</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:hidden" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Hidden</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ascuns</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:hide-selected" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Hide selected</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ascunde selecția</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:high" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>High</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ridicat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:his-a" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>h:i:s A</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>H:m:s</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:history" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>History</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Istoric</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:history-clearing-can-take-a-long-time-continue" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>History clearing can take a long time. Continue?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Golirea istoricului poate lua o perioadă lungă de timp. Continuare?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:horizontal" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Horizontal</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Orizontal</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:horizontal-align" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Horizontal align</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Aliniere orizontală</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Hosturi</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Hosturi</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Host</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:host-1s-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host "%1$s" already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Serverul "%1$s" există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:host-access" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host access</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acces server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:host-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Server adăugat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:host-cannot-have-more-than-one-default-interface-of-the-same-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host cannot have more than one default interface of the same type.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Serverul nu poate avea mai mult de o interfață implicită de același tip.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:host-count" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host count</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Contor server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:host-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Servere dezactivate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:host-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Server dezactivat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:host-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Servere dezactivate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:host-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Servere activate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:host-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Server activat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:host-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Servere activate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:host-group" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>host group</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>grup server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:host-group" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host group</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grup server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:host-group-1s-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host group "%1$s" already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grupul server "%1$s" există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:host-group-1s-cannot-be-deleted-because-it-is-used-in-a-global-script" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host group "%1$s" cannot be deleted, because it is used in a global script.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grupul server "%1$s" nu poate fi șters, pentru că este utilizat într-un script global.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:host-group-elements" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host group elements</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Elementele grupului de servere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:host-group-label-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host group label type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipul etichetei grupului de servere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:host-groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host groups</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grupuri de servere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:host-interface" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host interface</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Interfață server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:host-inventory" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host inventory</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Inventar server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:host-inventory-overview" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host inventory overview</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prezentare generală inventar server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:host-ip" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host IP</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>IP server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:hostkey-pair-is-expected" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>"host:key" pair is expected</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>se asteapta o pereche</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:host-label-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host label type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip eticheta server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:host-metadata" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host metadata</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Metadate server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:host-networks" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host networks</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Rețele server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:host-prototype-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host prototype added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototip grafic adăugat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:host-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host prototypes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototipuri de servere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:host-prototype-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host prototype updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototip host updatat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:host-prototype-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host prototype updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototip Host actualizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:host-prototype-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host prototype updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototip Host actualizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:host-prototype-with-host-name-1s-already-exists-in-discovery-rule-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host prototype with host name "%1$s" already exists in discovery rule "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Server prototip cu nume server "%1$s" există deja în regula de detecție "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:host-prototype-with-visible-name-1s-already-exists-in-discovery-rule-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host prototype with visible name "%1$s" already exists in discovery rule "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Server prototip cu nume vizibil "%1$s" există deja în regula de detecție "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:host-router" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host router</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Router gazdă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:hosts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Hosts</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Servere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:hosts-location" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Hosts location</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Locație servere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:host-subnet-mask" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host subnet mask</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mască subnet server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:host-time" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host time</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Timp server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:host-update-failed" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host update failed.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Actualizare server nereușită.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:host-with-the-same-name-1s-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host with the same name "%1$s" already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Server cu același nume "%1$s" există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:host-with-the-same-visible-name-1s-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host with the same visible name "%1$s" already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Server cu același nume vizibil "%1$s" există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:hours" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Hours</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ore</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:housekeeping" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Housekeeping</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Housekeeping</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:http" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>HTTP</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>HTTP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:http-authentication" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>HTTP authentication</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Autentificare HTTP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:http-proxy" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>HTTP proxy</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>proxy HTTP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:https" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>HTTPS</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>HTTPS</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:hungarian-hu_hu" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Hungarian (hu_HU)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Maghiară (hu_HU)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:hw-architecture" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>HW architecture</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Arhitectură HW</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:icmp-ping" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>ICMP ping</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>ping ICMP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:icon" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>icon</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>iconiță</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:icon" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Icon</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Iconiță</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:icon-default" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Icon (default)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Iconiță (implicit)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:icon-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Icon (disabled)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Iconiță (dezactivat)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:icon-highlight" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Icon highlight</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Iconiță selectată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:icon-maintenance" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Icon (maintenance)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Iconiță (mentenanță)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:icon-map" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Icon map</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Icon hartă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:icon-map-1s-cannot-be-deleted-used-in-map-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Icon map "%1$s" cannot be deleted. Used in map "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Icon hartă "%1$s" nu poate fi ștearsă. Este folosită în harta "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:icon-map-created" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Icon map created</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Icon hartă creat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:icon-map-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Icon map deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Icon hartă șters</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:icon-mapping" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Icon mapping</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>mapare icon</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:icon-map-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Icon map updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Icon hartă actualizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:icon-problem" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Icon (problem)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Iconiță (problemă)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:icons" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Icons</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Iconițe</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:id" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>ID</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>ID</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:if-you-think-this-message-is-wrong-please-consult-your-administrators-about-getting-the-necessary-permissions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>If you think this message is wrong, please consult your administrators about getting the necessary permissions.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dacă crezi ca acest mesaj este greșit, te rog să consulți administratorii pentru obținerea permisiunilor necesare.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:image" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>image</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>imagine</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:image" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Image</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Imagine</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:image-1s-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Image "%1$s" already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Imaginea "%1$s" există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:image-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Image added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Imagine adăugată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:image-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Image deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Imagine ștearsă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:image-label-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Image label type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipul etichetei imaginii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:images" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Images</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Imagini</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:images-for-all-maps-will-be-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Images for all maps will be updated!</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Imaginile pentru toate hărțile vor fi actualizate!</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:image-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Image updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Imagine actualizată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:imap" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>IMAP</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>IMAP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:immediately" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Immediately</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Imediat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:import" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Import</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Import</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:imported-successfully" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Imported successfully</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Import cu succes</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:import-file" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Import file</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Fișier import</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:in" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>in</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>în</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:include" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Include</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Include</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:incorrect-1s-label-type-value-for-map-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect %1$s label type value for map "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipul valorii etichetei %1$s incorect pentru harta "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:incorrect-action-condition-discovery-check" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect action condition discovery check.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Condiție de acțiune incorectă la verificare detecție.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:incorrect-action-condition-discovery-check-discovery-check-does-not-exist-or-you-have-no-access-to-it" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect action condition discovery check. Discovery check does not exist or you have no access to it.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Condiție de acțiune incorectă la verificare detecție. Verificarea detecției nu există sau nu ai acces la ea.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:incorrect-action-condition-discovery-object" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect action condition discovery object.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Condiție de acțiune incorectă la detecție obiect.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:incorrect-action-condition-discovery-rule-discovery-rule-does-not-exist-or-you-have-no-access-to-it" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect action condition discovery rule. Discovery rule does not exist or you have no access to it.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Condiție de acțiune incorectă la regula de detecție. Regula de detecție nu există sau nu ai acces la ea.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:incorrect-action-condition-discovery-status" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect action condition discovery status.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Condiție de acțiune incorectă la starea de detecție.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:incorrect-action-condition-event-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect action condition event type.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Condiție de acțiune incorectă la tipul eveniment.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:incorrect-action-condition-port-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect action condition port "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Condiție de acțiune incorectă port "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:incorrect-action-condition-proxy-proxy-does-not-exist-or-you-have-no-access-to-it" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect action condition proxy. Proxy does not exist or you have no access to it.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Condiție de acțiune incorectă proxy. Proxy nu există sau nu ai acces la el.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:incorrect-action-condition-trigger-severity" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect action condition trigger severity.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Condiție de acțiune incorectă la gravitate trigger.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:incorrect-action-condition-trigger-trigger-does-not-exist-or-you-have-no-access-to-it" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect action condition trigger. Trigger does not exist or you have no access to it.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Condiție de acțiune incorectă trigger. Trigger nu există sau nu ai acces la el.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:incorrect-action-condition-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect action condition type.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Condiție de acțiune incorectă gen.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:incorrect-action-operation-escalation-step-values" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect action operation escalation step values.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Operațiune de acțiune incorectă tip valoare crescută cu un pas.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:incorrect-arguments-passed-to-function" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect arguments passed to function.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Argumente incorecte trimise funcției.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:incorrect-field-1s-name-or-value-in-where-statement-for-table-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect field "%1$s" name or value in where statement for table "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume sau valoare câmp "%1$s" incorecte în care afirmația pentru tabelul "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:incorrect-fields-for-sysmap" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect fields for sysmap.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Câmpuri incorecte pentru sysmap.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:incorrect-file-upload" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect file upload.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Încărcare fișier incorectă. </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:incorrect-function-is-used" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect function is used</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Funcție incorectă utilizată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:incorrect-image-index" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect image index.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Index imagine incorect.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:incorrect-input-parameters" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect input parameters.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Parametrii de intrare incorecți.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:incorrect-item-key-1s-provided-for-trigger-expression-on-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect item key "%1$s" provided for trigger expression on "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cheie item "%1$s" incorect prevăzut pentru expresia triggerului pe "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:incorrect-item-value-type-1s-provided-for-trigger-function-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect item value type "%1$s" provided for trigger function "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip valoare item "%1$s" incorect prevăzut pentru funcția triggerului "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:incorrect-list-of-items" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect list of items.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Listă incorectă de itemi.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:incorrect-maintenance-period-minimum-5-minutes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect maintenance period (minimum 5 minutes)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Perioadă a mentenanței incorectă (minim 5 minute)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:incorrect-port-range" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect port range.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Gamă port incorectă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:incorrect-response-received-from-zabbix-server-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect response received from Zabbix server "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Răspuns incorect primit de la serverul Zabbix "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:incorrect-snmp-community" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect SNMP community.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Comunitate SNMP incorectă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:incorrect-snmp-oid" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect SNMP OID.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>SNMP OID incorect.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:incorrect-syntax-near-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>incorrect syntax near "%1$s"</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>sintaxă incorectă lângă "%1$s"</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:incorrect-trigger-expression" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect trigger expression.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expresii trigger incorecte.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:incorrect-trigger-expression-host-1s-does-not-exist-or-you-have-no-access-to-this-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect trigger expression. Host "%1$s" does not exist or you have no access to this host.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expresie trigger incorectă. Serverul "%1$s" nu există sau nu ai acces la acest server.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:incorrect-trigger-expression-trigger-expression-elements-should-not-belong-to-a-template-and-a-host-simultaneously" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect trigger expression. Trigger expression elements should not belong to a template and a host simultaneously.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expresie trigger incorectă. Elementele expresiei trigger nu trebuie să aparțină simultan unui șablon si unui server.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:incorrect-value-1s-for-2s-field" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect value "%1$s" for "%2$s" field.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare incorectă "%1$s" pentru câmpul "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:incorrect-value-1s-for-2s-field-must-be-between-3s-and-4s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect value "%1$s" for "%2$s" field: must be between %3$s and %4$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare incorectă "%1$s" pentru câmpul "%2$s": trebuie să fie între %3$s și %4$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:incorrect-value-1s-for-float-field-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect value "%1$s" for float field "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare incorectă "%1$s" pentru câmpul flotant "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:incorrect-value-1s-for-int-field-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect value "%1$s" for int field "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare incorectă "%1$s" pentru câmpul int "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:incorrect-value-1s-for-unsigned-int-field-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect value "%1$s" for unsigned int field "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare incorectă "%1$s" pentru câmpul int nesemnat "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:indonesian-id_id" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Indonesian (id_ID)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Indoneză (id_ID)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:info" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Info</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Info</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:information" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Information</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Informaţie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:in-maintenance" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>In maintenance</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>În mentenanță</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:in-progress" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>In progress</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>În progres</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:insert" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Insert</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Inserează</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:installation" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Installation</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Instalare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:installer-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Installer name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume de instalare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:interface" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Interface</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Interfață</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:interface-is-linked-to-item-1s-on-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Interface is linked to item "%1$s" on "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Interfața e legată de itemul "%1$s" pe "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:interface-with-dns-1s-cannot-have-empty-ip-address" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Interface with DNS "%1$s" cannot have empty IP address.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Interfața cu DNS "%1$s" nu poate avea adresă IP goală.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:interface-with-ip-1s-cannot-have-empty-dns-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Interface with IP "%1$s" cannot have empty DNS name.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Interfața cu IP "%1$s" nu poate avea nume DNS gol.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:interface-with-ip-1s-cannot-have-empty-dns-name-while-having-use-dns-property-on-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Interface with IP "%1$s" cannot have empty DNS name while having "Use DNS" property on "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Interfața cu IP "%1$s" nu poate avea nume DNS gol în timp ce are "Folosește proprietatea DNS" la "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:user-typeinternal" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Internal</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Intern</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:authenticationinternal" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Internal</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Intern</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:internal-error" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Internal error.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eroare internă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:internal-json-rpc-error" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Internal JSON-RPC error.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eroare internă JSON-RPC.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:internet-explorer" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Internet Explorer</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Internet Explorer</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:interval" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Interval</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Interval</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:invalid-json-an-error-occurred-on-the-server-while-parsing-the-json-text" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Invalid JSON. An error occurred on the server while parsing the JSON text.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>JSON invalid. A apărut o eroare la server în timp ce analiza textul JSON.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:invalid-key-1s-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Invalid key "%1$s": %2$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cheie invalidă "%1$s": %2$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:invalid-method-parameters" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Invalid method parameters.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Parametrii metodei invalizi. </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:invalid-params" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Invalid params.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Parametri invalizi.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:invalid-response-code-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Invalid response code "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cod de răspuns invalid "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:inventory" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Inventory</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Inventar</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:inventory-disabled-for-host-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Inventory disabled for host "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Inventar dezactivat pentru server "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:inventory-field" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Inventory field</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Câmp inventar</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:inventory-mode" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Inventory mode</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mod inventar</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:ip" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>IP</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>IP Internet Protocol</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:ip-address" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>IP address</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adresă IP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:ip-and-dns-cannot-be-empty-for-host-interface" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>IP and DNS cannot be empty for host interface.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>IP-ul si DNS-ul nu pot fi nule pentru interfața serverului.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:ipmi" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>IPMI</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>IPMI</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:ipmi-agent" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>IPMI agent</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Agent IPMI</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:ipmi-interfaces" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>IPMI interfaces</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Interfață IPMI</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:ipmi-sensor" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>IPMI sensor</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Senzor IPMI</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:ip-range" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>IP range</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Interval IP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:is-online" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Is online?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Este online?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:italian-it_it" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Italian (it_IT)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Italiană (it)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Item</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:item-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Item adăugat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:item-count" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item count</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numărătoare item</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:item-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Elemente dezactivate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:item-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Element dezactivat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:item-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Elemente dezactivate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:item-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Itemi activați</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:item-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Item activat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:item-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Itemi activați</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:item-in-not-supported-state" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item in "not supported" state</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Item în stare "nesuportată"</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:item-not-selected" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item not selected</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Item neselectat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:item-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototip item</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:item-prototype-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item prototype added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototip item adăugat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:item-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item prototypes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototipuri item</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:item-prototype-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item prototype updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototip item actualizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:items" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Items</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Itemi</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:items-list" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Items list</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Lista itemi</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:item-will-not-be-refreshed-please-enter-a-correct-update-interval" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item will not be refreshed. Please enter a correct update interval.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Itemul nu va fi actualizat. Va rugăm să introduceți un interval de actualizare corect.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:it-is-not-possible-to-filter-by-user-password" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>It is not possible to filter by user password.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu este posibilă filtrarea după parola utilizatorului.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:it-is-not-possible-to-search-by-user-password" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>It is not possible to search by user password.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu este posibilă căutarea după parola utilizatorului.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:jan" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Jan</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ian</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:january" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>January</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ianuarie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:japanese-ja_jp" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Japanese (ja_JP)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Japoneză (ja_JP)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:jmx" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>JMX</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>JMX</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:jmx-agent" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>JMX agent</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Agent JMX</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:jmx-interfaces" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>JMX interfaces</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Interfață JMX</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:jul" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Jul</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Iul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:july" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>July</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Iulie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:jun" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Jun</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Iun</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:june" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>June</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Iunie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:key" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Key</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cheie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:key-is-empty" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>key is empty</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>cheia este goală</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:key-passphrase" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Key passphrase</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Parola cheie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:korean-ko_kr" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Korean (ko_KR)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Coreeană (ko_KR)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:label" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Label</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Etichetă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:label-location" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Label location</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Locație etichetă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:language" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Language</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Limbă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:week-of-monthlast" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>last</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>ultima</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:last" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>last</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>ultima</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:page-navigationlast" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Last</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ultima</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:last-check" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Last check</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ultima verificare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:last-hour-graph" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Last hour graph</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Graficul ultimei ore</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:last-month-graph" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Last month graph</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Graficul ultimei luni</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:last-of" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Last of</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ultima din</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:last-seen-age" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Last seen (age)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ultima dată vazut (vârstă)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:last-value" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Last value</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ultima valoare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:last-week-graph" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Last week graph</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Graficul ultimei săptămâni</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:latest-data" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Latest data</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cele mai recente date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:latest-values" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Latest values</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cele mai recente valori</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:latvian-lv_lv" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Latvian (lv_LV)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Letonă (lv_LV)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:ldap" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>LDAP</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>LDAP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:ldap-authentication" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>LDAP authentication</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Autentificare LDAP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:left" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Left</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Stânga</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:limit-for-search-and-filter-results" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Limit for search and filter results</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Limită elemente Căutare/Filtrare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:line" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Line</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Linie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:link" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Link</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Legătură</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:linked-templates" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Linked templates</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șabloane legate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:link-indicators" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Link indicators</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Indicatori de legătură</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:link-templates" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Link templates</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Leagă șabloane</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:list-is-empty" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>List is empty</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Lista este goală</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:lithuanian-lt_lt" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Lithuanian (lt_LT)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Lituaniană (lt_LT)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:local-time" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Local time</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ora locală</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:location" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Location</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Locaţie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:location-latitude" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Location latitude</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Latitudine locație</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:location-longitude" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Location longitude</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Longitudine locație</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:log" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Log</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Înregistrare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:login" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Login</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Autentificare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:login-name-or-password-is-incorrect" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Login name or password is incorrect.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numele sau parola este incorectă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:logout" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Logout</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Deconectare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:log-time-format" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Log time format</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Format timp autentificare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:log-unmatched-snmp-traps" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Log unmatched SNMP traps</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Înregistrarea nu se potrivește cu capcanele SNMP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:lost" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Lost</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Pierdut</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:low-level-discovery-rule-in-not-supported-state" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Low-level discovery rule in "not supported" state</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nivel scăzut al regulii de detecție în stare "nu este acceptată"</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:minute-shortm" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>m</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>m</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:monday-shortm" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>M</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>M</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:mac-address-a" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>MAC address A</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adresă MAC A</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:mac-address-b" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>MAC address B</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adresă MAC B</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:macro" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Macro</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Macro</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:macro-1s-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Macro "%1$s" already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Macro-ul "%1$s" există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:macro-1s-already-exists-on-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Macro "%1$s" already exists on "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Macro-ul "%1$s" există deja pe "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:macros" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>macro(s)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>macro(uri)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:macros" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Macros</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Macro-uri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:macros-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Macros updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Macro-uri actualizate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:maintenance" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Maintenance</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mentenanță</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:maintenance-period" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Maintenance period</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Perioadă de mentenanță</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:maintenance-period-length" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Maintenance period length</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Lungime perioadă de mentenanță</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:maintenance-periods" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Maintenance periods</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Perioade de mentenanță</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:maintenance-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Maintenance type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip mentenanță</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:maintenance-with-data-collection" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Maintenance with data collection</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mentenanță cu colecție de date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:maintenance-without-data-collection" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Maintenance without data collection</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mentenanță fără colecție de date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:manual" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>&lt;manual&gt;</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>&lt;manual&gt;</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:manual" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Manual</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Manual</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:map" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>map</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>hartă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:map" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Map</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Hartă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:map-label-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Map label type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip etichetă hartă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:mapped-to" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Mapped to</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mapat la </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:mappings" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Mappings</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mapări</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:maps" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Maps</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Hărți</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:mar" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Mar</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mar</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:march" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>March</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Martie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:mark-elements-on-trigger-status-change" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Mark elements on trigger status change</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Marchează elementele pe schimbarea de status a trigerilor</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:mark-others" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Mark others</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Marchează pe alții</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:mark-selected" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Mark selected</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Marchează selecția</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:mask" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Mask</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mască</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:mass-update" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Mass update</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Masă zctualizată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:mass-update-elements" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Mass update elements</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Elemente de masă actualizate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:max" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>max</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>max</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:max-count-of-elements-to-show-inside-table-cell" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Max count of elements to show inside table cell</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numerotare maximă a elementelor pentru arătarea interiorului celulei tabelului</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:maximum-time-period-to-display-is-1s-day" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Maximum time period to display is %1$s day.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Perioada maximă de timp pentru afișare este %1$s zile.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:maximum-time-period-to-display-is-1s-day" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Maximum time period to display is %1$s day.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Perioada maximă de timp pentru afișare este %1$s zile.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:maximum-time-period-to-display-is-1s-day" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Maximum time period to display is %1$s day.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Perioada maximă de timp pentru afișare este %1$s zile.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:may-shortmay" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>May</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mai</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:may" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>May</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mai</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:md2" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>MD2</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>MD2</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:m-d-hi-a" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>m-d h:i A</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>m-d H:i</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:media" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Media</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Media</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:media-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Media type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipul media</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:media-type-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Media type added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipul media adăugat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:media-type-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Media type deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipul media șters</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:media-type-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Media type deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipurile media șterse</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:media-type-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Media type deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipurile media au fost șterse </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:media-type-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Media type disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipurile media dezactivate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:media-type-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Media type disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipurile media dezactivate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:media-type-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Media type disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipul media dezactivat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:media-type-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Media type enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipurile media activate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:media-type-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Media type enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipul media activat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:media-type-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Media type enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipurile media activate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:media-types" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Media types</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipuri media</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:media-type-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Media type updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipul media actualizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:members" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Members</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Membri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:message" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Message</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mesaj</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:messages" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Messages</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mesaje</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:message-timeout" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Message timeout</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mesaj expirat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:messaging" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Messaging</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trimitere mesaje</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:method-not-found" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Method not found.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Metoda nu a fost găsită.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:middle" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Middle</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mijloc</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:min" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>min</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>min</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:minimum-severity" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Minimum severity</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Severitate minimă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:minutes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Minutes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Minute</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:missing-itemid-field-for-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Missing "itemid" field for item.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Câmp lipsă "itemid" pentru item.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:missing-items-for-graph-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Missing items for graph "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Itemi lipsă pentru elementul grafic "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:missing-items-for-graph-prototype-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Missing items for graph prototype "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Itemi lipsă pentru prototipul grafic "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:missing-key-1s-for-host-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Missing key "%1$s" for host "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cheie lipsă "%1$s" pentru server "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:missing-name-field-for-graph" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Missing "name" field for graph.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Câmp lipsă "nume" pentru element grafic.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:missing-name-field-for-graph-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Missing "name" field for graph prototype.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Câmp lipsă "nume" pentru prototip grafic.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:mode" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Mode</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mod</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:model" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Model</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Model</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:mon" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Mon</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Lun</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:monday" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Monday</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Luni</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:monitored-by-proxy" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Monitored by proxy</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Monitorizat de proxy</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:monitored-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Monitored host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Server monitorizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:monitoring" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Monitoring</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Monitorizare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:month" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Month</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Lună</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:monthly" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Monthly</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Lunar</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:more-matches-found" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>More matches found...</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mai multe potriviri găsite...</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:more-than-10-minutes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>More than 10 minutes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mai mult de 10 minute</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:mozilla-firefox" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Mozilla Firefox</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mozilla Firefox</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:millisecond-shortms" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>ms</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>ms</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:multiple-problem-events" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Multiple PROBLEM events</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Evenimente PROBLEME multiple</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:mute" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Mute</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mut</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:n-d-hi-a" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>n-d h:i A</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>n-d H:i</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:network-map-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Network map added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Hartă rețea adăugată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:network-maps" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Network maps</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Hărți rețea</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:network-map-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Network map updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Hartă rețea actualizată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:never" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Never</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Niciodată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:new" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>new</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>nou</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:new-element-in-multiselectnew" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>new</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>nou</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:new-condition" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>New condition</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Condiție nouă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:new-element" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>New element</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Element nou</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:new-regular-expression" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>New regular expression</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Exoresie uzuală nouă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:nntp" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>NNTP</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>NNTP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:no" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:no-1s-given-for-graph" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No "%1$s" given for graph.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Niciun "%1$s" dat pentru grafic.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:no-1s-given-for-graph-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No "%1$s" given for graph prototype.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Niciun "%1$s" dat pentru prototipul grafic.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:no-data" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>no data</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>fără date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:no-data-collection" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No data collection</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nicio colecție de date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:no-default-interface-for-1s-type-on-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No default interface for "%1$s" type on "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nicio interfață implicită pentru tipul "%1$s" pe "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:no-details" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No details</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Niciun detaliu</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:no-discovery-rule-ids-given" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No discovery rule IDs given.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nicio regulă de detecție IDs dată.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:no-file-was-uploaded" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No file was uploaded.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Niciun fișier nu s-a încărcat.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:no-graphs-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No graphs added.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Niciun grafic adăugat.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:no-host-ids-given" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No host IDs given.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Niciun IDs server dat.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:no-image" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No image</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nicio imagine</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:no-interface-found" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No interface found</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nicio interfață găsită</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:no-items-defined" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No items defined.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Niciun item definit.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:no-macros-found" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No macros found.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Niciun macro găsit.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:no-maps-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No maps added.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nicio hartă adaugată.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:no-matches-found" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No matches found</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nicio potrivire găsită</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:none" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>None</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Niciunul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:no-permissions-for-system-access" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No permissions for system access.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nicio permisiune de acces la sistem.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:no-permissions-to-referred-object-or-it-does-not-exist" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No permissions to referred object or it does not exist!</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nicio permisiune la obiectul menționat sau acesta nu există!</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:no-proxy" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>(no proxy)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>(fără proxy)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:no-proxy" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No proxy</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Fără proxy</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:normal" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Normal</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Normal</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:normal-view" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Normal view</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Vizualizare normală</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:no-script-specified-for-action-operation-command" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No script specified for action operation command.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu a fost specificat niciun script pentru comanda de acțiune a operațiunii.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:not-ack" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Not Ack</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu Ack</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:not-allowed-to-set-password-for-user-guest" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Not allowed to set password for user "guest".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu este permisă setarea parolei pentru utilizatorul "guest".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:not-available" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Not available</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Indisponibil</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:not-classified" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Not classified</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Neclasificate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:notes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Notes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Note</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:nothing" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Nothing</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nimic</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:notification-report" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Notification report</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Raport de notificare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:notifications" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Notifications</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Notificări</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:not-in" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>not in</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>nu este în</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:no-triggers-defined" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No triggers defined.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Niciun trigger definit.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:not-selected" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>not selected</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>neselectat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:not-supported" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Not supported</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nesuportat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:nov" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Nov</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Noi</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:november" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>November</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Noiembrie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:number-of-items-in-proxy-history-that-are-not-yet-sent-to-the-server" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Number of items in proxy history that are not yet sent to the server</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Număr de itemuri în istoricul proxy care nu au fost încă trimise către server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:number-of-items-in-zabbix-database" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Number of items in Zabbix database.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Număr de itemuri in baza de date Zabbix.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:number-of-monitored-hosts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Number of monitored hosts</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Număr de servere monitorizate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:number-of-steps" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Number of steps</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Număr de pași</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:number-of-triggers-in-zabbix-database" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Number of triggers in Zabbix database.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numărul triggerilor din baza de date Zabbix.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:number-of-unsupported-items-in-zabbix-database" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Number of unsupported items in Zabbix database.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numărul itemilor nesuportați în baza de date Zabbix.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:number-of-users-online" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Number of users (online)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numărul de utilizatori (online)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:numeric-float" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Numeric (float)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numeric (float)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:numeric-unsigned" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Numeric (unsigned)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numeric (nesemnat)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:oct" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Oct</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Oct</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:october" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>October</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Octombrie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:oem" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>OEM</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>OEM</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:of" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>of</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>al</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:off" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>off</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>închis</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:off" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Off</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Oprit</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:ok" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Ok</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ok</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:ok" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>OK</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>OK</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:on" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>on</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>pornit</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:on" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>On</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Pornit</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:once" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Once</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Odată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:one-time-only" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>One time only</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>O singură dată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:only-items-assigned-to-enabled-hosts-are-counted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Only items assigned to enabled hosts are counted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numai itemii desemnați să activeze servere sunt numărați</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:only-one-check-can-be-unique" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Only one check can be unique.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numai o verificare poate fi unică.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:only-super-admins-can-create-groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>(Only super admins can create groups)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>(Numai super administratorii pot creea grupuri)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:only-triggers-assigned-to-enabled-hosts-and-depending-on-enabled-items-are-counted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Only triggers assigned to enabled hosts and depending on enabled items are counted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numai triggerii atribuiți să activeze servere și care depind de itemi activați sunt contorizați</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:on-status-change-triggers-blink-for" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>On status change triggers blink for</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Statusul pornit modifică triggerii să lumineze pentru </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:oob-ip-address" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>OOB IP address</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adresă IP OOB</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:oob-router" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>OOB router</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>router OOB</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:oob-subnet-mask" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>OOB subnet mask</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mască subnet OOB</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:opera" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Opera</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Opera</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:operation-cannot-be-performed-due-to-unauthorized-request" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Operation cannot be performed due to unauthorized request.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Operațiunea nu poate fi executată datorită unei cereri neautorizate.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:operation-details" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Operation details</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Detalii operațiunii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:operation-has-no-group-to-operate" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Operation has no group to operate.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Operațiunea nu are grup de operare.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:operation-has-no-template-to-operate" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Operation has no template to operate.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Operațiunea nu are șablon de operare.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:operations" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Operations</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Operațiuni</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:operator" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Operator</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Operator</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:original" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Original</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Original</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:os" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>OS</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>OS</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:os-full-details" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>OS (Full details)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>OS (detaliat)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:os-short" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>OS (Short)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>OS (Prescurtat)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:other" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>other</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>altul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:other" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Other</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Altul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:other-configuration-parameters" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Other configuration parameters</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Alți parametri de configurare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:other-parameters" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Other parameters</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Alți parametri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:others" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Others</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Alții</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:item_formoverridden-by" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Overridden by</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Suprascrisă de </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:override-item-history-period" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Override item history period</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Perioadă istoric item de suprascriere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:override-item-trend-period" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Override item trend period</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Perioadă trend item de suprascriere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:overview" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Overview</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prezentare generală</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:page-received-incorrect-data" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Page received incorrect data</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Pagina a primit date incorecte</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:parameter" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Parameter</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Parametru</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:parent-discovery-rules" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Parent discovery rules</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Reguli de detecție părinte</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:parent-graphs" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Parent graphs</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grafice părinte</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:parent-items" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Parent items</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Itemi părinte</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:parent-triggers" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Parent triggers</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Triggeri părinte</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:parent-web-scenarios" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Parent web scenarios</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scenarii web părinte</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:parse-error" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Parse error</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eroare de analizare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:passive" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Passive</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Pasiv</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:password" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Password</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Parolă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:password-once-again" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Password (once again)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Parolă (din nou)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:percentile-line-left" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Percentile line (left)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Linie procentuala (stânga)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:percentile-line-right" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Percentile line (right)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Linie crescătoare (dreapta)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:period" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Period</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Perioadă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:periods" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Periods</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Perioade</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:period-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Period type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipul perioadei</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:permissions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Permissions</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Permisiuni</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:permissions-can-be-assigned-for-user-groups-only" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Permissions can be assigned for user groups only.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Persmisiunea poate fi atribuită doar grupurilor de utilizatori.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:persian-fa_ir" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Persian (fa_IR)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Persian (fa_IR)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:php-bcmath" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP bcmath</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>PHP bcmath</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:php-bcmath-extension-missing-php-configuration-parameter-enable-bcmath" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP bcmath extension missing (PHP configuration parameter --enable-bcmath).</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Extensia PHP bcmath lipsește (parametrul de configurare PHP --enable-bcmath).</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:php-ctype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP ctype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>PHP ctype</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:php-ctype-extension-missing-php-configuration-parameter-enable-ctype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP ctype extension missing (PHP configuration parameter --enable-ctype).</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Extensia PHP ctype lipsește (parametrul de configurare PHP --enable-ctype).</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:php-databases-support" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP databases support</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Suport pentru baza de date PHP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:php-gd" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP gd</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>PHP gd</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:php-gd-extension-missing-php-configuration-parameter-with-gd" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP gd extension missing (PHP configuration parameter --with-gd).</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Extensia PHP gd lipsește (parametrul de configurare PHP --with-gd).</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:php-gd-freetype-support" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP gd FreeType support</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Suport PHP gd FreeType</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:php-gd-freetype-support-missing" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP gd FreeType support missing.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Suport PHP gd FreeType lipsă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:php-gd-jpeg-image-support-missing" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP gd JPEG image support missing.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Suport PHP gd JPEG lipsă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:php-gd-jpeg-support" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP gd JPEG support</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Suport PHP gd JPEG</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:php-gd-png-image-support-missing" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP gd PNG image support missing.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Suport imagine PHP gd PNG lipsă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:php-gd-png-support" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP gd PNG support</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Suport PHP gd PNG</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:php-gettext" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP gettext</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>PHP gettext</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:php-gettext-extension-missing-php-configuration-parameter-with-gettext-translations-will-not-be-available" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP gettext extension missing (PHP configuration parameter --with-gettext). Translations will not be available.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Extensia PHP gettext lipsă (parametru de configurare PHP --with-gettext). Traduceri nu vor fi disponibile.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:php-libxml" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP libxml</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>PHP libxml</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:php-libxml-extension-missing" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP libxml extension missing.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Extensia PHP libxml lipsă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:php-mbstring" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP mbstring</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>PHP mbstring</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:php-mbstring-extension-missing-php-configuration-parameter-enable-mbstring" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP mbstring extension missing (PHP configuration parameter --enable-mbstring).</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Extensia PHP mbstring lipsește (parametrul de configurare PHP --enable-mbstring).</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:php-session" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP session</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Sesiune PHP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:php-session-auto-start-must-be-disabled-php-directive-sessionauto_start" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP session auto start must be disabled (PHP directive "session.auto_start").</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Pornirea automată sesiune PHP trebuie dezactivată (directiva PHP "session.auto_start").</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:php-session-extension-missing-php-configuration-parameter-enable-session" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP session extension missing (PHP configuration parameter --enable-session).</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Extensie sesiune PHP lipsă (Parametrul de configurare PHP --enable-session).</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:php-sockets" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP sockets</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>PHP sockets</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:php-sockets-extension-missing-php-configuration-parameter-enable-sockets" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP sockets extension missing (PHP configuration parameter --enable-sockets).</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Extensia socket-uri PHP lipsește (parametrul de configurare PHP --enable-sockets).</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:php-version" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP version</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Versiune PHP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:php-xmlreader" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP xmlreader</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>xmlreader PHP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:php-xmlreader-extension-missing" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP xmlreader extension missing.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Extensie xmlreader PHP lipsă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:php-xmlwriter" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP xmlwriter</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>PHP xmlwriter</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:php-xmlwriter-extension-missing" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP xmlwriter extension missing.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Extensie xmlwriter PHP lipsă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:pie" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Pie</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Diagramă circulară</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:placing-algorithm" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Placing algorithm</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Plasare algoritm</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:plain-text" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Plain text</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Text simplu</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:play" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Play</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Redare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:play-sound" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Play sound</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Redare sunet</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:please-select-two-elements" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Please select two elements</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Va rog selectați două elemente</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:polish-pl_pl" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Polish (pl_PL)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Poloneză (pl_PL)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:pop" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>POP</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>POP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:populates-host-inventory-field" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Populates host inventory field</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Populare câmp server inventar</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:port" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Port</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Port</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:port-cannot-be-empty-for-host-interface" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Port cannot be empty for host interface.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Portul nu pot fi nul pentru interfața serverului.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:port-range" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Port range</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Interval port</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:portuguese-pt_br" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Portuguese (pt_BR)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Portugheză (pt_BR)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:portuguese-pt_pt" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Portuguese (pt_PT)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Portugheză (pt_BR)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:preview" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Preview</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Previzualizare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:primary-poc-cell" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Primary POC cell</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Celulă inițială POC</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:primary-poc-email" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Primary POC email</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Email inițial POC</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:primary-poc-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Primary POC name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume inițial POC</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:primary-poc-notes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Primary POC notes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Note inițiale POC</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:primary-poc-phone-a" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Primary POC phone A</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Telefon A inițial POC</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:primary-poc-phone-b" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Primary POC phone B</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Telefon B inițial POC</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:primary-poc-screen-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Primary POC screen name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume ecran inițial POC</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:privacy-passphrase" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Privacy passphrase</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Frază de acces de confidențialitate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:privacy-protocol" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Privacy protocol</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ptotocol confidențial</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:private-key-file" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Private key file</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Fișier cheie privată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:privilege-level" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Privilege level</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nivel privilegiat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:problem" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Problem</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Problemă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:problem" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PROBLEM</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>PROBLEMĂ</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:problem-display" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Problem display</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Afișare problemă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:problem-on" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Problem on</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Problemă pe</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:problems" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Problems</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Probleme</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:proxies" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Proxies</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Proxy-uri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:proxy" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Proxy</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Proxy</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:proxy-1s-for-host-2s-does-not-exist" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Proxy "%1$s" for host "%2$s" does not exist.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Proxy "%1$s" pentru serverul "%2$s" nu există.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:proxy-1s-is-used-by-discovery-rule-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Proxy "%1$s" is used by discovery rule "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Proxy "%1$s" este utilizat de regula de detecție "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:proxy-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Proxy added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Proxy adăugat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:proxy-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Proxy deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Proxyurile au fost șterse</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:proxy-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Proxy deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Proxy-ul a fost șters</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:proxy-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Proxy deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Proxyurile  au fost șterse</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:proxy-mode" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Proxy mode</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mod proxy</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:proxy-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Proxy name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume proxy</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:proxy-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Proxy updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Proxy actualizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:public-key" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Public key</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cheie publică</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:public-key-file" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Public key file</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Fișier cheie publică</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:queue" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Queue</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Coadă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:read" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Read</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Citire</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:read-only" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Read only</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numai citire</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:read-write" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Read-write</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Citire-scriere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:received-value" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Received value</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare primită</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:recipient" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Recipient</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Destinatar</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:recovery" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Recovery</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Recuperare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:refreshed-every-1s-sec" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>refreshed every %1$s sec.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>actualizare la fiecare %1$s sec.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:regular-expression" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Regular expression</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expresie uzuală</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:regular-expression-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Regular expression added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expresie uzuală adăugată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:regular-expression-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Regular expression deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expresie uzuală ștearsă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:regular-expression-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Regular expression deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expresii uzuale șterse</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:regular-expression-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Regular expression deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expresii uzuale șterse</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:regular-expressions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Regular expressions</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expresii uzuale</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:regular-expression-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Regular expression updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expresie uzuală actualizată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:remember-me-for-30-days" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Remember me for 30 days</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Amintește-mi 30 de zile</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:remote-command" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Remote command</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Comandă de la distanță</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:remove" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Remove</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șterge</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:remove-from-host-group" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Remove from host group</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șterge din grupul serverului</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:remove-from-host-groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Remove from host groups</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șterge din grupurile serverelor</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:remove-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Remove host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șterge server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:replace" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Replace</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Înlocuire</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:replace-dependencies" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Replace dependencies</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Înlocuiește dependențele</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:reports" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Reports</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Rapoarte</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:required" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Required</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Necesar</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:required-host-permissions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Required host permissions</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Permisiuni server necesare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:required-performance-of-the-zabbix-server-in-new-values-per-second-expected" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Required performance of the Zabbix server, in new values per second expected.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Performanță necesară a serverului Zabbix, în noile valori pe secundă așteptate.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:required-server-performance-new-values-per-second" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Required server performance, new values per second</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Performanță server necesară, noi valori pe secundă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:required-status-codes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Required status codes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Coduri de stare necesare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:required-string" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Required string</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șir necesar</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:reset" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Reset</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Resetează</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:reset-all-fields-to-default-values" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Reset all fields to default values?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Resetează toate câmpurile la valorile implicite?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:reset-confirmation" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Reset confirmation</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Confirmare de resetare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:reset-defaults" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Reset defaults</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Resetează implicite</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:resolved" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Resolved</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Rezolvat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:resource" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Resource</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Resursă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:response-code" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Response code</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cod de răspuns</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:response-time" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Response time</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Timp de răspuns</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:result" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Result</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Rezultat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:result-is-false" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Result is FALSE</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Rezultatul este FALS</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:result-is-true" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Result is TRUE</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Rezultatul este ADEVĂRAT</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:result-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Result type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip de rezultat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:retry" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Retry</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Reîncearcă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:returns-icmp-ping-response-time-in-seconds-example-002" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Returns ICMP ping response time in seconds. Example: 0.02</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Redă răspuns la ping ICMP în secunde. Exemplu: 0.02</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:returns-information-associated-with-zabbix-java-gateway-valid-params-are-ping-version" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Returns information associated with Zabbix Java gateway. Valid params are: ping, version.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Redă informații asociate cu portul Java Zabbix. Parametri valabili sunt: ping, version.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:returns-percentage-of-lost-icmp-ping-packets" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Returns percentage of lost ICMP ping packets.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Redă un procent din pachetele pierdute la ping ICMP.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:right" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Right</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dreapta</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:rmcp" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>RMCP+</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>RMCP+</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:romanian-ro_ro" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Romanian (ro_RO)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Română (ro_RO)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:rows" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Rows</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Rânduri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:rows-per-page" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Rows per page</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Rânduri pe pagină</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:rules" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Rules</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Reguli</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:russian-ru_ru" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Russian (ru_RU)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Rusă (ru_RU)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:second-shorts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>s</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>s</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:sunday-shorts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>S</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>S</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:saturday-shorts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>S</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>S</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:safari" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Safari</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Safari</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:sat" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Sat</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Sâm</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:saturday" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Saturday</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Sâmbătă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:scenario" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Scenario</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scenariu</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:schedule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Schedule</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Programare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:scheduled-check" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Scheduled check</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Verificare programare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:script" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Script</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Script</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:script-1s-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Script "%1$s" already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scriptul "%1$s" există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:script-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Script added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Script adăugat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:script-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Script deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Script șters</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:script-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Script deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scripturile șterse</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:script-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Script deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scripturile șterse</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:script-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Script name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume script</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:script-profiler" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Script profiler</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Script profiler</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:scripts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Scripts</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scripturi</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:script-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Script updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Script actualizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:search" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Search</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Caută</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:search-attribute" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Search attribute</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Atribut de căutare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:search-pattern-is-empty" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Search pattern is empty</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Modelul de căutare este gol</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:secondary-poc-cell" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Secondary POC cell</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Celulă POC secundară</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:secondary-poc-email" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Secondary POC email</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Email POC secundar</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:secondary-poc-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Secondary POC name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume POC secundar</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:secondary-poc-notes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Secondary POC notes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Note POC secundare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:secondary-poc-phone-a" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Secondary POC phone A</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Telefon A POC secundar</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:secondary-poc-phone-b" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Secondary POC phone B</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Telefon B POC secundar</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:secondary-poc-screen-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Secondary POC screen name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume ecran POC secundar</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:security-level" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Security level</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nivel de securitate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:security-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Security name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume securitate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:select" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Select</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Selectează</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:selected" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Selected</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Selectat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:selected-elements" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Selected elements</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Elementele selectate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:select-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Select prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Selectează prototip</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:send-message" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Send message</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trimite mesaj</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:send-message-to-user-groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Send message to user groups</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trimite mesaj către grupurile utilizatorului</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:send-message-to-users" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Send message to users</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trimite mesaj către utilizatori</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:send-only-to" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Send only to</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trimite doar la</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:send-to" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Send to</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trimite la</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:sent" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Sent</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trimis</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:sep" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Sep</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Sep</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:separated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Separated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Depărțit</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:september" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>September</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Septembrie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:serial-number-a" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Serial number A</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Număr serial A</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:serial-number-b" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Serial number B</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Număr serial B</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:server" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Server</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:server-time" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Server time</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Timp server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:service" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Service</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Serviciu</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:service-created" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Service created</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Serviciu creat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:service-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Service deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Serviciile au fost șterse</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:service-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Service deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Serviciu șters</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:service-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Service deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Serviciile șterse</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:service-port" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Service port</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Port serviciu</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:services" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Services</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Servicii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:services-form-a-circular-dependency" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Services form a circular dependency.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Servicii formează o dependență circulară.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:service-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Service type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip de serviciu</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:service-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Service updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Serviciu actualizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:session-terminated-re-login-please" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Session terminated, re-login, please.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Sesiune terminată, relogare, va rog.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:severity" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Severity</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Severitate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:short-description" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>short description</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>descriere scurtă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:show" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Show</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Arată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:show-details" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Show details</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Arată detalii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:show-hosts-in-maintenance" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Show hosts in maintenance</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Arată servere în mentenanță</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:show-icon-mappings" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>show icon mappings</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>arată mapări iconițe</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:show-legend" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Show legend</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Arată legendă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:show-lines" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Show lines</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Arată linii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:shown" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Shown</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Afișat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:show-selected" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Show selected</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Arată selecția</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:show-text-as-html" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Show text as HTML</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Aratî text ca HTML</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:show-triggers" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Show triggers</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Arată triggeri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:show-warning-if-zabbix-server-is-down" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Show warning if Zabbix server is down</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Arată avertizare dacă serverul Zabbix este căzut</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:show-working-time" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Show working time</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Arată timpul de lucru</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:sign-in" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Sign in</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Autentificare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:simple" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Simple</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Simplu</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:simple-check" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Simple check</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Verificare simplă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:simple-graph" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Simple graph</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grafic simplu</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:site-address-a" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Site address A</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adresă site A</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:site-address-b" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Site address B</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adresă site B</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:site-address-c" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Site address C</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adresă site C</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:site-city" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Site city</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Site oraș</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:site-country" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Site country</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Site țară</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:site-notes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Site notes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Notițe site</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:site-rack-location" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Site rack location</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Locație rack site</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:site-state-province" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Site state / province</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Site stat / provincie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:site-zip-postal" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Site ZIP / postal</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Site ZIP / poștal</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:size-of-the-response-received-from-zabbix-server-1s-exceeds-the-allowed-size-of-2s-bytes-this-value-can-be-increased-in-the-zbx_socket_bytes_limit-constant-in-includedefinesincphp" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Size of the response received from Zabbix server "%1$s" exceeds the allowed size of %2$s bytes. This value can be increased in the ZBX_SOCKET_BYTES_LIMIT constant in include/defines.inc.php.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mărimea răspunsului primit de la serverul Zabbix "%1$s" depășește mărimea permisă de %2$s bytes. Această valoare poate fi crescută în ZBX_SOCKET_BYTES_LIMIT constant in include/defines.inc.php.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:sla" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SLA</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>SLA</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:slovak-sk_sk" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Slovak (sk_SK)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Slovacă (sk_SK)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:sms" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SMS</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>SMS</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:smtp" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SMTP</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>SMTP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:smtp-helo" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SMTP helo</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>SMTP helo</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:smtp-server" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SMTP server</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>server SMTP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:snmp" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SNMP</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>SNMP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:snmp-community" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SNMP community</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Comunitate SNMP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:snmp-interfaces" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SNMP interfaces</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Interfață SNMP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:snmp-oid" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SNMP OID</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>SNMP OID</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:snmp-trap" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SNMP trap</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>SNMP ttrap</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:snmpv1-agent" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SNMPv1 agent</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>agent SNMPv1</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:snmpv2-agent" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SNMPv2 agent</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>agent SNMPv2</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:snmpv3-agent" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SNMPv3 agent</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>agent SNMPv3</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:snooze" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Snooze</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Amânare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:software" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Software</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Software</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:software-application-a" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Software application A</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Aplicație software A</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:software-application-b" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Software application B</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Aplicație software B</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:software-application-c" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Software application C</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Aplicație software C</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:software-application-d" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Software application D</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Aplicație software D</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:software-application-e" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Software application E</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Aplicație software E</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:software-full-details" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Software (Full details)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Software (Detalii complete)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:sorting-by-field-1s-not-allowed" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Sorting by field "%1$s" not allowed.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Sortarea după câmpul "%1$s" nu este permisă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:sort-order-0-999" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Sort order (0-&gt;999)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ordinea sortării package list (0-&gt;999)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:source" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Source</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Sursă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:spanish-es_es" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Spanish (es_ES)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Spaniolă (es_ES)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:specified-script-does-not-exist-or-you-do-not-have-rights-on-it-for-action-operation-command" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Specified script does not exist or you do not have rights on it for action operation command.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scriptul specificat nu există sau nu ai drepturi pentru comanda acțiunii de operare.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:speed" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Speed</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Viteză</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:sql-query" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SQL query</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cerere SQL</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:sql-statement-execution-has-failed-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SQL statement execution has failed "%1$s"</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Execuție declarație SQL eșuată "%1$s"</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:sql-statement-execution-has-failed-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SQL statement execution has failed "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Execuție declarație SQL eșuată "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:ssh" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SSH</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>SSH</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:ssh-agent" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SSH agent</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>agent SSH</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:stacked" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Stacked</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Stivuit</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:standard-items" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Standard items</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Itemi standard</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:start-in" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Start in</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Începe la</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:startup-time-of-zabbix-server-unix-timestamp" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Startup time of Zabbix server, Unix timestamp.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Timp de început a serverului Zabbix, Unix timestamp.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:state" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>State</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Stat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:status" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Status</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Stare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:status-codes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Status codes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Coduri stare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:status-of-discovery" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Status of discovery</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Stare de detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:status-only" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Status only</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Doar stare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:step" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Step</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Pas</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:step-1s-2s-of-3s-failed-4s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Step "%1$s" [%2$s of %3$s] failed: %4$s</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Pas "%1$s" [%2$s al %3$s] eșuat: %4$s</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:step-duration" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Step duration</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Durată pas</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:steps" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Steps</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Pași</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:step-with-name-1s-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Step with name "%1$s" already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Pas cu nume "%1$s" există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:stop" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Stop</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Stop</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:straight" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Straight</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Normală</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:subject" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Subject</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Subiect</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:submap" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Submap</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Subhartă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:success-audit" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Success Audit</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Verificare reușită</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:sun" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Sun</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dum</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:sunday" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Sunday</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Duminică</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:support" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Support</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Suport</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:swedish-sv_se" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Swedish (sv_SE)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Suedeză (sv_SE)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:switching-authentication-method-will-reset-all-except-this-session-continue" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Switching authentication method will reset all except this session! Continue?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Schimbarea metodei de autentificare va reseta totul cu excepția acestei sesiuni! Continuați?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:system-default" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>System default</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Sistem implicit</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:system-error" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>System error.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eroare de sistem.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:thursday-shortt" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>T</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>T</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:tuesday-shortt" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>T</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>T</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:table-1s-does-not-exist" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Table "%1$s" does not exist.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tabelul "%1$s" nu există.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:table-1s-doesnt-have-a-field-named-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Table "%1$s" doesn't have a field named "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tabelul "%1$s" nu are un câmp numit "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:tag" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Tag</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Etichetă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:target" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Target</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Țintă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:target-list" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Target list</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Listă țintă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:target-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Target type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip țintă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:tcp" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>TCP</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>TCP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:telnet" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Telnet</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Telnet</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:telnet-agent" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>TELNET agent</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Agent TELNET</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:template" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Template</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șablon</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:template-1s-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Template "%1$s" already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șablonul "%1$s" există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:template-1s-for-host-2s-does-not-exist" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Template "%1$s" for host "%2$s" does not exist.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șablonul "%1$s" pentru serverul "%2$s" nu există.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:template-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Template added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șablon adăugat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:template-cannot-be-linked-to-another-template-more-than-once-even-through-other-templates" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Template cannot be linked to another template more than once even through other templates.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șablonul nu poate fi legat de alt șablon mai mult de o dată chiar și prin alte șabloane.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:template-group" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Template group</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grup șablon</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:template-id-1s-is-passed-2s-times" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>template ID "%1$s" is passed %2$s times</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>ID șablon "%1$s" este trecut %2$s ori</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:template-linkage" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Template linkage</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Legătură șablon</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:template-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Template name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume șablon</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:templates" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Templates</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șabloane</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:templates-1s-unlinked-from-hosts-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Templates "%1$s" unlinked from hosts "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șabloane "%1$s" nelegate de servere "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:template-trigger" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Template trigger</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trigger șablon</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:template-with-the-same-name-1s-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Template with the same name "%1$s" already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șablon cu același nume "%1$s" există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:template-with-the-same-visible-name-1s-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Template with the same visible name "%1$s" already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șablon cu același nume vizibil "%1$s" există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:test" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Test</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Test</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:test-authentication" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Test authentication</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Autentificare test</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:test-confirmation" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Test confirmation</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Confirmare de test</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:test-data" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Test data</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Date test</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:test-expressions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Test expressions</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expresii test</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:test-string" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Test string</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Rând test</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:text" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Text</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Text</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:the-host-group-is-not-discovered-anymore-and-will-be-deleted-in-1s-on-2s-at-3s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>The host group is not discovered anymore and will be deleted in %1$s (on %2$s at %3$s).</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grupul de servere nu mai este detectat și va fi șters în %1$s (pe %2$s la %3$s).</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:the-host-is-not-discovered-anymore-and-will-be-deleted-in-1s-on-2s-at-3s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>The host is not discovered anymore and will be deleted in %1$s (on %2$s at %3$s).</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Serverul nu mai este detectat și va fi șters în %1$s (pe %2$s la %3$s).</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:the-image-is-used-in-icon-map-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>The image is used in icon map %1$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Imaginea este folosită în harta iconiței %1$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:the-image-is-used-in-icon-map-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>The image is used in icon map %1$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Imaginea este folosită în harta iconițelor %1$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:the-image-is-used-in-icon-map-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>The image is used in icon map %1$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Imaginea este folosită în harta iconițelor %1$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:the-image-is-used-in-map-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>The image is used in map %1$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Imaginea este folosită în harta %1$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:the-image-is-used-in-map-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>The image is used in map %1$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Imaginea este folosită în hărțile %1$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:the-image-is-used-in-map-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>The image is used in map %1$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Imaginea este folosită în hărțile %1$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:the-item-is-not-discovered-anymore-and-will-be-deleted-in-1s-on-2s-at-3s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>The item is not discovered anymore and will be deleted in %1$s (on %2$s at %3$s).</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Itemul nu mai este detectat și va fi șters în %1$s (pe %2$s la %3$s).</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:theme" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Theme</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Temă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:the-requested-remote-procedure-does-not-exist-is-not-available" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>The requested remote-procedure does not exist / is not available</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Procedura de la distanță cerută nu există / nu este disponibilă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:this-month" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>This month</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Luna aceasta</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:this-week" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>This week</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Această săptămână</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:this-year" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>This year</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Anul acesta</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:thu" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Thu</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Joi</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:thursday" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Thursday</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Joi</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:till" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Till</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Până când</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:time" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Time</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Timp</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:timeout" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Timeout</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Pauză</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:time-period" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Time period</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Perioadă de timp</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:time-shift" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Time shift</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Timp rămas</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:timestamp" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Timestamp</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:time-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Time type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip timp</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:to" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>To</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Către</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:today" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Today</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Astăzi</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:top" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Top</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Sus</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:to-set-a-host-interface-select-a-single-item-type-for-all-items" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>To set a host interface select a single item type for all items</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Pentru setarea unei interfețe server selectează un singur tip de item pentru toți itemii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:total" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Total</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Total</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:total" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>TOTAL</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>TOTAL</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:transaction-has-not-been-closed-aborting" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Transaction has not been closed. Aborting...</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tranzacția nu s-a închis. Renunțare ...</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:transport-error" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Transport error.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eroare de transport</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:trends" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trends</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tendințe</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:trigger" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>trigger</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:trigger" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:trigger-1s-already-exists-on-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger "%1$s" already exists on "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trigger "%1$s" există deja pe "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:trigger-1s-depends-on-trigger-2s-which-does-not-exist" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger "%1$s" depends on trigger "%2$s", which does not exist.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Triggerul "%1$s" depinde de trigger "%2$s", care nu există.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:trigger-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trigger adăugat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:trigger-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Triggeri dezactivați</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:trigger-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trigger dezactivat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:trigger-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Triggeri dezactivați</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:trigger-displaying-options" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger displaying options</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Opțiuni de afișare trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:trigger-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Triggeri activați</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:trigger-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trigger activat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:trigger-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Triggeri activați</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:trigger-has-items-from-template-1s-that-is-not-linked-to-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger has items from template "%1$s" that is not linked to host.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Triggerul are itemi din șablonul "%1$s" care nu este legat de server.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:trigger-in-template-1s-has-dependency-with-trigger-in-template-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger in template "%1$s" has dependency with trigger in template "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Triggerul din șablon "%1$s" are dependințe cu triggerul din șablonul "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:trigger-in-unknown-state" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger in "unknown" state</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trigger în stare "necunoscută"</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:trigger-label-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger label type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip etichetă trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:trigger-overview" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger overview</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prezentare triggeri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:trigger-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototip trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:trigger-prototype-1s-contains-item-prototypes-from-multiple-discovery-rules" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger prototype "%1$s" contains item prototypes from multiple discovery rules.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototipul grafic "%1$s" conține prototipi item pentru reguli de detecție multiple.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:trigger-prototype-1s-must-contain-at-least-one-item-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger prototype "%1$s" must contain at least one item prototype.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototipul trigger "%1$s" trebuie să conțină cel puțin un prototip item.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:trigger-prototype-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger prototype added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototip trigger adăugat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:trigger-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger prototypes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototipi trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:trigger-prototype-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger prototype updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototip trigger actualizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:triggers" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Triggers</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Triggeri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:trigger-severity" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger severity</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Severitate trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:true" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>TRUE</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>ADEVĂRAT</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:tue" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Tue</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mar</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:tuesday" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Tuesday</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Marți</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:turkish-tr_tr" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Turkish (tr_TR)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Turcă (tr_TR)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:type-full-details" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Type (Full details)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip (Detalii complete)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:type-here-to-search" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>type here to search</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>scrie aici pentru căutare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:type-of-calculation" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Type of calculation</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip de calcul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:type-of-information" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Type of information</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip de informație</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:type-ok" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Type (OK)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip (OK)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:types" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Types</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipuri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:ukrainian-uk_ua" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Ukrainian (uk_UA)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ucraineană (uk_UA)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:unable-to-select-configuration" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unable to select configuration.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Incapabil să selecteze configurația.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:unable-to-upload-file-because-file_uploads-is-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unable to upload file because "file_uploads" is disabled.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Incapabil să încarce fișierul pentru că "file_uploads" este dezactivat.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:unacknowledged-only" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unacknowledged only</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Doar nerecunoscut</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:unacknowledged-problem-events" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unacknowledged PROBLEM events</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Evenimente PROBLEMĂ nerecunoscute</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:unblock-selected-users" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unblock selected users?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Deblocare utilizatori selectați?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:unexpected-end-of-key" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>unexpected end of key</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>sfîrșit neașteptat de cheie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:units" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Units</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Unități</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:unknown" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>unknown</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>necunoscut</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:unknown" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unknown</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Necunoscut</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:unknown" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>UNKNOWN</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>NECUNOSCUT</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:unknown-action" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unknown action</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Actiune necunoscută</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:unknown-error" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unknown error</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eroare necunoscută</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:unknown-host-item-no-such-item-in-selected-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unknown host item, no such item in selected host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Item server necunoscut, nu există asemenea item în serverul selectat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:unknown-host-no-such-host-present-in-system" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unknown host, no such host present in system</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Server necunoscut, nu există asemenea server prezent în sistem</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:unknown-interface-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unknown interface type.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip interfață necunoscut.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:unknown-resource" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unknown resource</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Resursă necunoscută</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:unknown-step-failed-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unknown step failed: %1$s</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Pas necunoscut nereușit: %1$s</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:unknown-value-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unknown value type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip valoare necunoscută</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:unlink" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unlink</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezleagă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:unlink-and-clear" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unlink and clear</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezleagă și curăță</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:unmute" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unmute</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Pornire sunet</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:unsupported-import-file-extension-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unsupported import file extension "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Extensie nesuportată la fișier import "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:unsupported-import-format-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unsupported import format "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Format nesuportat la import "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:discovery-statusup" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Up</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Sus</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:discovery-results-in-dashboardup" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Up</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Sus</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:update" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Update</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Actualizare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:update-existing" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Update existing</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Actualizează existent</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:update-interval" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Update interval</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Actualizare inventar</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:upload" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Upload</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Încarcă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:upper-level-maps" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Upper level maps</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Hărți de nivel superior</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:uptime" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Uptime</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Timp de la pornire</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:uptimedowntime" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Uptime/Downtime</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Timp de la pornire/ timp de la oprire</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:uptime-of-zabbix-server-process-in-seconds" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Uptime of Zabbix server process in seconds.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Timpul de la pornire al procesului serverului Zabbix în secunde.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:url" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>URL</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>URL</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:url-a" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>URL A</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>URL A</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:url-after-login" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>URL (after login)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>URL (după autentificare)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:url-b" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>URL B</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>URL B</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:url-c" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>URL C</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>URL C</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:url-parameter-cannot-be-array" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>URL parameter cannot be array.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Parametrul URL nu poate fi mulțime.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:url-parameter-name-is-empty" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>URL parameter name is empty.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume parametru URL este gol.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:urls" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>URLs</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>URL-uri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:used-in-actions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Used in actions</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Utilizat în acțiuni</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:use-if-severity" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Use if severity</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ulitizează dacă apare severitate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:user" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Utilizator</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:user-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Utilizator adăugat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:user-cannot-add-himself-to-a-disabled-group-or-a-group-with-disabled-gui-access" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User cannot add himself to a disabled group or a group with disabled GUI access.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Utilizatorul nu poate să se adauge unui grup dezactivat sau  unui grup cu acces GUI dezactivat.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:user-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Utilizator șters</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:user-group" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User group</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grup utilizator</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:user-group-1s-is-used-in-configuration-for-database-down-messages" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User group "%1$s" is used in configuration for database down messages.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grup utilizator "%1$s" este utilizat în configurația pentru mesaje de cădere a bazei de date.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:user-group-1s-is-used-in-script-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User group "%1$s" is used in script "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grup utilizator "%1$s" folosit în script "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:user-group-for-database-down-message" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User group for database down message</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grup utilizator pentru mesaje cădere bază de date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:user-groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User groups</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grupuri utilizator</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:user-is-not-allowed-to-delete-himself" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User is not allowed to delete himself.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Utilizatorului nu îi este permis să se șteargă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:user-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume utilizator</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:username" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Username</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume utilizator</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:user-password" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User password</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Parolă utilizator</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:user-profile" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User profile</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Profil utilizator</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:users" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Users</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Utilizatori</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:user-sessions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User sessions</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Sesiuni utilizator</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:user-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip utilizator</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:user-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Utilizator actualizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:value" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>value</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>valoare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:value" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Value</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:value-1s-is-invalid-for-parameter-grid_align-choices-are-2s-and-3s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Value "%1$s" is invalid for parameter "grid_align". Choices are: "%2$s" and "%3$s"</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoarea "%1$s" nu este validă pentru parametrul "grid_align". Alegerile sunt: "%2$s" și "%3$s"</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:value-1s-is-invalid-for-parameter-grid_show-choices-are-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Value "%1$s" is invalid for parameter "grid_show". Choices are: "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoarea "%1$s" nu este validă pentru parametrul "grid_show". Alegerile sunt: "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:value-1s-is-invalid-for-parameter-grid_show-choices-are-2s-and-3s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Value "%1$s" is invalid for parameter "grid_show". Choices are: "%2$s" and "%3$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoarea "%1$s" nu este validă pentru parametrul "grid_show". Alegerile sunt: "%2$s" și "%3$s"</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:value-1s-is-too-long-for-field-2s-3d-characters-allowed-length-is-4d-characters" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Value "%1$s" is too long for field "%2$s" - %3$d characters. Allowed length is %4$d characters.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoarea "%1$s" este prea mare pentru caracterele câmpului "%2$s" - %3$d. Lungimea permisă este %4$d caractere.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:value-cache-effectiveness-valid-parameters-are-requests-hits-and-misses" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Value cache effectiveness. Valid parameters are: requests, hits and misses.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare eficacitate cache. Parametri valizi sunt: cereri, lovituri, eșuări.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:value-cache-statistics-valid-modes-are-total-free-pfree-used-and-pused" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Value cache statistics. Valid modes are: total, free, pfree, used and pused.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Statistici valori cache. Moduri valide sunt: total, free, pfree, used and pused.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:value-map" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Value map</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare hartă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:value-map-1s-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Value map "%1$s" already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare hartă "%1$s" există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:value-mapping" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Value mapping</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare mapare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:value-no-data" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Value: no data</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare: fără date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:values" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Values</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valori</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:variables" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Variables</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Variabile</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:vendor" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Vendor</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Vânzător</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:verbose" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Verbose</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Detaliat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:vertical" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Vertical</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Vertical</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:vertical-align" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Vertical align</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Aliniere verticală</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:via" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>via</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>via</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:vietnamese-vi_vn" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Vietnamese (vi_VN)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Vietnameză (vi_VN)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:visible-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Visible name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume vizibil</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:visible-name-cannot-be-empty-if-host-name-is-missing" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Visible name cannot be empty if host name is missing.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numele vizibil nu poate fi gol dacă lipsește numele serverului.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:vmware-cache-statistics-valid-modes-are-total-free-pfree-used-and-pused" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware cache statistics. Valid modes are: total, free, pfree, used and pused.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Statistici cache VMware. Moduri valide sunt: total, free, pfree, used and pused.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:wednesday-shortw" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>W</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>M</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:setupwarning" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Warning</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Avertisment</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:warning" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Warning</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Avertisment</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:we-are-sorry-the-maximum-possible-number-of-elements-to-remember-has-been-reached" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>We are sorry, the maximum possible number of elements to remember has been reached.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ne pare rău, a fost atins numărul maxim posibil de elemente de amintit. </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:web" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Web</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Web</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:web-monitoring" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Web monitoring</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Monitorizare web</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:web-scenario-1s-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Web scenario "%1$s" already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scenariul web "%1$s" există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:web-scenario-1s-already-exists-on-host-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Web scenario "%1$s" already exists on host "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scenariul web "%1$s" deja există pe serverul "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:web-scenario-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Web scenario disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scenariul web dezactivat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:web-scenario-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Web scenario disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scenariile web dezactivate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:web-scenario-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Web scenario disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scenariile web dezactivate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:web-scenario-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Web scenario enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scenariile web activate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:web-scenario-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Web scenario enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scenariile web activate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:web-scenario-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Web scenario enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scenariul web activat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:web-scenarios" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Web scenarios</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scenarii web</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:wed" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Wed</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:wednesday" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Wednesday</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Miercuri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:weekly" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Weekly</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Săptămânal</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:when-active" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>When active</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Când e activ</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:width" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Width</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Lățime</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:with-data-collection" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>With data collection</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cu colecția de date.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:without-triggers" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Without triggers</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Fără triggeri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:with-triggers" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>With triggers</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cu triggeri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:working-time" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Working time</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Timp de lucru</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:write" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Write</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scriere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:wrong-fields-for-map-link" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Wrong fields for map link.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Câmpuri greșite pentru legătură hartă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:x" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>X</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>X</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:year-shorty" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>y</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>a</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:y" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Y</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Y</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:y-axis-max-value" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Y axis MAX value</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare MAX axă Y</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:y-axis-max-value-must-be-greater-than-y-axis-min-value" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Y axis MAX value must be greater than Y axis MIN value.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoarea MAX a axei Y trebuie să fie mai mare decât valoarea MIN a axei Y.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:y-axis-min-value" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Y axis MIN value</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare MIN a axei Y</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:y-axis-side" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Y axis side</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Parte axă Y</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:year" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Year</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>An</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:yearly" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Yearly</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Anual</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:yes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Yes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Da</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:y-m-d-hi-a" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Y-m-d h:i A</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Y-m-d H:i</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:y-m-d-his-a" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Y-m-d h:i:s A</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>A-L-Z H:i:s</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:you-are-not-able-to-choose-some-of-the-languages-because-locales-for-them-are-not-installed-on-the-web-server" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>You are not able to choose some of the languages, because locales for them are not installed on the web server.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu poți să alegi unele dintre limbi, pentru că localelel lor nu sunt instalate pe serverul web.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:you-do-not-have-permission-to-perform-this-operation" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>You do not have permission to perform this operation.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu vă este permis să efectuați această operație.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:you-have-no-permissions-to-access-this-page" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>You have no permissions to access this page.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu aveți permisiunea să accesați această pagină.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:you-must-login-to-view-this-page" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>You must login to view this page.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trebuie să vă autentificați pentru a vedea aceasă pagină.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:zabbix" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Zabbix</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Zabbix</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:zabbix-agent" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Zabbix agent</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Agent Zabbix</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:zabbix-agent-active" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Zabbix agent (active)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Agent (activ) Zabbix</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:zabbix-has-received-an-incorrect-request" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Zabbix has received an incorrect request.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Zabbix a primit o cerere incorectă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:zabbix-internal" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Zabbix internal</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Intern Zabbix</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:zabbix-internal-authentication" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Zabbix internal authentication</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Autentificare internă Zabbix</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:zabbix-server" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Zabbix server</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Server Zabbix</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:zabbix-server-is-not-running-the-information-displayed-may-not-be-current" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Zabbix server is not running: the information displayed may not be current.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Serverul Zabbix nu funcționează: informația afișată poate să nu fie corectă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:zabbix-server-is-running" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Zabbix server is running</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Serverul Zabbix rulează</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:zabbix-server-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Zabbix server name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume server Zabbix</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-74:LC_MESSAGES/frontend.po:zabbix-trapper" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Zabbix trapper</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trapper Zabbix</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:pathtonode" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>$.path.to.node</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg> $.path.to.node calea catre nod</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:0-infinitely" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>(0 - infinitely)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>(0 - infinit)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:0-or-1" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>0 or 1</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>0 sau 1</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:0-use-action-default" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>(0 - use action default)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>(0 - utilizați acțiunea implicită)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:1d-characters-exceeds-maximum-length-of-2d-characters" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$d characters exceeds maximum length of %2$d characters</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$d caracterele depasesc lungimea maxima de %2$d de caractere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:1d-day" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$d day</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$d zi</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:1d-day" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$d day</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$d zile</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:1d-day" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$d day</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$d zile</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:screen-reader1d-matches-for-2s-found" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$d matches for %2$s found</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$d am gasit portiviri pentru %2$s</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:1d-of-3d2s-problem-is-shown" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$d of %3$d%2$s problem is shown</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$d de %3$d%2$s probleme afisata</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:1d-of-3d2s-problem-is-shown" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$d of %3$d%2$s problem is shown</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$d de %3$d%2$s probleme afisata</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:1d-of-3d2s-problem-is-shown" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$d of %3$d%2$s problem is shown</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$d de %3$d%2$s problema afisata</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:1s-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s: %2$s</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s:%2$s</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:user-fullname1s-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>(%1$s %2$s)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>(%1$s %2$s)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:1s-2s-3s-4s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s. %2$s: %3$s. %4$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s.%2$sŞ%3$s.%4$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:screen-reader1s-action" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s action</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s acţiune</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:screen-reader1s-action" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s action</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s acţiune</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:screen-reader1s-action" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s action</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s acţiune</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:1s-characters" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s characters</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s caractere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:1s-characters-remaining" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s characters remaining</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s caractere rămase</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:1s-date-must-be-less-than-2s-date" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>"%1$s" date must be less than "%2$s" date.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>"%1$s" data trebuie sa fie mai putin de "%2$s"  data</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:1s-event" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s event</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s eveniment</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:1s-event" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s event</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s eveniment</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:1s-event" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s event</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s evenimente</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:1s-host-in-maintenance" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s host in maintenance</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s hosturi în mentenanţă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:1s-host-in-maintenance" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s host in maintenance</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s host in mentenanţă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:1s-host-in-maintenance" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s host in maintenance</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s host în mentenanţă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:1s-hour" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s hour</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s Oră</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:1s-hour" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s hour</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s ore</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:1s-hour" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s hour</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s ore</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:1s-instead-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>"%1$s" instead "%2$s"</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>"%1$s" in loc de "%2$s"</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:1s-is-expected" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>"%1$s" is expected</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>"%1$s" se asteapta</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:1s-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s item</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s articole</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:1s-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s item</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s item</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:1s-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s item</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s articole</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:1s-line-2s-column-3s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s [Line: %2$s | Column: %3$s]</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s [Linia:%2$s | Coloana: %3$s]</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:screen-reader1s-message" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s message</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s mesaj</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:screen-reader1s-message" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s message</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s mesaje</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:screen-reader1s-message" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s message</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s mesaje</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:1s-minute" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s minute</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s minut</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:1s-minute" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s minute</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s minute</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:1s-minute" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s minute</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s minute</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:1s-must-be-an-empty-string-or-greater-than-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>"%1$s" must be an empty string or greater than "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>"%1$s" trebuie sa fie un sir gol sau mai mare de "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:1s-of-2s-element-in-problem-state" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s of %2$s element in problem state</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s de %2$s elemente cu probleme</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:1s-of-2s-element-in-problem-state" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s of %2$s element in problem state</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s de %2$s element problematic</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:1s-of-2s-element-in-problem-state" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s of %2$s element in problem state</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s de %2$s elemente problematice</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:1sphp-class-must-extend-2s-for-module-located-at-3s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s.php class must extend %2$s for module located at %3$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s.php lass trebuie extins %2$s pentru modulul localiza al %3$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:screen-reader1s-preselected-use-downup-arrow-keys-and-enter-to-select" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s preselected, use down,up arrow keys and enter to select</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s preselecteaya, foloseşte săgeata jos, sus  si cu Enter selectează</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:1s-problem" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s problem</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s probleme</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:1s-problem" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s problem</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s probleme</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:1s-problem" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s problem</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s problemă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:1s-problem-in-total" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s problem in total</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s probleme in total</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:1s-problem-in-total" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s problem in total</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s probleme in total</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:1s-problem-in-total" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s problem in total</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s probleme în total</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:screen-reader1s-read-only" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s, read only</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s, doar citire</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:1s-retry-left" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s retry left</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s încercări rămase</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:1s-retry-left" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s retry left</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s încercări ramase</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:1s-retry-left" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s retry left</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s încercări rămase</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:1s-second" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s second</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s secunde</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:1s-second" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s second</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s secundă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:1s-second" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s second</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s secunde</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:screen-reader1s-selected" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s, selected</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s, selectat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:screen-reader1s-severity-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s, Severity, %2$s</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s, Sevritate, %2$s</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:1sth-percentile-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$sth percentile: %2$s</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s th percentilă: %2$s</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:1s-thrown-by-module-located-at-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s - thrown by module located at %2$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s - aruncat de modulul localizat la %2$s</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:1s-unacknowledged-problem" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s unacknowledged problem</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s probleme nevalidate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:1s-unacknowledged-problem" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s unacknowledged problem</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s probleme nevalidate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:1s-unacknowledged-problem" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s unacknowledged problem</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s problemă nevalidată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:1s-year-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%1$s (year %2$s)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%1$s (anul %2$s)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:10-seconds" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>10 seconds</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>10 secunde</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:1-minute" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>1 minute</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>1 minut</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:30-seconds" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>30 seconds</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>30 secunde</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:3d-view" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>3D view</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Vedere 3D</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:4s-failed-login-attempt-logged-last-failed-attempt-was-from-1s-on-2s-at-3s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%4$s failed login attempt logged. Last failed attempt was from %1$s on %2$s at %3$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%4$s tentativa de logare eșuată înregistrată. Ultima tentativă eșuată a fost de la %1$s la %2$s la %3$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:4s-failed-login-attempt-logged-last-failed-attempt-was-from-1s-on-2s-at-3s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%4$s failed login attempt logged. Last failed attempt was from %1$s on %2$s at %3$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%4$s tentative de logare eșuate înregistrate. Ultima tentativă eșuată a fost de la %1$s la %2$s la %3$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:4s-failed-login-attempt-logged-last-failed-attempt-was-from-1s-on-2s-at-3s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%4$s failed login attempt logged. Last failed attempt was from %1$s on %2$s at %3$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%4$s tentative de logare eșuate înregistrate. Ultima tentativă eșuată a fost de la %1$s la %2$s la %3$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:500-latest-values" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>500 latest values</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>500 ultimele valori</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:5-minutes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>5 minutes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>5 minute</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:5-seconds" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>5 seconds</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>5 secunde</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:access-denied" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Access denied!</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acces refuzat!</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:ack" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Ack</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cnf</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:acknowledge" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Acknowledge</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Confirmare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:acknowledged" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Acknowledged</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Confirmat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:acknowledged-problem-events" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Acknowledged PROBLEM events</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Evenimente PROBLEMA confirmate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:action" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Action</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acțiune</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:action-1s-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Action "%1$s" already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acțiunea "%1$s" există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:action-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Action added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acțiune adăugată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:action-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Action disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acțiuni dezactivate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:action-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Action disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acțiune dezactivată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:action-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Action disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acțiuni dezactivate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:action-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Action enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acțiune activată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:action-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Action enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acțiuni dezactivate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:action-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Action enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acțiuni dezactivate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:actions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Actions</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acțiuni</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:action-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Action updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acțiune actualizată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:active" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Active</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activ</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:maintenance-statusactive" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Active</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activ</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:active-since" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Active since</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activ de la</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:active-till" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Active till</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activ până la</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:add" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Add</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adaugă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:add-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Add host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adaugă server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:add-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Add prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adaugă prototip</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:add-to-host-group" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Add to host group</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adaugă la grupul de servere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:add-to-host-groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Add to host groups</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adaugă la grupurile de servere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:admin" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Admin</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Admin</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:administration" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Administration</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Administrare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:advanced-labels" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Advanced labels</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Etichete avansate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:age" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Age</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Vechime</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:age-less-than" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Age less than</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Vechime mai mică decât</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:agent" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>agent</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>agent</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:agent" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Agent</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Agent</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:agent-interfaces" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Agent interfaces</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Interfețe agent</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:alias" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Alias</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Alias</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:all" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>all</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>toți</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:all" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>All</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tot</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:all-links-should-have-name-and-url-specified" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>All links should have "Name" and "URL" specified</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Toate linkurile trebuie sa aibă "Nume" și "URL" specificat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:all-media" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>all media</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>toata media</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:allowed-hosts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Allowed hosts</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Servere permise</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:any" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Any</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Orice</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:any-character-string-included" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Any character string included</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Orice șir de caractere inclus</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:application-error" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Application error.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eroare aplicație.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:apply" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Apply</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Aplică</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:maintenance-statusapproaching" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Approaching</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Abordare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:apr" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Apr</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Apr</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:april" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>April</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Aprilie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:area-size" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Area size</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dimensiunea suprafeței</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:area-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Area type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipul suprafeței</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:as-blue" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>as Blue</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>ca Albastru</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:as-green" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>as Green</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>ca Verde</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:as-plain-text" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>As plain text</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ca text simplu</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:as-red" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>as Red</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>ca Roșu</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:asset-tag" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Asset tag</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eticheta activului</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:at-hourminute" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>At (hour:minute)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>La (oră:minut)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:aug" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Aug</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Aug</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:august" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>August</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>August</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:authentication" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Authentication</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Autentificare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:authentication-algorithm" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Authentication algorithm</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Algoritm de autentificare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:authentication-method" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Authentication method</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Metodă de autentificare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:authentication-passphrase" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Authentication passphrase</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Frază de acces pentru autentificare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:authentication-protocol" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Authentication protocol</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Protocol de autentificare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:auto-login" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Auto-login</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Auto-login</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:automatic" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Automatic</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Automată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:automatic-icon-mapping" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Automatic icon mapping</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Maparea icon automată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:automatic-icon-selection" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Automatic icon selection</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Selectarea automată icon</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:availability" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Availability</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Disponibilitate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:availability-report" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Availability report</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Raport disponibilitate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:available" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Available</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Disponibil</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:average" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Average</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mediu</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:avg" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>avg</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>avg</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:background" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Background</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Fundal</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:background-image" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Background image</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Imagine de fundal</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:base-dn" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Base DN</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Bază DN</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:bind-dn" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Bind DN</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Bind DN</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:bind-password" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Bind password</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Parolă asociată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:blocked" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Blocked</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Blocat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:bold-line" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Bold line</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Linie îngroșate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:bottom" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Bottom</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Jos</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:bulgarian-bg_bg" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Bulgarian (bg_BG)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Bulgară (bg_BG)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:by-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>By host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>După server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:by-trigger-template" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>By trigger template</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>După șablonul trigger-ului</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:calculated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Calculated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Calculat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:callback" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Callback</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Apelare inversă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cancel" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cancel</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Anulează</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-add-action" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add action</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga acțiunea</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-add-a-non-numeric-item-1s-to-graph-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add a non-numeric item "%1$s" to graph "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga elementul non-numeric "%1$s" la graficul "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-add-a-non-numeric-item-1s-to-graph-prototype-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add a non-numeric item "%1$s" to graph prototype "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga elementul non-numeric "%1$s" la prototipul grafic "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-add-discovery-rule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add discovery rule</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga regula de detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-add-graph" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add graph</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga graficul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-add-graph-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add graph prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga un prototip grafic</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-add-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga serverul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-add-host-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add host prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga prototipul serverului</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-add-image" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add image</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga imaginea</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-add-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add item</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga elementul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-add-item-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add item prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga prototip item</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-add-media-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add media type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga tipul de media</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-add-more-than-one-item-with-type-graph-sum-on-graph-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add more than one item with type "Graph sum" on graph "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot adăuga mai mult de un element de tipul "Sum grafic" la graficul "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-add-more-than-one-item-with-type-graph-sum-on-graph-prototype-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add more than one item with type "Graph sum" on graph prototype "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot adăuga mai mult de un element de tipul "Graph sum" la prototipul grafic "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-add-network-map" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add network map</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga harta rețea</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-add-proxy" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add proxy</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga proxy</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-add-regular-expression" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add regular expression</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga expresia regulată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-add-script" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add script</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga scriptul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-add-template" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add template</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga șablonul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-add-trigger" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add trigger</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga trigger-ul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-add-trigger-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add trigger prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga un prototip trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-add-user" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add user</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate adăuga utilizatorul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-add-web-scenario" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot add web scenario</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pate adăuga scenariul web</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-clone-graph-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot clone graph prototypes.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot clona prototipurile de grafic.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-clone-trigger-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot clone trigger prototypes.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot clona prototipurile de trigger.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-create-a-host-prototype-on-a-discovered-host-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot create a host prototype on a discovered host "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate crea un prototip de server pe serverul detectat "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-create-another-database-connection" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot create another database connection.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate crea o altă conexiune la baza de date.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-create-discovery-rule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot create discovery rule</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate crea regula de detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-create-icon-map" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot create icon map</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate crea icon hartă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-delete-discovery-rule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete discovery rule</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot șterge regulile de descoperire</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-delete-discovery-rule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete discovery rule</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot șterge regula de descoperire</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-delete-discovery-rule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete discovery rule</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot sterge regulile de descoperire</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-delete-host-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete host prototypes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot șterge prototipurile de server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-delete-icon-map" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete icon map</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge maparea icon-ului</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-delete-image" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete image</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge imaginea</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-delete-inventory" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete inventory.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge inventarul.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-delete-media-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete media type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot șterge tipul media</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-delete-media-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete media type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot șterge tipurile media</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-delete-media-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete media type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot șterge tipurile media</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-delete-proxy" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete proxy</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot șterge proxy-ul </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-delete-proxy" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete proxy</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot șterge proxy-urile </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-delete-proxy" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete proxy</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot șterge proxy-urile </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-delete-regular-expression" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete regular expression</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge expresia regulată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-delete-regular-expression" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete regular expression</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot șterge expresiile regulate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-delete-regular-expression" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete regular expression</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot șterge expresiile regulate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-delete-script" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete script</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot șterge scriptul </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-delete-script" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete script</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot șterge scripturile </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-delete-script" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete script</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot șterge scripturile </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-delete-scripts-script-1s-is-used-in-action-operation-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete scripts. Script "%1$s" is used in action operation "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot șterge scripturile. Scriptul "%1$s" este folosit in acțiunea "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-delete-service" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete service</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot șterge serviciile </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-delete-service" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete service</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot șterge serviciul </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-delete-service" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete service</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot șterge serviciile </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-delete-templated-trigger-1s2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete templated trigger "%1$s:%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge trigger-ul "%1$s:%2$s" bazat pe un șablon.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-delete-templated-web-scenario-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete templated web scenario "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge scenariul web "%1$s" bazat pe un șablon.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-delete-user" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete user</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge utilizatorul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-delete-zabbix-internal-user-1s-try-disabling-that-user" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot delete Zabbix internal user "%1$s", try disabling that user.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate șterge utilizatorul intern Zabbix "%1$s", încercați să dezactivați acest utilizator.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-disable-action" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable action</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot dezactiva acţiunile</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-disable-action" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable action</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate dezactiva acţiunea</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-disable-action" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable action</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot dezactiva acţiunile</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-disable-discovery-rule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable discovery rule</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot dezactiva regulile de detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-disable-discovery-rule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable discovery rule</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate dezactiva regula de detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-disable-discovery-rule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable discovery rule</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot dezactiva regulile de detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-disable-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate dezactiva serverul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-disable-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot dezactiva servererele</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-disable-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot dezactiva servererele</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-disable-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable item</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot dezactiva elementele</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-disable-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable item</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot dezactiva elementele</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-disable-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable item</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate dezactiva elementul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-disable-media-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable media type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate dezactiva tipul media</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-disable-media-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable media type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate dezactiva tipul media</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-disable-media-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable media type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate dezactiva tipul media</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-disable-trigger" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable trigger</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate dezactiva triggerul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-disable-trigger" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable trigger</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot dezactiva triggerii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-disable-trigger" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable trigger</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot dezactiva triggerii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-disable-web-scenario" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable web scenario</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate dezactiva scenariul web</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-disable-web-scenario" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable web scenario</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate dezactiva scenariul web</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-disable-web-scenario" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot disable web scenario</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot dezactiva scenariile web</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-display-item-queue" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot display item queue.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu poate afişa coada element.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-display-more-than-one-item-with-type-graph-sum" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot display more than one item with type "Graph sum".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate afișa mai mult de un element de tipul "Sum grafic".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-enable-action" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable action</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate activa acțiunea</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-enable-action" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable action</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot activa acțiunile</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-enable-action" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable action</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot activa acțiunile</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-enable-discovery-rule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable discovery rule</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot activa regulile de detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-enable-discovery-rule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable discovery rule</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot activa regulile de detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-enable-discovery-rule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable discovery rule</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate activa regula de detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-enable-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot activa serverele</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-enable-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot activa serverele</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-enable-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate activa srverul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-enable-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable item</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate activa elementul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-enable-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable item</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot activa elementele</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-enable-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable item</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot activa elementele</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-enable-media-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable media type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate activa tipul media</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-enable-media-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable media type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate activa tipurile media</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-enable-media-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable media type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate activa tipul media</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-enable-trigger" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable trigger</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot activa trigerii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-enable-trigger" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable trigger</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate activa trigger-ul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-enable-trigger" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable trigger</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot activa trigerii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-enable-web-scenario" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable web scenario</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate activa scenariul web</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-enable-web-scenario" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable web scenario</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot activa scenariile web</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-enable-web-scenario" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot enable web scenario</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot activa scenariile web</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-find-background-image-1s-used-in-map-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find background image "%1$s" used in map "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate găsi imaginea de fundal "%1$s" folosită în harta "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-find-group-1s-used-in-map-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find group "%1$s" used in map "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate găsi grupul "%1$s" folosit în harta "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-find-host-1s-used-in-map-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find host "%1$s" used in map "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate găsi serverul "%1$s" folosit în harta "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-find-host-group-1s-for-host-prototype-2s-of-discovery-rule-3s-on-4s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find host group "%1$s" for host prototype "%2$s" of discovery rule "%3$s" on "%4$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate gasi grupul server "%1$s" pentru serverul prototip "%2$s" a regulii de detecție "%3$s" pe "%4$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-find-host-interface-on-1s-for-item-key-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find host interface on "%1$s" for item key "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate găsi interfața serverului în "%1$s" pentru elementul "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-find-icon-1s-used-in-map-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find icon "%1$s" used in map "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate găsi icon-ul "%1$s" folosit în harta "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-find-icon-map-1s-used-in-map-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find icon map "%1$s" used in map "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate găsi maparea icon-ului "%1$s" folosit în harta "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-find-item-1s-on-2s-used-as-the-y-axis-max-value-for-graph-3s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find item "%1$s" on "%2$s" used as the Y axis MAX value for graph "%3$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate găsi elementul "%1$s" pe "%2$s" folosit ca și axă Y valoarea MAX pentru graficul "%3$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-find-item-1s-on-2s-used-as-the-y-axis-max-value-for-graph-prototype-3s-of-discovery-rule-4s-on-5s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find item "%1$s" on "%2$s" used as the Y axis MAX value for graph prototype "%3$s" of discovery rule "%4$s" on "%5$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate găsi elementul  "%1$s" pe "%2$s" folosit ca și axă Y valoarea MAX pentru prototipul grafic "%3$s" a regulii de detecție "%4$s" pe "%5$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-find-item-1s-on-2s-used-as-the-y-axis-min-value-for-graph-3s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find item "%1$s" on "%2$s" used as the Y axis MIN value for graph "%3$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate găsi elementul "%1$s" pe "%2$s" folosit ca și axă Y valoarea MIN pentru graficul "%3$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-find-item-1s-on-2s-used-as-the-y-axis-min-value-for-graph-prototype-3s-of-discovery-rule-4s-on-5s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find item "%1$s" on "%2$s" used as the Y axis MIN value for graph prototype "%3$s" of discovery rule "%4$s" on "%5$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate găsi elementul  "%1$s" pe "%2$s" used as the Y axis MIN value for graph prototype "%3$s" of discovery rule "%4$s" on "%5$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-find-map-1s-used-in-map-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find map "%1$s" used in map "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate găsi harta "%1$s" folosită în harta "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-find-template-1s-for-host-prototype-2s-of-discovery-rule-3s-on-4s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find template "%1$s" for host prototype "%2$s" of discovery rule "%3$s" on "%4$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate gasi șablonul "%1$s" pentru serverul prototip "%2$s" a regulii de detecție "%3$s" pe "%4$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-find-trigger-1s-used-in-map-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find trigger "%1$s" used in map "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate găsi trigger-ul "%1$s" folosit în harta "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-find-value-map-1s-used-for-item-2s-on-3s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find value map "%1$s" used for item "%2$s" on "%3$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate găsi harta valorilor "%1$s" folosită pentru elementul "%2$s" pe "%3$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-find-value-map-1s-used-for-item-prototype-2s-of-discovery-rule-3s-on-4s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot find value map "%1$s" used for item prototype "%2$s" of discovery rule "%3$s" on "%4$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate gasi harta valorilor "%1$s" folosită pentru prototipul item  "%2$s" a regulii de detecție "%3$s" pe "%4$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-import-template-1s-linked-template-2s-does-not-exist" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot import template "%1$s", linked template "%2$s" does not exist.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate importa template-ul "%1$s", șabloanele corelate "%2$s" nu există.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-import-template-1s-linked-template-2s-does-not-exist" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot import template "%1$s", linked template "%2$s" does not exist.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate importa template-ul "%1$s", șabloanele corelate "%2$s" nu există.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-import-template-1s-linked-template-2s-does-not-exist" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot import template "%1$s", linked template "%2$s" does not exist.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate importa template-ul "%1$s", șablonul corelat "%2$s" nu există.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-insert-trigger-expression" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot insert trigger expression</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate introduce expresia trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-link-template" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot link template</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate asocia șablonul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-mass-update-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot mass update host name.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate face actualizare în masă a numelui serverului.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-mass-update-visible-host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot mass update visible host name.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate face actualizare în masă a numelui vizibil al serverului.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-perform-delete-statement-on-table-1s-without-where-condition" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot perform delete statement on table "%1$s" without where condition.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate efectua instrucțiunea de ștergere în tabela "%1$s" fără condiția where.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-perform-update-statement-on-table-1s-without-values" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot perform update statement on table "%1$s" without values.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate efectua instrucțiunea de actualizare în tabela "%1$s" fără valori.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-perform-update-statement-on-table-1s-without-where-condition" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot perform update statement on table "%1$s" without where condition.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate efectua instrucțiunea de actualizare în tabela "%1$s" fără condiția where.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-read-the-response-check-connection-with-the-zabbix-server-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot read the response, check connection with the Zabbix server "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate citi răspunsul, verificați conexiunea cu serverul Zabbix "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-rename-guest-user" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot rename guest user.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate redenumi utilizatorul guest.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-save-discovery-rule-without-checks" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot save discovery rule without checks.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate salva regula de detecție fără verificări.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-send-command-check-connection-with-zabbix-server-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot send command, check connection with Zabbix server "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate trimite comanda, verificați conexiunea cu serverul Zabbix "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-set-inventory-fields-for-disabled-inventory" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot set inventory fields for disabled inventory.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot seta câmpurile inventarului pentru un inventar dezactivat.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-switch-host-for-interface" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot switch host for interface.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate schimba serverul pentru interfață.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-unlink-template" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot unlink template</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate deconecta șablonul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-update-1s-for-action-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update "%1$s" for action "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza "%1$s" pentru acțiunea "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-update-action" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update action</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza acțiunea</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-update-a-discovered-graph" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update a discovered graph.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza un grafic bazat pe detecție.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-update-configuration" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update configuration</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza configurația</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-update-discovery-rule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update discovery rule</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza regula de detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-update-graph" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update graph</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza graficul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-update-graph-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update graph prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza prototipul grafic</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-update-groups-for-discovered-host-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update groups for discovered host "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot actualiza grupurile pentru serverul detectat "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-update-host-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update host prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot actualiza prototipul server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-update-host-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update host prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot actualiza prototipul server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-update-host-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update host prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot actualiza prototipul server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-update-icon-map" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update icon map</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza maparea icon-ului</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-update-image" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update image</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza imaginea</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-update-interface-for-discovered-host-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update interface for discovered host "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza interfața pentru serverul detectat "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-update-item-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update item prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot actualiza prototipul item</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-update-item-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update item prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot actualiza prototipul articol</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-update-item-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update item prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot actualiza prototipul articol</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-update-macros" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update macros</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se pot actualiza macro-urile</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-update-media-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update media type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza tipul media</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-update-network-map" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update network map</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza harta rețea</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-update-proxy" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update proxy</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza proxy-ul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-update-proxy-for-discovered-host-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update proxy for discovered host "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza proxy-ul pentru serverul detectat "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-update-regular-expression" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update regular expression</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza expresia regulată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-update-script" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update script</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza scriptul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-update-trigger-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update trigger prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot actualiza prototipul trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-update-trigger-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update trigger prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot actualiza prototipul trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-update-trigger-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update trigger prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu pot actualiza prototipul trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-update-user" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update user</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza utilizatorul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:cannot-update-web-scenario" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Cannot update web scenario</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu se poate actualiza scenariul web</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:case-sensitive" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Case sensitive</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Majuscule semnificative</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:change-password" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Change password</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Modifică parola</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:character" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Character</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Caracter</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:character-string-included" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Character string included</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șir de caractere inclus</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:character-string-not-included" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Character string not included</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șir de caractere neinclus</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:chassis" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Chassis</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șasiu</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:check-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Check already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Verificarea există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:check-expression-part-starting-from-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Check expression part starting from "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Verifică partea din expresie care începe de la "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:checks" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Checks</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Verificări</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:checks-should-be-unique" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Checks should be unique.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Verificările trebuie să fie unice.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:check-the-key-please-default-example-was-passed" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Check the key, please. Default example was passed.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Vă rugăm să verificați cheia. A fost folosit exemplul implicit.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:check-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Check type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Verificați tipul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:chinese-zh_cn" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Chinese (zh_CN)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Chineză (zh_CN)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:chinese-zh_tw" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Chinese (zh_TW)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Chineză (zh_TW)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:circular-reference-in-templates-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Circular reference in templates: %1$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Refefință circulară în șabloanele: %1$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:circular-template-linkage-is-not-allowed" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Circular template linkage is not allowed.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Legătura circulară în șabloane nu este permisă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:clear-history-and-trends" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Clear history and trends</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șterge istoric și tendințe</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:clear-when-unlinking" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Clear when unlinking</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șterge la deconectare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:clock" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Clock</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ceas</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:clone" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Clone</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Clonă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:close" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Close</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Închide</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:close-expression-constructor" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Close expression constructor</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Închide constructorul de expresii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:columns" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Columns</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Coloane</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:combined-result" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Combined result</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Rezultat combinat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:command" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Command</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Comandă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:commands" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Commands</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Comenzi</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:condition" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Condition</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Condiție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:conditions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Conditions</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Condiții</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:configuration" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:configuration-cache-statistics-cache-buffer-modes-pfree-total-used-free" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration cache statistics. Cache - buffer (modes: pfree, total, used, free).</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Statistici configurare cache. Cache - buffer (moduri: pfree, total, used, free).</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:configuration-of-actions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of actions</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare acțiuni</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:configuration-of-discovery-rules" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of discovery rules</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare reguli de detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:configuration-of-graph-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of graph prototypes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare prototipuri grafic</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:configuration-of-graphs" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of graphs</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare grafice</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:configuration-of-gui" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of GUI</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare GUI</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:configuration-of-host-groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of host groups</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare grupuri de servere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:configuration-of-host-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of host prototypes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare prototipuri server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:configuration-of-hosts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of hosts</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare servere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:configuration-of-housekeeping" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of housekeeping</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare housekeeping</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:configuration-of-icon-mapping" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of icon mapping</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare mapare icon</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:configuration-of-images" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of images</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare imagini</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:configuration-of-item-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of item prototypes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare prototipuri element</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:configuration-of-items" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of items</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare elemente</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:configuration-of-macros" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of macros</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare macro-uri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:configuration-of-maintenance-periods" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of maintenance periods</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare perioade de întreținere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:configuration-of-media-types" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of media types</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare tip media</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:configuration-of-network-maps" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of network maps</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare hărți rețea</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:configuration-of-proxies" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of proxies</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare proxy-uri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:configuration-of-regular-expressions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of regular expressions</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare expresii regulate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:configuration-of-scripts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of scripts</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare scripturi</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:configuration-of-templates" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of templates</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare șabloane</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:configuration-of-trigger-displaying-options" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of trigger displaying options</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare opțiuni de afișaj trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:configuration-of-trigger-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of trigger prototypes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare prototipuri trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:configuration-of-triggers" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of triggers</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare triggeri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:configuration-of-user-groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of user groups</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare grupuri utilizator</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:configuration-of-users" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of users</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare utilizatori</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:configuration-of-web-monitoring" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration of web monitoring</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configurare monitorizare web</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:configuration-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Configuration updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Configuraţie actualizată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:confirmation-text" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Confirmation text</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Text de confirmare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:connection-timeout-of-1s-seconds-exceeded-when-connecting-to-zabbix-server-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Connection timeout of %1$s seconds exceeded when connecting to Zabbix server "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Timpul de așteptare de %1$s secunde a fost depășit la conectarea cu serverul Zabbix "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:connect-to" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Connect to</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Conectare la</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:contact" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Contact</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Contact</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:context-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Context name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume context</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:contract-number" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Contract number</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numărul contractului</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:coordinates" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Coordinates</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Coordonate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:copy" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Copy</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Copiază</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:count" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Count</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Număr</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:create-action" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create action</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează acțiune</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:created-by-host-discovery" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>(created by host discovery)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>(creat de descoperirea gazdei)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:create-discovery-rule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create discovery rule</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează regula de detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:create-graph" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create graph</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează grafic</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:create-graph-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create graph prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează prototip de grafic</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:create-graph-select-host-first" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create graph (select host first)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează grafic (selectați serverul prima dată)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:create-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:create-host-group" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create host group</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează grup de servere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:create-host-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create host prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează prototip de server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:create-icon-map" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create icon map</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează mapare icon</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:create-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create item</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează element</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:create-item-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create item prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează prototip de element</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:create-item-select-host-first" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create item (select host first)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează element (selectați serverul prima dată)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:create-maintenance-period" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create maintenance period</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează perioadă de mentenanță</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:create-map" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create map</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează hartă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:create-media-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create media type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează tip media</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:create-proxy" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create proxy</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează proxy</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:create-script" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create script</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează script</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:create-template" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create template</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează șablon</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:create-trigger" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create trigger</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:create-trigger-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create trigger prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează prototip de trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:create-trigger-select-host-first" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create trigger (select host first)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează trigger (selectați serverul prima dată)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:create-user" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create user</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează utilizator</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:create-user-group" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Create user group</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Creează grup utilizatori</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:critical" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Critical</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Critic</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:current-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Current host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Serverul curent</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:current-value" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Current value</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare curentă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:custom-graphs" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Custom graphs</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grafice personalizate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:custom-label" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Custom label</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Etichetă personalizată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:custom-label-for-map-2s-elements-of-type-1s-may-not-be-empty" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Custom label for map "%2$s" elements of type "%1$s" may not be empty.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eticheta personalizată pentru harta "%2$s" elementele de tipul "%1$s" nu poate fi vidă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:custom-multiplier" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Custom multiplier</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Multiplicator personalizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:custom-severity-names-affect-all-locales-and-require-manual-translation" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Custom severity names affect all locales and require manual translation!</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numele de severitate personalizată afectează toate localizările și necesită traducere manuală!</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:custom-size" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Custom size</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dimensiune personalizată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:czech-cs_cz" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Czech (cs_CZ)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cehă (cs_CZ)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:day-shortd" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>d</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>z</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:daily" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Daily</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Zilnic</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:dashboard" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Dashboard</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Panou de supraveghere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:dashed-line" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Dashed line</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Linie întreruptă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:database-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Database host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Server bază de date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:database-monitor" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Database monitor</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Monitor bază de date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:database-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Database name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume bază de date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:database-password" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Database password</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Parolă bază de date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:database-port" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Database port</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Port bază de date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:database-schema" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Database schema</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Schema bazei de date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:database-server" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Database server</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Server baze de date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:database-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Database type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipul bazei de date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:database-user" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Database user</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Utilizator bază de date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:data-from-1s-generated-in-2s-sec" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Data from %1$s. Generated in %2$s sec.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Date din %1$s. Generate în %2$s sec.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:data-overview" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Data overview</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Verificare date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:date" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Date</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:date-hw-decommissioned" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Date HW decommissioned</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dată HW dezafectat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:date-hw-installed" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Date HW installed</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dată HW instalat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:date-hw-maintenance-expires" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Date HW maintenance expires</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Data de mentenanță HW expiră</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:date-hw-purchased" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Date HW purchased</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Data achiziției HW</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:day" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Day</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Zi</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:day-of-month" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Day of month</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ziua lunii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:day-of-week" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Day of week</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ziua săptămânii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:days" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>days</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>zile</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:days" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Days</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Zile</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:d-device" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%d device</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%d echipamente</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:d-device" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%d device</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%d echipament</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:d-device" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>%d device</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>%d echipamente</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:debug" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Debug</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Depanare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:debug-mode" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Debug mode</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mod depanare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:dec" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Dec</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dec</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:december" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>December</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Decembrie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:default" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>default</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>implicit</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:default" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Default</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Implicit</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:default-authentication" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Default authentication</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Autentificare implicită</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:default-operation-step-duration" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Default operation step duration</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Durata etapei operației implicite</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:default-theme" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Default theme</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tema implicită</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:delay" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delay</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Întârziere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:delayed-by" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delayed by</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Întârziat de către</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:delete" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șterge</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:delete-and-clear" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete and clear</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șterge și curăță</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:delete-and-clear-selected-templates-warning-all-linked-hosts-will-be-cleared" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete and clear selected templates? (Warning: all linked hosts will be cleared!)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere si curățare șabloane selectate? (Avertizare: toate serverele conectate vor fi șterse!)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:delete-and-clear-template-warning-all-linked-hosts-will-be-cleared" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete and clear template? (Warning: all linked hosts will be cleared!)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere si curățare șablon? (Avertizare: toate serverele conectate vor fi șterse!)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:delete-current-action" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete current action?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere acțiune curentă?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:delete-discovery-rule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete discovery rule?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere regulă de detecție?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:delete-expression" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete expression?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere expresie?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:delete-graph" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete graph?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere element grafic?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:delete-graph-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete graph prototype?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere prototip de grafic?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:delete-icon-map" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete icon map?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere harta icoanei?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:delete-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete item?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere element?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:delete-item-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete item prototype?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere prototip de element?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:delete-links-between-selected-elements" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete links between selected elements?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere legătura între elementele selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:delete-maintenance-period" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete maintenance period?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere perioadă de întreținere?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:delete-regular-expression" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete regular expression?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere expresie uzuală?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:delete-script" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete script?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere script?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:delete-selected-actions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected actions?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere acțiuni selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:delete-selected-discovery-rules" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected discovery rules?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere regulă de detecție selectată?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:delete-selected-elements" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected elements?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere elemente selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:delete-selected-graph-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected graph prototypes?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere prototipuri grafici selectați?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:delete-selected-graphs" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected graphs?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere elemente grafice selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:delete-selected-group" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected group?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere grup selectat?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:delete-selected-groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected groups?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere grupuri selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:delete-selected-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected host?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere server selectat?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:delete-selected-host-groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected host groups?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere grupuri de servere selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:delete-selected-host-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected host prototype?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere prototipuri de servere selectați?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:delete-selected-host-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected host prototypes?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere prototipuri de servere selectați?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:delete-selected-hosts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected hosts?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere servere selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:delete-selected-image" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected image?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere imagine selectată?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:delete-selected-item-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected item prototypes?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere elemente prototip selectațe?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:delete-selected-items" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected items?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere elementele selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:delete-selected-maintenance-periods" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected maintenance periods?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere perioade de întreținere selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:delete-selected-maps" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected maps?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere hărți selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:delete-selected-media-types" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected media types?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere elemente media selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:delete-selected-proxies" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected proxies?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere proxy-uri selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:delete-selected-regular-expressions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected regular expressions?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere expresii uzuale selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:delete-selected-scripts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected scripts?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere scripturi selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:delete-selected-templates" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected templates?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere șabloane selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:delete-selected-trigger-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected trigger prototypes?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere prototipuri de trigger selectați?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:delete-selected-triggers" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected triggers?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere triggeri selectați?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:delete-selected-user" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected user?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere utilizator selectat?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:delete-selected-users" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete selected users?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere utilizatori selectați?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:delete-template" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete template?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere șablon?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:delete-trigger" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete trigger?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere trigger?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:delete-trigger-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delete trigger prototype?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ștergere prototip de trigger?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:delimiter" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Delimiter</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Delimitator</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:deny" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Deny</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Negare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:dependencies" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Dependencies</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dependențe</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:dependent" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Dependent</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dependenţă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:depends-on" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Depends on</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Depinde de</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:deployment-status" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Deployment status</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Stare de implementare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:description" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Description</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Descriere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:details" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Details</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Detalii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:device" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Device</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Echipament</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:device-uniqueness-criteria" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Device uniqueness criteria</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Criteriu unic al echipamentului</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:disable" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Disable</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezactivare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezactivat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:disable-debug-mode-in-selected-groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Disable debug mode in selected groups?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezactivare mod de depanare în grupurile selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:disable-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Disable host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezactivare server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:disable-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Disable host?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezactivare server?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:disable-hosts-in-the-selected-host-groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Disable hosts in the selected host groups?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezactivare servere în grupurile de servere selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:disable-hosts-monitored-by-selected-proxies" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Disable hosts monitored by selected proxies?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezactivare servere monitorizate de proxy-urile selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:disable-selected-actions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Disable selected actions?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezactivare acțiuni selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:disable-selected-discovery-rules" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Disable selected discovery rules?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezactivare reguli de detecție selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:disable-selected-groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Disable selected groups?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezactivare grupuri selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:disable-selected-hosts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Disable selected hosts?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezactivare servere selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:disable-selected-items" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Disable selected items?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezactivare itemi selectaţi?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:disable-selected-media-types" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Disable selected media types?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezactivare elemente media selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:disable-selected-triggers" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Disable selected triggers?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezactivare triggeri selectați?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:disaster" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Disaster</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezastru</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:discovered" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovered</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Detectat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:discovered-by" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovered by</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Detectat de</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:discovered-device" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovered device</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Echipament detectat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:discovery" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Detectare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:discovery-by-proxy" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery by proxy</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Detectat de către proxy</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:discovery-check" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery check</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Verificare de detectare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:discovery-checks" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery checks</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Verificări de detectare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:discovery-list" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery list</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Listă de detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:discovery-object" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery object</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Obiect detectat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:discovery-rule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery rule</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Regulă de detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:discovery-rule-created" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery rule created</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Regulă de detecție creată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:discovery-rule-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery rule deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Regulile de descoperire ștearse</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:discovery-rule-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery rule deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Regula de descoperire ștearsă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:discovery-rule-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery rule deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Regulile de descoperire șterse</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:discovery-rule-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery rule disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Regulă de detecție dezactivată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:discovery-rule-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery rule disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Reguli de detecție dezactivate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:discovery-rule-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery rule disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Reguli de detecție dezactivate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:discovery-rule-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery rule enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Regulă de detecție activată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:discovery-rule-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery rule enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Reguli de detecție activate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:discovery-rule-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery rule enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Reguli de detecție activate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:discovery-rules" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery rules</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Reguli de detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:discovery-rule-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery rule updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Regulă de detecție actualizată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:discovery-status" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Discovery status</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Stare detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:displaying-1s-of-2s-found" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Displaying %1$s of %2$s found</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Afișare %1$s din %2$s gasită</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:display-ok-triggers-for" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Display OK triggers for</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Afișare triggeri OK pentru</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:dm" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>d.M</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>z.L</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:dns" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>DNS</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>DNS</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:dns-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>DNS name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume DNS</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:dot" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Dot</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Punct</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:discovery-results-in-dashboarddown" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Down</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Oprit</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:discovery-statusdown" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Down</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Oprit</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:downtime" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Downtime</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Avarie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:do-you-wish-to-replace-the-conditional-expression" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Do you wish to replace the conditional expression?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Doreşti să înlocuiești expresia condițională?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:draw-style" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Draw style</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Stil de desen</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:duration" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Duration</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Durată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:dutch-nl_nl" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Dutch (nl_NL)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Olandeză (nl_NL)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:each-url-should-have-a-unique-name-please-make-sure-there-is-only-one-url-named" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Each URL should have a unique name. Please make sure there is only one URL named</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Fiecare URL trebuie să aibă un nume unic. Vă rugăm să vă asigurați că există un singur URL cu numele</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:edit" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Edit</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Editare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:element" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Element</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Element</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:element-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Element name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume element</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:email" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Email</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Email</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:empty-input-parameter" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Empty input parameter.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Golire parametru de intrare.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:enable" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Enable</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:enable-confirmation" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Enable confirmation</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activare confirmare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:enable-debug-mode-in-selected-groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Enable debug mode in selected groups?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activare mod de depanare în grupurile selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:enable-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Enable host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activare server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:enable-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Enable host?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activare server?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:enable-hosts-monitored-by-selected-proxies" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Enable hosts monitored by selected proxies?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activare servere monitorizate de proxy-urile selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:enable-internal-housekeeping" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Enable internal housekeeping</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activare menaj intern</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:enable-selected-actions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Enable selected actions?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activare acțiuni selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:enable-selected-discovery-rules" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Enable selected discovery rules?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activare reguli de detecție selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:enable-selected-groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Enable selected groups?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activare grupuri selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:enable-selected-hosts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Enable selected hosts?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activare servere selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:enable-selected-items" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Enable selected items?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activare itemi selectați?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:enable-selected-media-types" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Enable selected media types?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activare elemente de tip media selectate?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:enable-selected-triggers" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Enable selected triggers?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Activare triggeri selectați?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:english-en_us" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>English (en_US)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Engleză (en_US)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:error" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Error</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eroare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:error-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Error: %1$s</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eroare: %1$s</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:error-in-search-request-for-table-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Error in search request for table "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eroare in cererea de căutare pentru tabelul "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:event" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Event</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eveniment</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:event-acknowledged" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Event acknowledged</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eveniment confirmat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:event-details" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Event details</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Detalii eveniment</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:event-generation" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Event generation</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Generare eveniment</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:event-id" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Event ID</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eveniment ID</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:event-list-previous-20" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Event list [previous 20]</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Listă de evenimente [ultimele 20]</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:events-and-alerts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Events and alerts</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Evenimente și alerte</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:event-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Event type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip eveniment</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:every-days" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Every day(s)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Zilnic (s)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:every-weeks" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Every week(s)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Săptămânal (s)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:exclude" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Exclude</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Exclude</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:execute" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Execute</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Execută</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:executed-script" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Executed script</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Script executat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:execute-on" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Execute on</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Execută la</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:execution-confirmation" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Execution confirmation</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Confirmare de executare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:expand-single-problem" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Expand single problem</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Extinde problema unică</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:maintenance-statusexpired" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Expired</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expirat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:exploded" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Exploded</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Explodat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:export-to-csv" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Export to CSV</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Export în CSV</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:expression" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Expression</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expresie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:expression-cannot-be-empty" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Expression cannot be empty</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expresia nu poate fi vidă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:expression-constructor" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Expression constructor</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Constructor de expresii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:expressions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Expressions</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expresii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:expression-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Expression type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip de expresie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:external-check" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>External check</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Verificare externă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:friday-shortf" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>F</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>F</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:fail" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Fail</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Greșeală</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:failed" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Failed</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eșec</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:failure-audit" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Failure Audit</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Audit greșit</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:false" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>FALSE</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>FALS</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:feb" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Feb</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Feb</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:february" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>February</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Februarie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:field" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Field</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Câmp</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:field-1s-cannot-be-set-to-null" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Field "%1$s" cannot be set to NULL.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Câmpul "%1$s" nu poate fi pus NULL.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:field-1s-is-mandatory" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Field "%1$s" is mandatory.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Câmpul "%1$s" este opțional. </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:field-1s-is-not-integer" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Field "%1$s" is not integer.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Câmpul "%1$s" nu este număr întreg.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:field-1s-is-not-string" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Field "%1$s" is not string.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Câmpul "%1$s" nu este șir.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:field-1s-must-be-missing" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Field "%1$s" must be missing.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Câmpul "%1$s" trebuie să lipsească.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:file-is-too-big-max-upload-size-is-1s-bytes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>File is too big, max upload size is %1$s bytes.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Fișierul este prea mare, mărimea maximă de upload este %1$s octeți.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:filled-region" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Filled region</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Zone pline</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:filter" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Filter</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Filtru</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:finish" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Finish</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Sfârșit</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:finnish-fi_fi" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Finnish (fi_FI)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Finlandeză (fi_FI)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:page-navigationfirst" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>First</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Primul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:fit-to-map" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Fit to map</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Încadrează în hartă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:fixed" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Fixed</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Remediat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:formula" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Formula</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Formulă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:french-fr_fr" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>French (fr_FR)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Franceză (fr_FR)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:fri" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Fri</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Fri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:friday" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Friday</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Vineri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:from" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>From</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>De la</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:frontend-access" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Frontend access</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acces la interfață</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:frontend-messaging" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Frontend messaging</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mesaje de interfață</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:ftp" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>FTP</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>FTP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:function" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Function</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Funcție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:general" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>General</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>General</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:german-de_de" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>German (de_DE)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Germană (de_DE)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:given-expression-is-not-a-macro" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Given expression is not a macro</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expresia dată nu este macro</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:item_formglobal-housekeeping-settings" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>global housekeeping settings</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>setări interne globale</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:google-chrome" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Google Chrome</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Google Chrome</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:go-to" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Go to</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mergi la</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:gradient-line" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Gradient line</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Gradient linie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:graph" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grafic</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:graph-1s-already-exists-on-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph "%1$s" already exists on "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Graficul "%1$s" există deja pe "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:graph-1s-already-exists-on-2s-inherited-from-another-template" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph "%1$s" already exists on "%2$s" (inherited from another template).</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Graficul "%1$s" există deja pe "%2$s" (moștenit de la alt șablon).</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:graph-1s-already-exists-on-2s-items-are-not-identical" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph "%1$s" already exists on "%2$s" (items are not identical).</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Graficul "%1$s" există deja pe "%2$s" (itemii nu sunt identici).</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:graph-1s-with-templated-items-cannot-contain-items-from-other-hosts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph "%1$s" with templated items cannot contain items from other hosts.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Graficul "%1$s" cu itemi șablon nu poate să conțină itemi de la alte servere.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:graph-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grafic adăugat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:graph-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototip grafic</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:graph-prototype-1s-contains-item-prototypes-from-multiple-discovery-rules" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph prototype "%1$s" contains item prototypes from multiple discovery rules.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototipul grafic "%1$s" conține prototipu grafici pentru mai multe reguli de detecție.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:graph-prototype-1s-must-have-at-least-one-item-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph prototype "%1$s" must have at least one item prototype.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototipul grafic "%1$s" trebuie să aibă cel puțin un prototip item.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:graph-prototype-1s-with-templated-items-cannot-contain-items-from-other-hosts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph prototype "%1$s" with templated items cannot contain items from other hosts.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototip de grafic "%1$s" cu itemi șablon nu poate să conțină itemi de la alte servere.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:graph-prototype-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph prototype added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototip grafic adăugat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:graph-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph prototypes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototipuri grafice</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:graph-prototype-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph prototype updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototip grafic adăugat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:graphs" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graphs</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grafice</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:graph-sum" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph sum</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Sumă grafică</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:graph-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip grafic</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:graph-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Graph updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grafic actualizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:greek-el_gr" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Greek (el_GR)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Greacă (el_GR)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:grid" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Grid</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grilă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:group" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Group</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grup</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:group-1s-cannot-be-deleted-because-it-is-used-by-a-host-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Group "%1$s" cannot be deleted, because it is used by a host prototype.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grupul "%1$s" nu poate fi șters, pentru că este utilizat de un server prototip </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:group-1s-does-not-exist" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Group "%1$s" does not exist.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grupul "%1$s" nu există.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:group-1s-for-host-2s-does-not-exist" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Group "%1$s" for host "%2$s" does not exist.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grupul "%1$s" pentru serverul "%2$s" nu există.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:group-for-discovered-hosts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Group for discovered hosts</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grup pentru servere detectate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:grouping-by" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Grouping by</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grupare după</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:group-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Group name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume grup</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:group-prototype-cannot-be-based-on-a-discovered-host-group-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Group prototype cannot be based on a discovered host group "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grupul prototip nu se poate baza pe un grup server detectat "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:group-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Group prototypes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototipuri grup</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Groups</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grupuri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:gsm-modem" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>GSM modem</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Modem GSM</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:gui" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>GUI</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>GUI</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:gui-access-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>GUI access disabled.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acces GUI dezactivat.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:hour-shorth" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>h</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>h</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:hardware" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Hardware</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Hardware</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:hardware-full-details" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Hardware (Full details)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Hardware (Detalii complete)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:height" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Height</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Înălțime</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:help" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Help</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ajutor</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:hi-a" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>h:i A</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>H:m</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:hidden" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Hidden</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ascuns</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:hide-selected" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Hide selected</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ascunde selecția</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:high" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>High</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ridicat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:his-a" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>h:i:s A</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>H:m:s</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:history" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>History</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Istoric</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:history-clearing-can-take-a-long-time-continue" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>History clearing can take a long time. Continue?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Golirea istoricului poate lua o perioadă lungă de timp. Continuare?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:horizontal" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Horizontal</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Orizontal</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:horizontal-align" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Horizontal align</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Aliniere orizontală</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Host</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Hosturi</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Hosturi</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:host-1s-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host "%1$s" already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Serverul "%1$s" există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:host-access" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host access</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Acces server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:host-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Server adăugat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:host-cannot-have-more-than-one-default-interface-of-the-same-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host cannot have more than one default interface of the same type.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Serverul nu poate avea mai mult de o interfață implicită de același tip.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:host-count" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host count</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Contor server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:host-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Server dezactivat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:host-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Servere dezactivate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:host-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Servere dezactivate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:host-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Servere activate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:host-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Server activat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:host-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Servere activate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:host-group" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>host group</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>grup server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:host-group" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host group</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grup server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:host-group-1s-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host group "%1$s" already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grupul server "%1$s" există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:host-group-1s-cannot-be-deleted-because-it-is-used-in-a-global-script" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host group "%1$s" cannot be deleted, because it is used in a global script.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grupul server "%1$s" nu poate fi șters, pentru că este utilizat într-un script global.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:host-group-elements" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host group elements</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Elementele grupului de servere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:host-group-label-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host group label type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipul etichetei grupului de servere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:host-groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host groups</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grupuri de servere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:host-interface" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host interface</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Interfață server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:host-inventory" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host inventory</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Inventar server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:host-inventory-overview" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host inventory overview</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prezentare generală inventar server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:host-ip" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host IP</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>IP server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:hostkey-pair-is-expected" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>"host:key" pair is expected</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>se asteapta o pereche</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:host-label-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host label type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip eticheta server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:host-metadata" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host metadata</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Metadate server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:host-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:host-networks" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host networks</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Rețele server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:host-prototype-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host prototype added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototip grafic adăugat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:host-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host prototypes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototipuri de servere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:host-prototype-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host prototype updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototip Host actualizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:host-prototype-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host prototype updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototip host updatat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:host-prototype-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host prototype updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototip Host actualizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:host-prototype-with-host-name-1s-already-exists-in-discovery-rule-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host prototype with host name "%1$s" already exists in discovery rule "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Server prototip cu nume server "%1$s" există deja în regula de detecție "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:host-prototype-with-visible-name-1s-already-exists-in-discovery-rule-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host prototype with visible name "%1$s" already exists in discovery rule "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Server prototip cu nume vizibil "%1$s" există deja în regula de detecție "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:host-router" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host router</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Router gazdă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:hosts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Hosts</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Servere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:hosts-location" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Hosts location</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Locație servere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:host-subnet-mask" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host subnet mask</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mască subnet server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:host-time" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host time</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Timp server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:host-update-failed" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host update failed.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Actualizare server nereușită.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:host-with-the-same-name-1s-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host with the same name "%1$s" already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Server cu același nume "%1$s" există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:host-with-the-same-visible-name-1s-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Host with the same visible name "%1$s" already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Server cu același nume vizibil "%1$s" există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:hours" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Hours</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ore</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:housekeeping" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Housekeeping</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Housekeeping</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:http" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>HTTP</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>HTTP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:http-authentication" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>HTTP authentication</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Autentificare HTTP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:http-proxy" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>HTTP proxy</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>proxy HTTP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:https" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>HTTPS</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>HTTPS</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:hungarian-hu_hu" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Hungarian (hu_HU)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Maghiară (hu_HU)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:hw-architecture" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>HW architecture</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Arhitectură HW</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:icmp-ping" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>ICMP ping</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>ping ICMP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:icon" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>icon</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>iconiță</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:icon" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Icon</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Iconiță</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:icon-default" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Icon (default)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Iconiță (implicit)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:icon-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Icon (disabled)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Iconiță (dezactivat)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:icon-highlight" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Icon highlight</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Iconiță selectată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:icon-maintenance" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Icon (maintenance)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Iconiță (mentenanță)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:icon-map" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Icon map</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Icon hartă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:icon-map-1s-cannot-be-deleted-used-in-map-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Icon map "%1$s" cannot be deleted. Used in map "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Icon hartă "%1$s" nu poate fi ștearsă. Este folosită în harta "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:icon-map-created" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Icon map created</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Icon hartă creat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:icon-map-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Icon map deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Icon hartă șters</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:icon-mapping" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Icon mapping</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>mapare icon</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:icon-map-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Icon map updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Icon hartă actualizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:icon-problem" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Icon (problem)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Iconiță (problemă)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:icons" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Icons</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Iconițe</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:id" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>ID</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>ID</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:if-you-think-this-message-is-wrong-please-consult-your-administrators-about-getting-the-necessary-permissions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>If you think this message is wrong, please consult your administrators about getting the necessary permissions.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dacă crezi ca acest mesaj este greșit, te rog să consulți administratorii pentru obținerea permisiunilor necesare.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:image" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>image</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>imagine</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:image" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Image</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Imagine</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:image-1s-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Image "%1$s" already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Imaginea "%1$s" există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:image-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Image added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Imagine adăugată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:image-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Image deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Imagine ștearsă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:image-label-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Image label type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipul etichetei imaginii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:images" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Images</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Imagini</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:images-for-all-maps-will-be-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Images for all maps will be updated!</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Imaginile pentru toate hărțile vor fi actualizate!</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:image-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Image updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Imagine actualizată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:imap" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>IMAP</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>IMAP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:immediately" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Immediately</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Imediat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:import" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Import</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Import</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:imported-successfully" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Imported successfully</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Import cu succes</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:import-file" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Import file</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Fișier import</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:in" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>in</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>în</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:include" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Include</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Include</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:incorrect-1s-label-type-value-for-map-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect %1$s label type value for map "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipul valorii etichetei %1$s incorect pentru harta "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:incorrect-action-condition-discovery-check" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect action condition discovery check.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Condiție de acțiune incorectă la verificare detecție.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:incorrect-action-condition-discovery-check-discovery-check-does-not-exist-or-you-have-no-access-to-it" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect action condition discovery check. Discovery check does not exist or you have no access to it.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Condiție de acțiune incorectă la verificare detecție. Verificarea detecției nu există sau nu ai acces la ea.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:incorrect-action-condition-discovery-object" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect action condition discovery object.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Condiție de acțiune incorectă la detecție obiect.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:incorrect-action-condition-discovery-rule-discovery-rule-does-not-exist-or-you-have-no-access-to-it" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect action condition discovery rule. Discovery rule does not exist or you have no access to it.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Condiție de acțiune incorectă la regula de detecție. Regula de detecție nu există sau nu ai acces la ea.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:incorrect-action-condition-discovery-status" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect action condition discovery status.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Condiție de acțiune incorectă la starea de detecție.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:incorrect-action-condition-event-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect action condition event type.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Condiție de acțiune incorectă la tipul eveniment.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:incorrect-action-condition-port-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect action condition port "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Condiție de acțiune incorectă port "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:incorrect-action-condition-proxy-proxy-does-not-exist-or-you-have-no-access-to-it" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect action condition proxy. Proxy does not exist or you have no access to it.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Condiție de acțiune incorectă proxy. Proxy nu există sau nu ai acces la el.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:incorrect-action-condition-trigger-severity" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect action condition trigger severity.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Condiție de acțiune incorectă la gravitate trigger.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:incorrect-action-condition-trigger-trigger-does-not-exist-or-you-have-no-access-to-it" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect action condition trigger. Trigger does not exist or you have no access to it.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Condiție de acțiune incorectă trigger. Trigger nu există sau nu ai acces la el.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:incorrect-action-condition-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect action condition type.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Condiție de acțiune incorectă gen.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:incorrect-action-operation-escalation-step-values" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect action operation escalation step values.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Operațiune de acțiune incorectă tip valoare crescută cu un pas.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:incorrect-arguments-passed-to-function" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect arguments passed to function.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Argumente incorecte trimise funcției.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:incorrect-field-1s-name-or-value-in-where-statement-for-table-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect field "%1$s" name or value in where statement for table "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume sau valoare câmp "%1$s" incorecte în care afirmația pentru tabelul "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:incorrect-fields-for-sysmap" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect fields for sysmap.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Câmpuri incorecte pentru sysmap.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:incorrect-file-upload" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect file upload.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Încărcare fișier incorectă. </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:incorrect-function-is-used" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect function is used</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Funcție incorectă utilizată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:incorrect-image-index" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect image index.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Index imagine incorect.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:incorrect-input-parameters" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect input parameters.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Parametrii de intrare incorecți.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:incorrect-item-key-1s-provided-for-trigger-expression-on-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect item key "%1$s" provided for trigger expression on "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cheie item "%1$s" incorect prevăzut pentru expresia triggerului pe "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:incorrect-item-value-type-1s-provided-for-trigger-function-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect item value type "%1$s" provided for trigger function "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip valoare item "%1$s" incorect prevăzut pentru funcția triggerului "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:incorrect-list-of-items" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect list of items.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Listă incorectă de itemi.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:incorrect-maintenance-period-minimum-5-minutes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect maintenance period (minimum 5 minutes)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Perioadă a mentenanței incorectă (minim 5 minute)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:incorrect-port-range" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect port range.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Gamă port incorectă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:incorrect-response-received-from-zabbix-server-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect response received from Zabbix server "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Răspuns incorect primit de la serverul Zabbix "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:incorrect-snmp-community" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect SNMP community.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Comunitate SNMP incorectă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:incorrect-snmp-oid" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect SNMP OID.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>SNMP OID incorect.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:incorrect-syntax-near-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>incorrect syntax near "%1$s"</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>sintaxă incorectă lângă "%1$s"</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:incorrect-trigger-expression" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect trigger expression.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expresii trigger incorecte.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:incorrect-trigger-expression-host-1s-does-not-exist-or-you-have-no-access-to-this-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect trigger expression. Host "%1$s" does not exist or you have no access to this host.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expresie trigger incorectă. Serverul "%1$s" nu există sau nu ai acces la acest server.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:incorrect-trigger-expression-trigger-expression-elements-should-not-belong-to-a-template-and-a-host-simultaneously" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect trigger expression. Trigger expression elements should not belong to a template and a host simultaneously.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expresie trigger incorectă. Elementele expresiei trigger nu trebuie să aparțină simultan unui șablon si unui server.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:incorrect-value-1s-for-2s-field" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect value "%1$s" for "%2$s" field.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare incorectă "%1$s" pentru câmpul "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:incorrect-value-1s-for-2s-field-must-be-between-3s-and-4s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect value "%1$s" for "%2$s" field: must be between %3$s and %4$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare incorectă "%1$s" pentru câmpul "%2$s": trebuie să fie între %3$s și %4$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:incorrect-value-1s-for-float-field-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect value "%1$s" for float field "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare incorectă "%1$s" pentru câmpul flotant "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:incorrect-value-1s-for-int-field-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect value "%1$s" for int field "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare incorectă "%1$s" pentru câmpul int "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:incorrect-value-1s-for-unsigned-int-field-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Incorrect value "%1$s" for unsigned int field "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare incorectă "%1$s" pentru câmpul int nesemnat "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:indonesian-id_id" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Indonesian (id_ID)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Indoneză (id_ID)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:info" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Info</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Info</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:information" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Information</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Informaţie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:in-maintenance" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>In maintenance</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>În mentenanță</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:in-progress" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>In progress</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>În progres</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:insert" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Insert</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Inserează</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:installation" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Installation</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Instalare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:installer-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Installer name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume de instalare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:interface" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Interface</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Interfață</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:interface-is-linked-to-item-1s-on-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Interface is linked to item "%1$s" on "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Interfața e legată de itemul "%1$s" pe "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:interface-with-dns-1s-cannot-have-empty-ip-address" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Interface with DNS "%1$s" cannot have empty IP address.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Interfața cu DNS "%1$s" nu poate avea adresă IP goală.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:interface-with-ip-1s-cannot-have-empty-dns-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Interface with IP "%1$s" cannot have empty DNS name.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Interfața cu IP "%1$s" nu poate avea nume DNS gol.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:interface-with-ip-1s-cannot-have-empty-dns-name-while-having-use-dns-property-on-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Interface with IP "%1$s" cannot have empty DNS name while having "Use DNS" property on "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Interfața cu IP "%1$s" nu poate avea nume DNS gol în timp ce are "Folosește proprietatea DNS" la "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:authenticationinternal" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Internal</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Intern</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:user-typeinternal" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Internal</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Intern</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:internal-error" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Internal error.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eroare internă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:internal-json-rpc-error" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Internal JSON-RPC error.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eroare internă JSON-RPC.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:internet-explorer" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Internet Explorer</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Internet Explorer</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:interval" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Interval</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Interval</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:invalid-json-an-error-occurred-on-the-server-while-parsing-the-json-text" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Invalid JSON. An error occurred on the server while parsing the JSON text.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>JSON invalid. A apărut o eroare la server în timp ce analiza textul JSON.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:invalid-key-1s-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Invalid key "%1$s": %2$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cheie invalidă "%1$s": %2$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:invalid-method-parameters" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Invalid method parameters.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Parametrii metodei invalizi. </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:invalid-params" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Invalid params.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Parametri invalizi.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:invalid-response-code-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Invalid response code "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cod de răspuns invalid "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:inventory" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Inventory</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Inventar</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:inventory-disabled-for-host-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Inventory disabled for host "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Inventar dezactivat pentru server "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:inventory-field" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Inventory field</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Câmp inventar</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:inventory-mode" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Inventory mode</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mod inventar</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:ip" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>IP</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>IP Internet Protocol</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:ip-address" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>IP address</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adresă IP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:ip-and-dns-cannot-be-empty-for-host-interface" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>IP and DNS cannot be empty for host interface.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>IP-ul si DNS-ul nu pot fi nule pentru interfața serverului.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:ipmi" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>IPMI</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>IPMI</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:ipmi-agent" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>IPMI agent</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Agent IPMI</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:ipmi-interfaces" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>IPMI interfaces</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Interfață IPMI</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:ipmi-sensor" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>IPMI sensor</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Senzor IPMI</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:ip-range" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>IP range</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Interval IP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:is-online" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Is online?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Este online?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:italian-it_it" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Italian (it_IT)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Italiană (it)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Item</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:item-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Item adăugat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:item-count" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item count</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numărătoare item</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:item-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Elemente dezactivate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:item-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Elemente dezactivate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:item-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Element dezactivat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:item-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Item activat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:item-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Itemi activați</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:item-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Itemi activați</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:item-in-not-supported-state" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item in "not supported" state</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Item în stare "nesuportată"</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:item-not-selected" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item not selected</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Item neselectat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:item-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototip item</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:item-prototype-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item prototype added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototip item adăugat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:item-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item prototypes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototipuri item</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:item-prototype-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item prototype updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototip item actualizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:items" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Items</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Itemi</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:items-list" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Items list</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Lista itemi</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:item-will-not-be-refreshed-please-enter-a-correct-update-interval" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Item will not be refreshed. Please enter a correct update interval.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Itemul nu va fi actualizat. Va rugăm să introduceți un interval de actualizare corect.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:it-is-not-possible-to-filter-by-user-password" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>It is not possible to filter by user password.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu este posibilă filtrarea după parola utilizatorului.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:it-is-not-possible-to-search-by-user-password" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>It is not possible to search by user password.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu este posibilă căutarea după parola utilizatorului.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:jan" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Jan</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ian</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:january" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>January</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ianuarie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:japanese-ja_jp" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Japanese (ja_JP)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Japoneză (ja_JP)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:jmx" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>JMX</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>JMX</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:jmx-agent" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>JMX agent</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Agent JMX</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:jmx-interfaces" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>JMX interfaces</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Interfață JMX</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:jul" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Jul</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Iul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:july" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>July</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Iulie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:jun" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Jun</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Iun</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:june" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>June</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Iunie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:key" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Key</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cheie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:key-is-empty" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>key is empty</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>cheia este goală</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:key-passphrase" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Key passphrase</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Parola cheie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:korean-ko_kr" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Korean (ko_KR)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Coreeană (ko_KR)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:label" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Label</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Etichetă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:label-location" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Label location</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Locație etichetă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:language" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Language</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Limbă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:last" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>last</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>ultima</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:week-of-monthlast" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>last</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>ultima</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:page-navigationlast" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Last</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ultima</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:last-check" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Last check</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ultima verificare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:last-hour-graph" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Last hour graph</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Graficul ultimei ore</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:last-month-graph" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Last month graph</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Graficul ultimei luni</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:last-of" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Last of</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ultima din</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:last-seen-age" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Last seen (age)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ultima dată vazut (vârstă)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:last-value" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Last value</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ultima valoare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:last-week-graph" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Last week graph</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Graficul ultimei săptămâni</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:latest-data" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Latest data</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cele mai recente date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:latest-values" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Latest values</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cele mai recente valori</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:latvian-lv_lv" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Latvian (lv_LV)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Letonă (lv_LV)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:ldap" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>LDAP</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>LDAP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:ldap-authentication" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>LDAP authentication</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Autentificare LDAP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:left" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Left</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Stânga</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:limit-for-search-and-filter-results" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Limit for search and filter results</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Limită elemente Căutare/Filtrare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:line" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Line</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Linie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:link" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Link</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Legătură</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:linked-templates" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Linked templates</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șabloane legate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:link-indicators" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Link indicators</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Indicatori de legătură</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:link-templates" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Link templates</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Leagă șabloane</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:list-is-empty" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>List is empty</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Lista este goală</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:lithuanian-lt_lt" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Lithuanian (lt_LT)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Lituaniană (lt_LT)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:local-time" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Local time</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ora locală</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:location" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Location</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Locaţie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:location-latitude" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Location latitude</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Latitudine locație</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:location-longitude" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Location longitude</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Longitudine locație</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:log" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Log</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Înregistrare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:login" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Login</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Autentificare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:login-name-or-password-is-incorrect" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Login name or password is incorrect.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numele sau parola este incorectă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:logout" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Logout</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Deconectare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:log-time-format" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Log time format</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Format timp autentificare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:log-unmatched-snmp-traps" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Log unmatched SNMP traps</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Înregistrarea nu se potrivește cu capcanele SNMP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:lost" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Lost</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Pierdut</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:low-level-discovery-rule-in-not-supported-state" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Low-level discovery rule in "not supported" state</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nivel scăzut al regulii de detecție în stare "nu este acceptată"</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:minute-shortm" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>m</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>m</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:monday-shortm" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>M</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>M</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:mac-address-a" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>MAC address A</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adresă MAC A</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:mac-address-b" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>MAC address B</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adresă MAC B</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:macro" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Macro</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Macro</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:macro-1s-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Macro "%1$s" already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Macro-ul "%1$s" există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:macro-1s-already-exists-on-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Macro "%1$s" already exists on "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Macro-ul "%1$s" există deja pe "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:macros" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>macro(s)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>macro(uri)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:macros" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Macros</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Macro-uri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:macros-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Macros updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Macro-uri actualizate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:maintenance" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Maintenance</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mentenanță</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:maintenance-period" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Maintenance period</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Perioadă de mentenanță</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:maintenance-period-length" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Maintenance period length</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Lungime perioadă de mentenanță</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:maintenance-periods" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Maintenance periods</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Perioade de mentenanță</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:maintenance-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Maintenance type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip mentenanță</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:maintenance-with-data-collection" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Maintenance with data collection</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mentenanță cu colecție de date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:maintenance-without-data-collection" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Maintenance without data collection</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mentenanță fără colecție de date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:manual" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>&lt;manual&gt;</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>&lt;manual&gt;</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:manual" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Manual</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Manual</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:map" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>map</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>hartă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:map" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Map</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Hartă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:map-label-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Map label type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip etichetă hartă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:mapped-to" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Mapped to</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mapat la </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:mappings" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Mappings</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mapări</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:maps" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Maps</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Hărți</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:mar" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Mar</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mar</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:march" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>March</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Martie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:mark-elements-on-trigger-status-change" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Mark elements on trigger status change</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Marchează elementele pe schimbarea de status a trigerilor</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:mark-others" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Mark others</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Marchează pe alții</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:mark-selected" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Mark selected</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Marchează selecția</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:mask" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Mask</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mască</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:mass-update" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Mass update</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Masă zctualizată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:mass-update-elements" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Mass update elements</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Elemente de masă actualizate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:max" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>max</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>max</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:max-count-of-elements-to-show-inside-table-cell" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Max count of elements to show inside table cell</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numerotare maximă a elementelor pentru arătarea interiorului celulei tabelului</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:maximum-time-period-to-display-is-1s-day" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Maximum time period to display is %1$s day.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Perioada maximă de timp pentru afișare este %1$s zile.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:maximum-time-period-to-display-is-1s-day" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Maximum time period to display is %1$s day.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Perioada maximă de timp pentru afișare este %1$s zile.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:maximum-time-period-to-display-is-1s-day" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Maximum time period to display is %1$s day.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Perioada maximă de timp pentru afișare este %1$s zile.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:may" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>May</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mai</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:may-shortmay" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>May</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mai</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:md2" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>MD2</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>MD2</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:m-d-hi-a" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>m-d h:i A</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>m-d H:i</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:media" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Media</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Media</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:media-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Media type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipul media</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:media-type-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Media type added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipul media adăugat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:media-type-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Media type deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipurile media șterse</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:media-type-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Media type deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipurile media au fost șterse </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:media-type-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Media type deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipul media șters</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:media-type-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Media type disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipurile media dezactivate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:media-type-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Media type disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipurile media dezactivate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:media-type-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Media type disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipul media dezactivat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:media-type-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Media type enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipurile media activate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:media-type-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Media type enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipurile media activate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:media-type-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Media type enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipul media activat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:media-types" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Media types</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipuri media</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:media-type-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Media type updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipul media actualizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:members" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Members</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Membri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:message" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Message</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mesaj</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:messages" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Messages</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mesaje</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:message-timeout" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Message timeout</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mesaj expirat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:messaging" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Messaging</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trimitere mesaje</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:method-not-found" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Method not found.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Metoda nu a fost găsită.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:middle" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Middle</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mijloc</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:min" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>min</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>min</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:minimum-severity" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Minimum severity</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Severitate minimă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:minutes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Minutes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Minute</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:missing-itemid-field-for-item" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Missing "itemid" field for item.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Câmp lipsă "itemid" pentru item.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:missing-items-for-graph-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Missing items for graph "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Itemi lipsă pentru elementul grafic "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:missing-items-for-graph-prototype-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Missing items for graph prototype "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Itemi lipsă pentru prototipul grafic "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:missing-key-1s-for-host-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Missing key "%1$s" for host "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cheie lipsă "%1$s" pentru server "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:missing-name-field-for-graph" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Missing "name" field for graph.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Câmp lipsă "nume" pentru element grafic.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:missing-name-field-for-graph-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Missing "name" field for graph prototype.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Câmp lipsă "nume" pentru prototip grafic.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:mode" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Mode</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mod</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:model" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Model</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Model</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:mon" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Mon</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Lun</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:monday" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Monday</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Luni</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:monitored-by-proxy" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Monitored by proxy</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Monitorizat de proxy</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:monitored-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Monitored host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Server monitorizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:monitoring" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Monitoring</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Monitorizare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:month" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Month</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Lună</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:monthly" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Monthly</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Lunar</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:more-matches-found" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>More matches found...</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mai multe potriviri găsite...</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:more-than-10-minutes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>More than 10 minutes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mai mult de 10 minute</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:mozilla-firefox" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Mozilla Firefox</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mozilla Firefox</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:millisecond-shortms" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>ms</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>ms</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:multiple-problem-events" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Multiple PROBLEM events</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Evenimente PROBLEME multiple</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:mute" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Mute</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mut</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:n-d-hi-a" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>n-d h:i A</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>n-d H:i</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:network-map-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Network map added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Hartă rețea adăugată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:network-maps" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Network maps</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Hărți rețea</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:network-map-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Network map updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Hartă rețea actualizată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:never" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Never</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Niciodată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:new" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>new</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>nou</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:new-element-in-multiselectnew" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>new</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>nou</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:new-condition" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>New condition</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Condiție nouă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:new-element" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>New element</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Element nou</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:new-regular-expression" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>New regular expression</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Exoresie uzuală nouă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:nntp" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>NNTP</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>NNTP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:no" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:no-1s-given-for-graph" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No "%1$s" given for graph.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Niciun "%1$s" dat pentru grafic.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:no-1s-given-for-graph-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No "%1$s" given for graph prototype.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Niciun "%1$s" dat pentru prototipul grafic.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:no-data" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>no data</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>fără date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:no-data-collection" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No data collection</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nicio colecție de date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:no-default-interface-for-1s-type-on-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No default interface for "%1$s" type on "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nicio interfață implicită pentru tipul "%1$s" pe "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:no-details" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No details</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Niciun detaliu</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:no-discovery-rule-ids-given" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No discovery rule IDs given.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nicio regulă de detecție IDs dată.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:no-file-was-uploaded" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No file was uploaded.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Niciun fișier nu s-a încărcat.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:no-graphs-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No graphs added.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Niciun grafic adăugat.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:no-host-ids-given" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No host IDs given.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Niciun IDs server dat.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:no-image" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No image</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nicio imagine</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:no-interface-found" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No interface found</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nicio interfață găsită</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:no-items-defined" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No items defined.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Niciun item definit.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:no-macros-found" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No macros found.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Niciun macro găsit.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:no-maps-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No maps added.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nicio hartă adaugată.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:no-matches-found" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No matches found</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nicio potrivire găsită</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:none" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>None</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Niciunul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:no-permissions-for-system-access" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No permissions for system access.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nicio permisiune de acces la sistem.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:no-permissions-to-referred-object-or-it-does-not-exist" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No permissions to referred object or it does not exist!</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nicio permisiune la obiectul menționat sau acesta nu există!</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:no-proxy" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>(no proxy)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>(fără proxy)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:no-proxy" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No proxy</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Fără proxy</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:normal" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Normal</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Normal</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:normal-view" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Normal view</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Vizualizare normală</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:no-script-specified-for-action-operation-command" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No script specified for action operation command.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu a fost specificat niciun script pentru comanda de acțiune a operațiunii.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:not-ack" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Not Ack</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu Ack</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:not-allowed-to-set-password-for-user-guest" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Not allowed to set password for user "guest".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu este permisă setarea parolei pentru utilizatorul "guest".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:not-available" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Not available</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Indisponibil</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:not-classified" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Not classified</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Neclasificate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:notes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Notes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Note</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:nothing" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Nothing</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nimic</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:notification-report" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Notification report</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Raport de notificare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:notifications" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Notifications</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Notificări</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:not-in" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>not in</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>nu este în</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:no-triggers-defined" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>No triggers defined.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Niciun trigger definit.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:not-selected" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>not selected</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>neselectat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:not-supported" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Not supported</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nesuportat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:nov" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Nov</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Noi</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:november" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>November</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Noiembrie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:number-of-items-in-proxy-history-that-are-not-yet-sent-to-the-server" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Number of items in proxy history that are not yet sent to the server</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Număr de itemuri în istoricul proxy care nu au fost încă trimise către server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:number-of-items-in-zabbix-database" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Number of items in Zabbix database.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Număr de itemuri in baza de date Zabbix.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:number-of-monitored-hosts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Number of monitored hosts</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Număr de servere monitorizate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:number-of-steps" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Number of steps</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Număr de pași</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:number-of-triggers-in-zabbix-database" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Number of triggers in Zabbix database.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numărul triggerilor din baza de date Zabbix.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:number-of-unsupported-items-in-zabbix-database" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Number of unsupported items in Zabbix database.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numărul itemilor nesuportați în baza de date Zabbix.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:number-of-users-online" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Number of users (online)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numărul de utilizatori (online)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:numeric-float" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Numeric (float)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numeric (float)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:numeric-unsigned" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Numeric (unsigned)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numeric (nesemnat)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:oct" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Oct</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Oct</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:october" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>October</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Octombrie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:oem" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>OEM</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>OEM</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:of" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>of</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>al</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:off" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>off</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>închis</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:off" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Off</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Oprit</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:ok" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Ok</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ok</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:ok" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>OK</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>OK</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:on" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>on</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>pornit</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:on" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>On</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Pornit</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:once" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Once</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Odată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:one-time-only" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>One time only</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>O singură dată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:only-items-assigned-to-enabled-hosts-are-counted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Only items assigned to enabled hosts are counted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numai itemii desemnați să activeze servere sunt numărați</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:only-one-check-can-be-unique" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Only one check can be unique.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numai o verificare poate fi unică.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:only-super-admins-can-create-groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>(Only super admins can create groups)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>(Numai super administratorii pot creea grupuri)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:only-triggers-assigned-to-enabled-hosts-and-depending-on-enabled-items-are-counted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Only triggers assigned to enabled hosts and depending on enabled items are counted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numai triggerii atribuiți să activeze servere și care depind de itemi activați sunt contorizați</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:on-status-change-triggers-blink-for" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>On status change triggers blink for</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Statusul pornit modifică triggerii să lumineze pentru </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:oob-ip-address" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>OOB IP address</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adresă IP OOB</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:oob-router" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>OOB router</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>router OOB</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:oob-subnet-mask" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>OOB subnet mask</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mască subnet OOB</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:opera" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Opera</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Opera</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:operation-cannot-be-performed-due-to-unauthorized-request" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Operation cannot be performed due to unauthorized request.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Operațiunea nu poate fi executată datorită unei cereri neautorizate.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:operation-details" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Operation details</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Detalii operațiunii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:operation-has-no-group-to-operate" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Operation has no group to operate.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Operațiunea nu are grup de operare.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:operation-has-no-template-to-operate" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Operation has no template to operate.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Operațiunea nu are șablon de operare.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:operations" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Operations</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Operațiuni</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:operator" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Operator</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Operator</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:original" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Original</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Original</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:os" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>OS</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>OS</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:os-full-details" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>OS (Full details)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>OS (detaliat)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:os-short" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>OS (Short)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>OS (Prescurtat)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:other" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>other</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>altul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:other" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Other</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Altul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:other-configuration-parameters" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Other configuration parameters</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Alți parametri de configurare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:other-parameters" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Other parameters</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Alți parametri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:others" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Others</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Alții</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:item_formoverridden-by" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Overridden by</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Suprascrisă de </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:override-item-history-period" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Override item history period</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Perioadă istoric item de suprascriere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:override-item-trend-period" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Override item trend period</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Perioadă trend item de suprascriere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:overview" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Overview</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prezentare generală</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:page-received-incorrect-data" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Page received incorrect data</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Pagina a primit date incorecte</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:parameter" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Parameter</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Parametru</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:parent-discovery-rules" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Parent discovery rules</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Reguli de detecție părinte</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:parent-graphs" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Parent graphs</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grafice părinte</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:parent-items" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Parent items</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Itemi părinte</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:parent-triggers" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Parent triggers</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Triggeri părinte</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:parent-web-scenarios" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Parent web scenarios</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scenarii web părinte</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:parse-error" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Parse error</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eroare de analizare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:passive" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Passive</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Pasiv</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:password" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Password</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Parolă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:password-once-again" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Password (once again)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Parolă (din nou)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:percentile-line-left" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Percentile line (left)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Linie procentuala (stânga)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:percentile-line-right" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Percentile line (right)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Linie crescătoare (dreapta)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:period" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Period</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Perioadă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:periods" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Periods</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Perioade</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:period-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Period type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipul perioadei</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:permissions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Permissions</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Permisiuni</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:permissions-can-be-assigned-for-user-groups-only" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Permissions can be assigned for user groups only.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Persmisiunea poate fi atribuită doar grupurilor de utilizatori.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:persian-fa_ir" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Persian (fa_IR)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Persian (fa_IR)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:php-bcmath" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP bcmath</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>PHP bcmath</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:php-bcmath-extension-missing-php-configuration-parameter-enable-bcmath" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP bcmath extension missing (PHP configuration parameter --enable-bcmath).</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Extensia PHP bcmath lipsește (parametrul de configurare PHP --enable-bcmath).</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:php-ctype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP ctype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>PHP ctype</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:php-ctype-extension-missing-php-configuration-parameter-enable-ctype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP ctype extension missing (PHP configuration parameter --enable-ctype).</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Extensia PHP ctype lipsește (parametrul de configurare PHP --enable-ctype).</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:php-databases-support" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP databases support</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Suport pentru baza de date PHP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:php-gd" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP gd</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>PHP gd</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:php-gd-extension-missing-php-configuration-parameter-with-gd" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP gd extension missing (PHP configuration parameter --with-gd).</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Extensia PHP gd lipsește (parametrul de configurare PHP --with-gd).</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:php-gd-freetype-support" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP gd FreeType support</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Suport PHP gd FreeType</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:php-gd-freetype-support-missing" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP gd FreeType support missing.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Suport PHP gd FreeType lipsă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:php-gd-jpeg-image-support-missing" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP gd JPEG image support missing.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Suport PHP gd JPEG lipsă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:php-gd-jpeg-support" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP gd JPEG support</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Suport PHP gd JPEG</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:php-gd-png-image-support-missing" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP gd PNG image support missing.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Suport imagine PHP gd PNG lipsă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:php-gd-png-support" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP gd PNG support</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Suport PHP gd PNG</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:php-gettext" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP gettext</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>PHP gettext</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:php-gettext-extension-missing-php-configuration-parameter-with-gettext-translations-will-not-be-available" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP gettext extension missing (PHP configuration parameter --with-gettext). Translations will not be available.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Extensia PHP gettext lipsă (parametru de configurare PHP --with-gettext). Traduceri nu vor fi disponibile.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:php-libxml" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP libxml</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>PHP libxml</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:php-libxml-extension-missing" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP libxml extension missing.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Extensia PHP libxml lipsă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:php-mbstring" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP mbstring</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>PHP mbstring</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:php-mbstring-extension-missing-php-configuration-parameter-enable-mbstring" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP mbstring extension missing (PHP configuration parameter --enable-mbstring).</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Extensia PHP mbstring lipsește (parametrul de configurare PHP --enable-mbstring).</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:php-session" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP session</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Sesiune PHP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:php-session-auto-start-must-be-disabled-php-directive-sessionauto_start" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP session auto start must be disabled (PHP directive "session.auto_start").</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Pornirea automată sesiune PHP trebuie dezactivată (directiva PHP "session.auto_start").</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:php-session-extension-missing-php-configuration-parameter-enable-session" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP session extension missing (PHP configuration parameter --enable-session).</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Extensie sesiune PHP lipsă (Parametrul de configurare PHP --enable-session).</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:php-sockets" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP sockets</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>PHP sockets</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:php-sockets-extension-missing-php-configuration-parameter-enable-sockets" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP sockets extension missing (PHP configuration parameter --enable-sockets).</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Extensia socket-uri PHP lipsește (parametrul de configurare PHP --enable-sockets).</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:php-version" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP version</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Versiune PHP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:php-xmlreader" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP xmlreader</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>xmlreader PHP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:php-xmlreader-extension-missing" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP xmlreader extension missing.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Extensie xmlreader PHP lipsă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:php-xmlwriter" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP xmlwriter</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>PHP xmlwriter</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:php-xmlwriter-extension-missing" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PHP xmlwriter extension missing.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Extensie xmlwriter PHP lipsă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:pie" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Pie</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Diagramă circulară</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:placing-algorithm" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Placing algorithm</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Plasare algoritm</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:plain-text" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Plain text</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Text simplu</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:play" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Play</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Redare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:play-sound" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Play sound</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Redare sunet</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:please-select-two-elements" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Please select two elements</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Va rog selectați două elemente</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:polish-pl_pl" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Polish (pl_PL)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Poloneză (pl_PL)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:pop" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>POP</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>POP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:populates-host-inventory-field" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Populates host inventory field</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Populare câmp server inventar</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:port" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Port</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Port</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:port-cannot-be-empty-for-host-interface" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Port cannot be empty for host interface.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Portul nu pot fi nul pentru interfața serverului.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:port-range" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Port range</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Interval port</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:portuguese-pt_br" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Portuguese (pt_BR)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Portugheză (pt_BR)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:portuguese-pt_pt" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Portuguese (pt_PT)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Portugheză (pt_BR)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:preview" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Preview</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Previzualizare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:primary-poc-cell" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Primary POC cell</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Celulă inițială POC</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:primary-poc-email" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Primary POC email</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Email inițial POC</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:primary-poc-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Primary POC name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume inițial POC</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:primary-poc-notes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Primary POC notes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Note inițiale POC</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:primary-poc-phone-a" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Primary POC phone A</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Telefon A inițial POC</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:primary-poc-phone-b" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Primary POC phone B</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Telefon B inițial POC</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:primary-poc-screen-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Primary POC screen name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume ecran inițial POC</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:privacy-passphrase" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Privacy passphrase</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Frază de acces de confidențialitate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:privacy-protocol" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Privacy protocol</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ptotocol confidențial</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:private-key-file" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Private key file</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Fișier cheie privată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:privilege-level" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Privilege level</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nivel privilegiat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:problem" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Problem</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Problemă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:problem" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>PROBLEM</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>PROBLEMĂ</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:problem-display" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Problem display</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Afișare problemă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:problem-on" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Problem on</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Problemă pe</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:problems" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Problems</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Probleme</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:proxies" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Proxies</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Proxy-uri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:proxy" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Proxy</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Proxy</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:proxy-1s-for-host-2s-does-not-exist" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Proxy "%1$s" for host "%2$s" does not exist.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Proxy "%1$s" pentru serverul "%2$s" nu există.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:proxy-1s-is-used-by-discovery-rule-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Proxy "%1$s" is used by discovery rule "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Proxy "%1$s" este utilizat de regula de detecție "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:proxy-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Proxy added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Proxy adăugat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:proxy-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Proxy deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Proxyurile au fost șterse</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:proxy-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Proxy deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Proxyurile  au fost șterse</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:proxy-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Proxy deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Proxy-ul a fost șters</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:proxy-mode" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Proxy mode</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mod proxy</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:proxy-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Proxy name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume proxy</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:proxy-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Proxy updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Proxy actualizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:public-key" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Public key</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cheie publică</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:public-key-file" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Public key file</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Fișier cheie publică</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:queue" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Queue</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Coadă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:read" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Read</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Citire</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:read-only" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Read only</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numai citire</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:read-write" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Read-write</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Citire-scriere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:received-value" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Received value</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare primită</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:recipient" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Recipient</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Destinatar</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:recovery" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Recovery</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Recuperare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:refreshed-every-1s-sec" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>refreshed every %1$s sec.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>actualizare la fiecare %1$s sec.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:regular-expression" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Regular expression</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expresie uzuală</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:regular-expression-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Regular expression added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expresie uzuală adăugată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:regular-expression-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Regular expression deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expresii uzuale șterse</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:regular-expression-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Regular expression deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expresii uzuale șterse</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:regular-expression-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Regular expression deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expresie uzuală ștearsă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:regular-expressions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Regular expressions</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expresii uzuale</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:regular-expression-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Regular expression updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expresie uzuală actualizată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:remember-me-for-30-days" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Remember me for 30 days</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Amintește-mi 30 de zile</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:remote-command" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Remote command</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Comandă de la distanță</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:remove" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Remove</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șterge</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:remove-from-host-group" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Remove from host group</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șterge din grupul serverului</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:remove-from-host-groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Remove from host groups</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șterge din grupurile serverelor</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:remove-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Remove host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șterge server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:replace" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Replace</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Înlocuire</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:replace-dependencies" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Replace dependencies</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Înlocuiește dependențele</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:reports" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Reports</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Rapoarte</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:required" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Required</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Necesar</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:required-host-permissions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Required host permissions</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Permisiuni server necesare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:required-performance-of-the-zabbix-server-in-new-values-per-second-expected" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Required performance of the Zabbix server, in new values per second expected.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Performanță necesară a serverului Zabbix, în noile valori pe secundă așteptate.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:required-server-performance-new-values-per-second" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Required server performance, new values per second</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Performanță server necesară, noi valori pe secundă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:required-status-codes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Required status codes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Coduri de stare necesare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:required-string" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Required string</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șir necesar</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:reset" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Reset</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Resetează</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:reset-all-fields-to-default-values" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Reset all fields to default values?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Resetează toate câmpurile la valorile implicite?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:reset-confirmation" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Reset confirmation</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Confirmare de resetare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:reset-defaults" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Reset defaults</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Resetează implicite</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:resolved" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Resolved</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Rezolvat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:resource" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Resource</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Resursă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:response-code" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Response code</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cod de răspuns</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:response-time" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Response time</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Timp de răspuns</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:result" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Result</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Rezultat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:result-is-false" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Result is FALSE</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Rezultatul este FALS</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:result-is-true" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Result is TRUE</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Rezultatul este ADEVĂRAT</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:result-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Result type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip de rezultat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:retry" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Retry</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Reîncearcă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:returns-icmp-ping-response-time-in-seconds-example-002" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Returns ICMP ping response time in seconds. Example: 0.02</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Redă răspuns la ping ICMP în secunde. Exemplu: 0.02</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:returns-information-associated-with-zabbix-java-gateway-valid-params-are-ping-version" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Returns information associated with Zabbix Java gateway. Valid params are: ping, version.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Redă informații asociate cu portul Java Zabbix. Parametri valabili sunt: ping, version.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:returns-percentage-of-lost-icmp-ping-packets" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Returns percentage of lost ICMP ping packets.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Redă un procent din pachetele pierdute la ping ICMP.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:right" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Right</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dreapta</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:rmcp" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>RMCP+</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>RMCP+</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:romanian-ro_ro" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Romanian (ro_RO)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Română (ro_RO)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:rows" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Rows</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Rânduri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:rows-per-page" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Rows per page</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Rânduri pe pagină</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:rules" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Rules</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Reguli</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:russian-ru_ru" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Russian (ru_RU)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Rusă (ru_RU)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:second-shorts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>s</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>s</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:saturday-shorts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>S</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>S</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:sunday-shorts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>S</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>S</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:safari" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Safari</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Safari</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:sat" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Sat</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Sâm</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:saturday" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Saturday</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Sâmbătă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:scenario" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Scenario</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scenariu</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:schedule" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Schedule</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Programare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:scheduled-check" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Scheduled check</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Verificare programare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:script" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Script</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Script</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:script-1s-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Script "%1$s" already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scriptul "%1$s" există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:script-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Script added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Script adăugat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:script-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Script deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scripturile șterse</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:script-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Script deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scripturile șterse</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:script-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Script deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Script șters</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:script-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Script name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume script</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:script-profiler" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Script profiler</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Script profiler</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:scripts" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Scripts</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scripturi</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:script-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Script updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Script actualizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:search" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Search</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Caută</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:search-attribute" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Search attribute</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Atribut de căutare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:search-pattern-is-empty" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Search pattern is empty</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Modelul de căutare este gol</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:secondary-poc-cell" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Secondary POC cell</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Celulă POC secundară</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:secondary-poc-email" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Secondary POC email</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Email POC secundar</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:secondary-poc-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Secondary POC name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume POC secundar</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:secondary-poc-notes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Secondary POC notes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Note POC secundare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:secondary-poc-phone-a" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Secondary POC phone A</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Telefon A POC secundar</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:secondary-poc-phone-b" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Secondary POC phone B</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Telefon B POC secundar</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:secondary-poc-screen-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Secondary POC screen name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume ecran POC secundar</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:security-level" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Security level</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nivel de securitate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:security-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Security name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume securitate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:select" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Select</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Selectează</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:selected" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Selected</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Selectat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:selected-elements" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Selected elements</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Elementele selectate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:select-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Select prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Selectează prototip</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:send-message" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Send message</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trimite mesaj</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:send-message-to-user-groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Send message to user groups</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trimite mesaj către grupurile utilizatorului</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:send-message-to-users" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Send message to users</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trimite mesaj către utilizatori</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:send-only-to" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Send only to</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trimite doar la</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:send-to" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Send to</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trimite la</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:sent" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Sent</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trimis</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:sep" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Sep</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Sep</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:separated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Separated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Depărțit</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:september" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>September</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Septembrie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:serial-number-a" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Serial number A</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Număr serial A</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:serial-number-b" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Serial number B</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Număr serial B</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:server" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Server</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:server-time" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Server time</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Timp server</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:service" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Service</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Serviciu</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:service-created" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Service created</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Serviciu creat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:service-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Service deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Serviciile au fost șterse</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:service-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Service deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Serviciile șterse</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:service-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Service deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Serviciu șters</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:service-port" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Service port</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Port serviciu</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:services" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Services</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Servicii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:services-form-a-circular-dependency" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Services form a circular dependency.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Servicii formează o dependență circulară.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:service-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Service type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip de serviciu</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:service-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Service updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Serviciu actualizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:session-terminated-re-login-please" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Session terminated, re-login, please.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Sesiune terminată, relogare, va rog.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:severity" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Severity</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Severitate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:short-description" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>short description</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>descriere scurtă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:show" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Show</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Arată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:show-details" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Show details</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Arată detalii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:show-hosts-in-maintenance" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Show hosts in maintenance</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Arată servere în mentenanță</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:show-icon-mappings" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>show icon mappings</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>arată mapări iconițe</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:show-legend" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Show legend</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Arată legendă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:show-lines" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Show lines</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Arată linii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:shown" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Shown</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Afișat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:show-selected" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Show selected</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Arată selecția</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:show-text-as-html" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Show text as HTML</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Aratî text ca HTML</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:show-triggers" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Show triggers</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Arată triggeri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:show-warning-if-zabbix-server-is-down" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Show warning if Zabbix server is down</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Arată avertizare dacă serverul Zabbix este căzut</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:show-working-time" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Show working time</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Arată timpul de lucru</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:sign-in" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Sign in</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Autentificare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:simple" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Simple</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Simplu</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:simple-check" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Simple check</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Verificare simplă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:simple-graph" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Simple graph</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grafic simplu</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:site-address-a" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Site address A</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adresă site A</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:site-address-b" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Site address B</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adresă site B</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:site-address-c" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Site address C</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Adresă site C</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:site-city" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Site city</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Site oraș</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:site-country" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Site country</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Site țară</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:site-notes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Site notes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Notițe site</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:site-rack-location" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Site rack location</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Locație rack site</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:site-state-province" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Site state / province</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Site stat / provincie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:site-zip-postal" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Site ZIP / postal</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Site ZIP / poștal</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:size-of-the-response-received-from-zabbix-server-1s-exceeds-the-allowed-size-of-2s-bytes-this-value-can-be-increased-in-the-zbx_socket_bytes_limit-constant-in-includedefinesincphp" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Size of the response received from Zabbix server "%1$s" exceeds the allowed size of %2$s bytes. This value can be increased in the ZBX_SOCKET_BYTES_LIMIT constant in include/defines.inc.php.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mărimea răspunsului primit de la serverul Zabbix "%1$s" depășește mărimea permisă de %2$s bytes. Această valoare poate fi crescută în ZBX_SOCKET_BYTES_LIMIT constant in include/defines.inc.php.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:sla" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SLA</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>SLA</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:slovak-sk_sk" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Slovak (sk_SK)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Slovacă (sk_SK)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:sms" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SMS</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>SMS</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:smtp" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SMTP</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>SMTP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:smtp-helo" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SMTP helo</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>SMTP helo</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:smtp-server" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SMTP server</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>server SMTP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:snmp" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SNMP</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>SNMP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:snmp-community" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SNMP community</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Comunitate SNMP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:snmp-interfaces" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SNMP interfaces</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Interfață SNMP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:snmp-oid" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SNMP OID</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>SNMP OID</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:snmp-trap" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SNMP trap</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>SNMP ttrap</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:snmpv1-agent" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SNMPv1 agent</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>agent SNMPv1</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:snmpv2-agent" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SNMPv2 agent</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>agent SNMPv2</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:snmpv3-agent" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SNMPv3 agent</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>agent SNMPv3</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:snooze" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Snooze</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Amânare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:software" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Software</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Software</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:software-application-a" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Software application A</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Aplicație software A</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:software-application-b" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Software application B</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Aplicație software B</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:software-application-c" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Software application C</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Aplicație software C</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:software-application-d" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Software application D</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Aplicație software D</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:software-application-e" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Software application E</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Aplicație software E</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:software-full-details" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Software (Full details)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Software (Detalii complete)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:sorting-by-field-1s-not-allowed" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Sorting by field "%1$s" not allowed.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Sortarea după câmpul "%1$s" nu este permisă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:sort-order-0-999" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Sort order (0-&gt;999)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ordinea sortării package list (0-&gt;999)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:source" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Source</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Sursă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:spanish-es_es" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Spanish (es_ES)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Spaniolă (es_ES)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:specified-script-does-not-exist-or-you-do-not-have-rights-on-it-for-action-operation-command" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Specified script does not exist or you do not have rights on it for action operation command.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scriptul specificat nu există sau nu ai drepturi pentru comanda acțiunii de operare.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:speed" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Speed</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Viteză</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:sql-query" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SQL query</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cerere SQL</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:sql-statement-execution-has-failed-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SQL statement execution has failed "%1$s"</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Execuție declarație SQL eșuată "%1$s"</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:sql-statement-execution-has-failed-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SQL statement execution has failed "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Execuție declarație SQL eșuată "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:ssh" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SSH</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>SSH</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:ssh-agent" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>SSH agent</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>agent SSH</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:stacked" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Stacked</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Stivuit</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:standard-items" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Standard items</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Itemi standard</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:start-in" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Start in</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Începe la</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:startup-time-of-zabbix-server-unix-timestamp" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Startup time of Zabbix server, Unix timestamp.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Timp de început a serverului Zabbix, Unix timestamp.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:state" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>State</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Stat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:status" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Status</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Stare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:status-codes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Status codes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Coduri stare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:status-of-discovery" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Status of discovery</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Stare de detecție</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:status-only" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Status only</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Doar stare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:step" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Step</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Pas</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:step-1s-2s-of-3s-failed-4s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Step "%1$s" [%2$s of %3$s] failed: %4$s</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Pas "%1$s" [%2$s al %3$s] eșuat: %4$s</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:step-duration" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Step duration</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Durată pas</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:steps" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Steps</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Pași</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:step-with-name-1s-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Step with name "%1$s" already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Pas cu nume "%1$s" există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:stop" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Stop</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Stop</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:straight" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Straight</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Normală</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:subject" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Subject</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Subiect</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:submap" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Submap</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Subhartă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:success-audit" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Success Audit</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Verificare reușită</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:sun" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Sun</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dum</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:sunday" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Sunday</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Duminică</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:support" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Support</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Suport</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:swedish-sv_se" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Swedish (sv_SE)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Suedeză (sv_SE)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:switching-authentication-method-will-reset-all-except-this-session-continue" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Switching authentication method will reset all except this session! Continue?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Schimbarea metodei de autentificare va reseta totul cu excepția acestei sesiuni! Continuați?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:system-default" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>System default</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Sistem implicit</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:system-error" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>System error.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eroare de sistem.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:thursday-shortt" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>T</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>T</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:tuesday-shortt" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>T</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>T</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:table-1s-does-not-exist" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Table "%1$s" does not exist.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tabelul "%1$s" nu există.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:table-1s-doesnt-have-a-field-named-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Table "%1$s" doesn't have a field named "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tabelul "%1$s" nu are un câmp numit "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:tag" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Tag</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Etichetă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:target" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Target</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Țintă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:target-list" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Target list</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Listă țintă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:target-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Target type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip țintă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:tcp" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>TCP</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>TCP</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:telnet" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Telnet</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Telnet</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:telnet-agent" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>TELNET agent</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Agent TELNET</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:template" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Template</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șablon</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:template-1s-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Template "%1$s" already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șablonul "%1$s" există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:template-1s-for-host-2s-does-not-exist" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Template "%1$s" for host "%2$s" does not exist.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șablonul "%1$s" pentru serverul "%2$s" nu există.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:template-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Template added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șablon adăugat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:template-cannot-be-linked-to-another-template-more-than-once-even-through-other-templates" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Template cannot be linked to another template more than once even through other templates.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șablonul nu poate fi legat de alt șablon mai mult de o dată chiar și prin alte șabloane.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:template-group" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Template group</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grup șablon</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:template-id-1s-is-passed-2s-times" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>template ID "%1$s" is passed %2$s times</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>ID șablon "%1$s" este trecut %2$s ori</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:template-linkage" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Template linkage</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Legătură șablon</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:template-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Template name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume șablon</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:templates" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Templates</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șabloane</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:templates-1s-unlinked-from-hosts-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Templates "%1$s" unlinked from hosts "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șabloane "%1$s" nelegate de servere "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:template-trigger" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Template trigger</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trigger șablon</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:template-with-the-same-name-1s-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Template with the same name "%1$s" already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șablon cu același nume "%1$s" există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:template-with-the-same-visible-name-1s-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Template with the same visible name "%1$s" already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Șablon cu același nume vizibil "%1$s" există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:test" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Test</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Test</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:test-authentication" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Test authentication</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Autentificare test</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:test-confirmation" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Test confirmation</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Confirmare de test</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:test-data" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Test data</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Date test</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:test-expressions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Test expressions</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Expresii test</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:test-string" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Test string</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Rând test</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:text" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Text</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Text</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:the-host-group-is-not-discovered-anymore-and-will-be-deleted-in-1s-on-2s-at-3s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>The host group is not discovered anymore and will be deleted in %1$s (on %2$s at %3$s).</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grupul de servere nu mai este detectat și va fi șters în %1$s (pe %2$s la %3$s).</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:the-host-is-not-discovered-anymore-and-will-be-deleted-in-1s-on-2s-at-3s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>The host is not discovered anymore and will be deleted in %1$s (on %2$s at %3$s).</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Serverul nu mai este detectat și va fi șters în %1$s (pe %2$s la %3$s).</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:the-image-is-used-in-icon-map-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>The image is used in icon map %1$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Imaginea este folosită în harta iconiței %1$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:the-image-is-used-in-icon-map-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>The image is used in icon map %1$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Imaginea este folosită în harta iconițelor %1$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:the-image-is-used-in-icon-map-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>The image is used in icon map %1$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Imaginea este folosită în harta iconițelor %1$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:the-image-is-used-in-map-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>The image is used in map %1$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Imaginea este folosită în hărțile %1$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:the-image-is-used-in-map-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>The image is used in map %1$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Imaginea este folosită în harta %1$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:the-image-is-used-in-map-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>The image is used in map %1$s.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Imaginea este folosită în hărțile %1$s.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:the-item-is-not-discovered-anymore-and-will-be-deleted-in-1s-on-2s-at-3s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>The item is not discovered anymore and will be deleted in %1$s (on %2$s at %3$s).</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Itemul nu mai este detectat și va fi șters în %1$s (pe %2$s la %3$s).</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:theme" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Theme</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Temă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:the-requested-remote-procedure-does-not-exist-is-not-available" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>The requested remote-procedure does not exist / is not available</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Procedura de la distanță cerută nu există / nu este disponibilă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:this-month" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>This month</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Luna aceasta</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:this-week" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>This week</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Această săptămână</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:this-year" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>This year</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Anul acesta</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:thu" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Thu</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Joi</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:thursday" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Thursday</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Joi</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:till" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Till</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Până când</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:time" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Time</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Timp</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:timeout" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Timeout</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Pauză</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:time-period" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Time period</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Perioadă de timp</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:time-shift" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Time shift</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Timp rămas</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:timestamp" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Timestamp</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dată</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:time-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Time type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip timp</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:to" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>To</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Către</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:today" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Today</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Astăzi</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:top" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Top</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Sus</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:to-set-a-host-interface-select-a-single-item-type-for-all-items" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>To set a host interface select a single item type for all items</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Pentru setarea unei interfețe server selectează un singur tip de item pentru toți itemii</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:total" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Total</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Total</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:total" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>TOTAL</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>TOTAL</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:transaction-has-not-been-closed-aborting" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Transaction has not been closed. Aborting...</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tranzacția nu s-a închis. Renunțare ...</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:transport-error" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Transport error.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eroare de transport</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:trends" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trends</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tendințe</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:trigger" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>trigger</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:trigger" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:trigger-1s-already-exists-on-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger "%1$s" already exists on "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trigger "%1$s" există deja pe "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:trigger-1s-depends-on-trigger-2s-which-does-not-exist" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger "%1$s" depends on trigger "%2$s", which does not exist.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Triggerul "%1$s" depinde de trigger "%2$s", care nu există.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:trigger-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trigger adăugat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:trigger-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Triggeri dezactivați</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:trigger-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trigger dezactivat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:trigger-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Triggeri dezactivați</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:trigger-displaying-options" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger displaying options</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Opțiuni de afișare trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:trigger-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trigger activat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:trigger-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Triggeri activați</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:trigger-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Triggeri activați</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:trigger-has-items-from-template-1s-that-is-not-linked-to-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger has items from template "%1$s" that is not linked to host.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Triggerul are itemi din șablonul "%1$s" care nu este legat de server.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:trigger-in-template-1s-has-dependency-with-trigger-in-template-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger in template "%1$s" has dependency with trigger in template "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Triggerul din șablon "%1$s" are dependințe cu triggerul din șablonul "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:trigger-in-unknown-state" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger in "unknown" state</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trigger în stare "necunoscută"</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:trigger-label-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger label type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip etichetă trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:trigger-overview" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger overview</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prezentare triggeri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:trigger-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger prototype</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototip trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:trigger-prototype-1s-contains-item-prototypes-from-multiple-discovery-rules" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger prototype "%1$s" contains item prototypes from multiple discovery rules.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototipul grafic "%1$s" conține prototipi item pentru reguli de detecție multiple.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:trigger-prototype-1s-must-contain-at-least-one-item-prototype" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger prototype "%1$s" must contain at least one item prototype.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototipul trigger "%1$s" trebuie să conțină cel puțin un prototip item.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:trigger-prototype-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger prototype added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototip trigger adăugat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:trigger-prototypes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger prototypes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototipi trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:trigger-prototype-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger prototype updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Prototip trigger actualizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:triggers" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Triggers</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Triggeri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:trigger-severity" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Trigger severity</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Severitate trigger</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:true" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>TRUE</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>ADEVĂRAT</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:tue" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Tue</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mar</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:tuesday" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Tuesday</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Marți</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:turkish-tr_tr" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Turkish (tr_TR)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Turcă (tr_TR)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:type-full-details" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Type (Full details)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip (Detalii complete)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:type-here-to-search" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>type here to search</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>scrie aici pentru căutare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:type-of-calculation" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Type of calculation</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip de calcul</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:type-of-information" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Type of information</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip de informație</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:type-ok" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Type (OK)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip (OK)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:types" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Types</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tipuri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:ukrainian-uk_ua" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Ukrainian (uk_UA)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ucraineană (uk_UA)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:unable-to-select-configuration" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unable to select configuration.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Incapabil să selecteze configurația.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:unable-to-upload-file-because-file_uploads-is-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unable to upload file because "file_uploads" is disabled.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Incapabil să încarce fișierul pentru că "file_uploads" este dezactivat.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:unacknowledged-only" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unacknowledged only</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Doar nerecunoscut</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:unacknowledged-problem-events" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unacknowledged PROBLEM events</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Evenimente PROBLEMĂ nerecunoscute</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:unblock-selected-users" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unblock selected users?</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Deblocare utilizatori selectați?</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:unexpected-end-of-key" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>unexpected end of key</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>sfîrșit neașteptat de cheie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:units" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Units</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Unități</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:unknown" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>unknown</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>necunoscut</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:unknown" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unknown</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Necunoscut</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:unknown" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>UNKNOWN</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>NECUNOSCUT</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:unknown-action" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unknown action</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Actiune necunoscută</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:unknown-error" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unknown error</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Eroare necunoscută</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:unknown-host-item-no-such-item-in-selected-host" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unknown host item, no such item in selected host</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Item server necunoscut, nu există asemenea item în serverul selectat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:unknown-host-no-such-host-present-in-system" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unknown host, no such host present in system</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Server necunoscut, nu există asemenea server prezent în sistem</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:unknown-interface-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unknown interface type.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip interfață necunoscut.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:unknown-resource" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unknown resource</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Resursă necunoscută</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:unknown-step-failed-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unknown step failed: %1$s</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Pas necunoscut nereușit: %1$s</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:unknown-value-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unknown value type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip valoare necunoscută</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:unlink" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unlink</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezleagă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:unlink-and-clear" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unlink and clear</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Dezleagă și curăță</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:unmute" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unmute</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Pornire sunet</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:unsupported-import-file-extension-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unsupported import file extension "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Extensie nesuportată la fișier import "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:unsupported-import-format-1s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Unsupported import format "%1$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Format nesuportat la import "%1$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:discovery-results-in-dashboardup" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Up</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Sus</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:discovery-statusup" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Up</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Sus</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:update" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Update</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Actualizare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:update-existing" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Update existing</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Actualizează existent</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:update-interval" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Update interval</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Actualizare inventar</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:upload" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Upload</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Încarcă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:upper-level-maps" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Upper level maps</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Hărți de nivel superior</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:uptime" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Uptime</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Timp de la pornire</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:uptimedowntime" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Uptime/Downtime</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Timp de la pornire/ timp de la oprire</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:uptime-of-zabbix-server-process-in-seconds" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Uptime of Zabbix server process in seconds.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Timpul de la pornire al procesului serverului Zabbix în secunde.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:url" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>URL</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>URL</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:url-a" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>URL A</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>URL A</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:url-after-login" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>URL (after login)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>URL (după autentificare)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:url-b" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>URL B</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>URL B</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:url-c" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>URL C</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>URL C</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:url-parameter-cannot-be-array" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>URL parameter cannot be array.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Parametrul URL nu poate fi mulțime.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:url-parameter-name-is-empty" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>URL parameter name is empty.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume parametru URL este gol.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:urls" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>URLs</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>URL-uri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:used-in-actions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Used in actions</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Utilizat în acțiuni</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:use-if-severity" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Use if severity</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ulitizează dacă apare severitate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:user" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Utilizator</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:user-added" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User added</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Utilizator adăugat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:user-cannot-add-himself-to-a-disabled-group-or-a-group-with-disabled-gui-access" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User cannot add himself to a disabled group or a group with disabled GUI access.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Utilizatorul nu poate să se adauge unui grup dezactivat sau  unui grup cu acces GUI dezactivat.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:user-deleted" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User deleted</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Utilizator șters</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:user-group" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User group</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grup utilizator</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:user-group-1s-is-used-in-configuration-for-database-down-messages" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User group "%1$s" is used in configuration for database down messages.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grup utilizator "%1$s" este utilizat în configurația pentru mesaje de cădere a bazei de date.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:user-group-1s-is-used-in-script-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User group "%1$s" is used in script "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grup utilizator "%1$s" folosit în script "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:user-group-for-database-down-message" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User group for database down message</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grup utilizator pentru mesaje cădere bază de date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:user-groups" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User groups</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Grupuri utilizator</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:user-is-not-allowed-to-delete-himself" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User is not allowed to delete himself.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Utilizatorului nu îi este permis să se șteargă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:user-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume utilizator</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:username" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Username</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume utilizator</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:user-password" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User password</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Parolă utilizator</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:user-profile" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User profile</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Profil utilizator</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:users" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Users</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Utilizatori</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:user-sessions" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User sessions</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Sesiuni utilizator</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:user-type" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User type</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Tip utilizator</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:user-updated" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>User updated</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Utilizator actualizat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:value" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>value</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>valoare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:value" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Value</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:value-1s-is-invalid-for-parameter-grid_align-choices-are-2s-and-3s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Value "%1$s" is invalid for parameter "grid_align". Choices are: "%2$s" and "%3$s"</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoarea "%1$s" nu este validă pentru parametrul "grid_align". Alegerile sunt: "%2$s" și "%3$s"</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:value-1s-is-invalid-for-parameter-grid_show-choices-are-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Value "%1$s" is invalid for parameter "grid_show". Choices are: "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoarea "%1$s" nu este validă pentru parametrul "grid_show". Alegerile sunt: "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:value-1s-is-invalid-for-parameter-grid_show-choices-are-2s-and-3s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Value "%1$s" is invalid for parameter "grid_show". Choices are: "%2$s" and "%3$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoarea "%1$s" nu este validă pentru parametrul "grid_show". Alegerile sunt: "%2$s" și "%3$s"</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:value-1s-is-too-long-for-field-2s-3d-characters-allowed-length-is-4d-characters" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Value "%1$s" is too long for field "%2$s" - %3$d characters. Allowed length is %4$d characters.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoarea "%1$s" este prea mare pentru caracterele câmpului "%2$s" - %3$d. Lungimea permisă este %4$d caractere.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:value-cache-effectiveness-valid-parameters-are-requests-hits-and-misses" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Value cache effectiveness. Valid parameters are: requests, hits and misses.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare eficacitate cache. Parametri valizi sunt: cereri, lovituri, eșuări.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:value-cache-statistics-valid-modes-are-total-free-pfree-used-and-pused" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Value cache statistics. Valid modes are: total, free, pfree, used and pused.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Statistici valori cache. Moduri valide sunt: total, free, pfree, used and pused.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:value-map" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Value map</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare hartă</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:value-map-1s-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Value map "%1$s" already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare hartă "%1$s" există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:value-mapping" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Value mapping</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare mapare</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:value-no-data" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Value: no data</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare: fără date</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:values" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Values</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valori</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:variables" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Variables</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Variabile</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:vendor" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Vendor</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Vânzător</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:verbose" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Verbose</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Detaliat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:vertical" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Vertical</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Vertical</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:vertical-align" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Vertical align</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Aliniere verticală</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:via" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>via</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>via</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:vietnamese-vi_vn" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Vietnamese (vi_VN)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Vietnameză (vi_VN)</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:visible-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Visible name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume vizibil</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:visible-name-cannot-be-empty-if-host-name-is-missing" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Visible name cannot be empty if host name is missing.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Numele vizibil nu poate fi gol dacă lipsește numele serverului.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:vmware-cache-statistics-valid-modes-are-total-free-pfree-used-and-pused" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>VMware cache statistics. Valid modes are: total, free, pfree, used and pused.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Statistici cache VMware. Moduri valide sunt: total, free, pfree, used and pused.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:wednesday-shortw" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>W</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>M</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:setupwarning" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Warning</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Avertisment</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:warning" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Warning</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Avertisment</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:we-are-sorry-the-maximum-possible-number-of-elements-to-remember-has-been-reached" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>We are sorry, the maximum possible number of elements to remember has been reached.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Ne pare rău, a fost atins numărul maxim posibil de elemente de amintit. </seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:web" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Web</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Web</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:web-monitoring" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Web monitoring</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Monitorizare web</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:web-scenario-1s-already-exists" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Web scenario "%1$s" already exists.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scenariul web "%1$s" există deja.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:web-scenario-1s-already-exists-on-host-2s" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Web scenario "%1$s" already exists on host "%2$s".</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scenariul web "%1$s" deja există pe serverul "%2$s".</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:web-scenario-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Web scenario disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scenariul web dezactivat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:web-scenario-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Web scenario disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scenariile web dezactivate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:web-scenario-disabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Web scenario disabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scenariile web dezactivate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:web-scenario-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Web scenario enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scenariile web activate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:web-scenario-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Web scenario enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scenariul web activat</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:web-scenario-enabled" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Web scenario enabled</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scenariile web activate</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:web-scenarios" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Web scenarios</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scenarii web</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:wed" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Wed</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Mie</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:wednesday" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Wednesday</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Miercuri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:weekly" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Weekly</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Săptămânal</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:when-active" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>When active</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Când e activ</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:width" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Width</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Lățime</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:with-data-collection" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>With data collection</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cu colecția de date.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:without-triggers" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Without triggers</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Fără triggeri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:with-triggers" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>With triggers</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Cu triggeri</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:working-time" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Working time</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Timp de lucru</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:write" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Write</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Scriere</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:wrong-fields-for-map-link" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Wrong fields for map link.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Câmpuri greșite pentru legătură hartă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:x" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>X</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>X</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:year-shorty" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>y</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>a</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:y" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Y</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Y</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:y-axis-max-value" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Y axis MAX value</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare MAX axă Y</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:y-axis-max-value-must-be-greater-than-y-axis-min-value" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Y axis MAX value must be greater than Y axis MIN value.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoarea MAX a axei Y trebuie să fie mai mare decât valoarea MIN a axei Y.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:y-axis-min-value" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Y axis MIN value</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Valoare MIN a axei Y</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:y-axis-side" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Y axis side</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Parte axă Y</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:year" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Year</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>An</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:yearly" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Yearly</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Anual</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:yes" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Yes</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Da</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:y-m-d-hi-a" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Y-m-d h:i A</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Y-m-d H:i</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:y-m-d-his-a" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Y-m-d h:i:s A</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>A-L-Z H:i:s</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:you-are-not-able-to-choose-some-of-the-languages-because-locales-for-them-are-not-installed-on-the-web-server" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>You are not able to choose some of the languages, because locales for them are not installed on the web server.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu poți să alegi unele dintre limbi, pentru că localelel lor nu sunt instalate pe serverul web.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:you-do-not-have-permission-to-perform-this-operation" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>You do not have permission to perform this operation.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu vă este permis să efectuați această operație.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:you-have-no-permissions-to-access-this-page" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>You have no permissions to access this page.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nu aveți permisiunea să accesați această pagină.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:you-must-login-to-view-this-page" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>You must login to view this page.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trebuie să vă autentificați pentru a vedea aceasă pagină.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:zabbix" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Zabbix</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Zabbix</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:zabbix-agent" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Zabbix agent</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Agent Zabbix</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:zabbix-agent-active" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Zabbix agent (active)</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Agent (activ) Zabbix</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:zabbix-has-received-an-incorrect-request" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Zabbix has received an incorrect request.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Zabbix a primit o cerere incorectă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:zabbix-internal" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Zabbix internal</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Intern Zabbix</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:zabbix-internal-authentication" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Zabbix internal authentication</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Autentificare internă Zabbix</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:zabbix-server" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Zabbix server</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Server Zabbix</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:zabbix-server-is-not-running-the-information-displayed-may-not-be-current" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Zabbix server is not running: the information displayed may not be current.</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Serverul Zabbix nu funcționează: informația afișată poate să nu fie corectă.</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:zabbix-server-is-running" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Zabbix server is running</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Serverul Zabbix rulează</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:zabbix-server-name" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Zabbix server name</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Nume server Zabbix</seg>
			</tuv>
		</tu>
		<tu tuid="zabbix-master:LC_MESSAGES/frontend.po:zabbix-trapper" srclang="en-US">
			<tuv xml:lang="en-US">
				<seg>Zabbix trapper</seg>
			</tuv>
			<tuv xml:lang="ro">
				<seg>Trapper Zabbix</seg>
			</tuv>
		</tu>
	</body>
</tmx>
