# Translation of Linked Orders for WooCommerce in Romanian
# This file is distributed under the same license as the Linked Orders for WooCommerce package.
msgid ""
msgstr ""
"PO-Revision-Date: 2022-01-15 21:26:10+0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n == 1) ? 0 : ((n == 0 || n % 100 >= 2 && n % 100 <= 19) ? 1 : 2);\n"
"X-Generator: GlotPress/3.0.0\n"
"Language: ro\n"
"Project-Id-Version: Linked Orders for WooCommerce\n"

#: dependencies/deep-web-solutions/wp-framework-woocommerce/src/includes/Settings/Functionalities/WC_AbstractValidatedProductSettingsTabFunctionality.php:213
msgid "Failed to delete product meta data from the database"
msgstr "Ștergerea metadatelor de produs din baza de date a eșuat"

#. translators: %d: parent order ID; %s: error message contents.
#: src/includes/Actions.php:100
msgid "Failed to create a new linked child for order %1$d. Error message: %2$s"
msgstr "Nu s-a putut crea un nou copil conectat pentru comanda %1$d. Mesajul erorii: %2$s"

#. translators: %d: parent order ID.
#: src/includes/Actions.php:85
msgid "You are not authorized to create linked children for order %d."
msgstr "Nu sunteți autorizat să creați copii conectați pentru comanda %d."

#. translators: %d: parent order ID.
#: src/includes/Actions.php:67
msgid "Invalid parent ID -- cannot create linked child for order %d."
msgstr "ID-ul părinte invalid -- nu se poate crea un copil conectat pentru comanda %d."

#: src/includes/Plugin.php:91
msgid "Failed to delete the orders links from the database"
msgstr "Nu s-au putut șterge conexiunile dintre comenzi din baza de date"

#. translators: %s: the post type singular label, e.g. order
#: src/includes/Output/ListTable.php:406
msgid "Create empty linked %s"
msgstr "Creează %s asociată goală"

#. translators: post type singular name
#: src/includes/Output/MetaBox.php:164
msgctxt "metabox"
msgid "Add new child %s"
msgstr "Adaugă un nou copil de tip %s"

#. translators: node post type singular name
#: src/includes/Output/MetaBox.php:126
msgctxt "metabox"
msgid "New children cannot be added to this %s."
msgstr "Copii noi nu pot fi adăugați la această %s."

#: src/includes/Output/MetaBox.php:104
msgctxt "metabox"
msgid "Parent"
msgstr "Părinte"

#. translators: %s: post type label
#: src/includes/Output/MetaBox.php:74
msgctxt "metabox heading"
msgid "Linked %s"
msgstr "%s asociate"

#. translators: %s: order type plural name; %d: numerical depth of the order
#: src/includes/Output/ListTable.php:198
msgctxt "list table filter"
msgid "Child %1$s (level %2$d)"
msgstr "%1$s copil de nivel %2$d"

#. translators: %s: order type plural name
#: src/includes/Output/ListTable.php:186
msgctxt "list table filter"
msgid "Root %s"
msgstr "%s rădăcină"

#. translators: %s: order type singular name; %d: numerical depth of the order
#: src/includes/Output/ListTable.php:128
msgctxt "list table content"
msgid "Child %1$s (level %2$d)"
msgstr "%1$s copil de nivel %2$d"

#. translators: %s: order type singular name
#: src/includes/Output/ListTable.php:122
msgctxt "list table content"
msgid "Root %s"
msgstr "%s rădăcină"

#: src/includes/Output/ListTable.php:99
msgctxt "list table heading"
msgid "Depth"
msgstr "Adâncime"

#: src/includes/Settings.php:56
msgctxt "settings"
msgid "Linked Orders"
msgstr "Comenzi Asociate"

#: src/configs/settings.php:20
msgctxt "settings"
msgid "No"
msgstr "Nu"

#: src/configs/settings.php:19
msgctxt "settings"
msgid "Yes"
msgstr "Da"

#. Author URI of the plugin/theme
msgid "https://www.deep-web-solutions.com"
msgstr "https://www.deep-web-solutions.com"

#. Author of the plugin/theme
msgid "Deep Web Solutions"
msgstr "Deep Web Solutions"

#. Description of the plugin/theme
msgid "A WooCommerce extension for creating orders that are logically connected to existing ones."
msgstr "O extensie WooCommerce pentru a crea comenzi care sunt conectate logic cu cele existente."

#. Plugin URI of the plugin/theme
msgid "https://www.deep-web-solutions.com/plugins/linked-orders-for-woocommerce/"
msgstr "https://www.deep-web-solutions.com/plugins/linked-orders-for-woocommerce/"

#. Plugin Name of the plugin/theme
msgid "Linked Orders for WooCommerce"
msgstr "Comenzi Asociate pentru WooCommerce"

#. translators: %s: Plugin name.
#: bootstrap.php:45
msgid "It seems like <strong>%s</strong> is corrupted. Please reinstall!"
msgstr "Se pare că <strong>%s</strong> este corupt. Vă rugăm să reinstalați!"

#. translators: 1. Post type name. 2. Order number; 3. Order status label.
#: src/models/DWS_Order_Node.php:254
msgid "%1$s #%2$s - %3$s"
msgstr "%1$s #%2$s - %3$s"

#. translators: %s post type label.
#: src/includes/Autocompletion.php:76
msgid "Child %s autocompleted."
msgstr "Copil %s finalizat automat."

#: src/includes/Settings/PluginSettings.php:44
msgid "If enabled, the plugin will remove all database data when removed and you will need to reconfigure everything if you install it again at a later time."
msgstr "Dacă opțiunea este activată, pluginul va șterge toate datele din baza de date atunci când este șters și va trebui să reconfigurați totul dacă îl instalați din nou în viitor."

#: src/includes/Settings/PluginSettings.php:39
msgid "Remove all data on uninstallation?"
msgstr "Șterge toate datele la dezinstalare?"

#: src/includes/Settings/PluginSettings.php:27
msgid "Plugin Settings"
msgstr "Setări Plugin"

#: src/includes/Settings/GeneralSettings.php:55
msgid "If enabled, all descendant orders will be set to completed automatically when the parent order is completed."
msgstr "Dacă opțiunea este activată, toate comenzile descendente vor fi setate ca finalizate automat atunci când comanda părinte este finalizată."

#: src/includes/Settings/GeneralSettings.php:50
msgid "Autocomplete descendant orders?"
msgstr "Să se completeze automat comenzile descendente?"

#: src/includes/Settings/GeneralSettings.php:47
msgid "The maximum number of linked orders levels. Root orders are considered level 0."
msgstr "Numărul maxim de niveluri de comenzi asociate. Comenzile de rădăcină sunt considerate de nivelul 0."

#: src/includes/Settings/GeneralSettings.php:39
msgid "Maximum linked orders depth"
msgstr "Adâncimea maximă a comenzilor asociate"

#: src/includes/Settings/GeneralSettings.php:27
msgid "General Settings"
msgstr "Setări generale"

#: src/includes/Plugin.php:132
msgid "Community support"
msgstr "Ajutor de la comunitate"

#: src/includes/Plugin.php:132
msgid "Visit community forums"
msgstr "Vizitează forumurile Comunităţii"

#: src/includes/Plugin.php:114
msgid "Settings"
msgstr "Setări"

#: src/includes/Plugin.php:114
msgid "View settings"
msgstr "Vizualizați setările"

#: src/includes/Output/MetaBox.php:139
msgid "Attached children"
msgstr "Copii atașați"

#: src/includes/Output/MetaBox.php:120
msgid "There are no attached children."
msgstr "Nu există copii atașați."

#. translators: %s: the post type label, e.g. orders
#: src/includes/Output/ListTable.php:383
msgid "View all linked %s"
msgstr "Vizualizează toate %sle asociate"

#. translators: %s: the post type label, e.g. orders
#: src/includes/Output/ListTable.php:344 src/includes/Output/ListTable.php:362
msgid "View all customer %s"
msgstr "Vizualizează toate %sle acestui client"

#. translators: %s: order type singular name
#: src/includes/Output/ListTable.php:175
msgid "All %s depths"
msgstr "Toate adâncimile de %s"

#. translators: PHP settings value.
#: dependencies/deep-web-solutions/wp-framework-utilities/src/includes/Dependencies/Helpers/DependenciesServiceHelpers.php:183
msgid "%s or higher"
msgstr "%s sau mai mare"

#. translators: 1. Plugin or identifiable name, 2. Comma-separated list of
#. missing PHP extensions.
#: dependencies/deep-web-solutions/wp-framework-utilities/src/includes/Dependencies/Helpers/DependenciesServiceHelpers.php:94
msgid "<strong>%1$s</strong> requires the %2$s plugin to be installed and active. Please install and activate the plugin first."
msgid_plural "<strong>%1$s</strong> requires the following plugins to be installed and active: %2$s. Please install and activate these plugins first."
msgstr[0] "<strong>%1$s</strong> necesită ca pluginul %2$s să fie instalat și activ. Vă rugăm să instalați și să activați mai întâi acest plugin."
msgstr[1] "<strong>%1$s</strong> necesită ca pluginurile %2$s să fie instalate și active. Vă rugăm să instalați și să activați mai întâi aceste pluginuri."
msgstr[2] ""

#. translators: 1. Plugin or identifiable name, 2. Comma-separated list of
#. missing PHP extensions.
#: dependencies/deep-web-solutions/wp-framework-utilities/src/includes/Dependencies/Helpers/DependenciesServiceHelpers.php:87
msgid "<strong>%1$s</strong> may behave unexpectedly because the %2$s plugin is either not installed or not active. Please install and activate the plugin first."
msgid_plural "<strong>%1$s</strong> may behave unexpectedly because the following plugins are either not installed or active: %2$s. Please install and activate these plugins first."
msgstr[0] "<strong>%1$s</strong> poate avea un comportament neașteptat deoarece pluginul %2$s nu este instalat sau nu este activ. Vă rugăm să instalați și să activați mai întâi plugin-ul."
msgstr[1] "<strong>%1$s</strong> poate avea un comportament neașteptat deoarece pluginurile %2$s nu sunt instalate sau nu sunt active. Vă rugăm să instalați și să activați mai întâi pluginurile."
msgstr[2] ""

#: dependencies/deep-web-solutions/wp-framework-utilities/src/includes/Dependencies/Helpers/DependenciesServiceHelpers.php:159
msgid "Please contact your hosting provider or server administrator to configure these settings."
msgstr "Vă rugăm să contactați furnizorul de servicii de găzduire sau administratorul serverului pentru a configura aceste setări."

#. translators: Plugin name or identifiable name.
#: dependencies/deep-web-solutions/wp-framework-utilities/src/includes/Dependencies/Helpers/DependenciesServiceHelpers.php:155
msgid "<strong>%s</strong> cannot run because the following PHP configuration settings are expected:"
msgstr "<strong>%s</strong> nu poate rula deoarece sunt așteptate următoarele setări de configurare PHP:"

#: dependencies/deep-web-solutions/wp-framework-utilities/src/includes/Dependencies/Helpers/DependenciesServiceHelpers.php:151
msgid "Please contact your hosting provider or server administrator to configure these settings. The plugin will attempt to run despite this warning."
msgstr "Vă rugăm să contactați furnizorul de servicii de găzduire sau administratorul serverului pentru a configura aceste setări. Plugin-ul va încerca să ruleze în ciuda acestui avertisment."

#. translators: Plugin name or identifiable name.
#: dependencies/deep-web-solutions/wp-framework-utilities/src/includes/Dependencies/Helpers/DependenciesServiceHelpers.php:147
msgid "<strong>%s</strong> may behave unexpectedly because the following PHP configuration settings are expected:"
msgstr "<strong>%s</strong> poate avea un comportament neașteptat, deoarece sunt așteptate următoarele setări de configurare PHP:"

#. translators: 1. Plugin or identifiable name, 2. Comma-separated list of
#. missing PHP functions.
#: dependencies/deep-web-solutions/wp-framework-utilities/src/includes/Dependencies/Helpers/DependenciesServiceHelpers.php:217
msgid "<strong>%1$s</strong> requires the %2$s PHP function to exist. Contact your host or server administrator to install and configure the missing function."
msgid_plural "<strong>%1$s</strong> requires the following PHP functions to exist: %2$s. Contact your host or server administrator to install and configure the missing functions."
msgstr[0] "<strong>%1$s</strong> necesită existența funcției PHP %2$s. Contactați gazda sau administratorul serverului pentru a instala și configura funcția lipsă."
msgstr[1] "<strong>%1$s</strong> necesită existența funcțiilor PHP %2$s. Contactați gazda sau administratorul serverului pentru a instala și configura funcțiile lipsă."
msgstr[2] ""

#. translators: 1. Plugin or identifiable name, 2. Comma-separated list of
#. missing PHP functions.
#: dependencies/deep-web-solutions/wp-framework-utilities/src/includes/Dependencies/Helpers/DependenciesServiceHelpers.php:210
msgid "<strong>%1$s</strong> may behave unexpectedly because the %2$s PHP function is missing. Contact your host or server administrator to install and configure the missing function."
msgid_plural "<strong>%1$s</strong> may behave unexpectedly because the following PHP functions are missing: %2$s. Contact your host or server administrator to install and configure the missing functions."
msgstr[0] "<strong>%1$s</strong> poate avea un comportament neașteptat deoarece funcția PHP %2$s lipsește. Contactați gazda sau administratorul serverului pentru a instala și configura funcția lipsă."
msgstr[1] "<strong>%1$s</strong> poate avea un comportament neașteptat deoarece funcțiile PHP %2$s lipsesc. Contactați gazda sau administratorul serverului pentru a instala și configura funcțiile lipsă."
msgstr[2] ""

#. translators: 1. Plugin or identifiable name, 2. Comma-separated list of
#. missing PHP extensions.
#: dependencies/deep-web-solutions/wp-framework-utilities/src/includes/Dependencies/Helpers/DependenciesServiceHelpers.php:247
msgid "<strong>%1$s</strong> requires the %2$s PHP extension to function. Contact your host or server administrator to install and configure the missing extension."
msgid_plural "<strong>%1$s</strong> requires the following PHP extensions to function: %2$s. Contact your host or server administrator to install and configure the missing extensions."
msgstr[0] "<strong>%1$s</strong> necesită extensia PHP %2$s pentru a funcționa. Contactați gazda sau administratorul serverului dumneavoastră pentru a instala și configura extensia lipsă."
msgstr[1] "<strong>%1$s</strong> necesită extensiile PHP %2$s pentru a funcționa. Contactați gazda sau administratorul serverului dumneavoastră pentru a instala și configura extensiile lipsă."
msgstr[2] ""

#. translators: 1. Plugin or identifiable name, 2. Comma-separated list of
#. missing PHP extensions.
#: dependencies/deep-web-solutions/wp-framework-utilities/src/includes/Dependencies/Helpers/DependenciesServiceHelpers.php:240
msgid "<strong>%1$s</strong> may behave unexpectedly because the %2$s PHP extension is missing. Contact your host or server administrator to install and configure the missing extension."
msgid_plural "<strong>%1$s</strong> may behave unexpectedly because the following PHP extensions are missing: %2$s. Contact your host or server administrator to install and configure the missing extensions."
msgstr[0] "<strong>%1$s</strong> poate avea un comportament neașteptat deoarece extensia PHP %2$s lipsește. Contactați gazda sau administratorul serverului pentru a instala și configura extensia lipsă."
msgstr[1] "<strong>%1$s</strong> poate avea un comportament neașteptat deoarece extensiile PHP %2$s lipsesc. Contactați gazda sau administratorul serverului pentru a instala și configura extensiile lipsă."
msgstr[2] ""

#: dependencies/deep-web-solutions/wp-framework-settings/src/includes/Functionalities/AbstractOptionsPageFunctionality.php:133
msgid "Failed to delete the plugin options from the database"
msgstr "Nu s-a reușit ștergerea opțiunilor plugin-ului din baza de date"

#. translators: Name of the update button
#: dependencies/deep-web-solutions/wp-framework-core/src/templates/installation/required-update.php:27
#: dependencies/deep-web-solutions/wp-framework-core/src/templates/installation/required-update.php:38
msgid "Update"
msgstr "Actualizare"

#. translators: 1. Plugin name, 2. Plugin version, 3. Name of the update button
#: dependencies/deep-web-solutions/wp-framework-core/src/templates/installation/required-update.php:23
msgid "A data update is available for <strong>%1$s (v%2$s)</strong>. It is recommended to back up your database before proceeding. Please click the \"%3$s\" button when ready:"
msgstr "O actualizare a datelor este disponibilă pentru <strong>%1$s (v%2$s)</strong>. Se recomandă să faceți o copie de rezervă a bazei de date înainte de a continua. Vă rugăm să faceți clic pe butonul \"%3$s\" atunci când sunteți gata:"

#. translators: Name of the installation button
#: dependencies/deep-web-solutions/wp-framework-core/src/templates/installation/required-original.php:27
#: dependencies/deep-web-solutions/wp-framework-core/src/templates/installation/required-original.php:36
msgid "Install"
msgstr "Instalează"

#. translators: 1. Plugin name, 2. Plugin version, 3. Name of the install
#. button
#: dependencies/deep-web-solutions/wp-framework-core/src/templates/installation/required-original.php:23
msgid "<strong>%1$s (v%2$s)</strong> needs to run its installation routine before it can be used. Please click the \"%3$s\" button to proceed:"
msgstr "<strong>%1$s (v%2$s)</strong> trebuie să ruleze rutina de instalare înainte de a putea fi utilizat. Vă rugăm să faceți clic pe butonul \"%3$s\" pentru a continua:"

#. translators: 1. Plugin name, 2. Plugin version, 3. Support email, 4. Support
#. website
#: dependencies/deep-web-solutions/wp-framework-core/src/templates/initialization/error.php:36
msgid "<strong>%1$s (v%2$s)</strong> initialization failed. Please contact us at <strong><a href=\"mailto:%3$s\">%3$s</a></strong> or visit our <strong><a href=\"%4$s\" target=\"_blank\">support website</a></strong> to get help. Please include this error notice in your support query:"
msgstr "Inițializarea <strong>%1$s (v%2$s)</strong> a eșuat. Vă rugăm să ne contactați la <strong><a href=\"mailto:%3$s\">%3$s</a></strong> sau vizitați <strong><a href=\"%4$s\" target=\"_blank\">site-ul nostru de suport</a></strong> pentru a obține ajutor. Vă rugăm să includeți această notificare de eroare în cererea de asistență:"

#: dependencies/deep-web-solutions/wp-framework-core/src/includes/Functionalities/InstallationFunctionality.php:232
msgid "<strong>%1$s</strong> was successfully installed."
msgstr "<strong>%1$s</strong> a fost instalat cu succes."

#: dependencies/deep-web-solutions/wp-framework-core/src/includes/Functionalities/InstallationFunctionality.php:232
msgid "<strong>%1$s</strong> was successfully updated."
msgstr "<strong>%1$s</strong> a fost actualizat cu succes."

#. translators: 1. Installation node name, 2. Error message.
#: dependencies/deep-web-solutions/wp-framework-core/src/includes/Functionalities/InstallationFunctionality.php:176
#: dependencies/deep-web-solutions/wp-framework-core/src/includes/Functionalities/InstallationFunctionality.php:224
msgid "<strong>%1$s</strong> failed to complete the installation routine. The error is: %2$s"
msgstr "<strong>%1$s</strong> nu a reușit să finalizeze rutina de instalare. Eroarea este %2$s"

#: dependencies/deep-web-solutions/wp-framework-core/src/includes/Functionalities/InstallationFunctionality.php:154
msgid "Please wait..."
msgstr "Vă rugăm să așteptați..."

#: dependencies/deep-web-solutions/wp-framework-core/src/includes/Functionalities/AbstractPermissionsFunctionality.php:72
msgid "Failed to update permissions"
msgstr "Nu s-a reușit actualizarea permisiunilor"

#: dependencies/deep-web-solutions/wp-framework-bootstrapper/src/templates/requirements-error.php:88
msgid "If you need to upgrade your version of PHP you can ask your hosting company for assistance, and if you need help upgrading WordPress you can refer to <a href=\"https://wordpress.org/support/article/updating-wordpress/\" target=\"_blank\">the Codex</a>."
msgstr "Dacă aveți nevoie să actualizați versiunea de PHP, puteți cere asistență companiei de găzduire, iar dacă aveți nevoie de ajutor pentru actualizarea WordPress, puteți consulta <a href=\"https://wordpress.org/support/article/updating-wordpress/\" target=\"_blank\">Codex-ul</a> oficial."

#. translators: PHP version
#. translators: WordPress version
#. translators: %s: Installed version of the dependant plugin
#: dependencies/deep-web-solutions/wp-framework-bootstrapper/src/templates/requirements-error.php:59
#: dependencies/deep-web-solutions/wp-framework-bootstrapper/src/templates/requirements-error.php:71
#: dependencies/deep-web-solutions/wp-framework-utilities/src/includes/Dependencies/Helpers/DependenciesServiceHelpers.php:121
msgid "You're running version %s"
msgstr "Rulați versiunea %s"

#. translators: 1. Component name, 2. Component version
#: dependencies/deep-web-solutions/wp-framework-bootstrapper/src/templates/requirements-error.php:36
msgid "<strong>%1$s (%2$s)</strong> has encountered an error. Your environment doesn't meet all the system requirements listed below:"
msgstr "<strong>%1$s (%2$s)</strong> a întâmpinat o eroare. Mediul dvs. nu îndeplinește toate cerințele de sistem enumerate mai jos:"