diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index febf2d9be..e532869d2 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -83,7 +83,7 @@ jobs: ls -l /usr/bin/chromium* $CHROME_DRIVER_BINARY --version - name: "Checkout" - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: "Run tests" run: | GLPI_BRANCH=${{ matrix.glpi-branch }} @@ -126,7 +126,7 @@ jobs: php-version: ${{ matrix.php-versions }} coverage: xdebug - name: "Checkout" - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: "Code quality tests" run: | . ./tests/script-functions.sh diff --git a/CHANGELOG.md b/CHANGELOG.md index dcedef755..81882bbf7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,112 @@ + +## [HEAD](https://github.com/pluginsGLPI/formcreator/compare/2.13.8..2.13.9) (2024-03-13) + + +### Bug Fixes + +* prevent issue when response body has blank characters ([1b141a3fa](https://github.com/pluginsGLPI/formcreator/commit/1b141a3fa)) +* **command:** typos ([2681eca61](https://github.com/pluginsGLPI/formcreator/commit/2681eca61)) +* **dropdownfield:** ambiguous column in SQL query ([3c0630554](https://github.com/pluginsGLPI/formcreator/commit/3c0630554)) +* **dropdownfield:** incomplete group restriction ([eebcc21f1](https://github.com/pluginsGLPI/formcreator/commit/eebcc21f1)) +* **formansswer:** keep tickets on delete ([b3cc8d2b9](https://github.com/pluginsGLPI/formcreator/commit/b3cc8d2b9)) +* **formanswer:** translate section name for targets ([cb9ce0fb6](https://github.com/pluginsGLPI/formcreator/commit/cb9ce0fb6)) +* **hiddenfield:** escaping problem when displaying default value in question designer ([3818383e1](https://github.com/pluginsGLPI/formcreator/commit/3818383e1)) +* **install:** dashboard setup with pre 2.13.7 appearance ([08d3871e1](https://github.com/pluginsGLPI/formcreator/commit/08d3871e1)) +* **issue:** deduplicate rows whern showing technicians in issues ([8bc96d3dc](https://github.com/pluginsGLPI/formcreator/commit/8bc96d3dc)) +* **issue:** prevent list of all issues in search engine ([55530d976](https://github.com/pluginsGLPI/formcreator/commit/55530d976)) +* **reminder:** visibility ([826881427](https://github.com/pluginsGLPI/formcreator/commit/826881427)) +* **target_actor:** duplicate failure with gours, supliers or users ([d77cde058](https://github.com/pluginsGLPI/formcreator/commit/d77cde058)) +* **target_actor:** groups duplication ([dbfcc796b](https://github.com/pluginsGLPI/formcreator/commit/dbfcc796b)) +* **targetticket:** set location may fail ([75144be06](https://github.com/pluginsGLPI/formcreator/commit/75144be06)) +* **textarea:** support for min/max size and regex ([09682e9b8](https://github.com/pluginsGLPI/formcreator/commit/09682e9b8)) + + +### Features + +* **glpiselectfield:** support Cluster itemtype ([e72e2603c](https://github.com/pluginsGLPI/formcreator/commit/e72e2603c)) + + + + +## [2.13.8](https://github.com/pluginsGLPI/formcreator/compare/2.13.7..2.13.8) (2023-111-08) + + +### Bug Fixes + +* restoring ticket may create inconsistency in DB ([3cf3e4ebd](https://github.com/pluginsGLPI/formcreator/commit/3cf3e4ebd)) +* **abstractitiltarget:** itil category from template shall not take precedence ([8f8d9a7c4](https://github.com/pluginsGLPI/formcreator/commit/8f8d9a7c4)) +* **category:** translation feature of dropdowns not handled ([6287f1b34](https://github.com/pluginsGLPI/formcreator/commit/6287f1b34)) +* **dropdownfield:** display of username ([af43a9cf1](https://github.com/pluginsGLPI/formcreator/commit/af43a9cf1)) +* **form:** better theme compatibility, UI enhancement ([9146ea57a](https://github.com/pluginsGLPI/formcreator/commit/9146ea57a)) +* **form:** import access restrictions may ignore uuids ([9d23d4c1e](https://github.com/pluginsGLPI/formcreator/commit/9d23d4c1e)) +* **formanswer:** redirect after submit may lead to unavailable page ([599451af4](https://github.com/pluginsGLPI/formcreator/commit/599451af4)) +* **formanswer:** requester can edit refused answer ([c4f799b2c](https://github.com/pluginsGLPI/formcreator/commit/c4f799b2c)) +* **formanswer:** show spinner when validate ([c59dc72ac](https://github.com/pluginsGLPI/formcreator/commit/c59dc72ac)) +* **formanswer:** status update on ticket change ([079a12063](https://github.com/pluginsGLPI/formcreator/commit/079a12063)) +* **glpiselectfield:** disable anonymization of user for answer resolution ([66bea30e0](https://github.com/pluginsGLPI/formcreator/commit/66bea30e0)) +* **glpiselectfield,dropdownfield:** prevent php warning ([4da93e38e](https://github.com/pluginsGLPI/formcreator/commit/4da93e38e)) +* **install:** ineffective data fix un upgrade to 2.13.7 ([c31134c35](https://github.com/pluginsGLPI/formcreator/commit/c31134c35)) +* **issue:** SQL scaping problem when updating a ticket ([56ddff261](https://github.com/pluginsGLPI/formcreator/commit/56ddff261)) +* **issue:** bad status if ticket has valdiation on creation ([fc0ea0a00](https://github.com/pluginsGLPI/formcreator/commit/fc0ea0a00)) +* **locales:** resolve locales management warnings ([d5db37452](https://github.com/pluginsGLPI/formcreator/commit/d5db37452)) +* **radiosfield,checkboxesfield,glpiselectfield,requesttypefield,urgencyfield:** validate default value before saving ([4815abeda](https://github.com/pluginsGLPI/formcreator/commit/4815abeda)) +* **requesttype:** force english for comparisons ([7b9e94114](https://github.com/pluginsGLPI/formcreator/commit/7b9e94114)) +* **selectfield:** translation breaks validation checks ([28b4781d8](https://github.com/pluginsGLPI/formcreator/commit/28b4781d8)) +* **target_actor:** actors ID not converted when duplicating a form ([c5167c16c](https://github.com/pluginsGLPI/formcreator/commit/c5167c16c)) +* **textareadield:** missing translation for default value ([bda43df77](https://github.com/pluginsGLPI/formcreator/commit/bda43df77)) + + +### Features + +* **DropdownField:** Load translation for plugin too ([16a1379a8](https://github.com/pluginsGLPI/formcreator/commit/16a1379a8)) +* **DropdownField:** Load translation for plugin too ([6af1766d1](https://github.com/pluginsGLPI/formcreator/commit/6af1766d1)) +* **formanswer:** log any failure when saving a answer ([5d84054af](https://github.com/pluginsGLPI/formcreator/commit/5d84054af)) +* **formanswer:** show item's name in web page title ([c7e81cb9d](https://github.com/pluginsGLPI/formcreator/commit/c7e81cb9d)) +* **glpiselectfield:** attach existing documents to targets ([63999d068](https://github.com/pluginsGLPI/formcreator/commit/63999d068)) + + + + +## [2.13.7](https://github.com/pluginsGLPI/formcreator/compare/2.13.6..2.13.7) (2023-07-19) + + +### Bug Fixes + +* Adding READ right for display reservations menu tab ([03e6281e](https://github.com/pluginsGLPI/formcreator/commit/03e6281e)) +* bad lcoale in en_US ([db9986f1](https://github.com/pluginsGLPI/formcreator/commit/db9986f1)) +* resize dashboard to match GLPI's core (#3306) ([9272cda3](https://github.com/pluginsGLPI/formcreator/commit/9272cda3)) +* show FAQ without tabs for self-service ([c5499ad4](https://github.com/pluginsGLPI/formcreator/commit/c5499ad4)) +* **TargetChange:** use RichText instead of plaintext ([8845b888](https://github.com/pluginsGLPI/formcreator/commit/8845b888)) +* **checkboxesfield,radiosfield,selectfield:** add missing error messages ([66585193](https://github.com/pluginsGLPI/formcreator/commit/66585193)) +* **datefield, datetimefield:** comparison against empty string ([be4831c7](https://github.com/pluginsGLPI/formcreator/commit/be4831c7)) +* **dropdownfield:** SQL error for GLPI objects / tickets and some specific rights ([2539e366](https://github.com/pluginsGLPI/formcreator/commit/2539e366)) +* **dropdownfield:** handle specific case with Entity itemtype ([bd25e7d1](https://github.com/pluginsGLPI/formcreator/commit/bd25e7d1)) +* **dropdownfield:** missing entity restriction setting ([54543cb3](https://github.com/pluginsGLPI/formcreator/commit/54543cb3)) +* **dropdownfield:** prevent language switching and log error ([49f8fc07](https://github.com/pluginsGLPI/formcreator/commit/49f8fc07)) +* **fieldsfield:** restore mandatory field as read only ([52a9fc2b](https://github.com/pluginsGLPI/formcreator/commit/52a9fc2b)) +* **form,category:** obey show count on tabs parameter ([f4ebf9e5](https://github.com/pluginsGLPI/formcreator/commit/f4ebf9e5)) +* **form_language:** obey show counter in tab setting ([9dfc3b8d](https://github.com/pluginsGLPI/formcreator/commit/9dfc3b8d)) +* **formanswer:** php warning ([ce078990](https://github.com/pluginsGLPI/formcreator/commit/ce078990)) +* **formanswer:** prevent silent rejection of answers ([d630302d](https://github.com/pluginsGLPI/formcreator/commit/d630302d)) +* **formanswer:** redirect to login if session expired ([eb0acb65](https://github.com/pluginsGLPI/formcreator/commit/eb0acb65)) +* **glpiselectfield:** fix namespace (#3287) ([613e0fad](https://github.com/pluginsGLPI/formcreator/commit/613e0fad)) +* **install:** missing row in sql query, causing PHP warning ([0c47776a](https://github.com/pluginsGLPI/formcreator/commit/0c47776a)) +* **issue:** php warnings when anonymisation enabled ([f6f01d7d](https://github.com/pluginsGLPI/formcreator/commit/f6f01d7d)) +* **issue:** prevent fatal error in tooltip ([3419affc](https://github.com/pluginsGLPI/formcreator/commit/3419affc)) +* **question,section:** duplicate a question or section must duplicate inner conditions ([22597832](https://github.com/pluginsGLPI/formcreator/commit/22597832)) +* **section:** cannot rename section twice ([7bbb9b81](https://github.com/pluginsGLPI/formcreator/commit/7bbb9b81)) +* **section:** condition rule loss after duplicate / import ([883a1227](https://github.com/pluginsGLPI/formcreator/commit/883a1227)) +* **section:** duplicate form may lead to bad question id in condition ([a6f9c41c](https://github.com/pluginsGLPI/formcreator/commit/a6f9c41c)) +* **section:** rename section impacts display of inner questions ([c4277d8c](https://github.com/pluginsGLPI/formcreator/commit/c4277d8c)) +* **selectfield,multiselectfield:** fix possible encoding problem ([8aaec8ac](https://github.com/pluginsGLPI/formcreator/commit/8aaec8ac)) +* **tag:** tag was always deleted ([6201d61d](https://github.com/pluginsGLPI/formcreator/commit/6201d61d)) +* **targetchange,targetproblem:** folow method call signature for fields plugin ([016696ab](https://github.com/pluginsGLPI/formcreator/commit/016696ab)) +* **textfield:** Unescaped HTML when displaying a form answer ([6ce71f95](https://github.com/pluginsGLPI/formcreator/commit/6ce71f95)) +* **textfield:** exception while displaying counters ([0a857d7f](https://github.com/pluginsGLPI/formcreator/commit/0a857d7f)) +* **textfield:** target ticket title need html encoding ([1b71d652](https://github.com/pluginsGLPI/formcreator/commit/1b71d652)) + + + ## [2.13.6](https://github.com/pluginsGLPI/formcreator/compare/2.13.5..2.13.6) (2023-05-26) diff --git a/RoboFile.php b/RoboFile.php index 14e57285a..9d07b7cc6 100644 --- a/RoboFile.php +++ b/RoboFile.php @@ -203,10 +203,25 @@ public function archiveBuild($release = 'release') { } // Add composer dependencies - $this->_exec("composer install --no-dev --working-dir='$archiveWorkdir/$pluginName'"); + $success = $this->taskExec('composer') + ->arg('install') + ->arg('--no-dev') + ->arg("--working-dir=$archiveWorkdir/$pluginName") + ->run(); + if ($success->getExitCode() != 0) { + throw new RuntimeException("failed to generate PHP resources"); + } // Add JS dependencies - $this->_exec("yarn --cwd '$archiveWorkdir/$pluginName' install --prod"); + $success = $this->taskExec('yarn') + ->arg('--cwd') + ->arg("$archiveWorkdir/$pluginName") + ->arg('install') + ->arg('--prod') + ->run(); + if ($success->getExitCode() != 0) { + throw new RuntimeException("failed to generate JS resources"); + } // Create the final archive $this->taskPack($archiveFile) diff --git a/RoboFilePlugin.php b/RoboFilePlugin.php index fe9e2c2a1..8ef4ee29f 100644 --- a/RoboFilePlugin.php +++ b/RoboFilePlugin.php @@ -108,7 +108,13 @@ public function localesExtract() { * @return void */ public function localesPush() { - $this->_exec('python3 `which tx` push -s'); + $success = $this->taskExec('tx') + ->arg('push') + ->arg('-s') + ->run(); + if ($success->getExitCode() != 0) { + throw new RuntimeException("failed to send source locales to transifex"); + } return $this; } diff --git a/ajax/formanswer.php b/ajax/formanswer.php index 91be59457..5cf735752 100644 --- a/ajax/formanswer.php +++ b/ajax/formanswer.php @@ -105,28 +105,29 @@ } // redirect to created item -if ($_SESSION['glpibackcreated'] && Ticket::canView()) { - if (strpos($_SERVER['HTTP_REFERER'], 'form.form.php') === false) { - // User was not testing the form from preview - if (count($formAnswer->targetList) == 1) { - $target = current($formAnswer->targetList); - echo json_encode( - [ - 'redirect' => $target->getFormURLWithID($target->getID()), - ], JSON_FORCE_OBJECT - ); - die(); - } +if ($_SESSION['glpibackcreated']) { + if (strpos($_SERVER['HTTP_REFERER'], 'form.form.php') !== false) { echo json_encode( [ - 'redirect' => $formAnswer->getFormURLWithID($formAnswer->getID()), + 'redirect' => (new PluginFormcreatorForm())->getFormURLWithID($formAnswer->fields['plugin_formcreator_forms_id']), + ], JSON_FORCE_OBJECT + ); + die(); + } + // User was not testing the form from preview + reset($formAnswer->targetList); + $target = current($formAnswer->targetList); + if (count($formAnswer->targetList) == 1 && $target::canView()) { + echo json_encode( + [ + 'redirect' => $target->getFormURLWithID($target->getID()), ], JSON_FORCE_OBJECT ); die(); } echo json_encode( [ - 'redirect' => (new PluginFormcreatorForm())->getFormURLWithID($formAnswer->fields['plugin_formcreator_forms_id']), + 'redirect' => $formAnswer->getFormURLWithID($formAnswer->getID()), ], JSON_FORCE_OBJECT ); die(); diff --git a/ajax/ldap_filter.php b/ajax/ldap_filter.php index 9ab8edc30..8cb81f0b1 100644 --- a/ajax/ldap_filter.php +++ b/ajax/ldap_filter.php @@ -29,6 +29,8 @@ * --------------------------------------------------------------------- */ +use Glpi\Toolbox\Sanitizer; + include ('../../../inc/includes.php'); Session::checkRight(PluginFormcreatorForm::$rightname, UPDATE); @@ -37,4 +39,5 @@ $authldap->getFromDB($_POST['value']); $filter = "(".$authldap->getField("login_field")."=*)"; $ldap_condition = $authldap->getField('condition'); +$ldap_condition = Sanitizer::decodeHtmlSpecialChars($ldap_condition); echo "(& $filter $ldap_condition)"; diff --git a/css/styles.scss b/css/styles.scss index 36640c138..57de43b24 100644 --- a/css/styles.scss +++ b/css/styles.scss @@ -105,7 +105,7 @@ > .plugin_formcreator_section { line-height: 32px; - background: #CCC; + background-color: var(--table-head-bg); padding-bottom: 1px; display: flex; flex-wrap: wrap; @@ -118,6 +118,7 @@ text-overflow: ellipsis; flex: 1; margin: 5px 0 0 5px; + color: inherit; } } } @@ -149,9 +150,13 @@ padding-left: 16px; padding-right: 10px; margin: 0 2px; - background: #F0F0F0; + background-color: var(--light-mix); display: flex; align-items: center; + + > i { + min-width: 14px; + } } .grid-stack-item .grid-stack-item-content a[data-field=name] { @@ -175,10 +180,14 @@ } .plugin_formcreator_question { - background: #F0F0F0; + background-color: var(--tabs-active-bg); margin: 5px 2px; padding-left: 15px; flex: 1; + + a { + color: inherit; + } } /* actions on sections or questions */ @@ -350,7 +359,7 @@ form#plugin_formcreator_form { } #plugin_formcreator_form .form-group > .help-block { font-size: 0.8em; - color: #333; + color: var(--text-muted); padding: 3px 0; p { @@ -1001,7 +1010,8 @@ a.plugin_formcreator_formTile_title { /* Count of conditions in design view */ .plugin_formcreator_conditions_count { border-radius: 50%; - background-color: #FFF; + background-color: var(--contrast-dark); + color: var(--contrast-light); min-width: 18px; height: 18px; text-align: center; diff --git a/front/formanswer.form.php b/front/formanswer.form.php index f84ee0ff7..58728ec85 100644 --- a/front/formanswer.form.php +++ b/front/formanswer.form.php @@ -74,10 +74,10 @@ Html::helpHeader(__('Service catalog', 'formcreator')); } else { Html::header( - __('Form Creator', 'formcreator'), + $formanswer->fields['name'], '', 'admin', - 'PluginFormcreatorForm' + PluginFormcreatorForm::class ); } diff --git a/hook.php b/hook.php index 70cc4b03b..6731b7746 100644 --- a/hook.php +++ b/hook.php @@ -439,7 +439,7 @@ function plugin_formcreator_MassiveActions($itemtype) { PluginFormcreatorForm::class . MassiveAction::CLASS_ACTION_SEPARATOR . 'Duplicate' => _x('button', 'Duplicate'), PluginFormcreatorForm::class . MassiveAction::CLASS_ACTION_SEPARATOR . 'Transfert' => __('Transfer'), PluginFormcreatorForm::class . MassiveAction::CLASS_ACTION_SEPARATOR . 'Export' => _sx('button', 'Export'), - PluginFormcreatorForm::class . MassiveAction::CLASS_ACTION_SEPARATOR . 'AccessRights' => _sx('button', 'Access rights'), + PluginFormcreatorForm::class . MassiveAction::CLASS_ACTION_SEPARATOR . 'AccessRights' => _sx('button', 'Access rights', 'formcreator'), ]; } return []; @@ -521,7 +521,9 @@ function plugin_formcreator_hook_update_ticket(CommonDBTM $item) { $validationStatus = PluginFormcreatorCommon::getTicketStatusForIssue($item); - $issueName = $item->fields['name'] != '' ? addslashes($item->fields['name']) : '(' . $item->getID() . ')'; + $issueName = $item->fields['name'] != '' + ? $item->fields['name'] + : '(' . $item->getID() . ')'; $issue = new PluginFormcreatorIssue(); $issue->getFromDBByCrit([ 'AND' => [ @@ -547,15 +549,15 @@ function plugin_formcreator_hook_update_ticket(CommonDBTM $item) { 'id' => $issue->getID(), 'items_id' => $id, 'display_id' => "t_$id", - 'itemtype' => 'Ticket', - 'name' => $issueName, + 'itemtype' => Ticket::class, + 'name' => $DB->escape($issueName), 'status' => $validationStatus, 'date_creation' => $item->fields['date'], 'date_mod' => $item->fields['date_mod'], 'entities_id' => $item->fields['entities_id'], 'is_recursive' => '0', 'requester_id' => $requester, - 'comment' => addslashes($item->fields['content']), + 'comment' => $DB->escape($item->fields['content']), 'time_to_own' => $item->fields['time_to_own'], 'time_to_resolve' => $item->fields['time_to_resolve'], 'internal_time_to_own' => $item->fields['internal_time_to_own'], @@ -564,7 +566,6 @@ function plugin_formcreator_hook_update_ticket(CommonDBTM $item) { 'date' => $item->fields['date'], 'takeintoaccount_delay_stat' => $item->fields['takeintoaccount_delay_stat'], ]); - return; } // No issue linked to the ticket, @@ -603,7 +604,8 @@ function plugin_formcreator_hook_delete_ticket(CommonDBTM $item) { } } - // Delete the issue + // Delete the issue associated to the ticlet + // (when a form generated one and only one ticket) // TODO: add is_deleted column to issue ? $issue = new PluginFormcreatorIssue(); $issue->deleteByCriteria([ @@ -615,7 +617,14 @@ function plugin_formcreator_hook_delete_ticket(CommonDBTM $item) { function plugin_formcreator_hook_restore_ticket(CommonDBTM $item) { $formAnswer = new PluginFormcreatorFormAnswer(); if ($formAnswer->getFromDbByTicket($item)) { - $formAnswer->createIssue(); + $relations = (new Item_Ticket())->find([ + 'itemtype' => $formAnswer->getType(), + 'items_id' => $formAnswer->getID(), + ]); + if (count($relations) === 1) { + // Recreate the issue when one and only one ticket has been created by the form + $formAnswer->createIssue(); + } $minimalStatus = $formAnswer->getAggregatedStatus(); if ($minimalStatus !== null) { $formAnswer->updateStatus($minimalStatus); @@ -679,7 +688,10 @@ function plugin_formcreator_hook_update_ticketvalidation(CommonDBTM $item) { if ($issue->isNewItem()) { return; } - $issue->update(['status' => $status] + $issue->fields); + $issue->update([ + 'id' => $issue->getID(), + 'status' => $status + ]); } function plugin_formcreator_hook_update_itilFollowup($followup) { diff --git a/inc/abstractfield.class.php b/inc/abstractfield.class.php index 3f2d89cbf..9bda396ef 100644 --- a/inc/abstractfield.class.php +++ b/inc/abstractfield.class.php @@ -131,7 +131,7 @@ public function show(string $domain, bool $canEdit = true): string { if ($this->isEditableField() && !empty($this->question->fields['description'])) { $description = $this->question->fields['description']; - foreach (PluginFormcreatorCommon::getDocumentsFromTag($description) as $document) { + foreach (Toolbox::getDocumentsFromTag($description) as $document) { $prefix = uniqid('', true); $filename = $prefix . 'image_paste.' . pathinfo($document['filename'], PATHINFO_EXTENSION); if (!copy(GLPI_DOC_DIR . '/' . $document['filepath'], GLPI_TMP_DIR . '/' . $filename)) { @@ -202,10 +202,13 @@ public function getLabel() { /** * Gets the available values for the field + * @param array $values values to parse. If null, the values are ised from the instance of the question * @return array available values */ - public function getAvailableValues() { - $values = json_decode($this->question->fields['values']); + public function getAvailableValues(array $values = null): array { + if ($values === null) { + $values = json_decode($this->question->fields['values']); + } $tab_values = []; foreach ($values as $value) { $trimmedValue = trim($value); @@ -221,13 +224,11 @@ public function isRequired(): bool { } /** - * trim values separated by \r\n + * trim and explode values separated by \r\n * @param string $value a value or default value - * @return string + * @return array */ - protected function trimValue($value) { - global $DB; - + protected function trimValue($value): array { $value = explode('\r\n', $value); // input has escpaed single quotes $value = Toolbox::stripslashes_deep($value); @@ -241,7 +242,7 @@ function ($value) { $value ); - return $DB->escape(json_encode($value, JSON_UNESCAPED_UNICODE)); + return $value; } public function getFieldTypeName(): string { diff --git a/inc/abstractitiltarget.class.php b/inc/abstractitiltarget.class.php index f8a06c5cf..f12f2a253 100644 --- a/inc/abstractitiltarget.class.php +++ b/inc/abstractitiltarget.class.php @@ -108,7 +108,7 @@ abstract public static function getItem_Item(): CommonDBRelation; * * @return string */ - abstract static protected function getTemplateItemtypeName(): string; + abstract protected function getTemplateItemtypeName(): string; /** * Get the class name of the target itemtype's template predefined field class @@ -738,34 +738,6 @@ protected function addGroupActor($role, $group) { return true; } - /** - * Attach documents of the answer to the target - */ - protected function attachDocument($formAnswerId, $itemtype, $targetID) { - global $CFG_GLPI; - - $docItem = new Document_Item(); - if (count($this->attachedDocuments) <= 0) { - return; - } - - foreach ($this->attachedDocuments as $documentID => $dummy) { - $docItem->add([ - 'documents_id' => $documentID, - 'itemtype' => $itemtype, - 'items_id' => $targetID, - ]); - if ($itemtype === Ticket::class) { - $document = new Document(); - $documentCategoryFk = DocumentCategory::getForeignKeyField(); - $document->update([ - 'id' => $documentID, - $documentCategoryFk => $CFG_GLPI["documentcategories_id_forticket"], - ]); - } - } - } - public function addAttachedDocument($documentId) { $this->attachedDocuments[$documentId] = true; } @@ -2335,8 +2307,6 @@ public function getDefaultData(PluginFormcreatorFormAnswer $formanswer): array { $targetTemplateFk = $targetItemtype::getForeignKeyField(); $data = $targetItemtype::getDefaultValues(); - // Determine category early, because it is used to determine the template - $data = $this->setTargetCategory($data, $formanswer); $this->fields[$targetTemplateFk] = $this->getTargetTemplate($data); $templateItemtype = static::getTemplateItemtypeName(); @@ -2380,6 +2350,8 @@ public function getDefaultData(PluginFormcreatorFormAnswer $formanswer): array { $data = array_merge($data, $predefined_fields); + $data = $this->setTargetCategory($data, $formanswer); + if (($data['requesttypes_id'] ?? 0) == 0) { unset($data['requesttypes_id']); } @@ -2428,6 +2400,29 @@ protected function prepareUploadsFromTextarea(array $data, PluginFormcreatorForm return $data; } + /** + * Undocumented function + * + * @param array $data + * @param PluginFormcreatorFormAnswer $formanswer + * @return array + */ + protected function setDocuments($data, PluginFormcreatorFormAnswer $formanswer): array { + foreach ($formanswer->getQuestionFields($formanswer->getForm()->getID()) ?? [] as $field) { + $question = $field->getQuestion(); + if ($question->fields['fieldtype'] !== 'glpiselect') { + continue; + } + if ($question->fields['itemtype'] !== Document::class) { + continue; + } + + $data['_documents_id'][] = $field->getRawValue(); + } + + return $data; + } + /** * Emulate file uploads for documents provided to file questions * @@ -2440,9 +2435,7 @@ protected function prepareUploadedFiles(array $data): array { $data['_tag_filename'] = []; // emulate file uploads of inline images - // TODO: replace PluginFormcreatorCommon::getDocumentsFromTag by Toolbox::getDocumentsFromTag - // when is merged https://github.com/glpi-project/glpi/pull/9335 - foreach (PluginFormcreatorCommon::getDocumentsFromTag($data['content']) as $document) { + foreach (Toolbox::getDocumentsFromTag($data['content']) as $document) { $prefix = uniqid('', true); $filename = $prefix . 'image_paste.' . pathinfo($document['filename'], PATHINFO_EXTENSION); if (!@copy(GLPI_DOC_DIR . '/' . $document['filepath'], GLPI_TMP_DIR . '/' . $filename)) { diff --git a/inc/abstracttarget.class.php b/inc/abstracttarget.class.php index fd3c5e355..4878a8c73 100644 --- a/inc/abstracttarget.class.php +++ b/inc/abstracttarget.class.php @@ -79,6 +79,8 @@ abstract public static function getTargetItemtypeName(): string; */ abstract protected function getTaggableFields(); + abstract protected function getTemplateItemtypeName(): string; + const DESTINATION_ENTITY_CURRENT = 1; const DESTINATION_ENTITY_REQUESTER = 2; const DESTINATION_ENTITY_REQUESTER_DYN_FIRST = 3; @@ -560,4 +562,20 @@ public function prepareInputForClone($input) { unset($input['uuid']); return $input; } + + protected static function getTemplateByName(string $name): int { + global $DB; + + $targetTemplateType = (new static())->getTemplateItemtypeName(); + $targetTemplate = new $targetTemplateType(); + $targetTemplate->getFromDBByCrit([ + 'name' => $DB->escape($name), + ]); + + if ($targetTemplate->isNewItem()) { + return 0; + } + + return $targetTemplate->getID(); + } } diff --git a/inc/category.class.php b/inc/category.class.php index b091aef7e..023b08f51 100644 --- a/inc/category.class.php +++ b/inc/category.class.php @@ -157,12 +157,10 @@ public static function getCategoryTree(): array { ]); $request = [ 'SELECT' => [ - 'id', - 'name', 'icon', 'icon_color', 'background_color', - 'comment', + self::getTableField('id'), "$categoryFk as parent", 'level', new QueryExpression( @@ -170,8 +168,43 @@ public static function getCategoryTree(): array { ), ], 'FROM' => $cat_table, + 'LEFT JOIN' => [], 'ORDER' => ["level DESC", "name DESC"], ]; + $translation_table = DropdownTranslation::getTable(); + if (Session::haveTranslations(self::getType(), 'name')) { + $request['LEFT JOIN']["$translation_table as namet"] = [ + 'FKEY' => [ + $cat_table => 'id', + 'namet' => 'items_id', + ['AND' => [ + 'namet.language' => $_SESSION['glpilanguage'], + 'namet.itemtype' => self::getType(), + 'namet.field' => 'name', + ]], + ], + ]; + $request['SELECT'][] = 'namet.value as name'; + } else { + $request['SELECT'][] = 'name'; + $request['SELECT'][] = 'comment'; + } + if (Session::haveTranslations(self::getType(), 'comment')) { + $request['LEFT JOIN']["$translation_table as commentt"] = [ + 'FKEY' => [ + $cat_table => 'id', + 'commentt' => 'items_id', + ['AND' => [ + 'namet.language' => $_SESSION['glpilanguage'], + 'namet.itemtype' => self::getType(), + 'namet.field' => 'comment', + ]], + ], + ]; + $request['SELECT'][] = 'commentt.value as comment'; + } else { + $request['SELECT'][] = 'comment'; + } $result = $DB->request($request); $categories = []; diff --git a/inc/command/cleanticketscommand.class.php b/inc/command/cleanticketscommand.class.php index b8c2a2371..554a4cecb 100644 --- a/inc/command/cleanticketscommand.class.php +++ b/inc/command/cleanticketscommand.class.php @@ -218,7 +218,7 @@ protected function fixBadForm_2(InputInterface $input, OutputInterface $output) ]; } if ($replace === null) { - $message = __("Unable to determine the encoding type of item ID: %1$d", "formcreator"); + $message = __('Unable to determine the encoding type of item ID: %1$d', "formcreator"); $output->writeln("" . sprintf($message, $item['id']) . ""); continue; } @@ -282,8 +282,8 @@ protected function fixBadForm_3(InputInterface $input, OutputInterface $output) ]; } if ($replace === null) { - $message = __("Unable to determine the encoding type of item ID: %1$d", "formcreator"); - $output->writeln("" . sprinf($message, $item['id']) . ""); + $message = __('Unable to determine the encoding type of item ID: %1$d', "formcreator"); + $output->writeln("" . sprintf($message, $item['id']) . ""); continue; } $item['content'] = str_replace($pattern, $replace, $item['content']); diff --git a/inc/common.class.php b/inc/common.class.php index a41129bef..9a7df8eaa 100644 --- a/inc/common.class.php +++ b/inc/common.class.php @@ -583,28 +583,6 @@ public static function checkRegex($regex) { return $isValid; } - /** - * Find documents data matching the tags found in the string - * Tags are deduplicated - * - * @param string $content_text String to search tags from - * - * @return array data from documents having tags found - */ - public static function getDocumentsFromTag(string $content_text): array { - preg_match_all( - '/'.Document::getImageTag('(([a-z0-9]+|[\.\-]?)+)').'/', - $content_text, - $matches, PREG_PATTERN_ORDER - ); - if (!isset($matches[1]) || count($matches[1]) == 0) { - return []; - } - - $document = new Document(); - return $document->find(['tag' => array_unique($matches[1])]); - } - /** * find a document with a file attached, with respect of blacklisting * @@ -768,7 +746,7 @@ public static function hookRedefineMenu($menus) { $newMenu['faq'] = $menus['faq']; $newMenu['faq']['default'] = Plugin::getWebDir('formcreator', false) . '/front/knowbaseitem.php'; } - if (Session::haveRight("reservation", ReservationItem::RESERVEANITEM)) { + if (Session::haveRightsOr("reservation", [READ, ReservationItem::RESERVEANITEM])) { if (isset($menus['reservation'])) { $newMenu['reservation'] = $menus['reservation']; } @@ -781,7 +759,6 @@ public static function hookRedefineMenu($menus) { 'ORDER' => "$reminderTable.name" ]; $criteria = $criteria + Reminder::getVisibilityCriteria(); - $criteria['WHERE']["$reminderTable.users_id"] = ['<>', Session::getLoginUserID()]; $iterator = $DB->request($criteria); $hasReminder = $iterator->count() > 0; diff --git a/inc/entityconfig.class.php b/inc/entityconfig.class.php index 58e895fdf..1767af4c4 100644 --- a/inc/entityconfig.class.php +++ b/inc/entityconfig.class.php @@ -90,7 +90,7 @@ public function getTabNameForItem(CommonGLPI $item, $withtemplate = 0) { $tabNames = []; if (!$withtemplate) { if ($item->getType() == 'Entity') { - $tabNames[1] = self::createTabEntry(_n('Form', 'Forms', Session::getPluralNumber(), 'formcreator'), 0, PluginFormcreatorForm::getType(), self::getIcon()); + $tabNames[1] = self::createTabEntry(PluginFormcreatorForm::getTypeName(Session::getPluralNumber()), 0, PluginFormcreatorForm::getType(), self::getIcon()); } } return $tabNames; diff --git a/inc/exportabletrait.class.php b/inc/exportabletrait.class.php index a7280e62a..2fcbbba23 100644 --- a/inc/exportabletrait.class.php +++ b/inc/exportabletrait.class.php @@ -111,6 +111,7 @@ public function importChildrenObjects(PluginFormcreatorExportableInterface $pare } } // Delete all other restrictions + /** @var PluginFormcreatorExportableInterface $subItem */ $subItem = new $itemtype(); $subItem->deleteObsoleteItems($parent, $importedItems); } diff --git a/inc/field/actorfield.class.php b/inc/field/actorfield.class.php index a2d4e46ab..5da452a60 100644 --- a/inc/field/actorfield.class.php +++ b/inc/field/actorfield.class.php @@ -129,7 +129,7 @@ public function getRenderedHtml($domain, $canEdit = true): string { 'display_emptychoice' => false, 'values' => array_keys($value), 'valuesnames' => array_values($value), - '_idor_token' => Session::getNewIDORToken(User::getType()), + '_idor_token' => Session::getNewIDORToken(User::getType(), ['entity_restrict' => -1]), ]; $html .= \PluginFormcreatorCommon::jsAjaxDropdown( $fieldName . '[]', diff --git a/inc/field/checkboxesfield.class.php b/inc/field/checkboxesfield.class.php index 2a3f50f95..a53eaee17 100644 --- a/inc/field/checkboxesfield.class.php +++ b/inc/field/checkboxesfield.class.php @@ -250,22 +250,33 @@ public function isValidValue($value): bool { } public function prepareQuestionInputForSave($input) { - if (!isset($input['values']) || empty($input['values'])) { + global $DB; + + if (strlen($input['values'] ?? '') == 0) { Session::addMessageAfterRedirect( - __('The field value is required:', 'formcreator') . ' ' . $input['name'], + __('The field value is required.', 'formcreator'), false, ERROR ); return []; } - // trim values - $input['values'] = $this->trimValue($input['values']); - - if (isset($input['default_values'])) { + $values = $this->trimValue($input['values']); + $defaultValues = $this->trimValue($input['default_values'] ?? ''); + if (count($defaultValues) > 0) { // trim values - $input['default_values'] = $this->trimValue($input['default_values']); + $validDefaultValues = array_intersect($this->getAvailableValues($values), $defaultValues); + if (count($validDefaultValues) != (count($defaultValues))) { + Session::addMessageAfterRedirect( + __('The default values are not in the list of available values.', 'formcreator'), + false, + ERROR + ); + return []; + } + $input['default_values'] = $DB->escape(json_encode($defaultValues, JSON_UNESCAPED_UNICODE)); } + $input['values'] = $DB->escape(json_encode($values, JSON_UNESCAPED_UNICODE)); return $input; } diff --git a/inc/field/dropdownfield.class.php b/inc/field/dropdownfield.class.php index 997ef3ce5..457ab4b71 100644 --- a/inc/field/dropdownfield.class.php +++ b/inc/field/dropdownfield.class.php @@ -43,6 +43,7 @@ use Document; use Dropdown; use CommonGLPI; +use CommonDBTM; use CommonITILActor; use CommonITILObject; use CommonTreeDropdown; @@ -64,6 +65,7 @@ use GlpiPlugin\Formcreator\Exception\ComparisonException; use Glpi\Application\View\TemplateRenderer; use State; +use Plugin; class DropdownField extends PluginFormcreatorAbstractField { @@ -263,40 +265,11 @@ public function buildParams($rand = null) { if (Session::haveRight("ticket", Ticket::READALL)) { break; } - $currentUser = Session::getLoginUserID(); if (!Session::haveRight(Ticket::$rightname, Ticket::READMY) && !Session::haveRight(Ticket::$rightname, Ticket::READGROUP)) { // No right to view any ticket, then force the dropdown to be empty $dparams_cond_crit['OR'] = new QueryExpression('0=1'); break; } - $tickets_filter = ['users_id_recipient' => $currentUser]; - - if (Session::haveRight(Ticket::$rightname, Ticket::READMY)) { - $requestersObserversQuery = new QuerySubQuery([ - 'SELECT' => 'tickets_id', - 'FROM' => Ticket_User::getTable(), - 'WHERE' => [ - 'users_id' => $currentUser, - 'type' => [CommonITILActor::REQUESTER, CommonITILActor::OBSERVER] - ], - ]); - $tickets_filter[] = [ - 'id' => $requestersObserversQuery, - ]; - } - - if (Session::haveRight(Ticket::$rightname, Ticket::READGROUP) && count($_SESSION['glpigroups']) > '0') { - $requestersObserversGroupsQuery = new QuerySubQuery([ - 'SELECT' => 'tickets_id', - 'FROM' => Group_Ticket::getTable(), - 'WHERE' => [ - 'type' => [CommonITILActor::REQUESTER, CommonITILActor::OBSERVER], - 'groups_id' => $_SESSION['glpigroups'], - ], - ]); - $tickets_filter[] = ['id' => $requestersObserversGroupsQuery]; - } - $dparams_cond_crit['OR'] = $tickets_filter; break; default: @@ -502,11 +475,21 @@ public function getRenderedHtml($domain, $canEdit = true): string { if (!$canEdit) { $value = ''; if ($item->getFromDB($this->value)) { - $column = 'name'; + $value = $item->fields['name']; if ($item instanceof CommonTreeDropdown) { - $column = 'completename'; + $value = $item->fields['completename']; + } else { + /** @var CommonDBTM $item */ + switch ($item->getType()) { + case User::class: + $value = (new DbUtils())->getUserName($item->getID()); + break; + case Document::class: + /** @var Document $item */ + $value = $item->getDownloadLink($this->form_answer); + break; + } } - $value = $item->fields[$column]; } return $value; @@ -519,10 +502,18 @@ public function getRenderedHtml($domain, $canEdit = true): string { $dparams = []; $dparams = $this->buildParams($rand); $dparams['display'] = false; - $dparams['_idor_token'] = Session::getNewIDORToken($itemtype); + if (version_compare(GLPI_VERSION, '10.1') >= 0 && $item->isField('states_id')) { $dparams['condition'] = State::getDisplayConditionForAssistance(); } + $idor_params = []; + foreach (['condition', 'displaywith', 'entity_restrict', 'right'] as $sensitive_param) { + if (array_key_exists($sensitive_param, $dparams)) { + $idor_params[$sensitive_param] = $dparams[$sensitive_param]; + } + } + $dparams['_idor_token'] = Session::getNewIDORToken($itemtype, $idor_params); + $html .= $itemtype::dropdown($dparams); $html .= PHP_EOL; $html .= Html::scriptBlock("$(function() { @@ -557,19 +548,19 @@ public function getValueForDesign(): string { public function getValueForTargetText($domain, $richText): ?string { $DbUtil = new DbUtils(); $itemtype = $this->getSubItemtype(); - if ($itemtype == User::class) { - $value = $DbUtil->getUserName($this->value); - } else { - $value = Dropdown::getDropdownName($DbUtil->getTableForItemType($itemtype), $this->value); - } - return $value; + return Dropdown::getDropdownName($DbUtil->getTableForItemType($itemtype), $this->value);; } public function moveUploads() { } public function getDocumentsForTarget(): array { - return []; + $itemtype = $this->getSubItemtype(); + if ($itemtype !== Document::class) { + return []; + } + + return [$this->value]; // Array of a single document ID } public static function getName(): string { @@ -614,31 +605,33 @@ public function isValidValue($value): bool { } public function prepareQuestionInputForSave($input) { - if (!isset($input['itemtype']) || empty($input['itemtype'])) { - Session::addMessageAfterRedirect( - sprintf(__('The itemtype field is required: %s', 'formcreator'), $input['name']), - false, - ERROR - ); - return []; - } - $allowedDropdownValues = []; - $stdtypes = Dropdown::getStandardDropdownItemTypes(); - foreach ($stdtypes as $categoryOfTypes) { - $allowedDropdownValues = array_merge($allowedDropdownValues, array_keys($categoryOfTypes)); - } - $allowedDropdownValues[] = SLA::getType(); - $allowedDropdownValues[] = OLA::getType(); - - if (!in_array($input['itemtype'], $allowedDropdownValues)) { - Session::addMessageAfterRedirect( - sprintf(__('Invalid dropdown type: %s', 'formcreator'), $input['name']), - false, - ERROR - ); - return []; + if (isset($input['itemtype'])) { + if (empty($input['itemtype'])) { + Session::addMessageAfterRedirect( + sprintf(__('The itemtype field is required: %s', 'formcreator'), $input['name']), + false, + ERROR + ); + return []; + } + $allowedDropdownValues = []; + $stdtypes = Dropdown::getStandardDropdownItemTypes(); + foreach ($stdtypes as $categoryOfTypes) { + $allowedDropdownValues = array_merge($allowedDropdownValues, array_keys($categoryOfTypes)); + } + $allowedDropdownValues[] = SLA::getType(); + $allowedDropdownValues[] = OLA::getType(); + + if (!in_array($input['itemtype'], $allowedDropdownValues)) { + Session::addMessageAfterRedirect( + sprintf(__('Invalid dropdown type: %s', 'formcreator'), $input['name']), + false, + ERROR + ); + return []; + } } - $itemtype = $input['itemtype']; + $itemtype = $input['itemtype'] ?? ($this->question->fields['itemtype']); $input['values'] = []; // Params for CommonTreeDropdown fields @@ -740,15 +733,16 @@ private function getMyGroups($userID) { if ($result->count() === 0) { return []; } + $a_groups = []; foreach ($result as $data) { - $a_groups = $dbUtil->getAncestorsOf("glpi_groups", $data["groups_id"]); + $a_groups = $a_groups + $dbUtil->getAncestorsOf("glpi_groups", $data["groups_id"]); $a_groups[$data["groups_id"]] = $data["groups_id"]; } return $a_groups; } public function equals($value): bool { - $value = html_entity_decode($value); + $value = html_entity_decode($value ?? ''); $itemtype = $this->question->fields['itemtype']; $dropdown = new $itemtype(); if ($dropdown->isNewId($this->value)) { @@ -770,7 +764,7 @@ public function notEquals($value): bool { } public function greaterThan($value): bool { - $value = html_entity_decode($value); + $value = html_entity_decode($value ?? ''); $itemtype = $this->question->fields['itemtype']; $dropdown = new $itemtype(); if (!$dropdown->getFromDB($this->value)) { @@ -789,7 +783,7 @@ public function lessThan($value): bool { } public function regex($value): bool { - $value = html_entity_decode($value); + $value = html_entity_decode($value ?? ''); $itemtype = $this->question->fields['itemtype']; $dropdown = new $itemtype(); if (!$dropdown->getFromDB($this->value)) { @@ -875,7 +869,12 @@ public function parseObjectProperties( // We need english locale to search searchOptions by name $oldLocale = $TRANSLATE->getLocale(); $TRANSLATE->setLocale("en_GB"); + $_SESSION['glpilanguage'] = "en_GB"; + if ($plug = isPluginItemType($itemtype)) { + Plugin::loadLang(strtolower($plug['plugin']), "en_GB"); + } + /** @var CommonDBTM $item */ $item = new $itemtype; $item->getFromDB($answer); @@ -893,6 +892,7 @@ public function parseObjectProperties( if (count($searchOption) == 0) { trigger_error("No search option found for $property", E_USER_WARNING); $TRANSLATE->setLocale($oldLocale); + $_SESSION['glpilanguage'] = $oldLocale; return $content; } @@ -936,6 +936,11 @@ public function parseObjectProperties( } // Put the old locales on succes or if an expection was thrown $TRANSLATE->setLocale($oldLocale); + $_SESSION['glpilanguage'] = $oldLocale; + if ($plug = isPluginItemType($itemtype)) { + Plugin::loadLang(strtolower($plug['plugin']), $oldLocale); + } + return $content; } diff --git a/inc/field/fieldsfield.class.php b/inc/field/fieldsfield.class.php index 3c13279f7..e1d7e167b 100644 --- a/inc/field/fieldsfield.class.php +++ b/inc/field/fieldsfield.class.php @@ -484,7 +484,7 @@ public function isValidValue($value): bool { public function isValid(): bool { if (!is_null($this->getField())) { // If the field is required it can't be empty - if ($this->getField()->fields['mandatory'] && $this->value == '') { + if ($this->isAdditionalFieldEmpty()) { Session::addMessageAfterRedirect( __('A required field is empty:', 'formcreator') . ' ' . $this->getLabel(), false, @@ -499,6 +499,20 @@ public function isValid(): bool { return true; } + /** + * Undocumented function + * + * @return boolean + */ + private function isAdditionalFieldEmpty(): bool { + switch ($this->getField()->fields['type']) { + case 'dropdown': + return $this->getField()->fields['mandatory'] && $this->value == 0; + } + + return $this->getField()->fields['mandatory'] && $this->value == ''; + } + public function moveUploads() { } @@ -563,7 +577,7 @@ public function parseAnswerValues($input, $nonDestructive = false): bool { } public static function getName(): string { - return __("Additionnal fields", "fields"); + return __("Additional fields", "fields"); } public static function canRequire(): bool { diff --git a/inc/field/glpiselectfield.class.php b/inc/field/glpiselectfield.class.php index b843413c2..9cf6e423d 100644 --- a/inc/field/glpiselectfield.class.php +++ b/inc/field/glpiselectfield.class.php @@ -34,6 +34,7 @@ use Html; use Session; +use DBUtils; use Dropdown; use Entity; use CommonTreeDropdown; @@ -72,6 +73,7 @@ public function showForm(array $options): void { } $this->question->fields['default_values'] = Html::entities_deep($this->question->fields['default_values']); $this->deserializeValue($this->question->fields['default_values']); + $this->question->fields['_default_values'] = $this->value; $parameters = $this->getParameters(); TemplateRenderer::getInstance()->display($template, [ @@ -106,7 +108,9 @@ public function isValidValue($value): bool { } public function prepareQuestionInputForSave($input) { - if (isset($input['itemtype']) && empty($input['itemtype'])) { + global $DB; + + if (!isset($input['itemtype']) || strlen($input['itemtype']) === 0) { Session::addMessageAfterRedirect( __('The field value is required:', 'formcreator') . ' ' . $input['name'], false, @@ -134,7 +138,7 @@ public function prepareQuestionInputForSave($input) { unset($input['show_tree_depth']); unset($input['selectable_tree_root']); - $input['values'] = json_encode($input['values']); + $input['values'] = $DB->escape(json_encode($input['values'], JSON_UNESCAPED_UNICODE)); return $input; } @@ -143,10 +147,20 @@ public static function canRequire(): bool { return true; } - public function getAvailableValues(): array { + public function getAvailableValues(array $values = null): array { return []; } + public function getValueForTargetText($domain, $richText): ?string { + $itemtype = $this->getSubItemtype(); + if ($itemtype == User::class) { + $DbUtil = new DbUtils(); + return $DbUtil->getUserName($this->value, 0, true); + } + + return parent::getValueForTargetText($domain, $richText); + } + public function buildParams($rand = null) { $dparams = parent::buildParams($rand); $itemtype = $this->getSubItemtype(); @@ -170,7 +184,7 @@ public function buildParams($rand = null) { } public function equals($value): bool { - $value = html_entity_decode($value); + $value = html_entity_decode($value ?? ''); $itemtype = $this->getSubItemtype(); $item = new $itemtype(); if ($item->isNewId($this->value)) { @@ -187,7 +201,7 @@ public function notEquals($value): bool { } public function greaterThan($value): bool { - $value = html_entity_decode($value); + $value = html_entity_decode($value ?? ''); $itemtype = $this->getSubItemtype(); $item = new $itemtype(); if (!$item->getFromDB($this->value)) { diff --git a/inc/field/hiddenfield.class.php b/inc/field/hiddenfield.class.php index 2d682b86d..27f193754 100644 --- a/inc/field/hiddenfield.class.php +++ b/inc/field/hiddenfield.class.php @@ -47,7 +47,7 @@ public function isPrerequisites(): bool { public function showForm(array $options): void { $template = '@formcreator/field/' . $this->question->fields['fieldtype'] . 'field.html.twig'; - $this->question->fields['default_values'] = Html::entities_deep($this->question->fields['default_values']); + // $this->question->fields['default_values'] = Html::entities_deep($this->question->fields['default_values']); $this->deserializeValue($this->question->fields['default_values']); TemplateRenderer::getInstance()->display($template, [ 'item' => $this->question, diff --git a/inc/field/ldapselectfield.class.php b/inc/field/ldapselectfield.class.php index 01a6309cf..05afe1132 100644 --- a/inc/field/ldapselectfield.class.php +++ b/inc/field/ldapselectfield.class.php @@ -152,6 +152,7 @@ public function prepareQuestionInputForSave($input) { if (isset($ldap_values['ldap_attribute'])) { $ldap_dropdown = RuleRightParameter::getById((int) $ldap_values['ldap_attribute']); if (!($ldap_dropdown instanceof RuleRightParameter)) { + Session::addMessageAfterRedirect(__('LDAP attribute is required!', 'formcreator'), false, ERROR); return []; } } diff --git a/inc/field/radiosfield.class.php b/inc/field/radiosfield.class.php index c4bf53b5d..39f6c3beb 100644 --- a/inc/field/radiosfield.class.php +++ b/inc/field/radiosfield.class.php @@ -49,7 +49,7 @@ public function isPrerequisites(): bool { public function showForm(array $options): void { $template = '@formcreator/field/' . $this->question->fields['fieldtype'] . 'field.html.twig'; - $this->question->fields['values'] = json_decode($this->question->fields['values']); + $this->question->fields['values'] = json_decode($this->question->fields['values']); $this->question->fields['values'] = is_array($this->question->fields['values']) ? $this->question->fields['values'] : []; $this->question->fields['values'] = implode("\r\n", $this->question->fields['values']); $this->deserializeValue($this->question->fields['default_values']); @@ -110,18 +110,41 @@ public static function getName(): string { } public function prepareQuestionInputForSave($input) { - if (!isset($input['values']) || empty($input['values'])) { + global $DB; + + if (strlen($input['values'] ?? '') === 0) { Session::addMessageAfterRedirect( - __('The field value is required:', 'formcreator') . ' ' . $input['name'], + __('The field value is required.', 'formcreator'), false, ERROR ); return []; } - // trim values - $input['values'] = $this->trimValue($input['values']); - $input['default_values'] = trim($input['default_values']); + // trim values (actually there is only one value then no \r\n expected) + $defaultValues = $this->trimValue($input['default_values'] ?? ''); + if (count($defaultValues) > 1) { + Session::addMessageAfterRedirect( + __('Only one default value is allowed.', 'formcreator'), + false, + ERROR + ); + return []; + } + $values = $this->trimValue($input['values']); + if (count($defaultValues) > 0) { + $validDefaultValues = array_intersect($this->getAvailableValues($values), $defaultValues); + if (count($validDefaultValues) != count($defaultValues)) { + Session::addMessageAfterRedirect( + __('The default value is not in the list of available values.', 'formcreator'), + false, + ERROR + ); + return []; + } + } + $input['values'] = $DB->escape(json_encode($values, JSON_UNESCAPED_UNICODE)); + $input['default_values'] = array_pop($defaultValues); return $input; } diff --git a/inc/field/requesttypefield.class.php b/inc/field/requesttypefield.class.php index dfbd5090d..78254e9f3 100644 --- a/inc/field/requesttypefield.class.php +++ b/inc/field/requesttypefield.class.php @@ -112,7 +112,7 @@ public static function canRequire(): bool { return true; } - public function getAvailableValues() { + public function getAvailableValues(array $values = null): array { return Ticket::getTypes(); } @@ -174,7 +174,15 @@ public function isValidValue($value): bool { } public function equals($value): bool { + global $TRANSLATE; + + $oldLocale = $TRANSLATE->getLocale(); + $TRANSLATE->setLocale("en_GB"); + $_SESSION['glpilanguage'] = "en_GB"; $available = $this->getAvailableValues(); + $TRANSLATE->setLocale($oldLocale); + $_SESSION['glpilanguage'] = $oldLocale; + if (!isset($available[$this->value])) { return false; } @@ -182,7 +190,15 @@ public function equals($value): bool { } public function notEquals($value): bool { + global $TRANSLATE; + + $oldLocale = $TRANSLATE->getLocale(); + $TRANSLATE->setLocale("en_GB"); + $_SESSION['glpilanguage'] = "en_GB"; $available = $this->getAvailableValues(); + $TRANSLATE->setLocale($oldLocale); + $_SESSION['glpilanguage'] = $oldLocale; + if (!isset($available[$this->value])) { return false; } @@ -190,7 +206,15 @@ public function notEquals($value): bool { } public function greaterThan($value): bool { + global $TRANSLATE; + + $oldLocale = $TRANSLATE->getLocale(); + $TRANSLATE->setLocale("en_GB"); + $_SESSION['glpilanguage'] = "en_GB"; $available = $this->getAvailableValues(); + $TRANSLATE->setLocale($oldLocale); + $_SESSION['glpilanguage'] = $oldLocale; + if (!isset($available[$this->value])) { return false; } @@ -198,7 +222,15 @@ public function greaterThan($value): bool { } public function lessThan($value): bool { + global $TRANSLATE; + + $oldLocale = $TRANSLATE->getLocale(); + $TRANSLATE->setLocale("en_GB"); + $_SESSION['glpilanguage'] = "en_GB"; $available = $this->getAvailableValues(); + $TRANSLATE->setLocale($oldLocale); + $_SESSION['glpilanguage'] = $oldLocale; + if (!isset($available[$this->value])) { return false; } diff --git a/inc/field/selectfield.class.php b/inc/field/selectfield.class.php index fcb79a8ba..dc652b189 100644 --- a/inc/field/selectfield.class.php +++ b/inc/field/selectfield.class.php @@ -74,7 +74,7 @@ public function getRenderedHtml($domain, $canEdit = true): string { foreach ($values as $value) { if ((trim($value) != '')) { $unsanitized = Sanitizer::unsanitize(__($value, $domain)); - $translatedValues[$unsanitized] = $unsanitized; + $translatedValues[$value] = $unsanitized; } } diff --git a/inc/field/textareafield.class.php b/inc/field/textareafield.class.php index 3a1f63a6e..2ffc6476b 100644 --- a/inc/field/textareafield.class.php +++ b/inc/field/textareafield.class.php @@ -150,14 +150,15 @@ public function getRenderedHtml($domain, $canEdit = true): string { $id = $this->question->getID(); $rand = mt_rand(); $fieldName = 'formcreator_field_' . $id; - $value = $this->value; + // Translations are saved sanitized, so we need to sanitize initial value and unsanitize translated value + $defaultValue = Sanitizer::unsanitize(__(Sanitizer::sanitize($this->value), $domain)); $html = ''; $form = PluginFormcreatorForm::getByItem($this->getQuestion()); $html .= Html::textarea([ 'name' => $fieldName, 'editor_id' => "$fieldName$rand", 'rand' => $rand, - 'value' => $value, + 'value' => $defaultValue, 'rows' => 5, 'display' => false, 'enable_richtext' => true, @@ -243,7 +244,40 @@ public function isValid(): bool { return false; } - // All is OK + return $this->isValidValue($this->value); + } + + public function isValidValue($value): bool { + if (strlen($value) == 0) { + return true; + } + + $parameters = $this->getParameters(); + + $stripped = strip_tags($value); + + // Check the field matches the format regex + $regex = $parameters['regex']->fields['regex']; + if ($regex !== null && strlen($regex) > 0) { + if (!preg_match($regex, $stripped)) { + Session::addMessageAfterRedirect(sprintf(__('Specific format does not match: %s', 'formcreator'), $this->question->fields['name']), false, ERROR); + return false; + } + } + + // Check the field is in the range + $rangeMin = $parameters['range']->fields['range_min']; + $rangeMax = $parameters['range']->fields['range_max']; + if ($rangeMin > 0 && strlen($stripped) < $rangeMin) { + Session::addMessageAfterRedirect(sprintf(__('The text is too short (minimum %d characters): %s', 'formcreator'), $rangeMin, $this->question->fields['name']), false, ERROR); + return false; + } + + if ($rangeMax > 0 && strlen($stripped) > $rangeMax) { + Session::addMessageAfterRedirect(sprintf(__('The text is too long (maximum %d characters): %s', 'formcreator'), $rangeMax, $this->question->fields['name']), false, ERROR); + return false; + } + return true; } diff --git a/inc/field/urgencyfield.class.php b/inc/field/urgencyfield.class.php index 6c9f3876c..9125ab588 100644 --- a/inc/field/urgencyfield.class.php +++ b/inc/field/urgencyfield.class.php @@ -115,7 +115,7 @@ public static function canRequire(): bool { return true; } - public function getAvailableValues() { + public function getAvailableValues(array $values = null): array { return [ 5 => _x('urgency', 'Very high'), 4 => _x('urgency', 'High'), diff --git a/inc/form.class.php b/inc/form.class.php index f7765d54b..ceaa42f0e 100644 --- a/inc/form.class.php +++ b/inc/form.class.php @@ -513,7 +513,7 @@ public function getTabNameForItem(CommonGLPI $item, $withtemplate = 0) { ]; } if ($item->getType() == Central::class) { - return _n('Form', 'Forms', Session::getPluralNumber(), 'formcreator'); + return PluginFormcreatorForm::getTypeName(Session::getPluralNumber()); } return ''; } @@ -670,8 +670,8 @@ public static function getFormList(int $rootCategory = 0, string $keywords = '', $table_cat = getTableForItemType(PluginFormcreatorCategory::class); $table_form = getTableForItemType(PluginFormcreatorForm::class); - $table_section = getTableForItemType(PluginFormcreatorSections::class); - $table_question = getTableForItemType(PluginFormcreatorQuestions::class); + $table_section = getTableForItemType(PluginFormcreatorSection::class); + $table_question = getTableForItemType(PluginFormcreatorQuestion::class); $categoryFk = PluginFormcreatorCategory::getForeignKeyField(); @@ -797,7 +797,7 @@ public static function getFormList(int $rootCategory = 0, string $keywords = '', foreach ($result_faqs as $faq) { $formList[] = [ 'id' => $faq['id'], - 'name' => $faq['name'], + 'name' => $faq['transname'] ?? $faq['name'], 'icon' => '', 'icon_color' => '', 'background_color' => '', @@ -1892,15 +1892,20 @@ public static function import(PluginFormcreatorLinker $linker, $input = [], $con $input[$key] = $DB->escape($input[$key]); } + // Do not process theses fields when adding / updating forms + // They will be imported later; see the variable $subItems below + $input2 = $input; + unset($input2['users'], $input2['groups'], $input2['profiles']); + // Add or update the form $originalId = $input[$idKey]; $item->skipChecks = true; if ($itemId !== false) { - $input['id'] = $itemId; - $item->update($input); + $input2['id'] = $itemId; + $item->update($input2); } else { - unset($input['id']); - $itemId = $item->add($input); + unset($input2['id']); + $itemId = $item->add($input2); } $item->skipChecks = false; if ($itemId === false) { @@ -2012,7 +2017,7 @@ public function showForCentral() { echo ''; echo ''; - echo ''; + echo ''; echo ''; $currentCategoryId = -1; diff --git a/inc/form_validator.class.php b/inc/form_validator.class.php index 303451e32..6e0fd71bc 100644 --- a/inc/form_validator.class.php +++ b/inc/form_validator.class.php @@ -441,8 +441,13 @@ public static function dropdownValidatorUser(): string { 'entity_restrict' => -1, 'itemtype' => User::getType(), 'condition' => Dropdown::addNewCondition($usersCondition), - '_idor_token' => Session::getNewIDORToken(User::getType()), ]; + $params['_idor_token'] = Session::getNewIDORToken( + User::getType(), + [ + 'condition' => $params['condition'], + ] + ); return Html::jsAjaxDropdown( '_validator_users[]', @@ -520,8 +525,13 @@ public static function dropdownValidatorGroup(): string { 'itemtype' => Group::getType(), 'condition' => Dropdown::addNewCondition($groupsCondition), 'display_emptychoice' => false, - '_idor_token' => Session::getNewIDORToken(Group::getType()), ]; + $params['_idor_token'] = Session::getNewIDORToken( + Group::getType(), + [ + 'condition' => $params['condition'], + ] + ); return Html::jsAjaxDropdown( '_validator_groups[]', diff --git a/inc/formanswer.class.php b/inc/formanswer.class.php index baeafbc6f..95f899a7f 100644 --- a/inc/formanswer.class.php +++ b/inc/formanswer.class.php @@ -25,7 +25,7 @@ * @license http://www.gnu.org/licenses/gpl.txt GPLv3+ * @link https://github.com/pluginsGLPI/formcreator/ * @link https://pluginsglpi.github.io/formcreator/ - * @link http://plugins.glpi-project.org/#/plugin/formcreatorp@ + * @link http://plugins.glpi-project.org/#/plugin/formcreator * --------------------------------------------------------------------- */ @@ -662,12 +662,18 @@ public function showForm($ID, $options = []) { . ' class="plugin_formcreator_form"' . ' action="' . $formUrl . '"' . ' id="plugin_formcreator_form"' + . ' data-submit-once="true"' . '>'; $form = $this->getForm(); // Edit mode for validator $editMode = !isset($options['edit']) ? false : ($options['edit'] != '0'); + // Can the current user edit the answers ? + $canEdit = $this->fields['status'] == self::STATUS_REFUSED + && Session::getLoginUserID() == $this->fields['requester_id'] + || $this->fields['status'] == self::STATUS_WAITING + && $this->canValidate() && $editMode; // form title if (version_compare(GLPI_VERSION, '10.0.3') < 0) { @@ -749,7 +755,7 @@ public function showForm($ID, $options = []) { } } } - echo $question->getRenderedHtml($domain, $editMode, $this, $visibility[$question->getType()][$question->getID()]); + echo $question->getRenderedHtml($domain, $canEdit, $this, $visibility[$question->getType()][$question->getID()]); $lastQuestion = $question; } echo ''; @@ -989,7 +995,7 @@ public function prepareInputForUpdate($input) { * @return boolean true if pre_delete actions succeeded, false if not */ public function pre_deleteItem() { - global $DB; + global $DB, $CFG_GLPI; $issue = new PluginFormcreatorIssue(); $issue->deleteByCriteria([ @@ -1002,6 +1008,8 @@ public function pre_deleteItem() { self::getForeignKeyField() => $this->getID(), ]); + $CFG_GLPI['keep_tickets_on_delete'] = '1'; + return true; } @@ -1174,6 +1182,10 @@ public function getFullForm($richText = false): string { $formFk = PluginFormcreatorForm::getForeignKeyField(); $this->getQuestionFields($this->fields[$formFk]); + $domain = PluginFormcreatorForm::getTranslationDomain($this->fields[$formFk]); + + $domain = PluginFormcreatorForm::getTranslationDomain($this->fields[$formFk]); + $this->deserializeAnswers(); // TODO: code very close to PluginFormcreatorAbstractTarget::parseTags() (factorizable ?) @@ -1226,9 +1238,9 @@ public function getFullForm($richText = false): string { $output .= ($richText ? '

 

' : $eol); } if ($richText) { - $output .= '

' . $question_line['section_name'] . '

'; + $output .= '

' . __($question_line['section_name'], $domain) . '

'; } else { - $output .= $eol . $question_line['section_name'] . $eol; + $output .= $eol . __($question_line['section_name'], $domain) . $eol; $output .= '---------------------------------' . $eol; } $last_section = $question_line[$sectionFk]; @@ -1452,6 +1464,8 @@ public function parseTags(string $content, PluginFormcreatorTargetInterface $tar $content = Sanitizer::sanitize($content); } + $content = $this->parseExtraTags($content, $target, $richText); + $hook_data = Plugin::doHookFunction('formcreator_parse_extra_tags', [ 'formanswer' => $this, 'content' => $content, @@ -1462,6 +1476,12 @@ public function parseTags(string $content, PluginFormcreatorTargetInterface $tar return $hook_data['content']; } + protected function parseExtraTags(string $content, PluginFormcreatorTargetInterface $target = null, $richText = false): string { + $content = str_replace('##answer_id##', $this->getField('id'), $content); + + return $content; + } + /** * Validates answers of a form * @@ -1699,7 +1719,7 @@ public function createIssue() { 'items_id' => $ticketId, 'itemtype' => Ticket::class, 'name' => $issueName, - 'status' => $ticket->fields['status'], + 'status' => PluginFormcreatorCommon::getTicketStatusForIssue($ticket), 'date_creation' => $ticket->fields['date'], 'date_mod' => $ticket->fields['date_mod'], 'entities_id' => $ticket->fields['entities_id'], @@ -1842,7 +1862,7 @@ private function updateIssue() { /** * get all fields from a form * - * @param int $formId ID of the form where come the fileds to load + * @param int $formId ID of the form where come the fields to load * @return PluginFormcreatorAbstractField[] */ public function getQuestionFields($formId) : array { @@ -2112,76 +2132,82 @@ public function getGeneratedTargets($itemtypes = []): array { } /** - * Get the lowest status among the associated tickets + * Get the most appropriate status among the associated tickets + * + * Conversion matrix between the temporary status of the form answer + * and the status of the ticket under process. The matrix below is subjective + * and is designed in a way to give priority to requester's action. + * + * The function traverses all generated tickets and computes a temporary status + * fron the previous temporary status and the ticket being processed. + * When all tickets are processed, the final status is known. + * + * + * Status of the ticket under process + * +----------+-- -------+---------+---------+--------+--------+ + * | INCOMING | ASSIGNED | PLANNED | WAITING | SOLVED | CLOSED + * + ---------+----------+----------+---------+---------+--------+--------+ + * | (null) | INCOMING ASSIGNED PLANNED WAITING SOLVED CLOSED + * S | INCOMING | INCOMING ASSIGNED PLANNED WAITING INCOMING INCOMING + * T t | ASSIGNED | ASSIGNED ASSIGNED PLANNED WAITING ASSIGNED ASSIGNED + * e a | PLANNED | PLANNED PLANNED PLANNED WAITING PLANNED PLANNED + * m t | WAITING | WAITING WAITING WAITING WAITING WAITING WAITING + * p u | SOLVED | INCOMING ASSIGNED PLANNED WAITING SOLVED SOLVED + * s | CLOSED | INCOMING ASSIGNED PLANNED WAITING SOLVED CLOSED + * + * T = status picked from Ticket + * V = status picked from Validation * * @return null|int */ public function getAggregatedStatus(): ?int { $generatedTargets = $this->getGeneratedTargets([PluginFormcreatorTargetTicket::getType()]); - - $isWaiting = false; - $isAssigned = false; - $isProcessing = false; - - // Find the minimal status of the first generated tickets in the array (deleted items excluded) - $generatedTarget = array_shift($generatedTargets); - while ($generatedTarget!== null && $generatedTarget->fields['is_deleted']) { - $generatedTarget = array_shift($generatedTargets); - } - if ($generatedTarget === null) { + if (count($generatedTargets) === 0) { // No target found, nothing to do return null; } - // Find status of the first ticket in the array - $aggregatedStatus = PluginFormcreatorCommon::getTicketStatusForIssue($generatedTarget); - if ($aggregatedStatus == CommonITILObject::ASSIGNED) { - $isAssigned = true; - } - if ($aggregatedStatus == CommonITILObject::PLANNED) { - $isProcessing = true; - } - if ($aggregatedStatus == CommonITILObject::WAITING) { - $isWaiting = true; - } + $aggregatedStatus = null; - // Traverse all other tickets and set the minimal status + // Traverse all tickets and set the minimal status foreach ($generatedTargets as $generatedTarget) { /** @var Ticket $generatedTarget */ if ($generatedTarget::getType() != Ticket::getType()) { continue; } if ($generatedTarget->isDeleted()) { + // Ignore deleted tickets continue; } $ticketStatus = PluginFormcreatorCommon::getTicketStatusForIssue($generatedTarget); if ($ticketStatus >= PluginFormcreatorFormAnswer::STATUS_WAITING) { + // Ignore tickets refused or pending for validation + // getTicketStatusForIssue() does not returns STATUS_ACCEPTED continue; } - if ($ticketStatus == CommonITILObject::ASSIGNED) { - $isAssigned = true; + if ($ticketStatus == CommonITILObject::WAITING) { + $aggregatedStatus = CommonITILObject::WAITING; + break; } if ($ticketStatus == CommonITILObject::PLANNED) { - $isProcessing = true; + $aggregatedStatus = CommonITILObject::PLANNED; + continue; } - if ($ticketStatus == CommonITILObject::WAITING) { - $isWaiting = true; + if ($ticketStatus == CommonITILObject::ASSIGNED) { + $aggregatedStatus = CommonITILObject::ASSIGNED; + continue; + } + if ($ticketStatus == CommonITILObject::INCOMING) { + $aggregatedStatus = CommonITILObject::INCOMING; + continue; + } + if ($aggregatedStatus === null) { + $aggregatedStatus = $ticketStatus; + continue; } - $aggregatedStatus = min($aggregatedStatus, $ticketStatus); - } - // Assigned status takes precedence - if ($isAssigned) { - $aggregatedStatus = CommonITILObject::ASSIGNED; - } - // Planned status takes precedence - if ($isProcessing) { - $aggregatedStatus = CommonITILObject::PLANNED; - } - // Waiting status takes precedence to inform the requester his feedback is required - if ($isWaiting) { - $aggregatedStatus = CommonITILObject::WAITING; + $aggregatedStatus = min($aggregatedStatus, $ticketStatus); } return $aggregatedStatus; diff --git a/inc/issue.class.php b/inc/issue.class.php index f98764a2b..70474b229 100644 --- a/inc/issue.class.php +++ b/inc/issue.class.php @@ -542,6 +542,10 @@ public function rawSearchOptions() { 'field' => 'name', 'name' => __('Name'), 'datatype' => 'itemlink', + 'searchtype' => [ + '0' => 'contains', + '1' => 'not contains', + ], 'massiveaction' => false, 'additionalfields' => [ '0' => 'display_id' @@ -747,6 +751,7 @@ public function rawSearchOptions() { 'field' => 'name', 'name' => __('Technician'), 'datatype' => 'dropdown', + 'forcegroupby' => true, 'massiveaction' => false, 'nodisplay' => $hide_technician, 'nosearch' => $hide_technician, diff --git a/inc/knowbase.class.php b/inc/knowbase.class.php index f779e03d6..f872ebb25 100644 --- a/inc/knowbase.class.php +++ b/inc/knowbase.class.php @@ -136,7 +136,7 @@ public static function getCategoryTree() { 'FROM' => $cat_table, 'ORDER' => [ KnowbaseItemCategory::getTableField('level') . ' DESC', - KnowbaseItemCategory::getTableField('name'), + KnowbaseItemCategory::getTableField('name') . ' DESC', ] ]); @@ -222,7 +222,7 @@ public static function getFaqItems($rootCategory = 0, $keywords = '') { foreach ($result_faqs as $faq) { $formList[] = [ 'id' => $faq['id'], - 'name' => $faq['name'], + 'name' => $faq['transname'] ?? $faq['name'], 'icon' => '', 'icon_color' => '', 'background_color' => '', diff --git a/inc/notificationtargetformanswer.class.php b/inc/notificationtargetformanswer.class.php index 50da73058..9a9f26314 100644 --- a/inc/notificationtargetformanswer.class.php +++ b/inc/notificationtargetformanswer.class.php @@ -73,8 +73,8 @@ public function addDataForTemplate($event, $options = []) { $this->data['##lang.formcreator.form_id##'] = __('Form ID', 'formcreator'); $this->data['##lang.formcreator.form_name##'] = __('Form name', 'formcreator'); - $this->data['##lang.formcreator.form_requester##'] = __('Requester', 'formcreator'); - $this->data['##lang.formcreator.form_validator##'] = __('Validator', 'formcreator'); + $this->data['##lang.formcreator.form_requester##'] = _n('Requester', 'Requesters', 1); + $this->data['##lang.formcreator.form_validator##'] = PluginFormcreatorForm_Validator::getTypeName(1); $this->data['##lang.formcreator.form_creation_date##'] = __('Creation date', 'formcreator'); $this->data['##lang.formcreator.form_full_answers##'] = __('Full form answers', 'formcreator'); $this->data['##lang.formcreator.validation_comment##'] = __('Validation comment', 'formcreator'); diff --git a/inc/question.class.php b/inc/question.class.php index 143617d06..0c7a5c430 100644 --- a/inc/question.class.php +++ b/inc/question.class.php @@ -279,13 +279,13 @@ public function getDesignHtml() : string { $html .= ""; // Toggle mandatory for the question + $html .= ""; if ($fieldType::canRequire()) { - $html .= ""; $required = ($this->fields['required'] == '0') ? 'far fa-circle' : 'far fa-check-circle'; $html .= ' '; - $html .= ""; } + $html .= ""; $html .= ''; // grid stack item content @@ -742,14 +742,17 @@ public function showForm($ID, $options = []) { $options['formoptions'] = sprintf('onsubmit="plugin_formcreator.submitQuestion(this)" data-itemtype="%s" data-id="%s"', self::getType(), $this->getID()); // $options may contain values from a form - foreach ($options as $request_key => $request_value) { - if (isset($this->fields[$request_key])) { - $this->fields[$request_key] = $_REQUEST[$request_key]; - } else { - $values[$request_key] = $request_value; - } - } - $this->fields['values'] = json_encode($values); + // foreach ($options as $request_key => $request_value) { + // if (in_array($request_key, ['id'])) { + // continue; + // } + // if (isset($this->fields[$request_key])) { + // $this->fields[$request_key] = $request_value; + // } else { + // $values[$request_key] = $request_value; + // } + // } + // $this->fields['values'] = json_encode($values); if (!$this->isNewItem()) { $options['addbuttons'] = [ @@ -806,6 +809,21 @@ public function duplicate(array $options = []) { $export[$key] = $value; } } + + // Before importing the question, we need to give to the linker the questions + // used in the conditions of the question being duplicated + $conditions = (new PluginFormcreatorCondition())->find([ + 'itemtype' => self::getType(), + 'items_id' => $this->getID() + ]); + foreach ($conditions as $row) { + $question = PluginFormcreatorQuestion::getById($row['plugin_formcreator_questions_id']); + if ($question === null || $question === false) { + continue; + } + $linker->addObject($row['plugin_formcreator_questions_id'], $question); + } + $newQuestionId = static::import($linker, $export, $this->fields[$sectionFk]); if ($newQuestionId === false) { @@ -1215,6 +1233,7 @@ public static function dropdownObjectSubType(string $name, array $options = []): Line::class => Line::getTypeName($plural), PassiveDCEquipment::class => PassiveDCEquipment::getTypeName($plural), PDU::class => PDU::getTypeName($plural), + Cluster::class => Cluster::getTypeName(2), ], __("Assistance") => [ Ticket::class => Ticket::getTypeName($plural), diff --git a/inc/section.class.php b/inc/section.class.php index b5777c6fa..69ef724ca 100644 --- a/inc/section.class.php +++ b/inc/section.class.php @@ -173,8 +173,10 @@ public function prepareInputForUpdate($input) { $input['uuid'] = plugin_formcreator_getUuid(); } - if (!$this->checkConditionSettings($input)) { - $input['show_rule'] = PluginFormcreatorCondition::SHOW_RULE_ALWAYS; + if (!$this->skipChecks) { + if (!$this->checkConditionSettings($input)) { + $input['show_rule'] = PluginFormcreatorCondition::SHOW_RULE_ALWAYS; + } } return $input; @@ -239,6 +241,20 @@ public function duplicate(array $options = []) { ) + 1; $newSectionId = static::import($linker, $export, $this->fields[$formFk]); + // Before importing the section, we need to give to the linker the questions + // used in the conditions of the section being duplicated + $conditions = (new PluginFormcreatorCondition())->find([ + 'itemtype' => self::getType(), + 'items_id' => $this->getID() + ]); + foreach ($conditions as $row) { + $question = PluginFormcreatorQuestion::getById($row['plugin_formcreator_questions_id']); + if ($question === null || $question === false) { + continue; + } + $linker->addObject($row['plugin_formcreator_questions_id'], $question); + } + if ($newSectionId === false) { return false; } @@ -549,7 +565,7 @@ public function getDesignLabel(): string { ]); $formId = $this->fields[PluginFormcreatorForm::getForeignKeyField()]; $onclick = 'plugin_formcreator.showSectionForm(' . $formId . ', ' . $sectionId . ');'; - $html = ''; + $html = ''; $html .= "$nb"; $html .= ''; $html .= empty($this->fields['name']) ? '(' . $sectionId . ')' : $this->fields['name']; diff --git a/inc/target_actor.class.php b/inc/target_actor.class.php index 7f3866712..bfe3e7400 100644 --- a/inc/target_actor.class.php +++ b/inc/target_actor.class.php @@ -172,51 +172,58 @@ public static function import(PluginFormcreatorLinker $linker, $input = [], $con 'uuid', $input['uuid'] ); - // Convert UUIDs or names into IDs - switch ($input['actor_type']) { - case self::ACTOR_TYPE_QUESTION_PERSON : - case self::ACTOR_TYPE_QUESTION_GROUP : - case self::ACTOR_TYPE_QUESTION_SUPPLIER : - case self::ACTOR_TYPE_QUESTION_ACTORS : - case self::ACTOR_TYPE_GROUP_FROM_OBJECT : - case self::ACTOR_TYPE_TECH_GROUP_FROM_OBJECT : - /** @var PluginFormcreatorQuestion $question */ - $question = $linker->getObject($input['actor_value'], PluginFormcreatorQuestion::class); - if ($question === false) { - $linker->postpone($input[$idKey], $item->getType(), $input, $containerId); - return false; - } - $input['actor_value'] = $question->getID(); - break; - - case self::ACTOR_TYPE_PERSON: - case self::ACTOR_TYPE_AUTHORS_SUPERVISOR: - $user = new User; - $users_id = plugin_formcreator_getFromDBByField($user, 'name', $input['actor_value']); - if ($users_id === false) { - throw new ImportFailureException(sprintf(__('Failed to find a user: %1$s'), $input['actor_value'])); - } - $input['actor_value'] = $users_id; - break; - - case self::ACTOR_TYPE_GROUP: - $group = new Group; - $groups_id = plugin_formcreator_getFromDBByField($group, 'completename', $input['actor_value']); - if ($groups_id === false) { - throw new ImportFailureException(sprintf(__('Failed to find a group: %1$s'), $input['actor_value'])); - } - $input['actor_value'] = $groups_id; - break; - - case self::ACTOR_TYPE_SUPPLIER: - $supplier = new Supplier; - $suppliers_id = plugin_formcreator_getFromDBByField($supplier, 'name', $input['actor_value']); - if ($suppliers_id === false) { - throw new ImportFailureException(sprintf(__('Failed to find a supplier: %1$s'), $input['actor_value'])); - } - $input['actor_value'] = $suppliers_id; - break; - } + } + + // Convert UUIDs or names into IDs + switch ($input['actor_type']) { + case self::ACTOR_TYPE_QUESTION_PERSON : + case self::ACTOR_TYPE_QUESTION_GROUP : + case self::ACTOR_TYPE_QUESTION_SUPPLIER : + case self::ACTOR_TYPE_QUESTION_ACTORS : + case self::ACTOR_TYPE_GROUP_FROM_OBJECT : + case self::ACTOR_TYPE_TECH_GROUP_FROM_OBJECT : + /** @var PluginFormcreatorQuestion $question */ + $question = $linker->getObject($input['actor_value'], PluginFormcreatorQuestion::class); + if ($question === false) { + $linker->postpone($input[$idKey], $item->getType(), $input, $containerId); + return false; + } + $input['actor_value'] = $question->getID(); + break; + + case self::ACTOR_TYPE_AUTHORS_SUPERVISOR: + $input['actor_value'] = 0; + break; + + case self::ACTOR_TYPE_PERSON: + $user = new User; + $field = $idKey == 'id' ? 'id' : 'name'; + $users_id = plugin_formcreator_getFromDBByField($user, $field, $input['actor_value']); + if ($users_id === false) { + throw new ImportFailureException(sprintf(__('Failed to find a user: %1$s'), $input['actor_value'])); + } + $input['actor_value'] = $users_id; + break; + + case self::ACTOR_TYPE_GROUP: + $group = new Group; + $field = $idKey == 'id' ? 'id' : 'completename'; + $groups_id = plugin_formcreator_getFromDBByField($group, $field, $input['actor_value']); + if ($groups_id === false) { + throw new ImportFailureException(sprintf(__('Failed to find a group: %1$s'), $input['actor_value'])); + } + $input['actor_value'] = $groups_id; + break; + + case self::ACTOR_TYPE_SUPPLIER: + $supplier = new Supplier; + $field = $idKey == 'id' ? 'id' : 'name'; + $suppliers_id = plugin_formcreator_getFromDBByField($supplier, $field, $input['actor_value']); + if ($suppliers_id === false) { + throw new ImportFailureException(sprintf(__('Failed to find a supplier: %1$s'), $input['actor_value'])); + } + $input['actor_value'] = $suppliers_id; + break; } $originalId = $input[$idKey]; @@ -263,41 +270,51 @@ public function export(bool $remove_uuid = false) : array { $idToRemove = 'id'; if ($remove_uuid) { $idToRemove = 'uuid'; - } else { - // Convert IDs into UUIDs or names - switch ($target_actor['actor_type']) { - case self::ACTOR_TYPE_QUESTION_PERSON: - case self::ACTOR_TYPE_QUESTION_GROUP: - case self::ACTOR_TYPE_QUESTION_SUPPLIER: - case self::ACTOR_TYPE_QUESTION_ACTORS: - case self::ACTOR_TYPE_GROUP_FROM_OBJECT: - case self::ACTOR_TYPE_TECH_GROUP_FROM_OBJECT : - $question = new PluginFormcreatorQuestion; - if ($question->getFromDB($target_actor['actor_value'])) { - $target_actor['actor_value'] = $question->fields['uuid']; - } - break; - case self::ACTOR_TYPE_PERSON: - case self::ACTOR_TYPE_AUTHORS_SUPERVISOR: - $user = new User; - if ($user->getFromDB($target_actor['actor_value'])) { - $target_actor['actor_value'] = $user->fields['name']; - } - break; - case self::ACTOR_TYPE_GROUP: - $group = new Group; - if ($group->getFromDB($target_actor['actor_value'])) { - $target_actor['actor_value'] = $group->fields['completename']; - } - break; - case self::ACTOR_TYPE_SUPPLIER: - $supplier = new Supplier; - if ($supplier->getFromDB($target_actor['actor_value'])) { - $target_actor['actor_value'] = $supplier->fields['name']; - } - break; - } } + + // Convert IDs into UUIDs or names + switch ($target_actor['actor_type']) { + case self::ACTOR_TYPE_QUESTION_PERSON: + case self::ACTOR_TYPE_QUESTION_GROUP: + case self::ACTOR_TYPE_QUESTION_SUPPLIER: + case self::ACTOR_TYPE_QUESTION_ACTORS: + case self::ACTOR_TYPE_GROUP_FROM_OBJECT: + case self::ACTOR_TYPE_TECH_GROUP_FROM_OBJECT : + $question = new PluginFormcreatorQuestion; + $field = $idToRemove == 'uuid' ? 'id' : 'uuid'; + $question->getFromDBByCrit([ + $field => $target_actor['actor_value'] + ]); + if (!$question->isNewItem()) { + $target_actor['actor_value'] = $idToRemove == 'uuid' ? $question->getID() : $question->fields['uuid']; + } + break; + case self::ACTOR_TYPE_AUTHORS_SUPERVISOR: + $target_actor['actor_value'] = 0; + break; + case self::ACTOR_TYPE_PERSON: + $user = new User; + $field = $idToRemove == 'uuid' ? 'id' : 'completename'; + if ($user->getFromDB($target_actor['actor_value'])) { + $target_actor['actor_value'] = $user->fields[$field]; + } + break; + case self::ACTOR_TYPE_GROUP: + $group = new Group; + $field = $idToRemove == 'uuid' ? 'id' : 'completename'; + if ($group->getFromDB($target_actor['actor_value'])) { + $target_actor['actor_value'] = $group->fields[$field]; + } + break; + case self::ACTOR_TYPE_SUPPLIER: + $supplier = new Supplier; + $field = $idToRemove == 'uuid' ? 'id' : 'completename'; + if ($supplier->getFromDB($target_actor['actor_value'])) { + $target_actor['actor_value'] = $supplier->fields[$field]; + } + break; + } + unset($target_actor[$idToRemove]); return $target_actor; diff --git a/inc/targetchange.class.php b/inc/targetchange.class.php index db2c12489..d26655864 100644 --- a/inc/targetchange.class.php +++ b/inc/targetchange.class.php @@ -64,7 +64,7 @@ public static function getTargetItemtypeName(): string { return Change::class; } - protected static function getTemplateItemtypeName(): string { + protected function getTemplateItemtypeName(): string { return ChangeTemplate::class; } @@ -288,6 +288,16 @@ public static function import(PluginFormcreatorLinker $linker, array $input = [] $input[$fieldSetting['field']] = $question->getID(); } + // Find template by name + $input['changetemplates_id'] = 0; + if (is_string($input['_changetemplate']) && strlen($input['_changetemplate']) > 0) { + $input['changetemplates_id'] = self::getTemplateByName($input['_changetemplate']); + if ($input['changetemplates_id'] === 0) { + $typeName = strtolower(self::getTypeName()); + throw new ImportFailureException(sprintf(__('Failed to add or update the %1$s %2$s: It uses a non existent template', 'formceator'), $typeName, $input['name'])); + } + } + // Add or update $originalId = $input[$idKey]; $item->skipChecks = true; @@ -664,11 +674,11 @@ public function save(PluginFormcreatorFormAnswer $formanswer): ?CommonDBTM { $data[$changeField] = $this->prepareTemplate( Sanitizer::unsanitize(__($this->fields[$changeField], $domain)) ?? '', $formanswer, - $changeField == 'content' // only content supports rich text + true // all *content supports rich text ); $data[$changeField] = $data[$changeField] ?? ''; - $data[$changeField] = $formanswer->parseTags($data[$changeField], $this, $changeField == 'content'); + $data[$changeField] = $formanswer->parseTags($data[$changeField], $this, true); // all *content supports rich text } $data['_users_id_recipient'] = $formanswer->fields['requester_id']; @@ -699,8 +709,6 @@ public function save(PluginFormcreatorFormAnswer $formanswer): ?CommonDBTM { return null; } - $this->saveTags($formanswer, $changeID); - // Add link between Change and FormAnswer $itemlink = $this->getItem_Item(); $itemlink->add([ @@ -709,6 +717,8 @@ public function save(PluginFormcreatorFormAnswer $formanswer): ?CommonDBTM { 'changes_id' => $changeID, ]); + $this->saveTags($formanswer, $changeID); + return $change; } diff --git a/inc/targetproblem.class.php b/inc/targetproblem.class.php index ab4d77451..36140831b 100644 --- a/inc/targetproblem.class.php +++ b/inc/targetproblem.class.php @@ -63,7 +63,7 @@ public static function getTargetItemtypeName(): string { return Problem::class; } - protected static function getTemplateItemtypeName(): string { + protected function getTemplateItemtypeName(): string { return ProblemTemplate::class; } @@ -219,8 +219,6 @@ public function save(PluginFormcreatorFormAnswer $formanswer): ?CommonDBTM { return null; } - $this->saveTags($formanswer, $problemID); - // Add link between Problem and FormAnswer $itemlink = $this->getItem_Item(); $itemlink->add([ @@ -229,6 +227,8 @@ public function save(PluginFormcreatorFormAnswer $formanswer): ?CommonDBTM { 'problems_id' => $problemID, ]); + $this->saveTags($formanswer, $problemID); + return $problem; } @@ -511,6 +511,15 @@ public static function import(PluginFormcreatorLinker $linker, array $input = [] $input[$fieldSetting['field']] = $question->getID(); } + // Find template by name + $input['problemtemplates_id'] = 0; + if (is_string($input['_problemtemplate']) && strlen($input['_problemtemplate']) > 0) { + $input['problemtemplates_id'] = self::getTemplateByName($input['_problemtemplate']); + if ($input['problemtemplates_id'] === 0) { + $typeName = strtolower(self::getTypeName()); + throw new ImportFailureException(sprintf(__('Failed to add or update the %1$s %2$s: It uses a non existent template', 'formceator'), $typeName, $input['name'])); + } + } // Add or update $originalId = $input[$idKey]; $item->skipChecks = true; diff --git a/inc/targetticket.class.php b/inc/targetticket.class.php index 24635475e..fcc3c368b 100644 --- a/inc/targetticket.class.php +++ b/inc/targetticket.class.php @@ -77,7 +77,7 @@ public static function getTargetItemtypeName(): string { return Ticket::class; } - protected static function getTemplateItemtypeName(): string { + protected function getTemplateItemtypeName(): string { return TicketTemplate::class; } @@ -823,6 +823,8 @@ protected function getTargetTemplate(array $data): int { * @return Ticket|null Generated ticket if success, null otherwise */ public function save(PluginFormcreatorFormAnswer $formanswer): ?CommonDBTM { + global $CFG_GLPI; + $ticket = new Ticket(); $form = $formanswer->getForm(); $data = $this->getDefaultData($formanswer); @@ -875,6 +877,7 @@ public function save(PluginFormcreatorFormAnswer $formanswer): ?CommonDBTM { $data = $this->setTargeAssigned($data, $formanswer); $data = $this->setTargetSuppliers($data, $formanswer); + $data = $this->setDocuments($data, $formanswer); $data = $this->prepareUploadedFiles($data, $formanswer); $data = $this->appendFieldsData($data, $formanswer); @@ -882,6 +885,14 @@ public function save(PluginFormcreatorFormAnswer $formanswer): ?CommonDBTM { // Cleanup actors array $data = $this->cleanActors($data); + // Specific format for actors in tickets + // @see CommonITILObject::setTechAndGroupFromItilCategory() + if ($data['_users_id_assign'] === 0) { + $data['_users_id_assign'] = []; + $data['_users_id_assign_notif']['use_notification'] = []; + $data['_users_id_assign_notif']['alternative_email'] = []; + } + // Create the target ticket $data['_auto_import'] = true; $data['_skip_sla_assign'] = true; @@ -889,7 +900,21 @@ public function save(PluginFormcreatorFormAnswer $formanswer): ?CommonDBTM { return null; } - $this->saveTags($formanswer, $ticketID); + // Set default document category + $document_category = $CFG_GLPI['documentcategories_id_forticket'] ?? 0; + if ($document_category) { + foreach (array_keys($this->attachedDocuments) as $documents_id) { + $document = Document::getById($documents_id); + if (!$document) { + continue; + } + + $document->update([ + 'id' => $document->fields['id'], + 'documentcategories_id' => $document_category, + ]); + } + } // Add link between Ticket and FormAnswer $itemlink = $this->getItem_Item(); @@ -899,6 +924,8 @@ public function save(PluginFormcreatorFormAnswer $formanswer): ?CommonDBTM { 'tickets_id' => $ticketID, ]); + $this->saveTags($formanswer, $ticketID); + // Attach validation message as first ticket followup if validation is required and // if is set in ticket target configuration if ($form->validationRequired() && $this->fields['validation_followup']) { @@ -943,8 +970,10 @@ protected function setTargetLocation($data, $formanswer) { 'plugin_formcreator_questions_id' => $this->fields['location_question'] ] ])->current(); - if (isset($location['answer']) && ctype_digit($location['answer'])) { + if (isset($location['answer']) && !Location::isNewID($location['answer'])) { $location = $location['answer']; + } else { + $location = null; } break; case self::LOCATION_RULE_SPECIFIC: @@ -1445,6 +1474,16 @@ public static function import(PluginFormcreatorLinker $linker, array $input = [] $input[$fieldSetting['field']] = $question->getID(); } + // Find template by name + $input['tickettemplates_id'] = 0; + if (is_string($input['_tickettemplate']) && strlen($input['_tickettemplate']) > 0) { + $input['tickettemplates_id'] = self::getTemplateByName($input['_tickettemplate'] ?? ''); + if ($input['tickettemplates_id'] === 0) { + $typeName = strtolower(self::getTypeName()); + throw new ImportFailureException(sprintf(__('Failed to add or update the %1$s %2$s: It uses a non existent template', 'formceator'), $typeName, $input['name'])); + } + } + // Add or update $originalId = $input[$idKey]; $item->skipChecks = true; diff --git a/install/install.php b/install/install.php index 3e1455bb9..d2f708fda 100644 --- a/install/install.php +++ b/install/install.php @@ -830,10 +830,10 @@ protected function createMiniDashboardBigNumbers() { ]; // With counters - $x = 2; - $w = 3; // Width + $x = 0; + $w = 4; // Width $h = 1; // Height - $s = 1; // space between widgets + $s = 0; // space between widgets $y = 0; foreach ($cards as $key => $options) { $item = new Dashboard_Item(); diff --git a/install/mysql/plugin_formcreator_2.13.8_empty.sql b/install/mysql/plugin_formcreator_2.13.8_empty.sql new file mode 100644 index 000000000..6838b92fb --- /dev/null +++ b/install/mysql/plugin_formcreator_2.13.8_empty.sql @@ -0,0 +1,352 @@ +-- Database schema +-- Do NOT drop anything here + +CREATE TABLE IF NOT EXISTS `glpi_plugin_formcreator_answers` ( + `id` int unsigned NOT NULL AUTO_INCREMENT, + `plugin_formcreator_formanswers_id` int unsigned NOT NULL DEFAULT '0', + `plugin_formcreator_questions_id` int unsigned NOT NULL DEFAULT '0', + `answer` longtext, + PRIMARY KEY (`id`), + INDEX `plugin_formcreator_formanswers_id` (`plugin_formcreator_formanswers_id`), + INDEX `plugin_formcreator_questions_id` (`plugin_formcreator_questions_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +CREATE TABLE IF NOT EXISTS `glpi_plugin_formcreator_categories` ( + `id` int unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) NOT NULL DEFAULT '', + `comment` mediumtext, + `completename` varchar(255) DEFAULT NULL, + `plugin_formcreator_categories_id` int unsigned NOT NULL DEFAULT '0', + `level` int(11) NOT NULL DEFAULT '1', + `sons_cache` longtext, + `ancestors_cache` longtext, + `knowbaseitemcategories_id` int unsigned NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + INDEX `name` (`name`), + INDEX `knowbaseitemcategories_id` (`knowbaseitemcategories_id`), + INDEX `plugin_formcreator_categories_id` (`plugin_formcreator_categories_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +CREATE TABLE IF NOT EXISTS `glpi_plugin_formcreator_entityconfigs` ( + `id` int unsigned NOT NULL AUTO_INCREMENT, + `entities_id` int unsigned NOT NULL DEFAULT '0', + `replace_helpdesk` int(11) NOT NULL DEFAULT '-2', + `default_form_list_mode` int(11) NOT NULL DEFAULT '-2', + `sort_order` int(11) NOT NULL DEFAULT '-2', + `is_kb_separated` int(11) NOT NULL DEFAULT '-2', + `is_search_visible` int(11) NOT NULL DEFAULT '-2', + `is_dashboard_visible` int(11) NOT NULL DEFAULT '-2', + `is_header_visible` int(11) NOT NULL DEFAULT '-2', + `is_search_issue_visible` int(11) NOT NULL DEFAULT '-2', + `tile_design` int(11) NOT NULL DEFAULT '-2', + `header` text, + `service_catalog_home` int(11) NOT NULL DEFAULT '-2', + PRIMARY KEY (`id`), + UNIQUE KEY `unicity` (`entities_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +CREATE TABLE IF NOT EXISTS `glpi_plugin_formcreator_forms` ( + `id` int unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) NOT NULL DEFAULT '', + `entities_id` int unsigned NOT NULL DEFAULT '0', + `is_recursive` tinyint(1) NOT NULL DEFAULT '0', + `icon` varchar(255) NOT NULL DEFAULT '', + `icon_color` varchar(255) NOT NULL DEFAULT '', + `background_color` varchar(255) NOT NULL DEFAULT '', + `access_rights` tinyint(1) NOT NULL DEFAULT '1', + `description` varchar(255) DEFAULT NULL, + `content` longtext, + `plugin_formcreator_categories_id` int unsigned NOT NULL DEFAULT '0', + `is_active` tinyint(1) NOT NULL DEFAULT '0', + `language` varchar(255) NOT NULL DEFAULT '', + `helpdesk_home` tinyint(1) NOT NULL DEFAULT '0', + `is_deleted` tinyint(1) NOT NULL DEFAULT '0', + `validation_required` tinyint(1) NOT NULL DEFAULT '0', + `usage_count` int(11) NOT NULL DEFAULT '0', + `is_default` tinyint(1) NOT NULL DEFAULT '0', + `is_captcha_enabled` tinyint(1) NOT NULL DEFAULT '0', + `show_rule` int(11) NOT NULL DEFAULT '1' COMMENT 'Conditions setting to show the submit button', + `formanswer_name` varchar(255) NOT NULL DEFAULT '', + `is_visible` tinyint NOT NULL DEFAULT 1, + `uuid` varchar(255) DEFAULT NULL, + PRIMARY KEY (`id`), + INDEX `entities_id` (`entities_id`), + INDEX `plugin_formcreator_categories_id` (`plugin_formcreator_categories_id`), + FULLTEXT KEY `Search` (`name`,`description`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +CREATE TABLE IF NOT EXISTS `glpi_plugin_formcreator_formanswers` ( + `id` int unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) NOT NULL DEFAULT '', + `entities_id` int unsigned NOT NULL DEFAULT '0', + `is_recursive` tinyint(1) NOT NULL DEFAULT '0', + `plugin_formcreator_forms_id` int unsigned NOT NULL DEFAULT '0', + `requester_id` int unsigned NOT NULL DEFAULT '0', + `users_id_validator` int unsigned NOT NULL DEFAULT '0' COMMENT 'User in charge of validation', + `groups_id_validator` int unsigned NOT NULL DEFAULT '0' COMMENT 'Group in charge of validation', + `request_date` timestamp NULL, + `status` int(11) NOT NULL DEFAULT '101', + `comment` mediumtext, + PRIMARY KEY (`id`), + INDEX `plugin_formcreator_forms_id` (`plugin_formcreator_forms_id`), + INDEX `entities_id_is_recursive` (`entities_id`, `is_recursive`), + INDEX `requester_id` (`requester_id`), + INDEX `users_id_validator` (`users_id_validator`), + INDEX `groups_id_validator` (`groups_id_validator`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +CREATE TABLE IF NOT EXISTS `glpi_plugin_formcreator_forms_profiles` ( + `id` int unsigned NOT NULL AUTO_INCREMENT, + `plugin_formcreator_forms_id` int unsigned NOT NULL DEFAULT '0', + `profiles_id` int unsigned NOT NULL DEFAULT '0', + `uuid` varchar(255) DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `unicity` (`plugin_formcreator_forms_id`,`profiles_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +CREATE TABLE IF NOT EXISTS `glpi_plugin_formcreator_forms_users` ( + `id` int unsigned NOT NULL AUTO_INCREMENT, + `plugin_formcreator_forms_id` int unsigned NOT NULL, + `users_id` int unsigned NOT NULL, + `uuid` varchar(255) DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `unicity` (`plugin_formcreator_forms_id`,`users_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +CREATE TABLE IF NOT EXISTS `glpi_plugin_formcreator_forms_groups` ( + `id` int unsigned NOT NULL AUTO_INCREMENT, + `plugin_formcreator_forms_id` int unsigned NOT NULL, + `groups_id` int unsigned NOT NULL, + `uuid` varchar(255) DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `unicity` (`plugin_formcreator_forms_id`,`groups_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +CREATE TABLE IF NOT EXISTS `glpi_plugin_formcreator_forms_validators` ( + `id` int unsigned NOT NULL AUTO_INCREMENT, + `plugin_formcreator_forms_id` int unsigned NOT NULL DEFAULT '0', + `itemtype` varchar(255) NOT NULL DEFAULT '', + `items_id` int unsigned NOT NULL DEFAULT '0', + `uuid` varchar(255) DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `unicity` (`plugin_formcreator_forms_id`,`itemtype`,`items_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +CREATE TABLE IF NOT EXISTS `glpi_plugin_formcreator_questions` ( + `id` int unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) NOT NULL DEFAULT '', + `plugin_formcreator_sections_id` int unsigned NOT NULL DEFAULT '0', + `fieldtype` varchar(30) NOT NULL DEFAULT 'text', + `required` tinyint(1) NOT NULL DEFAULT '0', + `show_empty` tinyint(1) NOT NULL DEFAULT '0', + `default_values` mediumtext, + `itemtype` varchar(255) NOT NULL DEFAULT '' COMMENT 'itemtype used for glpi objects and dropdown question types', + `values` mediumtext, + `description` mediumtext, + `row` int(11) NOT NULL DEFAULT '0', + `col` int(11) NOT NULL DEFAULT '0', + `width` int(11) NOT NULL DEFAULT '0', + `show_rule` int(11) NOT NULL DEFAULT '1', + `uuid` varchar(255) DEFAULT NULL, + PRIMARY KEY (`id`), + INDEX `plugin_formcreator_sections_id` (`plugin_formcreator_sections_id`), + FULLTEXT KEY `Search` (`name`,`description`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +CREATE TABLE IF NOT EXISTS `glpi_plugin_formcreator_conditions` ( + `id` int unsigned NOT NULL AUTO_INCREMENT, + `itemtype` varchar(255) NOT NULL DEFAULT '' COMMENT 'itemtype of the item affected by the condition', + `items_id` int unsigned NOT NULL DEFAULT '0' COMMENT 'item ID of the item affected by the condition', + `plugin_formcreator_questions_id` int unsigned NOT NULL DEFAULT '0' COMMENT 'question to test for the condition', + `show_condition` int(11) NOT NULL DEFAULT '0', + `show_value` mediumtext NULL DEFAULT NULL, + `show_logic` int(11) NOT NULL DEFAULT '1', + `order` int(11) NOT NULL DEFAULT '1', + `uuid` varchar(255) NULL DEFAULT NULL, + PRIMARY KEY (`id`), + INDEX `plugin_formcreator_questions_id` (`plugin_formcreator_questions_id`), + INDEX `item` (`itemtype`, `items_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +CREATE TABLE IF NOT EXISTS `glpi_plugin_formcreator_sections` ( + `id` int unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) NOT NULL DEFAULT '', + `plugin_formcreator_forms_id` int unsigned NOT NULL DEFAULT '0', + `order` int(11) NOT NULL DEFAULT '0', + `show_rule` int(11) NOT NULL DEFAULT '1', + `uuid` varchar(255) DEFAULT NULL, + PRIMARY KEY (`id`), + INDEX `plugin_formcreator_forms_id` (`plugin_formcreator_forms_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +CREATE TABLE IF NOT EXISTS `glpi_plugin_formcreator_targetchanges` ( + `id` int unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) NOT NULL DEFAULT '', + `plugin_formcreator_forms_id` int unsigned NOT NULL DEFAULT '0', + `target_name` varchar(255) NOT NULL DEFAULT '', + `changetemplates_id` int unsigned NOT NULL DEFAULT '0', + `content` longtext, + `impactcontent` longtext, + `controlistcontent` longtext, + `rolloutplancontent` longtext, + `backoutplancontent` longtext, + `checklistcontent` longtext, + `due_date_rule` int(11) NOT NULL DEFAULT '1', + `due_date_question` int unsigned NOT NULL DEFAULT '0', + `due_date_value` tinyint(4) DEFAULT NULL, + `due_date_period` int(11) NOT NULL DEFAULT '0', + `urgency_rule` int(11) NOT NULL DEFAULT '1', + `urgency_question` int unsigned NOT NULL DEFAULT '0', + `validation_followup` tinyint(1) NOT NULL DEFAULT '1', + `destination_entity` int(11) NOT NULL DEFAULT '1', + `destination_entity_value` int unsigned NOT NULL DEFAULT '0', + `tag_type` int(11) NOT NULL DEFAULT '1', + `tag_questions` varchar(255) NOT NULL DEFAULT '', + `tag_specifics` varchar(255) NOT NULL DEFAULT '', + `category_rule` int(11) NOT NULL DEFAULT '1', + `category_question` int unsigned NOT NULL DEFAULT '0', + `commonitil_validation_rule` int(11) NOT NULL DEFAULT '1', + `commonitil_validation_question` varchar(255) DEFAULT NULL, + `show_rule` int(11) NOT NULL DEFAULT '1', + `sla_rule` int(11) NOT NULL DEFAULT '1', + `sla_question_tto` int unsigned NOT NULL DEFAULT '0', + `sla_question_ttr` int unsigned NOT NULL DEFAULT '0', + `ola_rule` int(11) NOT NULL DEFAULT '1', + `ola_question_tto` int unsigned NOT NULL DEFAULT '0', + `ola_question_ttr` int unsigned NOT NULL DEFAULT '0', + `uuid` varchar(255) DEFAULT NULL, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +CREATE TABLE IF NOT EXISTS `glpi_plugin_formcreator_targettickets` ( + `id` int unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) NOT NULL DEFAULT '', + `plugin_formcreator_forms_id` int unsigned NOT NULL DEFAULT '0', + `target_name` varchar(255) NOT NULL DEFAULT '', + `source_rule` int(11) NOT NULL DEFAULT '0', + `source_question` int(11) NOT NULL DEFAULT '0', + `type_rule` int(11) NOT NULL DEFAULT '0', + `type_question` int unsigned NOT NULL DEFAULT '0', + `tickettemplates_id` int unsigned NOT NULL DEFAULT '0', + `content` longtext, + `due_date_rule` int(11) NOT NULL DEFAULT '1', + `due_date_question` int unsigned NOT NULL DEFAULT '0', + `due_date_value` tinyint(4) DEFAULT NULL, + `due_date_period` int(11) NOT NULL DEFAULT '0', + `urgency_rule` int(11) NOT NULL DEFAULT '1', + `urgency_question` int unsigned NOT NULL DEFAULT '0', + `validation_followup` tinyint(1) NOT NULL DEFAULT '1', + `destination_entity` int(11) NOT NULL DEFAULT '1', + `destination_entity_value` int unsigned NOT NULL DEFAULT '0', + `tag_type` int(11) NOT NULL DEFAULT '1', + `tag_questions` varchar(255) NOT NULL DEFAULT '', + `tag_specifics` varchar(255) NOT NULL DEFAULT '', + `category_rule` int(11) NOT NULL DEFAULT '1', + `category_question` int unsigned NOT NULL DEFAULT '0', + `associate_rule` int(11) NOT NULL DEFAULT '1', + `associate_question` int unsigned NOT NULL DEFAULT '0', + `location_rule` int(11) NOT NULL DEFAULT '1', + `location_question` int unsigned NOT NULL DEFAULT '0', + `commonitil_validation_rule` int(11) NOT NULL DEFAULT '1', + `commonitil_validation_question` varchar(255) DEFAULT NULL, + `show_rule` int(11) NOT NULL DEFAULT '1', + `sla_rule` int(11) NOT NULL DEFAULT '1', + `sla_question_tto` int unsigned NOT NULL DEFAULT '0', + `sla_question_ttr` int unsigned NOT NULL DEFAULT '0', + `ola_rule` int(11) NOT NULL DEFAULT '1', + `ola_question_tto` int unsigned NOT NULL DEFAULT '0', + `ola_question_ttr` int unsigned NOT NULL DEFAULT '0', + `uuid` varchar(255) DEFAULT NULL, + PRIMARY KEY (`id`), + INDEX `tickettemplates_id` (`tickettemplates_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +CREATE TABLE IF NOT EXISTS `glpi_plugin_formcreator_targetproblems` ( + `id` int unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) NOT NULL DEFAULT '', + `plugin_formcreator_forms_id` int unsigned NOT NULL DEFAULT '0', + `target_name` varchar(255) NOT NULL DEFAULT '', + `problemtemplates_id` int unsigned NOT NULL DEFAULT '0', + `content` longtext, + `impactcontent` longtext, + `causecontent` longtext, + `symptomcontent` longtext, + `urgency_rule` int(11) NOT NULL DEFAULT '1', + `urgency_question` int unsigned NOT NULL DEFAULT '0', + `destination_entity` int(11) NOT NULL DEFAULT '1', + `destination_entity_value` int unsigned NOT NULL DEFAULT '0', + `tag_type` int(11) NOT NULL DEFAULT '1', + `tag_questions` varchar(255) NOT NULL DEFAULT '', + `tag_specifics` varchar(255) NOT NULL DEFAULT '', + `category_rule` int(11) NOT NULL DEFAULT '1', + `category_question` int unsigned NOT NULL DEFAULT '0', + `show_rule` int(11) NOT NULL DEFAULT '1', + `uuid` varchar(255) DEFAULT NULL, + PRIMARY KEY (`id`), + INDEX `problemtemplates_id` (`problemtemplates_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +CREATE TABLE IF NOT EXISTS `glpi_plugin_formcreator_targets_actors` ( + `id` int unsigned NOT NULL AUTO_INCREMENT, + `itemtype` varchar(255) DEFAULT NULL, + `items_id` int unsigned NOT NULL DEFAULT '0', + `actor_role` int(11) NOT NULL DEFAULT '1', + `actor_type` int(11) NOT NULL DEFAULT '1', + `actor_value` int unsigned NOT NULL DEFAULT '0', + `use_notification` tinyint(1) NOT NULL DEFAULT '1', + `uuid` varchar(255) DEFAULT NULL, + PRIMARY KEY (`id`), + INDEX `item` (`itemtype`, `items_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +CREATE TABLE IF NOT EXISTS `glpi_plugin_formcreator_issues` ( + `id` int unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) NULL DEFAULT NULL, + `display_id` varchar(255) NOT NULL, + `items_id` int unsigned NOT NULL DEFAULT '0', + `itemtype` varchar(255) NOT NULL DEFAULT '', + `status` varchar(255) NOT NULL DEFAULT '', + `date_creation` timestamp NULL, + `date_mod` timestamp NULL, + `entities_id` int unsigned NOT NULL DEFAULT '0', + `is_recursive` tinyint(1) NOT NULL DEFAULT '0', + `requester_id` int unsigned NOT NULL DEFAULT '0', + `comment` longtext, + `users_id_recipient` int unsigned NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + INDEX `item` (`itemtype`, `items_id`), + INDEX `entities_id` (`entities_id`), + INDEX `requester_id` (`requester_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +CREATE TABLE IF NOT EXISTS `glpi_plugin_formcreator_items_targettickets` ( + `id` int unsigned NOT NULL AUTO_INCREMENT, + `plugin_formcreator_targettickets_id` int unsigned NOT NULL DEFAULT '0', + `link` int(11) NOT NULL DEFAULT '0', + `itemtype` varchar(255) NOT NULL DEFAULT '', + `items_id` int unsigned NOT NULL DEFAULT '0', + `uuid` varchar(255) DEFAULT NULL, + PRIMARY KEY (`id`), + INDEX `plugin_formcreator_targettickets_id` (`plugin_formcreator_targettickets_id`), + INDEX `item` (`itemtype`,`items_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +CREATE TABLE IF NOT EXISTS `glpi_plugin_formcreator_questiondependencies` ( + `id` int unsigned NOT NULL AUTO_INCREMENT, + `plugin_formcreator_questions_id` int unsigned NOT NULL DEFAULT '0', + `plugin_formcreator_questions_id_2` int unsigned NOT NULL DEFAULT '0', + `fieldname` varchar(255) DEFAULT NULL, + `uuid` varchar(255) DEFAULT NULL, + PRIMARY KEY (`id`), + INDEX `plugin_formcreator_questions_id` (`plugin_formcreator_questions_id`), + INDEX `plugin_formcreator_questions_id_2` (`plugin_formcreator_questions_id_2`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +CREATE TABLE IF NOT EXISTS `glpi_plugin_formcreator_questionregexes` ( + `id` int unsigned NOT NULL AUTO_INCREMENT, + `plugin_formcreator_questions_id` int unsigned NOT NULL DEFAULT '0', + `regex` mediumtext DEFAULT NULL, + `fieldname` varchar(255) DEFAULT NULL, + `uuid` varchar(255) DEFAULT NULL, + PRIMARY KEY (`id`), + INDEX `plugin_formcreator_questions_id` (`plugin_formcreator_questions_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +CREATE TABLE IF NOT EXISTS `glpi_plugin_formcreator_questionranges` ( + `id` int unsigned NOT NULL AUTO_INCREMENT, + `plugin_formcreator_questions_id` int unsigned NOT NULL DEFAULT '0', + `range_min` varchar(255) DEFAULT NULL, + `range_max` varchar(255) DEFAULT NULL, + `fieldname` varchar(255) DEFAULT NULL, + `uuid` varchar(255) DEFAULT NULL, + PRIMARY KEY (`id`), + INDEX `plugin_formcreator_questions_id` (`plugin_formcreator_questions_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +CREATE TABLE IF NOT EXISTS `glpi_plugin_formcreator_forms_languages` ( + `id` int unsigned NOT NULL AUTO_INCREMENT, + `plugin_formcreator_forms_id` int unsigned NOT NULL DEFAULT '0', + `name` varchar(255) DEFAULT NULL, + `comment` text, + `uuid` varchar(255) DEFAULT NULL, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; \ No newline at end of file diff --git a/install/mysql/plugin_formcreator_2.13.9_empty.sql b/install/mysql/plugin_formcreator_2.13.9_empty.sql new file mode 100644 index 000000000..6838b92fb --- /dev/null +++ b/install/mysql/plugin_formcreator_2.13.9_empty.sql @@ -0,0 +1,352 @@ +-- Database schema +-- Do NOT drop anything here + +CREATE TABLE IF NOT EXISTS `glpi_plugin_formcreator_answers` ( + `id` int unsigned NOT NULL AUTO_INCREMENT, + `plugin_formcreator_formanswers_id` int unsigned NOT NULL DEFAULT '0', + `plugin_formcreator_questions_id` int unsigned NOT NULL DEFAULT '0', + `answer` longtext, + PRIMARY KEY (`id`), + INDEX `plugin_formcreator_formanswers_id` (`plugin_formcreator_formanswers_id`), + INDEX `plugin_formcreator_questions_id` (`plugin_formcreator_questions_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +CREATE TABLE IF NOT EXISTS `glpi_plugin_formcreator_categories` ( + `id` int unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) NOT NULL DEFAULT '', + `comment` mediumtext, + `completename` varchar(255) DEFAULT NULL, + `plugin_formcreator_categories_id` int unsigned NOT NULL DEFAULT '0', + `level` int(11) NOT NULL DEFAULT '1', + `sons_cache` longtext, + `ancestors_cache` longtext, + `knowbaseitemcategories_id` int unsigned NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + INDEX `name` (`name`), + INDEX `knowbaseitemcategories_id` (`knowbaseitemcategories_id`), + INDEX `plugin_formcreator_categories_id` (`plugin_formcreator_categories_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +CREATE TABLE IF NOT EXISTS `glpi_plugin_formcreator_entityconfigs` ( + `id` int unsigned NOT NULL AUTO_INCREMENT, + `entities_id` int unsigned NOT NULL DEFAULT '0', + `replace_helpdesk` int(11) NOT NULL DEFAULT '-2', + `default_form_list_mode` int(11) NOT NULL DEFAULT '-2', + `sort_order` int(11) NOT NULL DEFAULT '-2', + `is_kb_separated` int(11) NOT NULL DEFAULT '-2', + `is_search_visible` int(11) NOT NULL DEFAULT '-2', + `is_dashboard_visible` int(11) NOT NULL DEFAULT '-2', + `is_header_visible` int(11) NOT NULL DEFAULT '-2', + `is_search_issue_visible` int(11) NOT NULL DEFAULT '-2', + `tile_design` int(11) NOT NULL DEFAULT '-2', + `header` text, + `service_catalog_home` int(11) NOT NULL DEFAULT '-2', + PRIMARY KEY (`id`), + UNIQUE KEY `unicity` (`entities_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +CREATE TABLE IF NOT EXISTS `glpi_plugin_formcreator_forms` ( + `id` int unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) NOT NULL DEFAULT '', + `entities_id` int unsigned NOT NULL DEFAULT '0', + `is_recursive` tinyint(1) NOT NULL DEFAULT '0', + `icon` varchar(255) NOT NULL DEFAULT '', + `icon_color` varchar(255) NOT NULL DEFAULT '', + `background_color` varchar(255) NOT NULL DEFAULT '', + `access_rights` tinyint(1) NOT NULL DEFAULT '1', + `description` varchar(255) DEFAULT NULL, + `content` longtext, + `plugin_formcreator_categories_id` int unsigned NOT NULL DEFAULT '0', + `is_active` tinyint(1) NOT NULL DEFAULT '0', + `language` varchar(255) NOT NULL DEFAULT '', + `helpdesk_home` tinyint(1) NOT NULL DEFAULT '0', + `is_deleted` tinyint(1) NOT NULL DEFAULT '0', + `validation_required` tinyint(1) NOT NULL DEFAULT '0', + `usage_count` int(11) NOT NULL DEFAULT '0', + `is_default` tinyint(1) NOT NULL DEFAULT '0', + `is_captcha_enabled` tinyint(1) NOT NULL DEFAULT '0', + `show_rule` int(11) NOT NULL DEFAULT '1' COMMENT 'Conditions setting to show the submit button', + `formanswer_name` varchar(255) NOT NULL DEFAULT '', + `is_visible` tinyint NOT NULL DEFAULT 1, + `uuid` varchar(255) DEFAULT NULL, + PRIMARY KEY (`id`), + INDEX `entities_id` (`entities_id`), + INDEX `plugin_formcreator_categories_id` (`plugin_formcreator_categories_id`), + FULLTEXT KEY `Search` (`name`,`description`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +CREATE TABLE IF NOT EXISTS `glpi_plugin_formcreator_formanswers` ( + `id` int unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) NOT NULL DEFAULT '', + `entities_id` int unsigned NOT NULL DEFAULT '0', + `is_recursive` tinyint(1) NOT NULL DEFAULT '0', + `plugin_formcreator_forms_id` int unsigned NOT NULL DEFAULT '0', + `requester_id` int unsigned NOT NULL DEFAULT '0', + `users_id_validator` int unsigned NOT NULL DEFAULT '0' COMMENT 'User in charge of validation', + `groups_id_validator` int unsigned NOT NULL DEFAULT '0' COMMENT 'Group in charge of validation', + `request_date` timestamp NULL, + `status` int(11) NOT NULL DEFAULT '101', + `comment` mediumtext, + PRIMARY KEY (`id`), + INDEX `plugin_formcreator_forms_id` (`plugin_formcreator_forms_id`), + INDEX `entities_id_is_recursive` (`entities_id`, `is_recursive`), + INDEX `requester_id` (`requester_id`), + INDEX `users_id_validator` (`users_id_validator`), + INDEX `groups_id_validator` (`groups_id_validator`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +CREATE TABLE IF NOT EXISTS `glpi_plugin_formcreator_forms_profiles` ( + `id` int unsigned NOT NULL AUTO_INCREMENT, + `plugin_formcreator_forms_id` int unsigned NOT NULL DEFAULT '0', + `profiles_id` int unsigned NOT NULL DEFAULT '0', + `uuid` varchar(255) DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `unicity` (`plugin_formcreator_forms_id`,`profiles_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +CREATE TABLE IF NOT EXISTS `glpi_plugin_formcreator_forms_users` ( + `id` int unsigned NOT NULL AUTO_INCREMENT, + `plugin_formcreator_forms_id` int unsigned NOT NULL, + `users_id` int unsigned NOT NULL, + `uuid` varchar(255) DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `unicity` (`plugin_formcreator_forms_id`,`users_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +CREATE TABLE IF NOT EXISTS `glpi_plugin_formcreator_forms_groups` ( + `id` int unsigned NOT NULL AUTO_INCREMENT, + `plugin_formcreator_forms_id` int unsigned NOT NULL, + `groups_id` int unsigned NOT NULL, + `uuid` varchar(255) DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `unicity` (`plugin_formcreator_forms_id`,`groups_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +CREATE TABLE IF NOT EXISTS `glpi_plugin_formcreator_forms_validators` ( + `id` int unsigned NOT NULL AUTO_INCREMENT, + `plugin_formcreator_forms_id` int unsigned NOT NULL DEFAULT '0', + `itemtype` varchar(255) NOT NULL DEFAULT '', + `items_id` int unsigned NOT NULL DEFAULT '0', + `uuid` varchar(255) DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `unicity` (`plugin_formcreator_forms_id`,`itemtype`,`items_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +CREATE TABLE IF NOT EXISTS `glpi_plugin_formcreator_questions` ( + `id` int unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) NOT NULL DEFAULT '', + `plugin_formcreator_sections_id` int unsigned NOT NULL DEFAULT '0', + `fieldtype` varchar(30) NOT NULL DEFAULT 'text', + `required` tinyint(1) NOT NULL DEFAULT '0', + `show_empty` tinyint(1) NOT NULL DEFAULT '0', + `default_values` mediumtext, + `itemtype` varchar(255) NOT NULL DEFAULT '' COMMENT 'itemtype used for glpi objects and dropdown question types', + `values` mediumtext, + `description` mediumtext, + `row` int(11) NOT NULL DEFAULT '0', + `col` int(11) NOT NULL DEFAULT '0', + `width` int(11) NOT NULL DEFAULT '0', + `show_rule` int(11) NOT NULL DEFAULT '1', + `uuid` varchar(255) DEFAULT NULL, + PRIMARY KEY (`id`), + INDEX `plugin_formcreator_sections_id` (`plugin_formcreator_sections_id`), + FULLTEXT KEY `Search` (`name`,`description`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +CREATE TABLE IF NOT EXISTS `glpi_plugin_formcreator_conditions` ( + `id` int unsigned NOT NULL AUTO_INCREMENT, + `itemtype` varchar(255) NOT NULL DEFAULT '' COMMENT 'itemtype of the item affected by the condition', + `items_id` int unsigned NOT NULL DEFAULT '0' COMMENT 'item ID of the item affected by the condition', + `plugin_formcreator_questions_id` int unsigned NOT NULL DEFAULT '0' COMMENT 'question to test for the condition', + `show_condition` int(11) NOT NULL DEFAULT '0', + `show_value` mediumtext NULL DEFAULT NULL, + `show_logic` int(11) NOT NULL DEFAULT '1', + `order` int(11) NOT NULL DEFAULT '1', + `uuid` varchar(255) NULL DEFAULT NULL, + PRIMARY KEY (`id`), + INDEX `plugin_formcreator_questions_id` (`plugin_formcreator_questions_id`), + INDEX `item` (`itemtype`, `items_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +CREATE TABLE IF NOT EXISTS `glpi_plugin_formcreator_sections` ( + `id` int unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) NOT NULL DEFAULT '', + `plugin_formcreator_forms_id` int unsigned NOT NULL DEFAULT '0', + `order` int(11) NOT NULL DEFAULT '0', + `show_rule` int(11) NOT NULL DEFAULT '1', + `uuid` varchar(255) DEFAULT NULL, + PRIMARY KEY (`id`), + INDEX `plugin_formcreator_forms_id` (`plugin_formcreator_forms_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +CREATE TABLE IF NOT EXISTS `glpi_plugin_formcreator_targetchanges` ( + `id` int unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) NOT NULL DEFAULT '', + `plugin_formcreator_forms_id` int unsigned NOT NULL DEFAULT '0', + `target_name` varchar(255) NOT NULL DEFAULT '', + `changetemplates_id` int unsigned NOT NULL DEFAULT '0', + `content` longtext, + `impactcontent` longtext, + `controlistcontent` longtext, + `rolloutplancontent` longtext, + `backoutplancontent` longtext, + `checklistcontent` longtext, + `due_date_rule` int(11) NOT NULL DEFAULT '1', + `due_date_question` int unsigned NOT NULL DEFAULT '0', + `due_date_value` tinyint(4) DEFAULT NULL, + `due_date_period` int(11) NOT NULL DEFAULT '0', + `urgency_rule` int(11) NOT NULL DEFAULT '1', + `urgency_question` int unsigned NOT NULL DEFAULT '0', + `validation_followup` tinyint(1) NOT NULL DEFAULT '1', + `destination_entity` int(11) NOT NULL DEFAULT '1', + `destination_entity_value` int unsigned NOT NULL DEFAULT '0', + `tag_type` int(11) NOT NULL DEFAULT '1', + `tag_questions` varchar(255) NOT NULL DEFAULT '', + `tag_specifics` varchar(255) NOT NULL DEFAULT '', + `category_rule` int(11) NOT NULL DEFAULT '1', + `category_question` int unsigned NOT NULL DEFAULT '0', + `commonitil_validation_rule` int(11) NOT NULL DEFAULT '1', + `commonitil_validation_question` varchar(255) DEFAULT NULL, + `show_rule` int(11) NOT NULL DEFAULT '1', + `sla_rule` int(11) NOT NULL DEFAULT '1', + `sla_question_tto` int unsigned NOT NULL DEFAULT '0', + `sla_question_ttr` int unsigned NOT NULL DEFAULT '0', + `ola_rule` int(11) NOT NULL DEFAULT '1', + `ola_question_tto` int unsigned NOT NULL DEFAULT '0', + `ola_question_ttr` int unsigned NOT NULL DEFAULT '0', + `uuid` varchar(255) DEFAULT NULL, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +CREATE TABLE IF NOT EXISTS `glpi_plugin_formcreator_targettickets` ( + `id` int unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) NOT NULL DEFAULT '', + `plugin_formcreator_forms_id` int unsigned NOT NULL DEFAULT '0', + `target_name` varchar(255) NOT NULL DEFAULT '', + `source_rule` int(11) NOT NULL DEFAULT '0', + `source_question` int(11) NOT NULL DEFAULT '0', + `type_rule` int(11) NOT NULL DEFAULT '0', + `type_question` int unsigned NOT NULL DEFAULT '0', + `tickettemplates_id` int unsigned NOT NULL DEFAULT '0', + `content` longtext, + `due_date_rule` int(11) NOT NULL DEFAULT '1', + `due_date_question` int unsigned NOT NULL DEFAULT '0', + `due_date_value` tinyint(4) DEFAULT NULL, + `due_date_period` int(11) NOT NULL DEFAULT '0', + `urgency_rule` int(11) NOT NULL DEFAULT '1', + `urgency_question` int unsigned NOT NULL DEFAULT '0', + `validation_followup` tinyint(1) NOT NULL DEFAULT '1', + `destination_entity` int(11) NOT NULL DEFAULT '1', + `destination_entity_value` int unsigned NOT NULL DEFAULT '0', + `tag_type` int(11) NOT NULL DEFAULT '1', + `tag_questions` varchar(255) NOT NULL DEFAULT '', + `tag_specifics` varchar(255) NOT NULL DEFAULT '', + `category_rule` int(11) NOT NULL DEFAULT '1', + `category_question` int unsigned NOT NULL DEFAULT '0', + `associate_rule` int(11) NOT NULL DEFAULT '1', + `associate_question` int unsigned NOT NULL DEFAULT '0', + `location_rule` int(11) NOT NULL DEFAULT '1', + `location_question` int unsigned NOT NULL DEFAULT '0', + `commonitil_validation_rule` int(11) NOT NULL DEFAULT '1', + `commonitil_validation_question` varchar(255) DEFAULT NULL, + `show_rule` int(11) NOT NULL DEFAULT '1', + `sla_rule` int(11) NOT NULL DEFAULT '1', + `sla_question_tto` int unsigned NOT NULL DEFAULT '0', + `sla_question_ttr` int unsigned NOT NULL DEFAULT '0', + `ola_rule` int(11) NOT NULL DEFAULT '1', + `ola_question_tto` int unsigned NOT NULL DEFAULT '0', + `ola_question_ttr` int unsigned NOT NULL DEFAULT '0', + `uuid` varchar(255) DEFAULT NULL, + PRIMARY KEY (`id`), + INDEX `tickettemplates_id` (`tickettemplates_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +CREATE TABLE IF NOT EXISTS `glpi_plugin_formcreator_targetproblems` ( + `id` int unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) NOT NULL DEFAULT '', + `plugin_formcreator_forms_id` int unsigned NOT NULL DEFAULT '0', + `target_name` varchar(255) NOT NULL DEFAULT '', + `problemtemplates_id` int unsigned NOT NULL DEFAULT '0', + `content` longtext, + `impactcontent` longtext, + `causecontent` longtext, + `symptomcontent` longtext, + `urgency_rule` int(11) NOT NULL DEFAULT '1', + `urgency_question` int unsigned NOT NULL DEFAULT '0', + `destination_entity` int(11) NOT NULL DEFAULT '1', + `destination_entity_value` int unsigned NOT NULL DEFAULT '0', + `tag_type` int(11) NOT NULL DEFAULT '1', + `tag_questions` varchar(255) NOT NULL DEFAULT '', + `tag_specifics` varchar(255) NOT NULL DEFAULT '', + `category_rule` int(11) NOT NULL DEFAULT '1', + `category_question` int unsigned NOT NULL DEFAULT '0', + `show_rule` int(11) NOT NULL DEFAULT '1', + `uuid` varchar(255) DEFAULT NULL, + PRIMARY KEY (`id`), + INDEX `problemtemplates_id` (`problemtemplates_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +CREATE TABLE IF NOT EXISTS `glpi_plugin_formcreator_targets_actors` ( + `id` int unsigned NOT NULL AUTO_INCREMENT, + `itemtype` varchar(255) DEFAULT NULL, + `items_id` int unsigned NOT NULL DEFAULT '0', + `actor_role` int(11) NOT NULL DEFAULT '1', + `actor_type` int(11) NOT NULL DEFAULT '1', + `actor_value` int unsigned NOT NULL DEFAULT '0', + `use_notification` tinyint(1) NOT NULL DEFAULT '1', + `uuid` varchar(255) DEFAULT NULL, + PRIMARY KEY (`id`), + INDEX `item` (`itemtype`, `items_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +CREATE TABLE IF NOT EXISTS `glpi_plugin_formcreator_issues` ( + `id` int unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) NULL DEFAULT NULL, + `display_id` varchar(255) NOT NULL, + `items_id` int unsigned NOT NULL DEFAULT '0', + `itemtype` varchar(255) NOT NULL DEFAULT '', + `status` varchar(255) NOT NULL DEFAULT '', + `date_creation` timestamp NULL, + `date_mod` timestamp NULL, + `entities_id` int unsigned NOT NULL DEFAULT '0', + `is_recursive` tinyint(1) NOT NULL DEFAULT '0', + `requester_id` int unsigned NOT NULL DEFAULT '0', + `comment` longtext, + `users_id_recipient` int unsigned NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + INDEX `item` (`itemtype`, `items_id`), + INDEX `entities_id` (`entities_id`), + INDEX `requester_id` (`requester_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +CREATE TABLE IF NOT EXISTS `glpi_plugin_formcreator_items_targettickets` ( + `id` int unsigned NOT NULL AUTO_INCREMENT, + `plugin_formcreator_targettickets_id` int unsigned NOT NULL DEFAULT '0', + `link` int(11) NOT NULL DEFAULT '0', + `itemtype` varchar(255) NOT NULL DEFAULT '', + `items_id` int unsigned NOT NULL DEFAULT '0', + `uuid` varchar(255) DEFAULT NULL, + PRIMARY KEY (`id`), + INDEX `plugin_formcreator_targettickets_id` (`plugin_formcreator_targettickets_id`), + INDEX `item` (`itemtype`,`items_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +CREATE TABLE IF NOT EXISTS `glpi_plugin_formcreator_questiondependencies` ( + `id` int unsigned NOT NULL AUTO_INCREMENT, + `plugin_formcreator_questions_id` int unsigned NOT NULL DEFAULT '0', + `plugin_formcreator_questions_id_2` int unsigned NOT NULL DEFAULT '0', + `fieldname` varchar(255) DEFAULT NULL, + `uuid` varchar(255) DEFAULT NULL, + PRIMARY KEY (`id`), + INDEX `plugin_formcreator_questions_id` (`plugin_formcreator_questions_id`), + INDEX `plugin_formcreator_questions_id_2` (`plugin_formcreator_questions_id_2`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +CREATE TABLE IF NOT EXISTS `glpi_plugin_formcreator_questionregexes` ( + `id` int unsigned NOT NULL AUTO_INCREMENT, + `plugin_formcreator_questions_id` int unsigned NOT NULL DEFAULT '0', + `regex` mediumtext DEFAULT NULL, + `fieldname` varchar(255) DEFAULT NULL, + `uuid` varchar(255) DEFAULT NULL, + PRIMARY KEY (`id`), + INDEX `plugin_formcreator_questions_id` (`plugin_formcreator_questions_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +CREATE TABLE IF NOT EXISTS `glpi_plugin_formcreator_questionranges` ( + `id` int unsigned NOT NULL AUTO_INCREMENT, + `plugin_formcreator_questions_id` int unsigned NOT NULL DEFAULT '0', + `range_min` varchar(255) DEFAULT NULL, + `range_max` varchar(255) DEFAULT NULL, + `fieldname` varchar(255) DEFAULT NULL, + `uuid` varchar(255) DEFAULT NULL, + PRIMARY KEY (`id`), + INDEX `plugin_formcreator_questions_id` (`plugin_formcreator_questions_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; +CREATE TABLE IF NOT EXISTS `glpi_plugin_formcreator_forms_languages` ( + `id` int unsigned NOT NULL AUTO_INCREMENT, + `plugin_formcreator_forms_id` int unsigned NOT NULL DEFAULT '0', + `name` varchar(255) DEFAULT NULL, + `comment` text, + `uuid` varchar(255) DEFAULT NULL, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; \ No newline at end of file diff --git a/install/upgrade_to_2.13.7.php b/install/upgrade_to_2.13.7.php index bd2f9ce84..efba230d7 100644 --- a/install/upgrade_to_2.13.7.php +++ b/install/upgrade_to_2.13.7.php @@ -62,7 +62,7 @@ public function fixEncodingInQuestions() { $table = 'glpi_plugin_formcreator_questions'; $result = $DB->request([ - 'SELECT' => 'id', + 'SELECT' => ['id', 'values'], 'FROM' => $table, 'WHERE' => [ 'fieldtype' => ['select', 'multiselect'], @@ -78,7 +78,8 @@ public function fixEncodingInQuestions() { foreach ($values as &$value) { $value = Sanitizer::encodeHtmlSpecialChars($value); } - $values = json_encode($values); + $values = json_encode($values, JSON_UNESCAPED_UNICODE, JSON_UNESCAPED_SLASHES); + $values = $DB->escape($values); $DB->update( $table, ['values' => $values], diff --git a/install/upgrade_to_2.14.php b/install/upgrade_to_2.14.php index 939a4a765..924805cf9 100644 --- a/install/upgrade_to_2.14.php +++ b/install/upgrade_to_2.14.php @@ -128,7 +128,7 @@ public function addRights() { } } - public function isResyncIssuesRequiresd() { + public function isResyncIssuesRequired() { return true; } diff --git a/js/scripts.js b/js/scripts.js index 42cb3f5da..597f3835c 100644 --- a/js/scripts.js +++ b/js/scripts.js @@ -415,7 +415,7 @@ function buildTiles(list) { // Build a HTML tile var url = formcreatorRootDoc + '/front/formdisplay.php?id=' + item.id; if (item.type != 'form') { - url = rootDoc + '/front/knowbaseitem.form.php?id=' + item.id; + url = rootDoc + '/front/helpdesk.faq.php?id=' + item.id; } var tiles_design = ""; @@ -1065,7 +1065,7 @@ var plugin_formcreator = new function() { displayAjaxMessageAfterRedirect(); }).done(function (data) { var section = $('.plugin_formcreator_form_design[data-itemtype="PluginFormcreatorForm"] [data-itemtype="PluginFormcreatorSection"][data-id="' + sectionId + '"]'); - section.find('[data-field="name"]').replaceWith(data['name']); + section.find(' > [data-field="name"]').replaceWith(data['name']); that.resetTabs(); }).complete(function () { var myModal = form.closest('div.modal'); @@ -1396,7 +1396,7 @@ var plugin_formcreator = new function() { .off('click'); $(form).removeAttr('data-submitted'); - if (xhr.responseText == '') { + if (xhr.responseText.trim() == '') { displayAjaxMessageAfterRedirect(); return; } diff --git a/locales/bs_BA.mo b/locales/bs_BA.mo new file mode 100644 index 000000000..6a0e6e949 Binary files /dev/null and b/locales/bs_BA.mo differ diff --git a/locales/bs_BA.po b/locales/bs_BA.po new file mode 100644 index 000000000..a74d34883 --- /dev/null +++ b/locales/bs_BA.po @@ -0,0 +1,2723 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-05-31 16:21+0200\n" +"PO-Revision-Date: 2022-06-15 12:10+0000\n" +"Language-Team: Bosnian (Bosnia and Herzegovina) (https://app.transifex.com/teclib/teams/28042/bs_BA/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: bs_BA\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#: ajax/question_update.php:38 ajax/section_update.php:37 +msgid "Bad request" +msgstr "" + +#: ajax/question_update.php:47 ajax/question_move.php:45 +#: ajax/question_delete.php:42 ajax/question_toggle_required.php:49 +msgid "Question not found" +msgstr "" + +#: ajax/question_update.php:53 ajax/question_duplicate.php:49 +#: ajax/question_move.php:50 ajax/section_add.php:38 +#: ajax/section_delete.php:50 ajax/section_move.php:55 +#: ajax/section_duplicate.php:50 ajax/question_delete.php:49 +#: ajax/question_toggle_required.php:55 ajax/section_update.php:44 +msgid "You don't have right for this action" +msgstr "" + +#: ajax/question_duplicate.php:43 +msgid "Source question not found" +msgstr "" + +#: ajax/question_move.php:73 +msgid "Could not move some questions" +msgstr "" + +#: ajax/section_add.php:44 +msgid "Could not add the section" +msgstr "" + +#: ajax/commontree.php:55 entrée standard:128 standard:100 +msgid "Subtree root" +msgstr "" + +#: ajax/commontree.php:59 +msgid "Selectable" +msgstr "" + +#: ajax/commontree.php:74 entrée standard:137 standard:109 +msgid "Limit subtree depth" +msgstr "" + +#: ajax/commontree.php:84 +msgid "No limit" +msgstr "" + +#: ajax/section_delete.php:44 ajax/section_move.php:49 +#: ajax/section_duplicate.php:44 +msgid "Source section not found" +msgstr "" + +#: ajax/section_delete.php:56 +msgid "Could not delete the section" +msgstr "" + +#: ajax/question_add.php:45 +msgid "Could not add the question" +msgstr "" + +#: ajax/section_move.php:66 +msgid "Could not move the section" +msgstr "" + +#: ajax/target_actor.php:51 +msgid "Failed to add the actor" +msgstr "" + +#: ajax/target_actor.php:62 +msgid "Failed to delete the actor" +msgstr "" + +#: ajax/section_duplicate.php:56 +msgid "Could not duplicate the section" +msgstr "" + +#: ajax/section_update.php:50 +msgid "Could not update the section" +msgstr "" + +#: front/knowbaseitem.php:42 front/knowbaseitem.php:47 +#: front/wizardreminders.php:49 front/wizardreminders.php:51 +#: front/wizard.php:45 front/wizard.php:50 front/wizardfeeds.php:49 +#: front/wizardfeeds.php:51 front/issue.php:44 front/issue.php:50 +#: front/formanswer.php:44 front/reservation.php:46 front/reservation.php:48 +#: front/knowbaseitem.form.php:48 front/knowbaseitem.form.php:50 +#: front/reservationitem.php:42 front/reservationitem.php:44 +#: front/formanswer.form.php:74 front/reservation.form.php:46 +#: front/reservation.form.php:48 +msgid "Service catalog" +msgstr "" + +#: front/issue.form.php:46 +msgid "Item not found" +msgstr "" + +#: front/targetticket.form.php:46 front/targetticket.form.php:56 +#: front/targetticket.form.php:81 front/targetchange.form.php:46 +#: front/targetproblem.form.php:46 +msgid "No right to update this item." +msgstr "" + +#: front/targetticket.form.php:75 +msgid "Bad request while deleting an actor." +msgstr "" + +#: front/targetticket.form.php:95 front/targetchange.form.php:81 +#: front/formanswer.php:47 front/targetproblem.form.php:81 +#: front/formanswer.form.php:77 front/form.php:43 inc/common.class.php:654 +#: inc/common.class.php:661 +msgid "Form Creator" +msgstr "" + +#: front/targetticket.form.php:105 front/targetchange.form.php:90 +#: front/targetproblem.form.php:90 +#, php-format +msgid "%1$s = %2$s" +msgstr "" + +#: front/formlist.php:46 front/formlist.php:52 inc/common.class.php:648 +msgid "Form list" +msgstr "" + +#: front/formdisplay.php:90 inc/formanswer.class.php:1077 +#: inc/formanswer.class.php:1325 inc/formanswer.class.php:1376 +msgid "The form has been successfully saved!" +msgstr "" + +#. TRANS: %s is the user login +#: front/reservation.form.php:71 +#, php-format +msgid "%1$s purges the reservation for item %2$s" +msgstr "" + +#: front/reservation.form.php:124 +#, php-format +msgid "%1$s adds the reservation %2$s for item %3$s" +msgstr "" + +#: inc/knowbase.class.php:60 inc/entityconfig.class.php:478 +#: inc/form.class.php:611 +msgid "Category" +msgid_plural "Categories" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/knowbase.class.php:62 inc/form.class.php:614 entrée standard:39 +msgid "See all" +msgstr "" + +#: inc/knowbase.class.php:83 +msgid "Please, describe your need here" +msgstr "" + +#: inc/field/textareafield.class.php:186 +msgid "Textarea" +msgstr "" + +#: inc/field/textareafield.class.php:249 inc/field/dropdownfield.class.php:594 +#: inc/field/ldapselectfield.class.php:115 +#: inc/field/urgencyfield.class.php:166 inc/field/tagfield.class.php:166 +#: inc/field/timefield.class.php:114 inc/field/fieldsfield.class.php:489 +#: inc/field/requesttypefield.class.php:161 +msgid "A required field is empty:" +msgstr "" + +#: inc/field/textareafield.class.php:267 inc/field/integerfield.class.php:112 +#: inc/field/floatfield.class.php:194 inc/conditionnabletrait.class.php:70 +msgid "The regular expression is invalid" +msgstr "" + +#: inc/field/dropdownfield.class.php:81 inc/filter/entityfilter.class.php:48 +msgid "User and form" +msgstr "" + +#: inc/field/dropdownfield.class.php:87 +msgid "Search filter" +msgstr "" + +#: inc/field/dropdownfield.class.php:585 entrée standard:38 +msgid "Dropdown" +msgid_plural "Dropdowns" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/field/dropdownfield.class.php:616 +msgid "Invalid value for " +msgstr "" + +#: inc/field/dropdownfield.class.php:628 +#, php-format +msgid "The itemtype field is required: %s" +msgstr "" + +#: inc/field/dropdownfield.class.php:644 +#, php-format +msgid "Invalid dropdown type: %s" +msgstr "" + +#: inc/field/dropdownfield.class.php:704 inc/questionfilter.class.php:62 +#: entrée standard:68 +msgid "Filter" +msgstr "" + +#: inc/field/dropdownfield.class.php:987 entrée standard:162 standard:134 +msgid "Entity restriction" +msgstr "" + +#: inc/field/dropdownfield.class.php:996 +msgid "" +"To respect the GLPI entity system, \"Form\" should be selected. Others " +"settings will break the entity restrictions" +msgstr "" + +#: inc/field/ldapselectfield.class.php:96 +msgid "LDAP Select" +msgstr "" + +#: inc/field/ldapselectfield.class.php:140 +msgid "LDAP directory not defined!" +msgstr "" + +#: inc/field/ldapselectfield.class.php:147 +msgid "LDAP directory not found!" +msgstr "" + +#: inc/field/radiosfield.class.php:108 +msgid "Radios" +msgstr "" + +#: inc/field/radiosfield.class.php:114 inc/field/fieldsfield.class.php:513 +#: inc/field/checkboxesfield.class.php:245 +msgid "The field value is required:" +msgstr "" + +#: inc/field/radiosfield.class.php:192 inc/field/selectfield.class.php:104 +#: inc/field/datetimefield.class.php:119 inc/field/actorfield.class.php:258 +#: inc/field/checkboxesfield.class.php:191 inc/field/floatfield.class.php:125 +#: inc/field/datefield.class.php:116 +#, php-format +msgid "A required field is empty: %s" +msgstr "" + +#: inc/field/integerfield.class.php:59 +#, php-format +msgid "This is not an integer: %s" +msgstr "" + +#: inc/field/integerfield.class.php:71 inc/field/floatfield.class.php:156 +#, php-format +msgid "Specific format does not match: %s" +msgstr "" + +#: inc/field/integerfield.class.php:85 inc/field/floatfield.class.php:167 +#, php-format +msgid "The following number must be greater than %d: %s" +msgstr "" + +#: inc/field/integerfield.class.php:91 inc/field/floatfield.class.php:173 +#, php-format +msgid "The following number must be lower than %d: %s" +msgstr "" + +#: inc/field/integerfield.class.php:101 +msgid "Integer" +msgstr "" + +#: inc/field/undefinedfield.class.php:44 +msgid "Undefined" +msgstr "" + +#: inc/field/ipfield.class.php:123 +msgid "IP address" +msgid_plural "IP addresses" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/field/urgencyfield.class.php:86 inc/abstractitiltarget.class.php:1040 +msgid "Urgency" +msgstr "" + +#: inc/field/urgencyfield.class.php:120 +msgctxt "urgency" +msgid "Very high" +msgstr "" + +#: inc/field/urgencyfield.class.php:121 +msgctxt "urgency" +msgid "High" +msgstr "" + +#: inc/field/urgencyfield.class.php:122 +msgctxt "urgency" +msgid "Medium" +msgstr "" + +#: inc/field/urgencyfield.class.php:123 +msgctxt "urgency" +msgid "Low" +msgstr "" + +#: inc/field/urgencyfield.class.php:124 +msgctxt "urgency" +msgid "Very low" +msgstr "" + +#: inc/field/tagfield.class.php:52 +msgid "Warning: Tag plugin is disabled or missing" +msgstr "" + +#: inc/field/tagfield.class.php:200 +msgid "Tag" +msgid_plural "Tags" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/field/hostnamefield.class.php:116 +msgid "Hostname" +msgid_plural "Hostnames" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/field/timefield.class.php:130 +msgid "Time" +msgstr "" + +#: inc/field/emailfield.class.php:89 +#, php-format +msgid "This is not a valid e-mail: %s" +msgstr "" + +#: inc/field/emailfield.class.php:100 +msgid "Email" +msgid_plural "Emails" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/field/selectfield.class.php:97 +msgid "Select" +msgstr "" + +#: inc/field/datetimefield.class.php:140 +msgid "Date & time" +msgstr "" + +#: inc/field/actorfield.class.php:84 +msgid "Actor" +msgid_plural "Actors" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/field/actorfield.class.php:268 +#, php-format +msgid "Invalid value: %s" +msgstr "" + +#: inc/field/actorfield.class.php:291 +#, php-format +msgid "User not found or invalid email address: %s" +msgstr "" + +#: inc/field/filefield.class.php:124 +msgid "No attached document" +msgstr "" + +#: inc/field/filefield.class.php:133 inc/field/filefield.class.php:254 +#: inc/field/filefield.class.php:261 +msgid "Attached document" +msgstr "" + +#: inc/field/filefield.class.php:175 +#, php-format +msgid "A required file is missing: %s" +msgstr "" + +#: inc/field/filefield.class.php:192 +msgid "File" +msgstr "" + +#: inc/field/multiselectfield.class.php:86 +msgid "Multiselect" +msgstr "" + +#: inc/field/fieldsfield.class.php:154 +msgid "Warning: Additional Fields plugin is disabled or missing" +msgstr "" + +#: inc/field/fieldsfield.class.php:168 +msgid "Block" +msgstr "" + +#: inc/field/fieldsfield.class.php:172 inc/targetticket.class.php:346 +msgid "Field" +msgstr "" + +#: inc/field/fieldsfield.class.php:254 +msgid "show" +msgstr "" + +#: inc/field/fieldsfield.class.php:390 +#, php-format +msgid "Field '%1$s' type not implemented yet!" +msgstr "" + +#: inc/field/fieldsfield.class.php:467 +msgid "Some numeric fields contains non numeric values" +msgstr "" + +#: inc/field/fieldsfield.class.php:472 +msgid "Some URL fields contains invalid links" +msgstr "" + +#: inc/field/fieldsfield.class.php:566 +msgid "Additionnal fields" +msgstr "" + +#: inc/field/checkboxesfield.class.php:133 +msgid "Checkboxes" +msgstr "" + +#: inc/field/checkboxesfield.class.php:227 +#, php-format +msgid "The following question needs at least %d answers: %s" +msgstr "" + +#: inc/field/checkboxesfield.class.php:233 +#, php-format +msgid "The following question does not accept more than %d answers: %s" +msgstr "" + +#: inc/field/checkboxesfield.class.php:305 +msgid "Range min" +msgstr "" + +#: inc/field/checkboxesfield.class.php:306 +msgid "Range max" +msgstr "" + +#: inc/field/requesttypefield.class.php:87 inc/targetticket.class.php:1150 +msgid "Request type" +msgstr "" + +#: inc/field/floatfield.class.php:142 +#, php-format +msgid "This is not a number: %s" +msgstr "" + +#: inc/field/floatfield.class.php:183 +msgid "Decimal number" +msgstr "" + +#: inc/field/floatfield.class.php:235 inc/questionregex.class.php:62 entrée +#: standard:42 +msgid "Regular expression" +msgstr "" + +#: inc/field/floatfield.class.php:240 +msgid "Range" +msgstr "" + +#: inc/field/floatfield.class.php:246 +msgid "Additional validation" +msgstr "" + +#: inc/field/datefield.class.php:137 +msgid "Date" +msgstr "" + +#: inc/field/descriptionfield.class.php:106 inc/form.class.php:151 +#: inc/question.class.php:188 entrée standard:82 standard:52 standard:114 +msgid "Description" +msgstr "" + +#: inc/field/descriptionfield.class.php:113 +msgid "A description field should have a description:" +msgstr "" + +#: inc/field/hiddenfield.class.php:96 +msgid "Hidden field" +msgid_plural "Hidden fields" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/condition.class.php:65 +msgid "Condition" +msgid_plural "Conditions" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/condition.class.php:103 +msgid "is visible" +msgstr "" + +#: inc/condition.class.php:104 +msgid "is not visible" +msgstr "" + +#: inc/condition.class.php:105 +msgid "regular expression matches" +msgstr "" + +#: inc/condition.class.php:116 +msgid "Always displayed" +msgstr "" + +#: inc/condition.class.php:117 +msgid "Hidden unless" +msgstr "" + +#: inc/condition.class.php:118 +msgid "Displayed unless" +msgstr "" + +#: inc/condition.class.php:178 inc/target_actor.class.php:233 +#: inc/form_language.class.php:565 inc/form_validator.class.php:248 +#: inc/targetproblem.class.php:527 inc/questionrange.class.php:199 +#: inc/form.class.php:1908 inc/targetchange.class.php:304 +#: inc/questionfilter.class.php:222 inc/section.class.php:381 +#: inc/restrictedformcriteria.class.php:200 inc/question.class.php:867 +#: inc/questionparameter/range.class.php:198 inc/questionregex.class.php:188 +#: inc/questiondependency.class.php:196 inc/item_targetticket.class.php:154 +#: inc/targetticket.class.php:1461 +#, php-format +msgid "Failed to add or update the %1$s %2$s" +msgstr "" + +#: inc/condition.class.php:200 inc/target_actor.class.php:254 +#: inc/form_language.class.php:581 inc/form_validator.class.php:288 +#: inc/targetproblem.class.php:362 inc/questionrange.class.php:131 +#: inc/form.class.php:1569 inc/targetchange.class.php:149 +#: inc/questionfilter.class.php:154 inc/section.class.php:406 +#: inc/restrictedformcriteria.class.php:226 inc/question.class.php:894 +#: inc/questionparameter/range.class.php:133 inc/questionregex.class.php:120 +#: inc/questiondependency.class.php:211 inc/item_targetticket.class.php:64 +#: inc/targetticket.class.php:1500 +#, php-format +msgid "Cannot export an empty object: %s" +msgstr "" + +#: inc/condition.class.php:268 +msgid "Conditions" +msgstr "" + +#: inc/linker.class.php:78 +msgid "Importing" +msgstr "" + +#: inc/linker.class.php:80 +msgid "Import in progress" +msgstr "" + +#: inc/issue.class.php:43 +msgid "Issue" +msgid_plural "Issues" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/issue.class.php:56 +msgid "Update issue data from tickets and form answers" +msgstr "" + +#: inc/issue.class.php:393 +msgid "Satisfaction survey expired" +msgstr "" + +#: inc/issue.class.php:531 inc/form_language.class.php:229 +#: inc/form.class.php:2208 entrée standard:52 standard:49 standard:57 +#: standard:38 standard:39 standard:105 standard:46 +msgid "Name" +msgstr "" + +#: inc/issue.class.php:543 inc/formanswer.class.php:229 +#: inc/formanswer.class.php:320 inc/targetproblem.class.php:610 +#: inc/form.class.php:142 inc/targetchange.class.php:335 +#: inc/section.class.php:95 inc/question.class.php:178 +#: inc/targetticket.class.php:180 entrée standard:45 +msgid "ID" +msgstr "" + +#: inc/issue.class.php:552 inc/form.class.php:2217 entrée standard:111 +#: standard:65 standard:104 standard:4 +msgid "Type" +msgid_plural "Types" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/issue.class.php:565 inc/formanswer.class.php:307 +msgid "Status" +msgstr "" + +#: inc/issue.class.php:577 +msgid "Opening date" +msgstr "" + +#: inc/issue.class.php:586 +msgid "Last update" +msgstr "" + +#: inc/issue.class.php:595 inc/abstracttarget.class.php:517 +msgid "Entity" +msgid_plural "Entities" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/issue.class.php:605 inc/notificationtargetformanswer.class.php:76 +#: inc/notificationtargetformanswer.class.php:96 +#: inc/target_actor.class.php:101 inc/formanswer.class.php:248 +#: inc/formanswer.class.php:762 inc/abstractitiltarget.class.php:1804 entrée +#: standard:48 +msgid "Requester" +msgid_plural "Requesters" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/issue.class.php:619 inc/formanswer.class.php:258 +msgid "Form approver" +msgstr "" + +#: inc/issue.class.php:651 inc/formanswer.class.php:691 +#: inc/formanswer.class.php:698 inc/formanswer.class.php:777 +#: inc/form_language.class.php:243 +msgid "Comment" +msgstr "" + +#: inc/issue.class.php:663 +msgid "Ticket approver" +msgstr "" + +#: inc/issue.class.php:736 +msgid "Technician" +msgstr "" + +#: inc/issue.class.php:767 +msgid "Technician group" +msgstr "" + +#: inc/issue.class.php:799 inc/formanswer.class.php:287 +msgid "Form approver group" +msgstr "" + +#: inc/issue.class.php:829 +msgid "Ticket approver group" +msgstr "" + +#: inc/issue.class.php:863 inc/abstractitiltarget.class.php:787 entrée +#: standard:108 +msgid "Time to resolve" +msgstr "" + +#: inc/issue.class.php:874 +msgid "Time to resolve + Progress" +msgstr "" + +#: inc/issue.class.php:884 +msgid "Internal time to resolve" +msgstr "" + +#: inc/issue.class.php:895 +msgid "Internal time to resolve + Progress" +msgstr "" + +#: inc/issue.class.php:905 +msgid "Resolution date" +msgstr "" + +#: inc/issue.class.php:914 +msgid "Internal time to own" +msgstr "" + +#: inc/issue.class.php:925 +msgid "Internal time to own + Progress" +msgstr "" + +#: inc/issue.class.php:935 entrée standard:109 +msgid "Time to own" +msgstr "" + +#: inc/issue.class.php:946 +msgid "Time to own + Progress" +msgstr "" + +#: inc/issue.class.php:958 +msgid "Approver substitute" +msgstr "" + +#: inc/issue.class.php:1022 +msgid "Substitute of a member of approver group" +msgstr "" + +#: inc/issue.class.php:1095 +msgid "Form approver substitute" +msgstr "" + +#: inc/issue.class.php:1163 +msgid "Current form approver group" +msgstr "" + +#: inc/issue.class.php:1193 +msgid "Current form approver" +msgstr "" + +#: inc/issue.class.php:1227 +msgid "Ticket requester" +msgstr "" + +#: inc/issue.class.php:1274 +msgid "Ticket observer" +msgstr "" + +#: inc/issue.class.php:1322 +msgid "Ticket technician" +msgstr "" + +#: inc/issue.class.php:1469 +#, php-format +msgid "%1$s %2$s" +msgstr "" + +#: inc/issue.class.php:1727 inc/filter/itilcategoryfilter.class.php:56 +#: hook.php:766 +msgid "All" +msgstr "" + +#: inc/issue.class.php:1733 hook.php:767 +msgid "New" +msgstr "" + +#: inc/issue.class.php:1739 hook.php:768 +msgid "Assigned" +msgstr "" + +#: inc/issue.class.php:1745 inc/formanswer.class.php:78 +#: inc/form_validator.class.php:70 hook.php:769 +msgid "Waiting" +msgstr "" + +#: inc/issue.class.php:1751 hook.php:770 +msgid "To validate" +msgstr "" + +#: inc/issue.class.php:1757 hook.php:771 +msgid "Solved" +msgstr "" + +#: inc/issue.class.php:1763 hook.php:772 +msgid "Closed" +msgstr "" + +#: inc/category.class.php:50 hook.php:72 +msgid "Form category" +msgid_plural "Form categories" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/category.class.php:80 +msgid "Knowbase category" +msgstr "" + +#: inc/category.class.php:86 +msgid "As child of" +msgstr "" + +#: inc/category.class.php:92 inc/form.class.php:247 entrée standard:65 +msgid "Icon" +msgstr "" + +#: inc/category.class.php:98 inc/form.class.php:255 entrée standard:67 +msgid "Icon color" +msgstr "" + +#: inc/category.class.php:104 inc/form.class.php:263 entrée standard:80 +msgid "Background color" +msgstr "" + +#: inc/formlist.class.php:46 inc/entityconfig.class.php:93 +#: inc/form.class.php:111 inc/form.class.php:516 inc/form.class.php:2015 +#: entrée standard:47 +msgid "Form" +msgid_plural "Forms" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/notificationtargetformanswer.class.php:43 +msgid "The form as been saved" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:44 +msgid "A form need to be validate" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:45 install/install.php:490 +msgid "The form is refused" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:46 install/install.php:496 +msgid "The form is accepted" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:47 install/install.php:502 +msgid "The form is deleted" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:74 +msgid "Form ID" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:75 +#: inc/notificationtargetformanswer.class.php:95 +msgid "Form name" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:77 +#: inc/form_validator.class.php:91 +msgid "Validator" +msgid_plural "Validators" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/notificationtargetformanswer.class.php:78 +#: inc/notificationtargetformanswer.class.php:98 inc/formanswer.class.php:278 +#: entrée standard:49 +msgid "Creation date" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:79 +#: inc/notificationtargetformanswer.class.php:99 +msgid "Full form answers" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:80 +msgid "Validation comment" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:81 +#: inc/notificationtargetformanswer.class.php:101 +msgid "Validation link" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:82 +msgid "Request ID" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:94 +msgid "Form #" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:97 +msgctxt "tag" +msgid "Validator" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:100 +msgid "Refused comment" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:102 +msgid "Request #" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:114 +msgid "Author" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:115 +#: inc/abstractitiltarget.class.php:1374 +msgid "Approver" +msgstr "" + +#: inc/target_actor.class.php:70 inc/abstractitiltarget.class.php:2141 +msgid "Form author" +msgstr "" + +#: inc/target_actor.class.php:71 inc/abstractitiltarget.class.php:2144 +msgid "Form validator" +msgstr "" + +#: inc/target_actor.class.php:72 +msgid "Specific person" +msgstr "" + +#: inc/target_actor.class.php:73 inc/abstractitiltarget.class.php:2154 +msgid "Person from the question" +msgstr "" + +#: inc/target_actor.class.php:74 +msgid "Specific group" +msgstr "" + +#: inc/target_actor.class.php:75 inc/abstractitiltarget.class.php:2165 +msgid "Group from the question" +msgstr "" + +#: inc/target_actor.class.php:76 +msgid "Group from an object" +msgstr "" + +#: inc/target_actor.class.php:77 +msgid "Tech group from an object" +msgstr "" + +#: inc/target_actor.class.php:78 +msgid "Specific supplier" +msgstr "" + +#: inc/target_actor.class.php:79 inc/abstractitiltarget.class.php:2194 +msgid "Supplier from the question" +msgstr "" + +#: inc/target_actor.class.php:80 inc/abstractitiltarget.class.php:2183 +msgid "Actors from the question" +msgstr "" + +#: inc/target_actor.class.php:81 inc/abstractitiltarget.class.php:2198 +msgid "Form author's supervisor" +msgstr "" + +#: inc/target_actor.class.php:102 +msgid "Observer" +msgstr "" + +#: inc/target_actor.class.php:103 inc/abstractitiltarget.class.php:1818 +msgid "Assigned to" +msgstr "" + +#: inc/target_actor.class.php:109 +msgid "Target actor" +msgid_plural "Target actors" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/target_actor.class.php:115 inc/target_actor.class.php:131 +#: inc/target_actor.class.php:140 +msgid "Bad request while adding an actor." +msgstr "" + +#: inc/target_actor.class.php:197 +#, php-format +msgid "Failed to find a user: %1$s" +msgstr "" + +#: inc/target_actor.class.php:206 +#, php-format +msgid "Failed to find a group: %1$s" +msgstr "" + +#: inc/target_actor.class.php:215 +#, php-format +msgid "Failed to find a supplier: %1$s" +msgstr "" + +#: inc/formanswer.class.php:79 inc/form_validator.class.php:72 +msgid "Refused" +msgstr "" + +#: inc/formanswer.class.php:80 inc/form_validator.class.php:71 +msgid "Accepted" +msgstr "" + +#: inc/formanswer.class.php:214 +msgid "Form answer" +msgid_plural "Form answers" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/formanswer.class.php:676 +msgid "Print this form" +msgstr "" + +#: inc/formanswer.class.php:701 +msgid "Form accepted by validator." +msgstr "" + +#: inc/formanswer.class.php:703 +msgid "Form successfully saved." +msgstr "" + +#: inc/formanswer.class.php:770 +msgid "Save" +msgstr "" + +#: inc/formanswer.class.php:782 +msgid "Required if refused" +msgstr "" + +#: inc/formanswer.class.php:788 +msgid "Refuse" +msgstr "" + +#: inc/formanswer.class.php:796 +msgid "Edit answers" +msgstr "" + +#: inc/formanswer.class.php:802 +msgid "Cancel edition" +msgstr "" + +#: inc/formanswer.class.php:809 +msgid "Accept" +msgstr "" + +#: inc/formanswer.class.php:828 +msgid "Refused comment is required!" +msgstr "" + +#: inc/formanswer.class.php:882 inc/formanswer.class.php:899 +msgid "" +"An internal error occured when verifying your answers. Please report it to " +"your administrator." +msgstr "" + +#: inc/formanswer.class.php:933 +msgid "You are not the validator of these answers" +msgstr "" + +#: inc/formanswer.class.php:1083 +#, php-format +msgid "Item sucessfully added: %1$s (%2$s: %3$s)" +msgstr "" + +#: inc/formanswer.class.php:1166 inc/formanswer.class.php:1168 +msgid "Form data" +msgstr "" + +#: inc/formanswer.class.php:1301 +msgid "" +"You are a validator of the form, then your approval hs been added " +"automatically." +msgstr "" + +#: inc/formanswer.class.php:1310 inc/formanswer.class.php:1363 +msgid "Cannot generate targets!" +msgstr "" + +#: inc/formanswer.class.php:1511 +msgid "No captcha set." +msgstr "" + +#: inc/formanswer.class.php:1517 +msgid "You failed the captcha test." +msgstr "" + +#: inc/formanswer.class.php:1540 +msgid "You must select validator!" +msgstr "" + +#: inc/common.class.php:229 +msgid "You cannot delete this issue. Maybe it is taken into account." +msgstr "" + +#: inc/common.class.php:234 +msgid "Failed to delete this issue. An internal error occured." +msgstr "" + +#: inc/common.class.php:745 +msgid "Seek assistance" +msgstr "" + +#: inc/common.class.php:751 inc/common.class.php:755 +msgid "My requests for assistance" +msgstr "" + +#: inc/common.class.php:791 +msgid "Consult reminders" +msgstr "" + +#: inc/common.class.php:811 +msgid "Consult feeds" +msgstr "" + +#: inc/abstractfield.class.php:89 inc/question.class.php:758 +msgid "Apply" +msgstr "" + +#: inc/formaccesstype.class.php:41 entrée standard:39 +msgid "Access type" +msgid_plural "Access types" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/form_language.class.php:51 +msgid "Form language" +msgid_plural "Form languages" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/form_language.class.php:78 inc/form_language.class.php:364 +msgid "Translation" +msgid_plural "Translations" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/form_language.class.php:119 +msgid "The name cannot be empty." +msgstr "" + +#: inc/form_language.class.php:127 +msgid "The language must be associated to a form." +msgstr "" + +#: inc/form_language.class.php:135 +msgid "The specified language is not available." +msgstr "" + +#: inc/form_language.class.php:265 +msgid "Add a translation" +msgstr "" + +#: inc/form_language.class.php:299 js/scripts.js:1214 +msgid "Update a translation" +msgstr "" + +#: inc/form_language.class.php:329 inc/form_language.class.php:331 +msgid "New translation" +msgstr "" + +#: inc/form_language.class.php:334 +msgid "Filter list" +msgstr "" + +#: inc/form_language.class.php:339 inc/form_language.class.php:438 +msgid "No translation found" +msgstr "" + +#: inc/form_language.class.php:344 +msgid "Do you want to delete the selected items?" +msgstr "" + +#: inc/form_language.class.php:353 inc/form_language.class.php:401 +#: inc/abstractitiltarget.class.php:1710 entrée standard:124 standard:31 +msgid "Delete" +msgstr "" + +#: inc/form_language.class.php:363 +msgid "Original string" +msgstr "" + +#: inc/form_language.class.php:424 +msgid "Add a new language" +msgstr "" + +#: inc/form_language.class.php:457 inc/form_language.class.php:489 +#: inc/form.class.php:178 entrée standard:72 +msgid "Language" +msgstr "" + +#: inc/form_validator.class.php:69 inc/targetticket.class.php:99 +#: inc/abstractitiltarget.class.php:186 +msgid "None" +msgstr "" + +#: inc/form_validator.class.php:78 inc/abstractitiltarget.class.php:2552 +msgid "No" +msgstr "" + +#: inc/form_validator.class.php:81 +msgid "Supervisor of the requester" +msgstr "" + +#: inc/form_validator.class.php:116 inc/translation.class.php:221 +msgid "Form not found." +msgstr "" + +#: inc/form_validator.class.php:121 inc/form_validator.class.php:129 +#: inc/form_validator.class.php:138 +msgid "Invalid validator." +msgstr "" + +#: inc/form_validator.class.php:147 +#, php-format +msgid "Only level 1 is allowed for %s." +msgstr "" + +#: inc/form_validator.class.php:156 +msgid "Invalid validator type." +msgstr "" + +#: inc/form_validator.class.php:194 entrée standard:103 +msgid "Level" +msgstr "" + +#: inc/form_validator.class.php:592 inc/abstractitiltarget.class.php:1354 +msgid "Validation" +msgstr "" + +#: inc/form_validator.class.php:594 +msgid "Choose a validator" +msgstr "" + +#: inc/profile.class.php:62 inc/targetproblem.class.php:147 +#: inc/entityconfig.class.php:520 inc/targetchange.class.php:484 +#: inc/targetticket.class.php:323 inc/targetticket.class.php:358 +#: inc/abstractitiltarget.class.php:2124 +msgctxt "button" +msgid "Save" +msgstr "" + +#: inc/targetproblem.class.php:43 entrée standard:43 +msgid "Target problem" +msgid_plural "Target problems" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/targetproblem.class.php:109 inc/targetproblem.class.php:565 +#: inc/targetchange.class.php:105 inc/targetchange.class.php:441 +#: inc/targetticket.class.php:135 inc/targetticket.class.php:238 +msgid "Properties" +msgstr "" + +#: inc/targetproblem.class.php:509 inc/targetchange.class.php:286 +#: inc/targetticket.class.php:1443 +#, php-format +msgid "" +"Failed to add or update the %1$s %2$s: a question is missing and is used in " +"a parameter of the target" +msgstr "" + +#: inc/targetproblem.class.php:566 inc/targetchange.class.php:106 +#: inc/targetticket.class.php:136 inc/abstractitiltarget.class.php:1216 +msgid "Actors" +msgstr "" + +#: inc/targetproblem.class.php:619 entrée standard:48 +msgid "Problem title" +msgstr "" + +#: inc/targetproblem.class.php:629 inc/targetchange.class.php:354 +#: inc/targetticket.class.php:199 +msgid "Content" +msgstr "" + +#: inc/targetproblem.class.php:639 inc/targetchange.class.php:364 +msgid "Impact" +msgstr "" + +#: inc/targetproblem.class.php:649 entrée standard:56 +msgid "Cause" +msgstr "" + +#: inc/targetproblem.class.php:659 entrée standard:58 +msgid "Symptom" +msgstr "" + +#: inc/entityconfig.class.php:101 inc/entityconfig.class.php:110 +#: inc/entityconfig.class.php:118 inc/entityconfig.class.php:126 +#: inc/entityconfig.class.php:134 inc/entityconfig.class.php:142 +#: inc/entityconfig.class.php:150 inc/entityconfig.class.php:158 +#: inc/entityconfig.class.php:166 inc/entityconfig.class.php:180 +#: inc/entityconfig.class.php:188 inc/entityconfig.class.php:196 +msgid "Inheritance of the parent entity" +msgstr "" + +#: inc/entityconfig.class.php:102 +msgid "GLPi's helpdesk" +msgstr "" + +#: inc/entityconfig.class.php:103 +msgid "Service catalog simplified" +msgstr "" + +#: inc/entityconfig.class.php:104 +msgid "Service catalog extended" +msgstr "" + +#: inc/entityconfig.class.php:111 +msgid "All available forms" +msgstr "" + +#: inc/entityconfig.class.php:112 +msgid "Only default forms" +msgstr "" + +#: inc/entityconfig.class.php:119 +msgid "Popularity sort" +msgstr "" + +#: inc/entityconfig.class.php:120 +msgid "Alphabetic sort" +msgstr "" + +#: inc/entityconfig.class.php:127 +msgid "Merged with Forms" +msgstr "" + +#: inc/entityconfig.class.php:128 +msgid "Distinct menu entry" +msgstr "" + +#: inc/entityconfig.class.php:135 inc/entityconfig.class.php:143 +#: inc/entityconfig.class.php:151 inc/entityconfig.class.php:159 +#: inc/entityconfig.class.php:189 inc/form.class.php:271 entrée standard:100 +msgid "Visible" +msgstr "" + +#: inc/entityconfig.class.php:136 inc/entityconfig.class.php:144 +#: inc/entityconfig.class.php:152 inc/entityconfig.class.php:160 +#: inc/entityconfig.class.php:190 +msgid "Hidden" +msgstr "" + +#: inc/entityconfig.class.php:167 +msgid "Variable height" +msgstr "" + +#: inc/entityconfig.class.php:168 +msgid "Uniform height" +msgstr "" + +#: inc/entityconfig.class.php:173 +msgid "Search for assistance" +msgstr "" + +#: inc/entityconfig.class.php:174 +msgid "User's assistance requests" +msgstr "" + +#: inc/entityconfig.class.php:181 +msgid "Only forms" +msgstr "" + +#: inc/entityconfig.class.php:182 +msgid "Forms and list of requests" +msgstr "" + +#: inc/entityconfig.class.php:197 +msgid "Folded" +msgstr "" + +#: inc/entityconfig.class.php:198 +msgid "Unfolded" +msgstr "" + +#: inc/entityconfig.class.php:298 +msgid "Helpdesk" +msgstr "" + +#: inc/entityconfig.class.php:306 inc/entityconfig.class.php:534 entrée +#: standard:44 +msgid "Helpdesk mode" +msgstr "" + +#: inc/entityconfig.class.php:317 inc/entityconfig.class.php:604 +msgid "Default Form list mode" +msgstr "" + +#: inc/entityconfig.class.php:335 inc/entityconfig.class.php:544 +msgid "Sort order" +msgstr "" + +#: inc/entityconfig.class.php:351 inc/entityconfig.class.php:554 +msgid "Knowledge base" +msgstr "" + +#: inc/entityconfig.class.php:366 +msgid "Search" +msgstr "" + +#: inc/entityconfig.class.php:382 inc/entityconfig.class.php:614 +msgid "Counters dashboard" +msgstr "" + +#: inc/entityconfig.class.php:398 +msgid "Header message" +msgstr "" + +#: inc/entityconfig.class.php:414 inc/entityconfig.class.php:624 +msgid "Search issue" +msgstr "" + +#: inc/entityconfig.class.php:430 inc/entityconfig.class.php:594 +msgid "Service catalog home page" +msgstr "" + +#: inc/entityconfig.class.php:446 inc/entityconfig.class.php:634 +msgid "Tile design" +msgstr "" + +#: inc/entityconfig.class.php:462 +msgid "Home page" +msgstr "" + +#: inc/entityconfig.class.php:494 +msgid "Menu visibility (only for vertical menu)" +msgstr "" + +#: inc/entityconfig.class.php:506 inc/entityconfig.class.php:584 +#: inc/form.class.php:225 entrée standard:84 +msgid "Header" +msgid_plural "Headers" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/entityconfig.class.php:564 +msgid "Display search field" +msgstr "" + +#: inc/entityconfig.class.php:574 +msgid "Display header" +msgstr "" + +#: inc/questionrange.class.php:52 inc/questionparameter/range.class.php:56 +msgid "Question range" +msgid_plural "Question ranges" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/questionrange.class.php:62 inc/questionparameter/range.class.php:66 +msgid "Minimum range" +msgstr "" + +#: inc/questionrange.class.php:71 inc/questionparameter/range.class.php:75 +msgid "maximum range" +msgstr "" + +#: inc/form.class.php:66 inc/form.class.php:429 +msgid "Public access" +msgstr "" + +#: inc/form.class.php:67 inc/form.class.php:433 +msgid "Private access" +msgstr "" + +#: inc/form.class.php:68 inc/form.class.php:437 +msgid "Restricted access" +msgstr "" + +#: inc/form.class.php:122 +msgid "Answers waiting for validation" +msgstr "" + +#: inc/form.class.php:124 inc/form.class.php:1663 inc/form.class.php:1689 +msgid "Import forms" +msgstr "" + +#: inc/form.class.php:169 +msgid "Recursive" +msgstr "" + +#: inc/form.class.php:190 +msgid "Homepage" +msgstr "" + +#: inc/form.class.php:203 +msgid "Access" +msgstr "" + +#: inc/form.class.php:234 inc/form.class.php:327 inc/form.class.php:394 entrée +#: standard:54 +msgid "Active" +msgstr "" + +#: inc/form.class.php:286 inc/form.class.php:338 inc/form.class.php:413 +msgid "Default form" +msgstr "" + +#: inc/form.class.php:296 entrée standard:106 +msgid "Next form" +msgstr "" + +#: inc/form.class.php:326 inc/form.class.php:391 +msgid "Inactive" +msgstr "" + +#: inc/form.class.php:337 inc/form.class.php:410 +msgid "Not default form" +msgstr "" + +#: inc/form.class.php:361 inc/form.class.php:445 entrée standard:75 +msgid "All languages" +msgstr "" + +#: inc/form.class.php:508 entrée standard:3 +msgid "Target" +msgid_plural "Targets" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/form.class.php:511 +msgid "Preview" +msgstr "" + +#: inc/form.class.php:512 +msgid "Form answer properties" +msgstr "" + +#: inc/form.class.php:854 +msgid "What are you looking for?" +msgstr "" + +#: inc/form.class.php:993 inc/form.class.php:1156 +#: inc/abstracttarget.class.php:162 inc/abstractitiltarget.class.php:1625 +msgid "The name cannot be empty!" +msgstr "" + +#: inc/form.class.php:1026 inc/form.class.php:1191 +msgid "A loop is generated!" +msgstr "" + +#: inc/form.class.php:1167 +msgid "Cannot use empty name for form answers. Keeping the previous value." +msgstr "" + +#: inc/form.class.php:1303 +#, php-format +msgid "The question %s is not compatible with public forms" +msgstr "" + +#: inc/form.class.php:1386 +msgid "Errored duplicate" +msgstr "" + +#: inc/form.class.php:1397 entrée standard:23 +msgid "Duplicate" +msgstr "" + +#: inc/form.class.php:1442 inc/form.class.php:1452 +msgctxt "button" +msgid "Post" +msgstr "" + +#: inc/form.class.php:1475 +#, php-format +msgid "Form duplicated: %s" +msgstr "" + +#: inc/form.class.php:1491 +#, php-format +msgid "Form Transfered: %s" +msgstr "" + +#: inc/form.class.php:1515 +msgid "Back" +msgstr "" + +#: inc/form.class.php:1526 +#, php-format +msgid "Form updated: %s" +msgstr "" + +#: inc/form.class.php:1636 +msgid "Upload of JSON files not allowed." +msgstr "" + +#: inc/form.class.php:1639 +msgid "You may allow JSON files right now." +msgstr "" + +#: inc/form.class.php:1640 +msgctxt "button" +msgid "Create" +msgstr "" + +#: inc/form.class.php:1643 inc/form.class.php:1654 +msgid "Please contact your GLPI administrator." +msgstr "" + +#: inc/form.class.php:1644 inc/form.class.php:1655 +msgctxt "button" +msgid "Back" +msgstr "" + +#: inc/form.class.php:1647 +msgid "Upload of JSON files not enabled." +msgstr "" + +#: inc/form.class.php:1650 inc/form.class.php:1653 +msgid "You may enable JSON files right now." +msgstr "" + +#: inc/form.class.php:1651 +msgctxt "button" +msgid "Enable" +msgstr "" + +#: inc/form.class.php:1698 +msgctxt "button" +msgid "Send" +msgstr "" + +#: inc/form.class.php:1717 +msgid "Forms import impossible, the file is empty" +msgstr "" + +#: inc/form.class.php:1721 inc/form.class.php:1725 +msgid "Forms import impossible, the file seems corrupt" +msgstr "" + +#: inc/form.class.php:1731 +msgid "Forms import impossible, the file was generated with another version" +msgstr "" + +#: inc/form.class.php:1738 +msgid "" +"The file does not specifies the schema version. It was probably generated " +"with a version older than 2.10. Giving up." +msgstr "" + +#: inc/form.class.php:1764 +#, php-format +msgid "Failed to import %s" +msgstr "" + +#: inc/form.class.php:1769 +#, php-format +msgid "Forms successfully imported from %s" +msgstr "" + +#: inc/form.class.php:1832 +#, php-format +msgid "The form %1$s already exists and is in an unmodifiable entity." +msgstr "" + +#: inc/form.class.php:1840 +#, php-format +msgid "You don't have right to update the entity %1$s." +msgstr "" + +#: inc/form.class.php:1850 +#, php-format +msgid "The entity %1$s is required for the form %2$s." +msgstr "" + +#: inc/form.class.php:1952 +msgid "Failed to create JSON document type" +msgstr "" + +#: inc/form.class.php:1959 +msgid "JSON document type not found" +msgstr "" + +#: inc/form.class.php:1966 +msgid "Failed to update JSON document type" +msgstr "" + +#: inc/form.class.php:1986 +msgid "Forms without category" +msgstr "" + +#: inc/form.class.php:2007 +msgid "No form available" +msgstr "" + +#: inc/form.class.php:2205 entrée standard:47 +msgid "Add a target" +msgstr "" + +#: inc/form.class.php:2236 inc/targetticket.class.php:398 +#: inc/abstractitiltarget.class.php:1828 inc/abstractitiltarget.class.php:2124 +#: entrée standard:92 standard:94 +msgid "Add" +msgstr "" + +#: inc/form.class.php:2254 inc/form.class.php:2277 inc/form.class.php:2299 +msgid "Unsupported target type." +msgstr "" + +#: inc/form.class.php:2333 +msgid "plugin_formcreator_load_check" +msgstr "" + +#: inc/targetchange.class.php:44 entrée standard:43 +msgid "Target change" +msgid_plural "Target changes" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/targetchange.class.php:344 entrée standard:48 +msgid "Change title" +msgstr "" + +#: inc/targetchange.class.php:374 entrée standard:56 +msgid "Control list" +msgstr "" + +#: inc/targetchange.class.php:384 entrée standard:58 +msgid "Deployment plan" +msgstr "" + +#: inc/targetchange.class.php:394 entrée standard:60 +msgid "Backup plan" +msgstr "" + +#: inc/targetchange.class.php:404 +msgid "Check list" +msgstr "" + +#: inc/questionfilter.class.php:52 +msgid "Question filter" +msgid_plural "Question filters" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/section.class.php:71 entrée standard:53 standard:44 +msgid "Section" +msgid_plural "Sections" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/section.class.php:123 inc/section.class.php:166 +#: inc/question.class.php:348 +msgid "The title is required" +msgstr "" + +#: inc/section.class.php:553 inc/question.class.php:234 entrée standard:37 +msgid "Count of conditions" +msgstr "" + +#: inc/restrictedformcriteria.class.php:179 +#, php-format +msgid "Failed to find %1$s %2$s" +msgstr "" + +#: inc/question.class.php:73 inc/abstractitiltarget.class.php:1127 entrée +#: standard:41 +msgid "Question" +msgid_plural "Questions" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/question.class.php:197 entrée standard:43 standard:50 standard:44 +#: standard:49 standard:79 +msgid "Required" +msgstr "" + +#: inc/question.class.php:355 +msgid "The section is required" +msgstr "" + +#: inc/question.class.php:365 +#, php-format +msgid "Field type %1$s is not available for question %2$s." +msgstr "" + +#: inc/question.class.php:379 +msgid "This type of question is not compatible with public forms." +msgstr "" + +#: inc/question.class.php:469 +msgid "The field type cannot be changed. Delete then recreate the question." +msgstr "" + +#: inc/question.class.php:1184 +msgid "Service levels" +msgstr "" + +#: inc/question.class.php:1185 inc/abstractitiltarget.class.php:851 +msgid "SLA" +msgstr "" + +#: inc/question.class.php:1186 inc/abstractitiltarget.class.php:924 +msgid "OLA" +msgstr "" + +#: inc/question.class.php:1205 inc/question.class.php:1248 +#: inc/question.class.php:1251 +msgid "Assets" +msgstr "" + +#: inc/question.class.php:1219 hook.php:780 hook.php:797 +msgid "Assistance" +msgstr "" + +#: inc/question.class.php:1225 +msgid "Management" +msgstr "" + +#: inc/question.class.php:1236 +msgid "Tools" +msgstr "" + +#: inc/question.class.php:1237 +msgid "Notes" +msgstr "" + +#: inc/question.class.php:1238 +msgid "RSS feed" +msgstr "" + +#: inc/question.class.php:1240 +msgid "Administration" +msgstr "" + +#: inc/question.class.php:1248 inc/question.class.php:1251 +msgid "Plugin" +msgid_plural "Plugins" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/abstractquestionparameter.class.php:98 +msgid "Parameter" +msgstr "" + +#: inc/abstractquestionparameter.class.php:105 +msgid "Field name" +msgstr "" + +#: inc/abstracttarget.class.php:97 +msgid "Current active entity" +msgstr "" + +#: inc/abstracttarget.class.php:98 +msgid "Default requester user's entity" +msgstr "" + +#: inc/abstracttarget.class.php:99 +msgid "First dynamic requester user's entity (alphabetical)" +msgstr "" + +#: inc/abstracttarget.class.php:100 +msgid "Last dynamic requester user's entity (alphabetical)" +msgstr "" + +#: inc/abstracttarget.class.php:101 +msgid "The form entity" +msgstr "" + +#: inc/abstracttarget.class.php:102 +msgid "Default entity of the validator" +msgstr "" + +#: inc/abstracttarget.class.php:103 +msgid "Specific entity" +msgstr "" + +#: inc/abstracttarget.class.php:104 +msgid "Default entity of a user type question answer" +msgstr "" + +#: inc/abstracttarget.class.php:105 +msgid "From a GLPI object > Entity type question answer" +msgstr "" + +#: inc/abstracttarget.class.php:116 +msgid "Always generated" +msgstr "" + +#: inc/abstracttarget.class.php:117 +msgid "Disabled unless" +msgstr "" + +#: inc/abstracttarget.class.php:118 +msgid "Generated unless" +msgstr "" + +#: inc/abstracttarget.class.php:129 +msgid "A target must be associated to a form." +msgstr "" + +#: inc/abstracttarget.class.php:134 +msgid "A target must be associated to an existing form." +msgstr "" + +#: inc/abstracttarget.class.php:139 +msgid "Name is required." +msgstr "" + +#: inc/abstracttarget.class.php:502 +msgid "Destination entity" +msgstr "" + +#: inc/abstracttarget.class.php:518 +msgid "User type question" +msgstr "" + +#: inc/abstracttarget.class.php:519 +msgid "Entity type question" +msgstr "" + +#: inc/command/cleanticketscommand.class.php:53 +msgid "Searching for invalid items..." +msgstr "" + +#: inc/command/cleanticketscommand.class.php:61 +msgid "Done." +msgstr "" + +#: inc/command/cleanticketscommand.class.php:135 +msgid "Step 1: double encoded < and > signs." +msgstr "" + +#: inc/command/cleanticketscommand.class.php:146 +#: inc/command/cleanticketscommand.class.php:196 +#: inc/command/cleanticketscommand.class.php:260 +msgid "No invalid items found." +msgstr "" + +#: inc/command/cleanticketscommand.class.php:187 +msgid "Step 2: literal BR tag." +msgstr "" + +#: inc/command/cleanticketscommand.class.php:251 +msgid "Step 3: litteral > sign." +msgstr "" + +#: inc/filter/itilcategoryfilter.class.php:52 +#: inc/filter/itilcategoryfilter.class.php:54 +msgid "Request categories" +msgstr "" + +#: inc/filter/itilcategoryfilter.class.php:53 +#: inc/filter/itilcategoryfilter.class.php:54 +msgid "Incident categories" +msgstr "" + +#: inc/filter/itilcategoryfilter.class.php:55 +msgid "Change categories" +msgstr "" + +#: inc/supervisorvalidator.class.php:44 +msgid "Requester supervisor" +msgid_plural "Requester supervisors" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/supervisorvalidator.class.php:52 +msgid "My supervisor" +msgstr "" + +#: inc/questionregex.class.php:52 +msgid "Question regular expression" +msgid_plural "Question regular expressions" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/questiondependency.class.php:66 +msgid "Question dependency" +msgid_plural "Question dependencies" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/answer.class.php:66 entrée standard:43 +msgid "Answer" +msgid_plural "Answers" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/item_targetticket.class.php:52 +msgid "Composite ticket relation" +msgid_plural "Composite ticket relations" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/targetticket.class.php:57 entrée standard:43 +msgid "Target ticket" +msgid_plural "Target tickets" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/targetticket.class.php:100 +msgid "Specific asset" +msgstr "" + +#: inc/targetticket.class.php:101 inc/targetticket.class.php:117 +#: inc/abstractitiltarget.class.php:207 inc/abstractitiltarget.class.php:215 +#: inc/abstractitiltarget.class.php:223 inc/abstractitiltarget.class.php:231 +#: inc/abstractitiltarget.class.php:240 inc/abstractitiltarget.class.php:249 +msgid "Equals to the answer to the question" +msgstr "" + +#: inc/targetticket.class.php:102 inc/abstractitiltarget.class.php:232 +#: inc/abstractitiltarget.class.php:241 inc/abstractitiltarget.class.php:250 +msgid "Last valid answer" +msgstr "" + +#: inc/targetticket.class.php:108 +msgid "Source from template or user default or GLPI default" +msgstr "" + +#: inc/targetticket.class.php:109 +msgid "Formcreator" +msgstr "" + +#: inc/targetticket.class.php:115 +msgid "Default or from a template" +msgstr "" + +#: inc/targetticket.class.php:116 +msgid "Specific type" +msgstr "" + +#: inc/targetticket.class.php:189 entrée standard:48 +msgid "Ticket title" +msgstr "" + +#: inc/targetticket.class.php:307 +msgid "Add validation message as first ticket followup" +msgstr "" + +#: inc/targetticket.class.php:341 +msgid "Add a field" +msgstr "" + +#: inc/targetticket.class.php:369 +msgid "Managed fields" +msgstr "" + +#: inc/targetticket.class.php:376 +msgid "No managed field" +msgstr "" + +#: inc/targetticket.class.php:396 +msgid "Link to an other ticket" +msgstr "" + +#: inc/targetticket.class.php:405 +msgid "An other destination of this form" +msgstr "" + +#: inc/targetticket.class.php:406 +msgid "An existing ticket" +msgstr "" + +#: inc/targetticket.class.php:407 +msgid "A ticket from an answer to a question" +msgstr "" + +#: inc/targetticket.class.php:488 +msgctxt "button" +msgid "Delete permanently" +msgstr "" + +#: inc/targetticket.class.php:743 +msgid "Invalid link type" +msgstr "" + +#: inc/targetticket.class.php:763 +msgid "Invalid linked item type" +msgstr "" + +#: inc/targetticket.class.php:776 +msgid "Linked item does not exists" +msgstr "" + +#: inc/targetticket.class.php:789 +msgid "Failed to link the item" +msgstr "" + +#: inc/targetticket.class.php:905 install/install.php:497 +msgid "Your form has been accepted by the validator" +msgstr "" + +#: inc/targetticket.class.php:1137 +msgid "Request source" +msgstr "" + +#: inc/targetticket.class.php:1162 +msgid "Type " +msgstr "" + +#: inc/targetticket.class.php:1190 +msgid "Associated elements" +msgstr "" + +#: inc/targetticket.class.php:1201 +msgid "Item " +msgstr "" + +#: inc/translation.class.php:153 +msgid "No more string to translate" +msgstr "" + +#: inc/translation.class.php:164 +msgid "Internal error: translatable string not found." +msgstr "" + +#: inc/translation.class.php:216 +msgid "Language not found." +msgstr "" + +#: inc/translation.class.php:236 +msgid "Failed to add the translation." +msgstr "" + +#: inc/abstractitiltarget.class.php:187 +msgid "Tags from questions" +msgstr "" + +#: inc/abstractitiltarget.class.php:188 +msgid "Specific tags" +msgstr "" + +#: inc/abstractitiltarget.class.php:189 +msgid "Tags from questions and specific tags" +msgstr "" + +#: inc/abstractitiltarget.class.php:190 +msgid "Tags from questions or specific tags" +msgstr "" + +#: inc/abstractitiltarget.class.php:196 +msgid "TTR from template or none" +msgstr "" + +#: inc/abstractitiltarget.class.php:197 +msgid "equals to the answer to the question" +msgstr "" + +#: inc/abstractitiltarget.class.php:198 +msgid "calculated from the ticket creation date" +msgstr "" + +#: inc/abstractitiltarget.class.php:199 +msgid "calculated from the answer to the question" +msgstr "" + +#: inc/abstractitiltarget.class.php:205 +msgid "SLA from template or none" +msgstr "" + +#: inc/abstractitiltarget.class.php:206 +msgid "Specific SLA" +msgstr "" + +#: inc/abstractitiltarget.class.php:213 +msgid "OLA from template or none" +msgstr "" + +#: inc/abstractitiltarget.class.php:214 +msgid "Specific OLA" +msgstr "" + +#: inc/abstractitiltarget.class.php:221 +msgid "Urgency from template or Medium" +msgstr "" + +#: inc/abstractitiltarget.class.php:222 +msgid "Specific urgency" +msgstr "" + +#: inc/abstractitiltarget.class.php:229 +msgid "Category from template or none" +msgstr "" + +#: inc/abstractitiltarget.class.php:230 +msgid "Specific category" +msgstr "" + +#: inc/abstractitiltarget.class.php:238 +msgid "Location from template or none" +msgstr "" + +#: inc/abstractitiltarget.class.php:239 +msgid "Specific location" +msgstr "" + +#: inc/abstractitiltarget.class.php:247 +msgid "Contract from template or none" +msgstr "" + +#: inc/abstractitiltarget.class.php:248 +msgid "Specific contract" +msgstr "" + +#: inc/abstractitiltarget.class.php:256 +msgid "No validation" +msgstr "" + +#: inc/abstractitiltarget.class.php:257 +msgid "Specific user or group" +msgstr "" + +#: inc/abstractitiltarget.class.php:258 +msgid "User from question answer" +msgstr "" + +#: inc/abstractitiltarget.class.php:259 +msgid "Group from question answer" +msgstr "" + +#: inc/abstractitiltarget.class.php:839 +msgid "Minute" +msgid_plural "Minutes" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/abstractitiltarget.class.php:840 +msgid "Hour" +msgid_plural "Hours" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/abstractitiltarget.class.php:841 +msgid "Day" +msgid_plural "Days" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/abstractitiltarget.class.php:842 +msgid "Month" +msgid_plural "Months" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/abstractitiltarget.class.php:874 +msgid "SLA (TTO/TTR)" +msgstr "" + +#: inc/abstractitiltarget.class.php:875 inc/abstractitiltarget.class.php:948 +msgid "Question (TTO/TTR)" +msgstr "" + +#: inc/abstractitiltarget.class.php:947 +msgid "OLA (TTO/TTR)" +msgstr "" + +#: inc/abstractitiltarget.class.php:1051 +msgid "Urgency " +msgstr "" + +#: inc/abstractitiltarget.class.php:1080 +msgid "Ticket tags" +msgstr "" + +#: inc/abstractitiltarget.class.php:1128 +msgid "Tags" +msgstr "" + +#: inc/abstractitiltarget.class.php:1247 +msgid "Location" +msgstr "" + +#: inc/abstractitiltarget.class.php:1259 +msgid "Location " +msgstr "" + +#: inc/abstractitiltarget.class.php:1312 +msgid "Contract" +msgstr "" + +#: inc/abstractitiltarget.class.php:1324 +msgid "Contract " +msgstr "" + +#: inc/abstractitiltarget.class.php:1635 +msgid "The description cannot be empty!" +msgstr "" + +#: inc/abstractitiltarget.class.php:1811 +msgid "Watcher" +msgid_plural "Watchers" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/abstractitiltarget.class.php:1830 +msgid "Cancel" +msgstr "" + +#: inc/abstractitiltarget.class.php:2118 inc/abstractitiltarget.class.php:2548 +#: inc/abstractitiltarget.class.php:2552 +msgid "Email followup" +msgstr "" + +#: inc/abstractitiltarget.class.php:2149 inc/abstractitiltarget.class.php:2536 +msgid "User" +msgstr "" + +#: inc/abstractitiltarget.class.php:2160 inc/abstractitiltarget.class.php:2540 +msgid "Group" +msgstr "" + +#: inc/abstractitiltarget.class.php:2171 +msgid "Group from the object" +msgstr "" + +#: inc/abstractitiltarget.class.php:2177 +msgid "Tech group from the object" +msgstr "" + +#: inc/abstractitiltarget.class.php:2189 inc/abstractitiltarget.class.php:2544 +msgid "Supplier" +msgstr "" + +#: inc/abstractitiltarget.class.php:2548 +msgid "Yes" +msgstr "" + +#: install/install.php:163 +#, php-format +msgid "Upgrade tables to innoDB; run %s" +msgstr "" + +#: install/install.php:199 +#, php-format +msgid "" +"The database schema is not consistent with the previous version of " +"Formcreator %s. To see the logs run the command %s" +msgstr "" + +#: install/install.php:208 +#, php-format +msgid "To ignore the inconsistencies and upgrade anyway run %s" +msgstr "" + +#: install/install.php:225 +msgid "" +"Upgrade from version older than 2.5.0 is no longer supported. Please upgrade" +" to GLPI 9.5.7, upgrade Formcreator to version 2.12.5, then upgrade again to" +" GLPI 10 or later and Formcreator 2.13 or later." +msgstr "" + +#: install/install.php:251 +#, php-format +msgid "" +"A fatal error occured in the upgrade from %s! Upgrade aborted. Please check " +"logs to fix the problem then try again." +msgstr "" + +#: install/install.php:294 +#, php-format +msgid "" +"The database schema is not consistent with the current version of " +"Formcreator %s. To see the logs enable the plugin and run the command %s" +msgstr "" + +#: install/install.php:305 +msgid "The tables of the plugin passed the schema integrity check." +msgstr "" + +#: install/install.php:478 +msgid "A form has been created" +msgstr "" + +#: install/install.php:479 +msgid "Your request has been saved" +msgstr "" + +#: install/install.php:480 +msgid "" +"Hi,\\nYour request from GLPI has been successfully saved with number " +"##formcreator.request_id## and transmitted to the helpdesk team.\\nYou can " +"see your answers onto the following link:\\n##formcreator.validation_link##" +msgstr "" + +#: install/install.php:484 +msgid "A form need validation" +msgstr "" + +#: install/install.php:485 +msgid "A form from GLPI need to be validated" +msgstr "" + +#: install/install.php:486 +msgid "" +"Hi,\\nA form from GLPI need to be validated and you have been choosen as the" +" validator.\\nYou can access it by clicking onto this " +"link:\\n##formcreator.validation_link##" +msgstr "" + +#: install/install.php:491 +msgid "Your form has been refused by the validator" +msgstr "" + +#: install/install.php:492 +msgid "" +"Hi,\\nWe are sorry to inform you that your form has been refused by the " +"validator for the reason " +"below:\\n##formcreator.validation_comment##\\n\\nYou can still modify and " +"resubmit it by clicking onto this link:\\n##formcreator.validation_link##" +msgstr "" + +#: install/install.php:498 +msgid "" +"Hi,\\nWe are pleased to inform you that your form has been accepted by the " +"validator.\\nYour request will be considered soon." +msgstr "" + +#: install/install.php:503 +msgid "Your form has been deleted by an administrator" +msgstr "" + +#: install/install.php:504 +msgid "" +"Hi,\\nWe are sorry to inform you that your request cannot be considered and " +"has been deleted by an administrator." +msgstr "" + +#: install/install.php:732 +msgid "Formcreator - Sync service catalog issues" +msgstr "" + +#: install/install.php:945 +msgid "Failed to check the sanity of the tables!" +msgstr "" + +#: install/install.php:959 +#, php-format +msgid "Table schema differs for table \"%s\"." +msgstr "" + +#: install/install.php:962 +#, php-format +msgid "Table \"%s\" is missing." +msgstr "" + +#: install/install.php:965 +#, php-format +msgid "Unknown table \"%s\" has been found in database." +msgstr "" + +#: hook.php:439 +msgctxt "button" +msgid "Duplicate" +msgstr "" + +#: hook.php:440 +msgid "Transfer" +msgstr "" + +#: hook.php:441 +msgctxt "button" +msgid "Export" +msgstr "" + +#: hook.php:442 +msgctxt "button" +msgid "Access rights" +msgstr "" + +#: hook.php:756 +msgid "Cancel my ticket" +msgstr "" + +#: hook.php:774 +msgid "Old" +msgstr "" + +#: hook.php:781 +#, php-format +msgid "Number of %s" +msgstr "" + +#: hook.php:798 +msgid "Issues summary" +msgstr "" + +#: hook.php:843 +msgid "" +"Formcreator's mini dashboard not usable as default. This Setting has been " +"ignored." +msgstr "" + +#: js/scripts.js:300 +msgid "No form found. Please choose a form below instead." +msgstr "" + +#: js/scripts.js:302 +msgid "No form found." +msgstr "" + +#: js/scripts.js:306 +msgid "No FAQ item found." +msgstr "" + +#: js/scripts.js:707 +msgid "Are you sure you want to delete this question?" +msgstr "" + +#: js/scripts.js:917 +msgid "Are you sure you want to delete this section?" +msgstr "" + +#: js/scripts.js:1161 +msgid "Add translations" +msgstr "" + +#: js/scripts.js:1300 js/scripts.js:1324 +msgid "An error occured while querying forms" +msgstr "" + +#: js/scripts.js:1416 entrée standard:139 +msgid "Send" +msgstr "" + +#: js/scripts.js:1425 +msgid "An internal error occurred. Please report it to administrator." +msgstr "" + +#: js/scripts.js:1468 +msgid "Are you sure you want to delete this validator ?" +msgstr "" + +#: js/scripts.js:1520 +msgid "Are you sure you want to duplicate this target?" +msgstr "" + +#: js/scripts.js:1537 +msgid "Are you sure you want to delete this target?" +msgstr "" + +#: entrée standard:57 standard:61 standard:60 standard:59 standard:43 +#: standard:69 standard:52 standard:76 +msgid "Default values" +msgstr "" + +#: entrée standard:52 standard:59 standard:58 +msgid "Show empty" +msgstr "" + +#: entrée standard:39 +msgid "LDAP directory" +msgid_plural "LDAP directories" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: entrée standard:78 +msgid "Attribute" +msgstr "" + +#: entrée standard:70 standard:68 +msgid "Values" +msgstr "" + +#: entrée standard:90 +msgid "Show ticket categories" +msgstr "" + +#: entrée standard:146 standard:118 +msgid "Selectable root" +msgstr "" + +#: entrée standard:38 +msgid "GLPI object" +msgid_plural "GLPI objects" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: entrée standard:63 +msgid "Direct access on homepage" +msgstr "" + +#: entrée standard:86 +msgid "Default form in service catalog" +msgstr "" + +#: entrée standard:113 standard:114 +msgid "Are you a robot ?" +msgstr "" + +#: entrée standard:64 +msgid "Condition to show the section" +msgstr "" + +#: entrée standard:40 +msgid "Condition to generate the target" +msgstr "" + +#: entrée standard:40 +msgid "General" +msgstr "" + +#: entrée standard:45 +msgid "validation percent" +msgstr "" + +#: entrée standard:52 +msgid "Add a validator" +msgstr "" + +#: entrée standard:57 standard:36 +msgid "Validation level" +msgstr "" + +#: entrée standard:73 +msgid "Validator type" +msgstr "" + +#: entrée standard:98 +msgid "Validators" +msgstr "" + +#: entrée standard:106 standard:5 +msgid "Actions" +msgstr "" + +#: entrée standard:54 +msgid "Impacts" +msgstr "" + +#: entrée standard:62 +msgid "Checklist" +msgstr "" + +#: entrée standard:36 +msgid "Answers title" +msgstr "" + +#: entrée standard:45 +msgid "Add a section" +msgstr "" + +#: entrée standard:55 +msgid "Condition to show the submit button" +msgstr "" + +#: entrée standard:33 +msgid "No form answer yet" +msgstr "" + +#: entrée standard:38 +#, php-format +msgid "%s latest items" +msgstr "" + +#: entrée standard:54 +msgid "Please activate the form to view the link" +msgstr "" + +#: entrée standard:63 +msgid "Enable captcha" +msgstr "" + +#: entrée standard:79 +msgid "Restricted to" +msgstr "" + +#: entrée standard:83 +msgid "Add a question" +msgstr "" + +#: entrée standard:39 +msgid "List of available tags" +msgstr "" + +#: entrée standard:42 +msgid "Title" +msgstr "" + +#: entrée standard:47 +msgid "Full form" +msgstr "" + +#: entrée standard:37 +msgid "Validation status" +msgstr "" + +#: entrée standard:36 +#, php-format +msgid "My %1$d last forms (requester)" +msgstr "" + +#: entrée standard:39 +msgid "No form posted yet" +msgstr "" + +#: entrée standard:63 +msgid "All my forms (requester)" +msgstr "" + +#: entrée standard:36 +#, php-format +msgid "My %1$d last forms (validator)" +msgstr "" + +#: entrée standard:63 +msgid "All my forms (validator)" +msgstr "" + +#: entrée standard:42 +msgid "Min" +msgstr "" + +#: entrée standard:53 +msgid "Max" +msgstr "" diff --git a/locales/ca_ES.mo b/locales/ca_ES.mo index 55364646f..d35fb41d9 100644 Binary files a/locales/ca_ES.mo and b/locales/ca_ES.mo differ diff --git a/locales/ca_ES.po b/locales/ca_ES.po index 8e4e44bf4..f901eee95 100644 --- a/locales/ca_ES.po +++ b/locales/ca_ES.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-30 14:13+0200\n" +"POT-Creation-Date: 2023-05-31 16:21+0200\n" "PO-Revision-Date: 2022-06-15 12:10+0000\n" "Last-Translator: Nuria Costa , 2023\n" "Language-Team: Catalan (Spain) (https://app.transifex.com/teclib/teams/28042/ca_ES/)\n" @@ -179,16 +179,15 @@ msgid "Textarea" msgstr "Textarea" #: inc/field/textareafield.class.php:249 inc/field/dropdownfield.class.php:594 -#: inc/field/ldapselectfield.class.php:115 inc/field/textfield.class.php:126 +#: inc/field/ldapselectfield.class.php:115 #: inc/field/urgencyfield.class.php:166 inc/field/tagfield.class.php:166 #: inc/field/timefield.class.php:114 inc/field/fieldsfield.class.php:489 #: inc/field/requesttypefield.class.php:161 msgid "A required field is empty:" msgstr "Un camp obligatori està buit:" -#: inc/field/textareafield.class.php:267 inc/field/textfield.class.php:179 -#: inc/field/integerfield.class.php:112 inc/field/floatfield.class.php:194 -#: inc/conditionnabletrait.class.php:70 +#: inc/field/textareafield.class.php:267 inc/field/integerfield.class.php:112 +#: inc/field/floatfield.class.php:194 inc/conditionnabletrait.class.php:70 msgid "The regular expression is invalid" msgstr "Expressió regular no vàlida" @@ -249,45 +248,12 @@ msgstr "Directori LDAP no defnint!" msgid "LDAP directory not found!" msgstr "Directori LDAP no trobat!" -#: inc/field/textfield.class.php:147 inc/field/integerfield.class.php:71 -#: inc/field/floatfield.class.php:156 -#, php-format -msgid "Specific format does not match: %s" -msgstr "El format específic no coincideix: %s" - -#: inc/field/textfield.class.php:156 -#, php-format -msgid "The text is too short (minimum %d characters): %s" -msgstr "El text és massa curt (mínim %d caràcters): %s" - -#: inc/field/textfield.class.php:161 -#, php-format -msgid "The text is too long (maximum %d characters): %s" -msgstr "El text és massa llarg (màxim %d caràcters): %s" - -#: inc/field/textfield.class.php:169 -msgid "Text" -msgstr "Text" - -#: inc/field/textfield.class.php:218 inc/field/floatfield.class.php:235 -#: inc/questionregex.class.php:62 entrée standard:42 -msgid "Regular expression" -msgstr "Expressió regular" - -#: inc/field/textfield.class.php:223 inc/field/floatfield.class.php:240 -msgid "Range" -msgstr "Interval" - -#: inc/field/textfield.class.php:229 inc/field/floatfield.class.php:246 -msgid "Additional validation" -msgstr "Validació addicional" - #: inc/field/radiosfield.class.php:108 msgid "Radios" msgstr "Radios" -#: inc/field/radiosfield.class.php:114 inc/field/glpiselectfield.class.php:112 -#: inc/field/fieldsfield.class.php:513 inc/field/checkboxesfield.class.php:245 +#: inc/field/radiosfield.class.php:114 inc/field/fieldsfield.class.php:513 +#: inc/field/checkboxesfield.class.php:245 msgid "The field value is required:" msgstr "El camp Valor és obligatori" @@ -304,6 +270,11 @@ msgstr "Un camp obligatori està buit: %s" msgid "This is not an integer: %s" msgstr "Això no és un enter: %s" +#: inc/field/integerfield.class.php:71 inc/field/floatfield.class.php:156 +#, php-format +msgid "Specific format does not match: %s" +msgstr "El format específic no coincideix: %s" + #: inc/field/integerfield.class.php:85 inc/field/floatfield.class.php:167 #, php-format msgid "The following number must be greater than %d: %s" @@ -367,12 +338,6 @@ msgid_plural "Tags" msgstr[0] "Etiqueta" msgstr[1] "Etiquetes" -#: inc/field/glpiselectfield.class.php:97 entrée standard:38 -msgid "GLPI object" -msgid_plural "GLPI objects" -msgstr[0] "" -msgstr[1] "" - #: inc/field/hostnamefield.class.php:116 msgid "Hostname" msgid_plural "Hostnames" @@ -508,6 +473,19 @@ msgstr "Això no és un número: %s" msgid "Decimal number" msgstr "" +#: inc/field/floatfield.class.php:235 inc/questionregex.class.php:62 entrée +#: standard:42 +msgid "Regular expression" +msgstr "Expressió regular" + +#: inc/field/floatfield.class.php:240 +msgid "Range" +msgstr "Interval" + +#: inc/field/floatfield.class.php:246 +msgid "Additional validation" +msgstr "Validació addicional" + #: inc/field/datefield.class.php:137 msgid "Date" msgstr "Data" @@ -563,7 +541,7 @@ msgstr "Mostra llevat que" #: inc/form.class.php:1908 inc/targetchange.class.php:304 #: inc/questionfilter.class.php:222 inc/section.class.php:381 #: inc/restrictedformcriteria.class.php:200 inc/question.class.php:867 -#: inc/questionparameter/range.class.php:202 inc/questionregex.class.php:188 +#: inc/questionparameter/range.class.php:198 inc/questionregex.class.php:188 #: inc/questiondependency.class.php:196 inc/item_targetticket.class.php:154 #: inc/targetticket.class.php:1461 #, php-format @@ -576,7 +554,7 @@ msgstr "No s'ha pogut afegir o actualitzar %1$s%2$s" #: inc/form.class.php:1569 inc/targetchange.class.php:149 #: inc/questionfilter.class.php:154 inc/section.class.php:406 #: inc/restrictedformcriteria.class.php:226 inc/question.class.php:894 -#: inc/questionparameter/range.class.php:137 inc/questionregex.class.php:120 +#: inc/questionparameter/range.class.php:133 inc/questionregex.class.php:120 #: inc/questiondependency.class.php:211 inc/item_targetticket.class.php:64 #: inc/targetticket.class.php:1500 #, php-format @@ -758,38 +736,38 @@ msgstr "" msgid "Ticket technician" msgstr "" -#: inc/issue.class.php:1465 +#: inc/issue.class.php:1469 #, php-format msgid "%1$s %2$s" msgstr "%1$s %2$s" -#: inc/issue.class.php:1723 inc/filter/itilcategoryfilter.class.php:56 +#: inc/issue.class.php:1727 inc/filter/itilcategoryfilter.class.php:56 #: hook.php:766 msgid "All" msgstr "Tot" -#: inc/issue.class.php:1729 hook.php:767 +#: inc/issue.class.php:1733 hook.php:767 msgid "New" msgstr "Nou" -#: inc/issue.class.php:1735 hook.php:768 +#: inc/issue.class.php:1739 hook.php:768 msgid "Assigned" msgstr "Assignat" -#: inc/issue.class.php:1741 inc/formanswer.class.php:78 +#: inc/issue.class.php:1745 inc/formanswer.class.php:78 #: inc/form_validator.class.php:70 hook.php:769 msgid "Waiting" msgstr "Esperant" -#: inc/issue.class.php:1747 hook.php:770 +#: inc/issue.class.php:1751 hook.php:770 msgid "To validate" msgstr "Per validar" -#: inc/issue.class.php:1753 hook.php:771 +#: inc/issue.class.php:1757 hook.php:771 msgid "Solved" msgstr "Resolt" -#: inc/issue.class.php:1759 hook.php:772 +#: inc/issue.class.php:1763 hook.php:772 msgid "Closed" msgstr "Tancat" @@ -1078,15 +1056,15 @@ msgstr "" msgid "Cannot generate targets!" msgstr "No es poden generar objectius!" -#: inc/formanswer.class.php:1512 +#: inc/formanswer.class.php:1511 msgid "No captcha set." msgstr "" -#: inc/formanswer.class.php:1518 +#: inc/formanswer.class.php:1517 msgid "You failed the captcha test." msgstr "" -#: inc/formanswer.class.php:1541 +#: inc/formanswer.class.php:1540 msgid "You must select validator!" msgstr "Cal que seleccionis un/a validador/a!" @@ -2585,6 +2563,12 @@ msgstr "Mostra les categories del tiquet" msgid "Selectable root" msgstr "Arrel seleccionable" +#: entrée standard:38 +msgid "GLPI object" +msgid_plural "GLPI objects" +msgstr[0] "" +msgstr[1] "" + #: entrée standard:63 msgid "Direct access on homepage" msgstr "Accés directe a la pàgina d'inici" diff --git a/locales/cs_CZ.mo b/locales/cs_CZ.mo index 62feee170..4bb13cf3e 100644 Binary files a/locales/cs_CZ.mo and b/locales/cs_CZ.mo differ diff --git a/locales/cs_CZ.po b/locales/cs_CZ.po index b67df1ed6..2384f7b06 100644 --- a/locales/cs_CZ.po +++ b/locales/cs_CZ.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-30 14:13+0200\n" +"POT-Creation-Date: 2023-05-31 16:21+0200\n" "PO-Revision-Date: 2022-06-15 12:10+0000\n" "Last-Translator: David Stepan , 2023\n" "Language-Team: Czech (Czech Republic) (https://app.transifex.com/teclib/teams/28042/cs_CZ/)\n" @@ -182,16 +182,15 @@ msgid "Textarea" msgstr "Textové pole" #: inc/field/textareafield.class.php:249 inc/field/dropdownfield.class.php:594 -#: inc/field/ldapselectfield.class.php:115 inc/field/textfield.class.php:126 +#: inc/field/ldapselectfield.class.php:115 #: inc/field/urgencyfield.class.php:166 inc/field/tagfield.class.php:166 #: inc/field/timefield.class.php:114 inc/field/fieldsfield.class.php:489 #: inc/field/requesttypefield.class.php:161 msgid "A required field is empty:" msgstr "Není vyplněná povinná kolonka:" -#: inc/field/textareafield.class.php:267 inc/field/textfield.class.php:179 -#: inc/field/integerfield.class.php:112 inc/field/floatfield.class.php:194 -#: inc/conditionnabletrait.class.php:70 +#: inc/field/textareafield.class.php:267 inc/field/integerfield.class.php:112 +#: inc/field/floatfield.class.php:194 inc/conditionnabletrait.class.php:70 msgid "The regular expression is invalid" msgstr "Regulární výraz není platný" @@ -254,45 +253,12 @@ msgstr "Není určený LDAP adresář!" msgid "LDAP directory not found!" msgstr "LDAP adresář nenalezen!" -#: inc/field/textfield.class.php:147 inc/field/integerfield.class.php:71 -#: inc/field/floatfield.class.php:156 -#, php-format -msgid "Specific format does not match: %s" -msgstr "Konkrétní formát neodpovídá: %s" - -#: inc/field/textfield.class.php:156 -#, php-format -msgid "The text is too short (minimum %d characters): %s" -msgstr "Text je příliš krátký (přinejmenším %d znaků): %s" - -#: inc/field/textfield.class.php:161 -#, php-format -msgid "The text is too long (maximum %d characters): %s" -msgstr "Text je příliš dlouhý (nejvýše %d znaků): %s" - -#: inc/field/textfield.class.php:169 -msgid "Text" -msgstr "Text" - -#: inc/field/textfield.class.php:218 inc/field/floatfield.class.php:235 -#: inc/questionregex.class.php:62 entrée standard:42 -msgid "Regular expression" -msgstr "Regulární výraz" - -#: inc/field/textfield.class.php:223 inc/field/floatfield.class.php:240 -msgid "Range" -msgstr "Rozmezí" - -#: inc/field/textfield.class.php:229 inc/field/floatfield.class.php:246 -msgid "Additional validation" -msgstr "Dodatečné ověření" - #: inc/field/radiosfield.class.php:108 msgid "Radios" msgstr "Přepínač" -#: inc/field/radiosfield.class.php:114 inc/field/glpiselectfield.class.php:112 -#: inc/field/fieldsfield.class.php:513 inc/field/checkboxesfield.class.php:245 +#: inc/field/radiosfield.class.php:114 inc/field/fieldsfield.class.php:513 +#: inc/field/checkboxesfield.class.php:245 msgid "The field value is required:" msgstr "Je třeba vyplnit hodnotu do kolonky:" @@ -309,6 +275,11 @@ msgstr "Povinné pole je prázdné: %s" msgid "This is not an integer: %s" msgstr "Toto není celé číslo: %s" +#: inc/field/integerfield.class.php:71 inc/field/floatfield.class.php:156 +#, php-format +msgid "Specific format does not match: %s" +msgstr "Konkrétní formát neodpovídá: %s" + #: inc/field/integerfield.class.php:85 inc/field/floatfield.class.php:167 #, php-format msgid "The following number must be greater than %d: %s" @@ -376,14 +347,6 @@ msgstr[1] "Tagů" msgstr[2] "Tagů" msgstr[3] "Tagy" -#: inc/field/glpiselectfield.class.php:97 entrée standard:38 -msgid "GLPI object" -msgid_plural "GLPI objects" -msgstr[0] "GLPI objekt" -msgstr[1] "GLPI objektů" -msgstr[2] "GLPI objektů" -msgstr[3] "GLPI objekty" - #: inc/field/hostnamefield.class.php:116 msgid "Hostname" msgid_plural "Hostnames" @@ -525,6 +488,19 @@ msgstr "Toto není číslo: %s" msgid "Decimal number" msgstr "Desetinné číslo" +#: inc/field/floatfield.class.php:235 inc/questionregex.class.php:62 entrée +#: standard:42 +msgid "Regular expression" +msgstr "Regulární výraz" + +#: inc/field/floatfield.class.php:240 +msgid "Range" +msgstr "Rozmezí" + +#: inc/field/floatfield.class.php:246 +msgid "Additional validation" +msgstr "Dodatečné ověření" + #: inc/field/datefield.class.php:137 msgid "Date" msgstr "Datum" @@ -584,7 +560,7 @@ msgstr "Zobrazit dokud" #: inc/form.class.php:1908 inc/targetchange.class.php:304 #: inc/questionfilter.class.php:222 inc/section.class.php:381 #: inc/restrictedformcriteria.class.php:200 inc/question.class.php:867 -#: inc/questionparameter/range.class.php:202 inc/questionregex.class.php:188 +#: inc/questionparameter/range.class.php:198 inc/questionregex.class.php:188 #: inc/questiondependency.class.php:196 inc/item_targetticket.class.php:154 #: inc/targetticket.class.php:1461 #, php-format @@ -597,7 +573,7 @@ msgstr "Nepodařilo se přidat nebo aktualizovat %1$s %2$s" #: inc/form.class.php:1569 inc/targetchange.class.php:149 #: inc/questionfilter.class.php:154 inc/section.class.php:406 #: inc/restrictedformcriteria.class.php:226 inc/question.class.php:894 -#: inc/questionparameter/range.class.php:137 inc/questionregex.class.php:120 +#: inc/questionparameter/range.class.php:133 inc/questionregex.class.php:120 #: inc/questiondependency.class.php:211 inc/item_targetticket.class.php:64 #: inc/targetticket.class.php:1500 #, php-format @@ -786,38 +762,38 @@ msgstr "" msgid "Ticket technician" msgstr "" -#: inc/issue.class.php:1465 +#: inc/issue.class.php:1469 #, php-format msgid "%1$s %2$s" msgstr "%1$s%2$s" -#: inc/issue.class.php:1723 inc/filter/itilcategoryfilter.class.php:56 +#: inc/issue.class.php:1727 inc/filter/itilcategoryfilter.class.php:56 #: hook.php:766 msgid "All" msgstr "Vše" -#: inc/issue.class.php:1729 hook.php:767 +#: inc/issue.class.php:1733 hook.php:767 msgid "New" msgstr "Nový" -#: inc/issue.class.php:1735 hook.php:768 +#: inc/issue.class.php:1739 hook.php:768 msgid "Assigned" msgstr "Přířazeno" -#: inc/issue.class.php:1741 inc/formanswer.class.php:78 +#: inc/issue.class.php:1745 inc/formanswer.class.php:78 #: inc/form_validator.class.php:70 hook.php:769 msgid "Waiting" msgstr "Čeká se" -#: inc/issue.class.php:1747 hook.php:770 +#: inc/issue.class.php:1751 hook.php:770 msgid "To validate" msgstr "K ověření" -#: inc/issue.class.php:1753 hook.php:771 +#: inc/issue.class.php:1757 hook.php:771 msgid "Solved" msgstr "Vyřešeno" -#: inc/issue.class.php:1759 hook.php:772 +#: inc/issue.class.php:1763 hook.php:772 msgid "Closed" msgstr "Uzavřeno" @@ -1116,15 +1092,15 @@ msgstr "" msgid "Cannot generate targets!" msgstr "Není možné vytvářet cíle!" -#: inc/formanswer.class.php:1512 +#: inc/formanswer.class.php:1511 msgid "No captcha set." msgstr "" -#: inc/formanswer.class.php:1518 +#: inc/formanswer.class.php:1517 msgid "You failed the captcha test." msgstr "" -#: inc/formanswer.class.php:1541 +#: inc/formanswer.class.php:1540 msgid "You must select validator!" msgstr "Je třeba vybrat ověřovatele!" @@ -2668,6 +2644,14 @@ msgstr "Zobrazit kategorie požadavků" msgid "Selectable root" msgstr "Volitelný kořen" +#: entrée standard:38 +msgid "GLPI object" +msgid_plural "GLPI objects" +msgstr[0] "GLPI objekt" +msgstr[1] "GLPI objektů" +msgstr[2] "GLPI objektů" +msgstr[3] "GLPI objekty" + #: entrée standard:63 msgid "Direct access on homepage" msgstr "Přímý přístup na domovskou stránku" diff --git a/locales/de_AT.po b/locales/de_AT.po new file mode 100644 index 000000000..f5ce1fef9 --- /dev/null +++ b/locales/de_AT.po @@ -0,0 +1,2680 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-05-31 16:21+0200\n" +"PO-Revision-Date: 2022-06-15 12:10+0000\n" +"Language-Team: German (Austria) (https://app.transifex.com/teclib/teams/28042/de_AT/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: de_AT\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: ajax/question_update.php:38 ajax/section_update.php:37 +msgid "Bad request" +msgstr "" + +#: ajax/question_update.php:47 ajax/question_move.php:45 +#: ajax/question_delete.php:42 ajax/question_toggle_required.php:49 +msgid "Question not found" +msgstr "" + +#: ajax/question_update.php:53 ajax/question_duplicate.php:49 +#: ajax/question_move.php:50 ajax/section_add.php:38 +#: ajax/section_delete.php:50 ajax/section_move.php:55 +#: ajax/section_duplicate.php:50 ajax/question_delete.php:49 +#: ajax/question_toggle_required.php:55 ajax/section_update.php:44 +msgid "You don't have right for this action" +msgstr "" + +#: ajax/question_duplicate.php:43 +msgid "Source question not found" +msgstr "" + +#: ajax/question_move.php:73 +msgid "Could not move some questions" +msgstr "" + +#: ajax/section_add.php:44 +msgid "Could not add the section" +msgstr "" + +#: ajax/commontree.php:55 entrée standard:128 standard:100 +msgid "Subtree root" +msgstr "" + +#: ajax/commontree.php:59 +msgid "Selectable" +msgstr "" + +#: ajax/commontree.php:74 entrée standard:137 standard:109 +msgid "Limit subtree depth" +msgstr "" + +#: ajax/commontree.php:84 +msgid "No limit" +msgstr "" + +#: ajax/section_delete.php:44 ajax/section_move.php:49 +#: ajax/section_duplicate.php:44 +msgid "Source section not found" +msgstr "" + +#: ajax/section_delete.php:56 +msgid "Could not delete the section" +msgstr "" + +#: ajax/question_add.php:45 +msgid "Could not add the question" +msgstr "" + +#: ajax/section_move.php:66 +msgid "Could not move the section" +msgstr "" + +#: ajax/target_actor.php:51 +msgid "Failed to add the actor" +msgstr "" + +#: ajax/target_actor.php:62 +msgid "Failed to delete the actor" +msgstr "" + +#: ajax/section_duplicate.php:56 +msgid "Could not duplicate the section" +msgstr "" + +#: ajax/section_update.php:50 +msgid "Could not update the section" +msgstr "" + +#: front/knowbaseitem.php:42 front/knowbaseitem.php:47 +#: front/wizardreminders.php:49 front/wizardreminders.php:51 +#: front/wizard.php:45 front/wizard.php:50 front/wizardfeeds.php:49 +#: front/wizardfeeds.php:51 front/issue.php:44 front/issue.php:50 +#: front/formanswer.php:44 front/reservation.php:46 front/reservation.php:48 +#: front/knowbaseitem.form.php:48 front/knowbaseitem.form.php:50 +#: front/reservationitem.php:42 front/reservationitem.php:44 +#: front/formanswer.form.php:74 front/reservation.form.php:46 +#: front/reservation.form.php:48 +msgid "Service catalog" +msgstr "" + +#: front/issue.form.php:46 +msgid "Item not found" +msgstr "" + +#: front/targetticket.form.php:46 front/targetticket.form.php:56 +#: front/targetticket.form.php:81 front/targetchange.form.php:46 +#: front/targetproblem.form.php:46 +msgid "No right to update this item." +msgstr "" + +#: front/targetticket.form.php:75 +msgid "Bad request while deleting an actor." +msgstr "" + +#: front/targetticket.form.php:95 front/targetchange.form.php:81 +#: front/formanswer.php:47 front/targetproblem.form.php:81 +#: front/formanswer.form.php:77 front/form.php:43 inc/common.class.php:654 +#: inc/common.class.php:661 +msgid "Form Creator" +msgstr "" + +#: front/targetticket.form.php:105 front/targetchange.form.php:90 +#: front/targetproblem.form.php:90 +#, php-format +msgid "%1$s = %2$s" +msgstr "" + +#: front/formlist.php:46 front/formlist.php:52 inc/common.class.php:648 +msgid "Form list" +msgstr "" + +#: front/formdisplay.php:90 inc/formanswer.class.php:1077 +#: inc/formanswer.class.php:1325 inc/formanswer.class.php:1376 +msgid "The form has been successfully saved!" +msgstr "" + +#. TRANS: %s is the user login +#: front/reservation.form.php:71 +#, php-format +msgid "%1$s purges the reservation for item %2$s" +msgstr "" + +#: front/reservation.form.php:124 +#, php-format +msgid "%1$s adds the reservation %2$s for item %3$s" +msgstr "" + +#: inc/knowbase.class.php:60 inc/entityconfig.class.php:478 +#: inc/form.class.php:611 +msgid "Category" +msgid_plural "Categories" +msgstr[0] "" +msgstr[1] "" + +#: inc/knowbase.class.php:62 inc/form.class.php:614 entrée standard:39 +msgid "See all" +msgstr "" + +#: inc/knowbase.class.php:83 +msgid "Please, describe your need here" +msgstr "" + +#: inc/field/textareafield.class.php:186 +msgid "Textarea" +msgstr "" + +#: inc/field/textareafield.class.php:249 inc/field/dropdownfield.class.php:594 +#: inc/field/ldapselectfield.class.php:115 +#: inc/field/urgencyfield.class.php:166 inc/field/tagfield.class.php:166 +#: inc/field/timefield.class.php:114 inc/field/fieldsfield.class.php:489 +#: inc/field/requesttypefield.class.php:161 +msgid "A required field is empty:" +msgstr "" + +#: inc/field/textareafield.class.php:267 inc/field/integerfield.class.php:112 +#: inc/field/floatfield.class.php:194 inc/conditionnabletrait.class.php:70 +msgid "The regular expression is invalid" +msgstr "" + +#: inc/field/dropdownfield.class.php:81 inc/filter/entityfilter.class.php:48 +msgid "User and form" +msgstr "" + +#: inc/field/dropdownfield.class.php:87 +msgid "Search filter" +msgstr "" + +#: inc/field/dropdownfield.class.php:585 entrée standard:38 +msgid "Dropdown" +msgid_plural "Dropdowns" +msgstr[0] "" +msgstr[1] "" + +#: inc/field/dropdownfield.class.php:616 +msgid "Invalid value for " +msgstr "" + +#: inc/field/dropdownfield.class.php:628 +#, php-format +msgid "The itemtype field is required: %s" +msgstr "" + +#: inc/field/dropdownfield.class.php:644 +#, php-format +msgid "Invalid dropdown type: %s" +msgstr "" + +#: inc/field/dropdownfield.class.php:704 inc/questionfilter.class.php:62 +#: entrée standard:68 +msgid "Filter" +msgstr "" + +#: inc/field/dropdownfield.class.php:987 entrée standard:162 standard:134 +msgid "Entity restriction" +msgstr "" + +#: inc/field/dropdownfield.class.php:996 +msgid "" +"To respect the GLPI entity system, \"Form\" should be selected. Others " +"settings will break the entity restrictions" +msgstr "" + +#: inc/field/ldapselectfield.class.php:96 +msgid "LDAP Select" +msgstr "" + +#: inc/field/ldapselectfield.class.php:140 +msgid "LDAP directory not defined!" +msgstr "" + +#: inc/field/ldapselectfield.class.php:147 +msgid "LDAP directory not found!" +msgstr "" + +#: inc/field/radiosfield.class.php:108 +msgid "Radios" +msgstr "" + +#: inc/field/radiosfield.class.php:114 inc/field/fieldsfield.class.php:513 +#: inc/field/checkboxesfield.class.php:245 +msgid "The field value is required:" +msgstr "" + +#: inc/field/radiosfield.class.php:192 inc/field/selectfield.class.php:104 +#: inc/field/datetimefield.class.php:119 inc/field/actorfield.class.php:258 +#: inc/field/checkboxesfield.class.php:191 inc/field/floatfield.class.php:125 +#: inc/field/datefield.class.php:116 +#, php-format +msgid "A required field is empty: %s" +msgstr "" + +#: inc/field/integerfield.class.php:59 +#, php-format +msgid "This is not an integer: %s" +msgstr "" + +#: inc/field/integerfield.class.php:71 inc/field/floatfield.class.php:156 +#, php-format +msgid "Specific format does not match: %s" +msgstr "" + +#: inc/field/integerfield.class.php:85 inc/field/floatfield.class.php:167 +#, php-format +msgid "The following number must be greater than %d: %s" +msgstr "" + +#: inc/field/integerfield.class.php:91 inc/field/floatfield.class.php:173 +#, php-format +msgid "The following number must be lower than %d: %s" +msgstr "" + +#: inc/field/integerfield.class.php:101 +msgid "Integer" +msgstr "" + +#: inc/field/undefinedfield.class.php:44 +msgid "Undefined" +msgstr "" + +#: inc/field/ipfield.class.php:123 +msgid "IP address" +msgid_plural "IP addresses" +msgstr[0] "" +msgstr[1] "" + +#: inc/field/urgencyfield.class.php:86 inc/abstractitiltarget.class.php:1040 +msgid "Urgency" +msgstr "" + +#: inc/field/urgencyfield.class.php:120 +msgctxt "urgency" +msgid "Very high" +msgstr "" + +#: inc/field/urgencyfield.class.php:121 +msgctxt "urgency" +msgid "High" +msgstr "" + +#: inc/field/urgencyfield.class.php:122 +msgctxt "urgency" +msgid "Medium" +msgstr "" + +#: inc/field/urgencyfield.class.php:123 +msgctxt "urgency" +msgid "Low" +msgstr "" + +#: inc/field/urgencyfield.class.php:124 +msgctxt "urgency" +msgid "Very low" +msgstr "" + +#: inc/field/tagfield.class.php:52 +msgid "Warning: Tag plugin is disabled or missing" +msgstr "" + +#: inc/field/tagfield.class.php:200 +msgid "Tag" +msgid_plural "Tags" +msgstr[0] "" +msgstr[1] "" + +#: inc/field/hostnamefield.class.php:116 +msgid "Hostname" +msgid_plural "Hostnames" +msgstr[0] "" +msgstr[1] "" + +#: inc/field/timefield.class.php:130 +msgid "Time" +msgstr "" + +#: inc/field/emailfield.class.php:89 +#, php-format +msgid "This is not a valid e-mail: %s" +msgstr "" + +#: inc/field/emailfield.class.php:100 +msgid "Email" +msgid_plural "Emails" +msgstr[0] "" +msgstr[1] "" + +#: inc/field/selectfield.class.php:97 +msgid "Select" +msgstr "" + +#: inc/field/datetimefield.class.php:140 +msgid "Date & time" +msgstr "" + +#: inc/field/actorfield.class.php:84 +msgid "Actor" +msgid_plural "Actors" +msgstr[0] "" +msgstr[1] "" + +#: inc/field/actorfield.class.php:268 +#, php-format +msgid "Invalid value: %s" +msgstr "" + +#: inc/field/actorfield.class.php:291 +#, php-format +msgid "User not found or invalid email address: %s" +msgstr "" + +#: inc/field/filefield.class.php:124 +msgid "No attached document" +msgstr "" + +#: inc/field/filefield.class.php:133 inc/field/filefield.class.php:254 +#: inc/field/filefield.class.php:261 +msgid "Attached document" +msgstr "" + +#: inc/field/filefield.class.php:175 +#, php-format +msgid "A required file is missing: %s" +msgstr "" + +#: inc/field/filefield.class.php:192 +msgid "File" +msgstr "" + +#: inc/field/multiselectfield.class.php:86 +msgid "Multiselect" +msgstr "" + +#: inc/field/fieldsfield.class.php:154 +msgid "Warning: Additional Fields plugin is disabled or missing" +msgstr "" + +#: inc/field/fieldsfield.class.php:168 +msgid "Block" +msgstr "" + +#: inc/field/fieldsfield.class.php:172 inc/targetticket.class.php:346 +msgid "Field" +msgstr "" + +#: inc/field/fieldsfield.class.php:254 +msgid "show" +msgstr "" + +#: inc/field/fieldsfield.class.php:390 +#, php-format +msgid "Field '%1$s' type not implemented yet!" +msgstr "" + +#: inc/field/fieldsfield.class.php:467 +msgid "Some numeric fields contains non numeric values" +msgstr "" + +#: inc/field/fieldsfield.class.php:472 +msgid "Some URL fields contains invalid links" +msgstr "" + +#: inc/field/fieldsfield.class.php:566 +msgid "Additionnal fields" +msgstr "" + +#: inc/field/checkboxesfield.class.php:133 +msgid "Checkboxes" +msgstr "" + +#: inc/field/checkboxesfield.class.php:227 +#, php-format +msgid "The following question needs at least %d answers: %s" +msgstr "" + +#: inc/field/checkboxesfield.class.php:233 +#, php-format +msgid "The following question does not accept more than %d answers: %s" +msgstr "" + +#: inc/field/checkboxesfield.class.php:305 +msgid "Range min" +msgstr "" + +#: inc/field/checkboxesfield.class.php:306 +msgid "Range max" +msgstr "" + +#: inc/field/requesttypefield.class.php:87 inc/targetticket.class.php:1150 +msgid "Request type" +msgstr "" + +#: inc/field/floatfield.class.php:142 +#, php-format +msgid "This is not a number: %s" +msgstr "" + +#: inc/field/floatfield.class.php:183 +msgid "Decimal number" +msgstr "" + +#: inc/field/floatfield.class.php:235 inc/questionregex.class.php:62 entrée +#: standard:42 +msgid "Regular expression" +msgstr "" + +#: inc/field/floatfield.class.php:240 +msgid "Range" +msgstr "" + +#: inc/field/floatfield.class.php:246 +msgid "Additional validation" +msgstr "" + +#: inc/field/datefield.class.php:137 +msgid "Date" +msgstr "" + +#: inc/field/descriptionfield.class.php:106 inc/form.class.php:151 +#: inc/question.class.php:188 entrée standard:82 standard:52 standard:114 +msgid "Description" +msgstr "" + +#: inc/field/descriptionfield.class.php:113 +msgid "A description field should have a description:" +msgstr "" + +#: inc/field/hiddenfield.class.php:96 +msgid "Hidden field" +msgid_plural "Hidden fields" +msgstr[0] "" +msgstr[1] "" + +#: inc/condition.class.php:65 +msgid "Condition" +msgid_plural "Conditions" +msgstr[0] "" +msgstr[1] "" + +#: inc/condition.class.php:103 +msgid "is visible" +msgstr "" + +#: inc/condition.class.php:104 +msgid "is not visible" +msgstr "" + +#: inc/condition.class.php:105 +msgid "regular expression matches" +msgstr "" + +#: inc/condition.class.php:116 +msgid "Always displayed" +msgstr "" + +#: inc/condition.class.php:117 +msgid "Hidden unless" +msgstr "" + +#: inc/condition.class.php:118 +msgid "Displayed unless" +msgstr "" + +#: inc/condition.class.php:178 inc/target_actor.class.php:233 +#: inc/form_language.class.php:565 inc/form_validator.class.php:248 +#: inc/targetproblem.class.php:527 inc/questionrange.class.php:199 +#: inc/form.class.php:1908 inc/targetchange.class.php:304 +#: inc/questionfilter.class.php:222 inc/section.class.php:381 +#: inc/restrictedformcriteria.class.php:200 inc/question.class.php:867 +#: inc/questionparameter/range.class.php:198 inc/questionregex.class.php:188 +#: inc/questiondependency.class.php:196 inc/item_targetticket.class.php:154 +#: inc/targetticket.class.php:1461 +#, php-format +msgid "Failed to add or update the %1$s %2$s" +msgstr "" + +#: inc/condition.class.php:200 inc/target_actor.class.php:254 +#: inc/form_language.class.php:581 inc/form_validator.class.php:288 +#: inc/targetproblem.class.php:362 inc/questionrange.class.php:131 +#: inc/form.class.php:1569 inc/targetchange.class.php:149 +#: inc/questionfilter.class.php:154 inc/section.class.php:406 +#: inc/restrictedformcriteria.class.php:226 inc/question.class.php:894 +#: inc/questionparameter/range.class.php:133 inc/questionregex.class.php:120 +#: inc/questiondependency.class.php:211 inc/item_targetticket.class.php:64 +#: inc/targetticket.class.php:1500 +#, php-format +msgid "Cannot export an empty object: %s" +msgstr "" + +#: inc/condition.class.php:268 +msgid "Conditions" +msgstr "" + +#: inc/linker.class.php:78 +msgid "Importing" +msgstr "" + +#: inc/linker.class.php:80 +msgid "Import in progress" +msgstr "" + +#: inc/issue.class.php:43 +msgid "Issue" +msgid_plural "Issues" +msgstr[0] "" +msgstr[1] "" + +#: inc/issue.class.php:56 +msgid "Update issue data from tickets and form answers" +msgstr "" + +#: inc/issue.class.php:393 +msgid "Satisfaction survey expired" +msgstr "" + +#: inc/issue.class.php:531 inc/form_language.class.php:229 +#: inc/form.class.php:2208 entrée standard:52 standard:49 standard:57 +#: standard:38 standard:39 standard:105 standard:46 +msgid "Name" +msgstr "" + +#: inc/issue.class.php:543 inc/formanswer.class.php:229 +#: inc/formanswer.class.php:320 inc/targetproblem.class.php:610 +#: inc/form.class.php:142 inc/targetchange.class.php:335 +#: inc/section.class.php:95 inc/question.class.php:178 +#: inc/targetticket.class.php:180 entrée standard:45 +msgid "ID" +msgstr "" + +#: inc/issue.class.php:552 inc/form.class.php:2217 entrée standard:111 +#: standard:65 standard:104 standard:4 +msgid "Type" +msgid_plural "Types" +msgstr[0] "" +msgstr[1] "" + +#: inc/issue.class.php:565 inc/formanswer.class.php:307 +msgid "Status" +msgstr "" + +#: inc/issue.class.php:577 +msgid "Opening date" +msgstr "" + +#: inc/issue.class.php:586 +msgid "Last update" +msgstr "" + +#: inc/issue.class.php:595 inc/abstracttarget.class.php:517 +msgid "Entity" +msgid_plural "Entities" +msgstr[0] "" +msgstr[1] "" + +#: inc/issue.class.php:605 inc/notificationtargetformanswer.class.php:76 +#: inc/notificationtargetformanswer.class.php:96 +#: inc/target_actor.class.php:101 inc/formanswer.class.php:248 +#: inc/formanswer.class.php:762 inc/abstractitiltarget.class.php:1804 entrée +#: standard:48 +msgid "Requester" +msgid_plural "Requesters" +msgstr[0] "" +msgstr[1] "" + +#: inc/issue.class.php:619 inc/formanswer.class.php:258 +msgid "Form approver" +msgstr "" + +#: inc/issue.class.php:651 inc/formanswer.class.php:691 +#: inc/formanswer.class.php:698 inc/formanswer.class.php:777 +#: inc/form_language.class.php:243 +msgid "Comment" +msgstr "" + +#: inc/issue.class.php:663 +msgid "Ticket approver" +msgstr "" + +#: inc/issue.class.php:736 +msgid "Technician" +msgstr "" + +#: inc/issue.class.php:767 +msgid "Technician group" +msgstr "" + +#: inc/issue.class.php:799 inc/formanswer.class.php:287 +msgid "Form approver group" +msgstr "" + +#: inc/issue.class.php:829 +msgid "Ticket approver group" +msgstr "" + +#: inc/issue.class.php:863 inc/abstractitiltarget.class.php:787 entrée +#: standard:108 +msgid "Time to resolve" +msgstr "" + +#: inc/issue.class.php:874 +msgid "Time to resolve + Progress" +msgstr "" + +#: inc/issue.class.php:884 +msgid "Internal time to resolve" +msgstr "" + +#: inc/issue.class.php:895 +msgid "Internal time to resolve + Progress" +msgstr "" + +#: inc/issue.class.php:905 +msgid "Resolution date" +msgstr "" + +#: inc/issue.class.php:914 +msgid "Internal time to own" +msgstr "" + +#: inc/issue.class.php:925 +msgid "Internal time to own + Progress" +msgstr "" + +#: inc/issue.class.php:935 entrée standard:109 +msgid "Time to own" +msgstr "" + +#: inc/issue.class.php:946 +msgid "Time to own + Progress" +msgstr "" + +#: inc/issue.class.php:958 +msgid "Approver substitute" +msgstr "" + +#: inc/issue.class.php:1022 +msgid "Substitute of a member of approver group" +msgstr "" + +#: inc/issue.class.php:1095 +msgid "Form approver substitute" +msgstr "" + +#: inc/issue.class.php:1163 +msgid "Current form approver group" +msgstr "" + +#: inc/issue.class.php:1193 +msgid "Current form approver" +msgstr "" + +#: inc/issue.class.php:1227 +msgid "Ticket requester" +msgstr "" + +#: inc/issue.class.php:1274 +msgid "Ticket observer" +msgstr "" + +#: inc/issue.class.php:1322 +msgid "Ticket technician" +msgstr "" + +#: inc/issue.class.php:1469 +#, php-format +msgid "%1$s %2$s" +msgstr "" + +#: inc/issue.class.php:1727 inc/filter/itilcategoryfilter.class.php:56 +#: hook.php:766 +msgid "All" +msgstr "" + +#: inc/issue.class.php:1733 hook.php:767 +msgid "New" +msgstr "" + +#: inc/issue.class.php:1739 hook.php:768 +msgid "Assigned" +msgstr "" + +#: inc/issue.class.php:1745 inc/formanswer.class.php:78 +#: inc/form_validator.class.php:70 hook.php:769 +msgid "Waiting" +msgstr "" + +#: inc/issue.class.php:1751 hook.php:770 +msgid "To validate" +msgstr "" + +#: inc/issue.class.php:1757 hook.php:771 +msgid "Solved" +msgstr "" + +#: inc/issue.class.php:1763 hook.php:772 +msgid "Closed" +msgstr "" + +#: inc/category.class.php:50 hook.php:72 +msgid "Form category" +msgid_plural "Form categories" +msgstr[0] "" +msgstr[1] "" + +#: inc/category.class.php:80 +msgid "Knowbase category" +msgstr "" + +#: inc/category.class.php:86 +msgid "As child of" +msgstr "" + +#: inc/category.class.php:92 inc/form.class.php:247 entrée standard:65 +msgid "Icon" +msgstr "" + +#: inc/category.class.php:98 inc/form.class.php:255 entrée standard:67 +msgid "Icon color" +msgstr "" + +#: inc/category.class.php:104 inc/form.class.php:263 entrée standard:80 +msgid "Background color" +msgstr "" + +#: inc/formlist.class.php:46 inc/entityconfig.class.php:93 +#: inc/form.class.php:111 inc/form.class.php:516 inc/form.class.php:2015 +#: entrée standard:47 +msgid "Form" +msgid_plural "Forms" +msgstr[0] "" +msgstr[1] "" + +#: inc/notificationtargetformanswer.class.php:43 +msgid "The form as been saved" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:44 +msgid "A form need to be validate" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:45 install/install.php:490 +msgid "The form is refused" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:46 install/install.php:496 +msgid "The form is accepted" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:47 install/install.php:502 +msgid "The form is deleted" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:74 +msgid "Form ID" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:75 +#: inc/notificationtargetformanswer.class.php:95 +msgid "Form name" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:77 +#: inc/form_validator.class.php:91 +msgid "Validator" +msgid_plural "Validators" +msgstr[0] "" +msgstr[1] "" + +#: inc/notificationtargetformanswer.class.php:78 +#: inc/notificationtargetformanswer.class.php:98 inc/formanswer.class.php:278 +#: entrée standard:49 +msgid "Creation date" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:79 +#: inc/notificationtargetformanswer.class.php:99 +msgid "Full form answers" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:80 +msgid "Validation comment" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:81 +#: inc/notificationtargetformanswer.class.php:101 +msgid "Validation link" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:82 +msgid "Request ID" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:94 +msgid "Form #" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:97 +msgctxt "tag" +msgid "Validator" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:100 +msgid "Refused comment" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:102 +msgid "Request #" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:114 +msgid "Author" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:115 +#: inc/abstractitiltarget.class.php:1374 +msgid "Approver" +msgstr "" + +#: inc/target_actor.class.php:70 inc/abstractitiltarget.class.php:2141 +msgid "Form author" +msgstr "" + +#: inc/target_actor.class.php:71 inc/abstractitiltarget.class.php:2144 +msgid "Form validator" +msgstr "" + +#: inc/target_actor.class.php:72 +msgid "Specific person" +msgstr "" + +#: inc/target_actor.class.php:73 inc/abstractitiltarget.class.php:2154 +msgid "Person from the question" +msgstr "" + +#: inc/target_actor.class.php:74 +msgid "Specific group" +msgstr "" + +#: inc/target_actor.class.php:75 inc/abstractitiltarget.class.php:2165 +msgid "Group from the question" +msgstr "" + +#: inc/target_actor.class.php:76 +msgid "Group from an object" +msgstr "" + +#: inc/target_actor.class.php:77 +msgid "Tech group from an object" +msgstr "" + +#: inc/target_actor.class.php:78 +msgid "Specific supplier" +msgstr "" + +#: inc/target_actor.class.php:79 inc/abstractitiltarget.class.php:2194 +msgid "Supplier from the question" +msgstr "" + +#: inc/target_actor.class.php:80 inc/abstractitiltarget.class.php:2183 +msgid "Actors from the question" +msgstr "" + +#: inc/target_actor.class.php:81 inc/abstractitiltarget.class.php:2198 +msgid "Form author's supervisor" +msgstr "" + +#: inc/target_actor.class.php:102 +msgid "Observer" +msgstr "" + +#: inc/target_actor.class.php:103 inc/abstractitiltarget.class.php:1818 +msgid "Assigned to" +msgstr "" + +#: inc/target_actor.class.php:109 +msgid "Target actor" +msgid_plural "Target actors" +msgstr[0] "" +msgstr[1] "" + +#: inc/target_actor.class.php:115 inc/target_actor.class.php:131 +#: inc/target_actor.class.php:140 +msgid "Bad request while adding an actor." +msgstr "" + +#: inc/target_actor.class.php:197 +#, php-format +msgid "Failed to find a user: %1$s" +msgstr "" + +#: inc/target_actor.class.php:206 +#, php-format +msgid "Failed to find a group: %1$s" +msgstr "" + +#: inc/target_actor.class.php:215 +#, php-format +msgid "Failed to find a supplier: %1$s" +msgstr "" + +#: inc/formanswer.class.php:79 inc/form_validator.class.php:72 +msgid "Refused" +msgstr "" + +#: inc/formanswer.class.php:80 inc/form_validator.class.php:71 +msgid "Accepted" +msgstr "" + +#: inc/formanswer.class.php:214 +msgid "Form answer" +msgid_plural "Form answers" +msgstr[0] "" +msgstr[1] "" + +#: inc/formanswer.class.php:676 +msgid "Print this form" +msgstr "" + +#: inc/formanswer.class.php:701 +msgid "Form accepted by validator." +msgstr "" + +#: inc/formanswer.class.php:703 +msgid "Form successfully saved." +msgstr "" + +#: inc/formanswer.class.php:770 +msgid "Save" +msgstr "" + +#: inc/formanswer.class.php:782 +msgid "Required if refused" +msgstr "" + +#: inc/formanswer.class.php:788 +msgid "Refuse" +msgstr "" + +#: inc/formanswer.class.php:796 +msgid "Edit answers" +msgstr "" + +#: inc/formanswer.class.php:802 +msgid "Cancel edition" +msgstr "" + +#: inc/formanswer.class.php:809 +msgid "Accept" +msgstr "" + +#: inc/formanswer.class.php:828 +msgid "Refused comment is required!" +msgstr "" + +#: inc/formanswer.class.php:882 inc/formanswer.class.php:899 +msgid "" +"An internal error occured when verifying your answers. Please report it to " +"your administrator." +msgstr "" + +#: inc/formanswer.class.php:933 +msgid "You are not the validator of these answers" +msgstr "" + +#: inc/formanswer.class.php:1083 +#, php-format +msgid "Item sucessfully added: %1$s (%2$s: %3$s)" +msgstr "" + +#: inc/formanswer.class.php:1166 inc/formanswer.class.php:1168 +msgid "Form data" +msgstr "" + +#: inc/formanswer.class.php:1301 +msgid "" +"You are a validator of the form, then your approval hs been added " +"automatically." +msgstr "" + +#: inc/formanswer.class.php:1310 inc/formanswer.class.php:1363 +msgid "Cannot generate targets!" +msgstr "" + +#: inc/formanswer.class.php:1511 +msgid "No captcha set." +msgstr "" + +#: inc/formanswer.class.php:1517 +msgid "You failed the captcha test." +msgstr "" + +#: inc/formanswer.class.php:1540 +msgid "You must select validator!" +msgstr "" + +#: inc/common.class.php:229 +msgid "You cannot delete this issue. Maybe it is taken into account." +msgstr "" + +#: inc/common.class.php:234 +msgid "Failed to delete this issue. An internal error occured." +msgstr "" + +#: inc/common.class.php:745 +msgid "Seek assistance" +msgstr "" + +#: inc/common.class.php:751 inc/common.class.php:755 +msgid "My requests for assistance" +msgstr "" + +#: inc/common.class.php:791 +msgid "Consult reminders" +msgstr "" + +#: inc/common.class.php:811 +msgid "Consult feeds" +msgstr "" + +#: inc/abstractfield.class.php:89 inc/question.class.php:758 +msgid "Apply" +msgstr "" + +#: inc/formaccesstype.class.php:41 entrée standard:39 +msgid "Access type" +msgid_plural "Access types" +msgstr[0] "" +msgstr[1] "" + +#: inc/form_language.class.php:51 +msgid "Form language" +msgid_plural "Form languages" +msgstr[0] "" +msgstr[1] "" + +#: inc/form_language.class.php:78 inc/form_language.class.php:364 +msgid "Translation" +msgid_plural "Translations" +msgstr[0] "" +msgstr[1] "" + +#: inc/form_language.class.php:119 +msgid "The name cannot be empty." +msgstr "" + +#: inc/form_language.class.php:127 +msgid "The language must be associated to a form." +msgstr "" + +#: inc/form_language.class.php:135 +msgid "The specified language is not available." +msgstr "" + +#: inc/form_language.class.php:265 +msgid "Add a translation" +msgstr "" + +#: inc/form_language.class.php:299 js/scripts.js:1214 +msgid "Update a translation" +msgstr "" + +#: inc/form_language.class.php:329 inc/form_language.class.php:331 +msgid "New translation" +msgstr "" + +#: inc/form_language.class.php:334 +msgid "Filter list" +msgstr "" + +#: inc/form_language.class.php:339 inc/form_language.class.php:438 +msgid "No translation found" +msgstr "" + +#: inc/form_language.class.php:344 +msgid "Do you want to delete the selected items?" +msgstr "" + +#: inc/form_language.class.php:353 inc/form_language.class.php:401 +#: inc/abstractitiltarget.class.php:1710 entrée standard:124 standard:31 +msgid "Delete" +msgstr "" + +#: inc/form_language.class.php:363 +msgid "Original string" +msgstr "" + +#: inc/form_language.class.php:424 +msgid "Add a new language" +msgstr "" + +#: inc/form_language.class.php:457 inc/form_language.class.php:489 +#: inc/form.class.php:178 entrée standard:72 +msgid "Language" +msgstr "" + +#: inc/form_validator.class.php:69 inc/targetticket.class.php:99 +#: inc/abstractitiltarget.class.php:186 +msgid "None" +msgstr "" + +#: inc/form_validator.class.php:78 inc/abstractitiltarget.class.php:2552 +msgid "No" +msgstr "" + +#: inc/form_validator.class.php:81 +msgid "Supervisor of the requester" +msgstr "" + +#: inc/form_validator.class.php:116 inc/translation.class.php:221 +msgid "Form not found." +msgstr "" + +#: inc/form_validator.class.php:121 inc/form_validator.class.php:129 +#: inc/form_validator.class.php:138 +msgid "Invalid validator." +msgstr "" + +#: inc/form_validator.class.php:147 +#, php-format +msgid "Only level 1 is allowed for %s." +msgstr "" + +#: inc/form_validator.class.php:156 +msgid "Invalid validator type." +msgstr "" + +#: inc/form_validator.class.php:194 entrée standard:103 +msgid "Level" +msgstr "" + +#: inc/form_validator.class.php:592 inc/abstractitiltarget.class.php:1354 +msgid "Validation" +msgstr "" + +#: inc/form_validator.class.php:594 +msgid "Choose a validator" +msgstr "" + +#: inc/profile.class.php:62 inc/targetproblem.class.php:147 +#: inc/entityconfig.class.php:520 inc/targetchange.class.php:484 +#: inc/targetticket.class.php:323 inc/targetticket.class.php:358 +#: inc/abstractitiltarget.class.php:2124 +msgctxt "button" +msgid "Save" +msgstr "" + +#: inc/targetproblem.class.php:43 entrée standard:43 +msgid "Target problem" +msgid_plural "Target problems" +msgstr[0] "" +msgstr[1] "" + +#: inc/targetproblem.class.php:109 inc/targetproblem.class.php:565 +#: inc/targetchange.class.php:105 inc/targetchange.class.php:441 +#: inc/targetticket.class.php:135 inc/targetticket.class.php:238 +msgid "Properties" +msgstr "" + +#: inc/targetproblem.class.php:509 inc/targetchange.class.php:286 +#: inc/targetticket.class.php:1443 +#, php-format +msgid "" +"Failed to add or update the %1$s %2$s: a question is missing and is used in " +"a parameter of the target" +msgstr "" + +#: inc/targetproblem.class.php:566 inc/targetchange.class.php:106 +#: inc/targetticket.class.php:136 inc/abstractitiltarget.class.php:1216 +msgid "Actors" +msgstr "" + +#: inc/targetproblem.class.php:619 entrée standard:48 +msgid "Problem title" +msgstr "" + +#: inc/targetproblem.class.php:629 inc/targetchange.class.php:354 +#: inc/targetticket.class.php:199 +msgid "Content" +msgstr "" + +#: inc/targetproblem.class.php:639 inc/targetchange.class.php:364 +msgid "Impact" +msgstr "" + +#: inc/targetproblem.class.php:649 entrée standard:56 +msgid "Cause" +msgstr "" + +#: inc/targetproblem.class.php:659 entrée standard:58 +msgid "Symptom" +msgstr "" + +#: inc/entityconfig.class.php:101 inc/entityconfig.class.php:110 +#: inc/entityconfig.class.php:118 inc/entityconfig.class.php:126 +#: inc/entityconfig.class.php:134 inc/entityconfig.class.php:142 +#: inc/entityconfig.class.php:150 inc/entityconfig.class.php:158 +#: inc/entityconfig.class.php:166 inc/entityconfig.class.php:180 +#: inc/entityconfig.class.php:188 inc/entityconfig.class.php:196 +msgid "Inheritance of the parent entity" +msgstr "" + +#: inc/entityconfig.class.php:102 +msgid "GLPi's helpdesk" +msgstr "" + +#: inc/entityconfig.class.php:103 +msgid "Service catalog simplified" +msgstr "" + +#: inc/entityconfig.class.php:104 +msgid "Service catalog extended" +msgstr "" + +#: inc/entityconfig.class.php:111 +msgid "All available forms" +msgstr "" + +#: inc/entityconfig.class.php:112 +msgid "Only default forms" +msgstr "" + +#: inc/entityconfig.class.php:119 +msgid "Popularity sort" +msgstr "" + +#: inc/entityconfig.class.php:120 +msgid "Alphabetic sort" +msgstr "" + +#: inc/entityconfig.class.php:127 +msgid "Merged with Forms" +msgstr "" + +#: inc/entityconfig.class.php:128 +msgid "Distinct menu entry" +msgstr "" + +#: inc/entityconfig.class.php:135 inc/entityconfig.class.php:143 +#: inc/entityconfig.class.php:151 inc/entityconfig.class.php:159 +#: inc/entityconfig.class.php:189 inc/form.class.php:271 entrée standard:100 +msgid "Visible" +msgstr "" + +#: inc/entityconfig.class.php:136 inc/entityconfig.class.php:144 +#: inc/entityconfig.class.php:152 inc/entityconfig.class.php:160 +#: inc/entityconfig.class.php:190 +msgid "Hidden" +msgstr "" + +#: inc/entityconfig.class.php:167 +msgid "Variable height" +msgstr "" + +#: inc/entityconfig.class.php:168 +msgid "Uniform height" +msgstr "" + +#: inc/entityconfig.class.php:173 +msgid "Search for assistance" +msgstr "" + +#: inc/entityconfig.class.php:174 +msgid "User's assistance requests" +msgstr "" + +#: inc/entityconfig.class.php:181 +msgid "Only forms" +msgstr "" + +#: inc/entityconfig.class.php:182 +msgid "Forms and list of requests" +msgstr "" + +#: inc/entityconfig.class.php:197 +msgid "Folded" +msgstr "" + +#: inc/entityconfig.class.php:198 +msgid "Unfolded" +msgstr "" + +#: inc/entityconfig.class.php:298 +msgid "Helpdesk" +msgstr "" + +#: inc/entityconfig.class.php:306 inc/entityconfig.class.php:534 entrée +#: standard:44 +msgid "Helpdesk mode" +msgstr "" + +#: inc/entityconfig.class.php:317 inc/entityconfig.class.php:604 +msgid "Default Form list mode" +msgstr "" + +#: inc/entityconfig.class.php:335 inc/entityconfig.class.php:544 +msgid "Sort order" +msgstr "" + +#: inc/entityconfig.class.php:351 inc/entityconfig.class.php:554 +msgid "Knowledge base" +msgstr "" + +#: inc/entityconfig.class.php:366 +msgid "Search" +msgstr "" + +#: inc/entityconfig.class.php:382 inc/entityconfig.class.php:614 +msgid "Counters dashboard" +msgstr "" + +#: inc/entityconfig.class.php:398 +msgid "Header message" +msgstr "" + +#: inc/entityconfig.class.php:414 inc/entityconfig.class.php:624 +msgid "Search issue" +msgstr "" + +#: inc/entityconfig.class.php:430 inc/entityconfig.class.php:594 +msgid "Service catalog home page" +msgstr "" + +#: inc/entityconfig.class.php:446 inc/entityconfig.class.php:634 +msgid "Tile design" +msgstr "" + +#: inc/entityconfig.class.php:462 +msgid "Home page" +msgstr "" + +#: inc/entityconfig.class.php:494 +msgid "Menu visibility (only for vertical menu)" +msgstr "" + +#: inc/entityconfig.class.php:506 inc/entityconfig.class.php:584 +#: inc/form.class.php:225 entrée standard:84 +msgid "Header" +msgid_plural "Headers" +msgstr[0] "" +msgstr[1] "" + +#: inc/entityconfig.class.php:564 +msgid "Display search field" +msgstr "" + +#: inc/entityconfig.class.php:574 +msgid "Display header" +msgstr "" + +#: inc/questionrange.class.php:52 inc/questionparameter/range.class.php:56 +msgid "Question range" +msgid_plural "Question ranges" +msgstr[0] "" +msgstr[1] "" + +#: inc/questionrange.class.php:62 inc/questionparameter/range.class.php:66 +msgid "Minimum range" +msgstr "" + +#: inc/questionrange.class.php:71 inc/questionparameter/range.class.php:75 +msgid "maximum range" +msgstr "" + +#: inc/form.class.php:66 inc/form.class.php:429 +msgid "Public access" +msgstr "" + +#: inc/form.class.php:67 inc/form.class.php:433 +msgid "Private access" +msgstr "" + +#: inc/form.class.php:68 inc/form.class.php:437 +msgid "Restricted access" +msgstr "" + +#: inc/form.class.php:122 +msgid "Answers waiting for validation" +msgstr "" + +#: inc/form.class.php:124 inc/form.class.php:1663 inc/form.class.php:1689 +msgid "Import forms" +msgstr "" + +#: inc/form.class.php:169 +msgid "Recursive" +msgstr "" + +#: inc/form.class.php:190 +msgid "Homepage" +msgstr "" + +#: inc/form.class.php:203 +msgid "Access" +msgstr "" + +#: inc/form.class.php:234 inc/form.class.php:327 inc/form.class.php:394 entrée +#: standard:54 +msgid "Active" +msgstr "" + +#: inc/form.class.php:286 inc/form.class.php:338 inc/form.class.php:413 +msgid "Default form" +msgstr "" + +#: inc/form.class.php:296 entrée standard:106 +msgid "Next form" +msgstr "" + +#: inc/form.class.php:326 inc/form.class.php:391 +msgid "Inactive" +msgstr "" + +#: inc/form.class.php:337 inc/form.class.php:410 +msgid "Not default form" +msgstr "" + +#: inc/form.class.php:361 inc/form.class.php:445 entrée standard:75 +msgid "All languages" +msgstr "" + +#: inc/form.class.php:508 entrée standard:3 +msgid "Target" +msgid_plural "Targets" +msgstr[0] "" +msgstr[1] "" + +#: inc/form.class.php:511 +msgid "Preview" +msgstr "" + +#: inc/form.class.php:512 +msgid "Form answer properties" +msgstr "" + +#: inc/form.class.php:854 +msgid "What are you looking for?" +msgstr "" + +#: inc/form.class.php:993 inc/form.class.php:1156 +#: inc/abstracttarget.class.php:162 inc/abstractitiltarget.class.php:1625 +msgid "The name cannot be empty!" +msgstr "" + +#: inc/form.class.php:1026 inc/form.class.php:1191 +msgid "A loop is generated!" +msgstr "" + +#: inc/form.class.php:1167 +msgid "Cannot use empty name for form answers. Keeping the previous value." +msgstr "" + +#: inc/form.class.php:1303 +#, php-format +msgid "The question %s is not compatible with public forms" +msgstr "" + +#: inc/form.class.php:1386 +msgid "Errored duplicate" +msgstr "" + +#: inc/form.class.php:1397 entrée standard:23 +msgid "Duplicate" +msgstr "" + +#: inc/form.class.php:1442 inc/form.class.php:1452 +msgctxt "button" +msgid "Post" +msgstr "" + +#: inc/form.class.php:1475 +#, php-format +msgid "Form duplicated: %s" +msgstr "" + +#: inc/form.class.php:1491 +#, php-format +msgid "Form Transfered: %s" +msgstr "" + +#: inc/form.class.php:1515 +msgid "Back" +msgstr "" + +#: inc/form.class.php:1526 +#, php-format +msgid "Form updated: %s" +msgstr "" + +#: inc/form.class.php:1636 +msgid "Upload of JSON files not allowed." +msgstr "" + +#: inc/form.class.php:1639 +msgid "You may allow JSON files right now." +msgstr "" + +#: inc/form.class.php:1640 +msgctxt "button" +msgid "Create" +msgstr "" + +#: inc/form.class.php:1643 inc/form.class.php:1654 +msgid "Please contact your GLPI administrator." +msgstr "" + +#: inc/form.class.php:1644 inc/form.class.php:1655 +msgctxt "button" +msgid "Back" +msgstr "" + +#: inc/form.class.php:1647 +msgid "Upload of JSON files not enabled." +msgstr "" + +#: inc/form.class.php:1650 inc/form.class.php:1653 +msgid "You may enable JSON files right now." +msgstr "" + +#: inc/form.class.php:1651 +msgctxt "button" +msgid "Enable" +msgstr "" + +#: inc/form.class.php:1698 +msgctxt "button" +msgid "Send" +msgstr "" + +#: inc/form.class.php:1717 +msgid "Forms import impossible, the file is empty" +msgstr "" + +#: inc/form.class.php:1721 inc/form.class.php:1725 +msgid "Forms import impossible, the file seems corrupt" +msgstr "" + +#: inc/form.class.php:1731 +msgid "Forms import impossible, the file was generated with another version" +msgstr "" + +#: inc/form.class.php:1738 +msgid "" +"The file does not specifies the schema version. It was probably generated " +"with a version older than 2.10. Giving up." +msgstr "" + +#: inc/form.class.php:1764 +#, php-format +msgid "Failed to import %s" +msgstr "" + +#: inc/form.class.php:1769 +#, php-format +msgid "Forms successfully imported from %s" +msgstr "" + +#: inc/form.class.php:1832 +#, php-format +msgid "The form %1$s already exists and is in an unmodifiable entity." +msgstr "" + +#: inc/form.class.php:1840 +#, php-format +msgid "You don't have right to update the entity %1$s." +msgstr "" + +#: inc/form.class.php:1850 +#, php-format +msgid "The entity %1$s is required for the form %2$s." +msgstr "" + +#: inc/form.class.php:1952 +msgid "Failed to create JSON document type" +msgstr "" + +#: inc/form.class.php:1959 +msgid "JSON document type not found" +msgstr "" + +#: inc/form.class.php:1966 +msgid "Failed to update JSON document type" +msgstr "" + +#: inc/form.class.php:1986 +msgid "Forms without category" +msgstr "" + +#: inc/form.class.php:2007 +msgid "No form available" +msgstr "" + +#: inc/form.class.php:2205 entrée standard:47 +msgid "Add a target" +msgstr "" + +#: inc/form.class.php:2236 inc/targetticket.class.php:398 +#: inc/abstractitiltarget.class.php:1828 inc/abstractitiltarget.class.php:2124 +#: entrée standard:92 standard:94 +msgid "Add" +msgstr "" + +#: inc/form.class.php:2254 inc/form.class.php:2277 inc/form.class.php:2299 +msgid "Unsupported target type." +msgstr "" + +#: inc/form.class.php:2333 +msgid "plugin_formcreator_load_check" +msgstr "" + +#: inc/targetchange.class.php:44 entrée standard:43 +msgid "Target change" +msgid_plural "Target changes" +msgstr[0] "" +msgstr[1] "" + +#: inc/targetchange.class.php:344 entrée standard:48 +msgid "Change title" +msgstr "" + +#: inc/targetchange.class.php:374 entrée standard:56 +msgid "Control list" +msgstr "" + +#: inc/targetchange.class.php:384 entrée standard:58 +msgid "Deployment plan" +msgstr "" + +#: inc/targetchange.class.php:394 entrée standard:60 +msgid "Backup plan" +msgstr "" + +#: inc/targetchange.class.php:404 +msgid "Check list" +msgstr "" + +#: inc/questionfilter.class.php:52 +msgid "Question filter" +msgid_plural "Question filters" +msgstr[0] "" +msgstr[1] "" + +#: inc/section.class.php:71 entrée standard:53 standard:44 +msgid "Section" +msgid_plural "Sections" +msgstr[0] "" +msgstr[1] "" + +#: inc/section.class.php:123 inc/section.class.php:166 +#: inc/question.class.php:348 +msgid "The title is required" +msgstr "" + +#: inc/section.class.php:553 inc/question.class.php:234 entrée standard:37 +msgid "Count of conditions" +msgstr "" + +#: inc/restrictedformcriteria.class.php:179 +#, php-format +msgid "Failed to find %1$s %2$s" +msgstr "" + +#: inc/question.class.php:73 inc/abstractitiltarget.class.php:1127 entrée +#: standard:41 +msgid "Question" +msgid_plural "Questions" +msgstr[0] "" +msgstr[1] "" + +#: inc/question.class.php:197 entrée standard:43 standard:50 standard:44 +#: standard:49 standard:79 +msgid "Required" +msgstr "" + +#: inc/question.class.php:355 +msgid "The section is required" +msgstr "" + +#: inc/question.class.php:365 +#, php-format +msgid "Field type %1$s is not available for question %2$s." +msgstr "" + +#: inc/question.class.php:379 +msgid "This type of question is not compatible with public forms." +msgstr "" + +#: inc/question.class.php:469 +msgid "The field type cannot be changed. Delete then recreate the question." +msgstr "" + +#: inc/question.class.php:1184 +msgid "Service levels" +msgstr "" + +#: inc/question.class.php:1185 inc/abstractitiltarget.class.php:851 +msgid "SLA" +msgstr "" + +#: inc/question.class.php:1186 inc/abstractitiltarget.class.php:924 +msgid "OLA" +msgstr "" + +#: inc/question.class.php:1205 inc/question.class.php:1248 +#: inc/question.class.php:1251 +msgid "Assets" +msgstr "" + +#: inc/question.class.php:1219 hook.php:780 hook.php:797 +msgid "Assistance" +msgstr "" + +#: inc/question.class.php:1225 +msgid "Management" +msgstr "" + +#: inc/question.class.php:1236 +msgid "Tools" +msgstr "" + +#: inc/question.class.php:1237 +msgid "Notes" +msgstr "" + +#: inc/question.class.php:1238 +msgid "RSS feed" +msgstr "" + +#: inc/question.class.php:1240 +msgid "Administration" +msgstr "" + +#: inc/question.class.php:1248 inc/question.class.php:1251 +msgid "Plugin" +msgid_plural "Plugins" +msgstr[0] "" +msgstr[1] "" + +#: inc/abstractquestionparameter.class.php:98 +msgid "Parameter" +msgstr "" + +#: inc/abstractquestionparameter.class.php:105 +msgid "Field name" +msgstr "" + +#: inc/abstracttarget.class.php:97 +msgid "Current active entity" +msgstr "" + +#: inc/abstracttarget.class.php:98 +msgid "Default requester user's entity" +msgstr "" + +#: inc/abstracttarget.class.php:99 +msgid "First dynamic requester user's entity (alphabetical)" +msgstr "" + +#: inc/abstracttarget.class.php:100 +msgid "Last dynamic requester user's entity (alphabetical)" +msgstr "" + +#: inc/abstracttarget.class.php:101 +msgid "The form entity" +msgstr "" + +#: inc/abstracttarget.class.php:102 +msgid "Default entity of the validator" +msgstr "" + +#: inc/abstracttarget.class.php:103 +msgid "Specific entity" +msgstr "" + +#: inc/abstracttarget.class.php:104 +msgid "Default entity of a user type question answer" +msgstr "" + +#: inc/abstracttarget.class.php:105 +msgid "From a GLPI object > Entity type question answer" +msgstr "" + +#: inc/abstracttarget.class.php:116 +msgid "Always generated" +msgstr "" + +#: inc/abstracttarget.class.php:117 +msgid "Disabled unless" +msgstr "" + +#: inc/abstracttarget.class.php:118 +msgid "Generated unless" +msgstr "" + +#: inc/abstracttarget.class.php:129 +msgid "A target must be associated to a form." +msgstr "" + +#: inc/abstracttarget.class.php:134 +msgid "A target must be associated to an existing form." +msgstr "" + +#: inc/abstracttarget.class.php:139 +msgid "Name is required." +msgstr "" + +#: inc/abstracttarget.class.php:502 +msgid "Destination entity" +msgstr "" + +#: inc/abstracttarget.class.php:518 +msgid "User type question" +msgstr "" + +#: inc/abstracttarget.class.php:519 +msgid "Entity type question" +msgstr "" + +#: inc/command/cleanticketscommand.class.php:53 +msgid "Searching for invalid items..." +msgstr "" + +#: inc/command/cleanticketscommand.class.php:61 +msgid "Done." +msgstr "" + +#: inc/command/cleanticketscommand.class.php:135 +msgid "Step 1: double encoded < and > signs." +msgstr "" + +#: inc/command/cleanticketscommand.class.php:146 +#: inc/command/cleanticketscommand.class.php:196 +#: inc/command/cleanticketscommand.class.php:260 +msgid "No invalid items found." +msgstr "" + +#: inc/command/cleanticketscommand.class.php:187 +msgid "Step 2: literal BR tag." +msgstr "" + +#: inc/command/cleanticketscommand.class.php:251 +msgid "Step 3: litteral > sign." +msgstr "" + +#: inc/filter/itilcategoryfilter.class.php:52 +#: inc/filter/itilcategoryfilter.class.php:54 +msgid "Request categories" +msgstr "" + +#: inc/filter/itilcategoryfilter.class.php:53 +#: inc/filter/itilcategoryfilter.class.php:54 +msgid "Incident categories" +msgstr "" + +#: inc/filter/itilcategoryfilter.class.php:55 +msgid "Change categories" +msgstr "" + +#: inc/supervisorvalidator.class.php:44 +msgid "Requester supervisor" +msgid_plural "Requester supervisors" +msgstr[0] "" +msgstr[1] "" + +#: inc/supervisorvalidator.class.php:52 +msgid "My supervisor" +msgstr "" + +#: inc/questionregex.class.php:52 +msgid "Question regular expression" +msgid_plural "Question regular expressions" +msgstr[0] "" +msgstr[1] "" + +#: inc/questiondependency.class.php:66 +msgid "Question dependency" +msgid_plural "Question dependencies" +msgstr[0] "" +msgstr[1] "" + +#: inc/answer.class.php:66 entrée standard:43 +msgid "Answer" +msgid_plural "Answers" +msgstr[0] "" +msgstr[1] "" + +#: inc/item_targetticket.class.php:52 +msgid "Composite ticket relation" +msgid_plural "Composite ticket relations" +msgstr[0] "" +msgstr[1] "" + +#: inc/targetticket.class.php:57 entrée standard:43 +msgid "Target ticket" +msgid_plural "Target tickets" +msgstr[0] "" +msgstr[1] "" + +#: inc/targetticket.class.php:100 +msgid "Specific asset" +msgstr "" + +#: inc/targetticket.class.php:101 inc/targetticket.class.php:117 +#: inc/abstractitiltarget.class.php:207 inc/abstractitiltarget.class.php:215 +#: inc/abstractitiltarget.class.php:223 inc/abstractitiltarget.class.php:231 +#: inc/abstractitiltarget.class.php:240 inc/abstractitiltarget.class.php:249 +msgid "Equals to the answer to the question" +msgstr "" + +#: inc/targetticket.class.php:102 inc/abstractitiltarget.class.php:232 +#: inc/abstractitiltarget.class.php:241 inc/abstractitiltarget.class.php:250 +msgid "Last valid answer" +msgstr "" + +#: inc/targetticket.class.php:108 +msgid "Source from template or user default or GLPI default" +msgstr "" + +#: inc/targetticket.class.php:109 +msgid "Formcreator" +msgstr "" + +#: inc/targetticket.class.php:115 +msgid "Default or from a template" +msgstr "" + +#: inc/targetticket.class.php:116 +msgid "Specific type" +msgstr "" + +#: inc/targetticket.class.php:189 entrée standard:48 +msgid "Ticket title" +msgstr "" + +#: inc/targetticket.class.php:307 +msgid "Add validation message as first ticket followup" +msgstr "" + +#: inc/targetticket.class.php:341 +msgid "Add a field" +msgstr "" + +#: inc/targetticket.class.php:369 +msgid "Managed fields" +msgstr "" + +#: inc/targetticket.class.php:376 +msgid "No managed field" +msgstr "" + +#: inc/targetticket.class.php:396 +msgid "Link to an other ticket" +msgstr "" + +#: inc/targetticket.class.php:405 +msgid "An other destination of this form" +msgstr "" + +#: inc/targetticket.class.php:406 +msgid "An existing ticket" +msgstr "" + +#: inc/targetticket.class.php:407 +msgid "A ticket from an answer to a question" +msgstr "" + +#: inc/targetticket.class.php:488 +msgctxt "button" +msgid "Delete permanently" +msgstr "" + +#: inc/targetticket.class.php:743 +msgid "Invalid link type" +msgstr "" + +#: inc/targetticket.class.php:763 +msgid "Invalid linked item type" +msgstr "" + +#: inc/targetticket.class.php:776 +msgid "Linked item does not exists" +msgstr "" + +#: inc/targetticket.class.php:789 +msgid "Failed to link the item" +msgstr "" + +#: inc/targetticket.class.php:905 install/install.php:497 +msgid "Your form has been accepted by the validator" +msgstr "" + +#: inc/targetticket.class.php:1137 +msgid "Request source" +msgstr "" + +#: inc/targetticket.class.php:1162 +msgid "Type " +msgstr "" + +#: inc/targetticket.class.php:1190 +msgid "Associated elements" +msgstr "" + +#: inc/targetticket.class.php:1201 +msgid "Item " +msgstr "" + +#: inc/translation.class.php:153 +msgid "No more string to translate" +msgstr "" + +#: inc/translation.class.php:164 +msgid "Internal error: translatable string not found." +msgstr "" + +#: inc/translation.class.php:216 +msgid "Language not found." +msgstr "" + +#: inc/translation.class.php:236 +msgid "Failed to add the translation." +msgstr "" + +#: inc/abstractitiltarget.class.php:187 +msgid "Tags from questions" +msgstr "" + +#: inc/abstractitiltarget.class.php:188 +msgid "Specific tags" +msgstr "" + +#: inc/abstractitiltarget.class.php:189 +msgid "Tags from questions and specific tags" +msgstr "" + +#: inc/abstractitiltarget.class.php:190 +msgid "Tags from questions or specific tags" +msgstr "" + +#: inc/abstractitiltarget.class.php:196 +msgid "TTR from template or none" +msgstr "" + +#: inc/abstractitiltarget.class.php:197 +msgid "equals to the answer to the question" +msgstr "" + +#: inc/abstractitiltarget.class.php:198 +msgid "calculated from the ticket creation date" +msgstr "" + +#: inc/abstractitiltarget.class.php:199 +msgid "calculated from the answer to the question" +msgstr "" + +#: inc/abstractitiltarget.class.php:205 +msgid "SLA from template or none" +msgstr "" + +#: inc/abstractitiltarget.class.php:206 +msgid "Specific SLA" +msgstr "" + +#: inc/abstractitiltarget.class.php:213 +msgid "OLA from template or none" +msgstr "" + +#: inc/abstractitiltarget.class.php:214 +msgid "Specific OLA" +msgstr "" + +#: inc/abstractitiltarget.class.php:221 +msgid "Urgency from template or Medium" +msgstr "" + +#: inc/abstractitiltarget.class.php:222 +msgid "Specific urgency" +msgstr "" + +#: inc/abstractitiltarget.class.php:229 +msgid "Category from template or none" +msgstr "" + +#: inc/abstractitiltarget.class.php:230 +msgid "Specific category" +msgstr "" + +#: inc/abstractitiltarget.class.php:238 +msgid "Location from template or none" +msgstr "" + +#: inc/abstractitiltarget.class.php:239 +msgid "Specific location" +msgstr "" + +#: inc/abstractitiltarget.class.php:247 +msgid "Contract from template or none" +msgstr "" + +#: inc/abstractitiltarget.class.php:248 +msgid "Specific contract" +msgstr "" + +#: inc/abstractitiltarget.class.php:256 +msgid "No validation" +msgstr "" + +#: inc/abstractitiltarget.class.php:257 +msgid "Specific user or group" +msgstr "" + +#: inc/abstractitiltarget.class.php:258 +msgid "User from question answer" +msgstr "" + +#: inc/abstractitiltarget.class.php:259 +msgid "Group from question answer" +msgstr "" + +#: inc/abstractitiltarget.class.php:839 +msgid "Minute" +msgid_plural "Minutes" +msgstr[0] "" +msgstr[1] "" + +#: inc/abstractitiltarget.class.php:840 +msgid "Hour" +msgid_plural "Hours" +msgstr[0] "" +msgstr[1] "" + +#: inc/abstractitiltarget.class.php:841 +msgid "Day" +msgid_plural "Days" +msgstr[0] "" +msgstr[1] "" + +#: inc/abstractitiltarget.class.php:842 +msgid "Month" +msgid_plural "Months" +msgstr[0] "" +msgstr[1] "" + +#: inc/abstractitiltarget.class.php:874 +msgid "SLA (TTO/TTR)" +msgstr "" + +#: inc/abstractitiltarget.class.php:875 inc/abstractitiltarget.class.php:948 +msgid "Question (TTO/TTR)" +msgstr "" + +#: inc/abstractitiltarget.class.php:947 +msgid "OLA (TTO/TTR)" +msgstr "" + +#: inc/abstractitiltarget.class.php:1051 +msgid "Urgency " +msgstr "" + +#: inc/abstractitiltarget.class.php:1080 +msgid "Ticket tags" +msgstr "" + +#: inc/abstractitiltarget.class.php:1128 +msgid "Tags" +msgstr "" + +#: inc/abstractitiltarget.class.php:1247 +msgid "Location" +msgstr "" + +#: inc/abstractitiltarget.class.php:1259 +msgid "Location " +msgstr "" + +#: inc/abstractitiltarget.class.php:1312 +msgid "Contract" +msgstr "" + +#: inc/abstractitiltarget.class.php:1324 +msgid "Contract " +msgstr "" + +#: inc/abstractitiltarget.class.php:1635 +msgid "The description cannot be empty!" +msgstr "" + +#: inc/abstractitiltarget.class.php:1811 +msgid "Watcher" +msgid_plural "Watchers" +msgstr[0] "" +msgstr[1] "" + +#: inc/abstractitiltarget.class.php:1830 +msgid "Cancel" +msgstr "" + +#: inc/abstractitiltarget.class.php:2118 inc/abstractitiltarget.class.php:2548 +#: inc/abstractitiltarget.class.php:2552 +msgid "Email followup" +msgstr "" + +#: inc/abstractitiltarget.class.php:2149 inc/abstractitiltarget.class.php:2536 +msgid "User" +msgstr "" + +#: inc/abstractitiltarget.class.php:2160 inc/abstractitiltarget.class.php:2540 +msgid "Group" +msgstr "" + +#: inc/abstractitiltarget.class.php:2171 +msgid "Group from the object" +msgstr "" + +#: inc/abstractitiltarget.class.php:2177 +msgid "Tech group from the object" +msgstr "" + +#: inc/abstractitiltarget.class.php:2189 inc/abstractitiltarget.class.php:2544 +msgid "Supplier" +msgstr "" + +#: inc/abstractitiltarget.class.php:2548 +msgid "Yes" +msgstr "" + +#: install/install.php:163 +#, php-format +msgid "Upgrade tables to innoDB; run %s" +msgstr "" + +#: install/install.php:199 +#, php-format +msgid "" +"The database schema is not consistent with the previous version of " +"Formcreator %s. To see the logs run the command %s" +msgstr "" + +#: install/install.php:208 +#, php-format +msgid "To ignore the inconsistencies and upgrade anyway run %s" +msgstr "" + +#: install/install.php:225 +msgid "" +"Upgrade from version older than 2.5.0 is no longer supported. Please upgrade" +" to GLPI 9.5.7, upgrade Formcreator to version 2.12.5, then upgrade again to" +" GLPI 10 or later and Formcreator 2.13 or later." +msgstr "" + +#: install/install.php:251 +#, php-format +msgid "" +"A fatal error occured in the upgrade from %s! Upgrade aborted. Please check " +"logs to fix the problem then try again." +msgstr "" + +#: install/install.php:294 +#, php-format +msgid "" +"The database schema is not consistent with the current version of " +"Formcreator %s. To see the logs enable the plugin and run the command %s" +msgstr "" + +#: install/install.php:305 +msgid "The tables of the plugin passed the schema integrity check." +msgstr "" + +#: install/install.php:478 +msgid "A form has been created" +msgstr "" + +#: install/install.php:479 +msgid "Your request has been saved" +msgstr "" + +#: install/install.php:480 +msgid "" +"Hi,\\nYour request from GLPI has been successfully saved with number " +"##formcreator.request_id## and transmitted to the helpdesk team.\\nYou can " +"see your answers onto the following link:\\n##formcreator.validation_link##" +msgstr "" + +#: install/install.php:484 +msgid "A form need validation" +msgstr "" + +#: install/install.php:485 +msgid "A form from GLPI need to be validated" +msgstr "" + +#: install/install.php:486 +msgid "" +"Hi,\\nA form from GLPI need to be validated and you have been choosen as the" +" validator.\\nYou can access it by clicking onto this " +"link:\\n##formcreator.validation_link##" +msgstr "" + +#: install/install.php:491 +msgid "Your form has been refused by the validator" +msgstr "" + +#: install/install.php:492 +msgid "" +"Hi,\\nWe are sorry to inform you that your form has been refused by the " +"validator for the reason " +"below:\\n##formcreator.validation_comment##\\n\\nYou can still modify and " +"resubmit it by clicking onto this link:\\n##formcreator.validation_link##" +msgstr "" + +#: install/install.php:498 +msgid "" +"Hi,\\nWe are pleased to inform you that your form has been accepted by the " +"validator.\\nYour request will be considered soon." +msgstr "" + +#: install/install.php:503 +msgid "Your form has been deleted by an administrator" +msgstr "" + +#: install/install.php:504 +msgid "" +"Hi,\\nWe are sorry to inform you that your request cannot be considered and " +"has been deleted by an administrator." +msgstr "" + +#: install/install.php:732 +msgid "Formcreator - Sync service catalog issues" +msgstr "" + +#: install/install.php:945 +msgid "Failed to check the sanity of the tables!" +msgstr "" + +#: install/install.php:959 +#, php-format +msgid "Table schema differs for table \"%s\"." +msgstr "" + +#: install/install.php:962 +#, php-format +msgid "Table \"%s\" is missing." +msgstr "" + +#: install/install.php:965 +#, php-format +msgid "Unknown table \"%s\" has been found in database." +msgstr "" + +#: hook.php:439 +msgctxt "button" +msgid "Duplicate" +msgstr "" + +#: hook.php:440 +msgid "Transfer" +msgstr "" + +#: hook.php:441 +msgctxt "button" +msgid "Export" +msgstr "" + +#: hook.php:442 +msgctxt "button" +msgid "Access rights" +msgstr "" + +#: hook.php:756 +msgid "Cancel my ticket" +msgstr "" + +#: hook.php:774 +msgid "Old" +msgstr "" + +#: hook.php:781 +#, php-format +msgid "Number of %s" +msgstr "" + +#: hook.php:798 +msgid "Issues summary" +msgstr "" + +#: hook.php:843 +msgid "" +"Formcreator's mini dashboard not usable as default. This Setting has been " +"ignored." +msgstr "" + +#: js/scripts.js:300 +msgid "No form found. Please choose a form below instead." +msgstr "" + +#: js/scripts.js:302 +msgid "No form found." +msgstr "" + +#: js/scripts.js:306 +msgid "No FAQ item found." +msgstr "" + +#: js/scripts.js:707 +msgid "Are you sure you want to delete this question?" +msgstr "" + +#: js/scripts.js:917 +msgid "Are you sure you want to delete this section?" +msgstr "" + +#: js/scripts.js:1161 +msgid "Add translations" +msgstr "" + +#: js/scripts.js:1300 js/scripts.js:1324 +msgid "An error occured while querying forms" +msgstr "" + +#: js/scripts.js:1416 entrée standard:139 +msgid "Send" +msgstr "" + +#: js/scripts.js:1425 +msgid "An internal error occurred. Please report it to administrator." +msgstr "" + +#: js/scripts.js:1468 +msgid "Are you sure you want to delete this validator ?" +msgstr "" + +#: js/scripts.js:1520 +msgid "Are you sure you want to duplicate this target?" +msgstr "" + +#: js/scripts.js:1537 +msgid "Are you sure you want to delete this target?" +msgstr "" + +#: entrée standard:57 standard:61 standard:60 standard:59 standard:43 +#: standard:69 standard:52 standard:76 +msgid "Default values" +msgstr "" + +#: entrée standard:52 standard:59 standard:58 +msgid "Show empty" +msgstr "" + +#: entrée standard:39 +msgid "LDAP directory" +msgid_plural "LDAP directories" +msgstr[0] "" +msgstr[1] "" + +#: entrée standard:78 +msgid "Attribute" +msgstr "" + +#: entrée standard:70 standard:68 +msgid "Values" +msgstr "" + +#: entrée standard:90 +msgid "Show ticket categories" +msgstr "" + +#: entrée standard:146 standard:118 +msgid "Selectable root" +msgstr "" + +#: entrée standard:38 +msgid "GLPI object" +msgid_plural "GLPI objects" +msgstr[0] "" +msgstr[1] "" + +#: entrée standard:63 +msgid "Direct access on homepage" +msgstr "" + +#: entrée standard:86 +msgid "Default form in service catalog" +msgstr "" + +#: entrée standard:113 standard:114 +msgid "Are you a robot ?" +msgstr "" + +#: entrée standard:64 +msgid "Condition to show the section" +msgstr "" + +#: entrée standard:40 +msgid "Condition to generate the target" +msgstr "" + +#: entrée standard:40 +msgid "General" +msgstr "" + +#: entrée standard:45 +msgid "validation percent" +msgstr "" + +#: entrée standard:52 +msgid "Add a validator" +msgstr "" + +#: entrée standard:57 standard:36 +msgid "Validation level" +msgstr "" + +#: entrée standard:73 +msgid "Validator type" +msgstr "" + +#: entrée standard:98 +msgid "Validators" +msgstr "" + +#: entrée standard:106 standard:5 +msgid "Actions" +msgstr "" + +#: entrée standard:54 +msgid "Impacts" +msgstr "" + +#: entrée standard:62 +msgid "Checklist" +msgstr "" + +#: entrée standard:36 +msgid "Answers title" +msgstr "" + +#: entrée standard:45 +msgid "Add a section" +msgstr "" + +#: entrée standard:55 +msgid "Condition to show the submit button" +msgstr "" + +#: entrée standard:33 +msgid "No form answer yet" +msgstr "" + +#: entrée standard:38 +#, php-format +msgid "%s latest items" +msgstr "" + +#: entrée standard:54 +msgid "Please activate the form to view the link" +msgstr "" + +#: entrée standard:63 +msgid "Enable captcha" +msgstr "" + +#: entrée standard:79 +msgid "Restricted to" +msgstr "" + +#: entrée standard:83 +msgid "Add a question" +msgstr "" + +#: entrée standard:39 +msgid "List of available tags" +msgstr "" + +#: entrée standard:42 +msgid "Title" +msgstr "" + +#: entrée standard:47 +msgid "Full form" +msgstr "" + +#: entrée standard:37 +msgid "Validation status" +msgstr "" + +#: entrée standard:36 +#, php-format +msgid "My %1$d last forms (requester)" +msgstr "" + +#: entrée standard:39 +msgid "No form posted yet" +msgstr "" + +#: entrée standard:63 +msgid "All my forms (requester)" +msgstr "" + +#: entrée standard:36 +#, php-format +msgid "My %1$d last forms (validator)" +msgstr "" + +#: entrée standard:63 +msgid "All my forms (validator)" +msgstr "" + +#: entrée standard:42 +msgid "Min" +msgstr "" + +#: entrée standard:53 +msgid "Max" +msgstr "" diff --git a/locales/de_DE.mo b/locales/de_DE.mo index 13319496f..886b81433 100644 Binary files a/locales/de_DE.mo and b/locales/de_DE.mo differ diff --git a/locales/de_DE.po b/locales/de_DE.po index 6ee06b748..bbfcba7e7 100644 --- a/locales/de_DE.po +++ b/locales/de_DE.po @@ -13,15 +13,28 @@ # Robert Langenkamp , 2022 # Florian Ried , 2022 # Michael Schieferer, 2023 +<<<<<<< HEAD +# iDazai, 2023 +======= +# Thierry Bugier , 2023 +# iDazai, 2023 +# Simon Heim, 2023 +>>>>>>> support/2.13.0 # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-30 14:13+0200\n" +<<<<<<< HEAD +"POT-Creation-Date: 2023-05-31 16:21+0200\n" "PO-Revision-Date: 2022-06-15 12:10+0000\n" -"Last-Translator: Michael Schieferer, 2023\n" +"Last-Translator: iDazai, 2023\n" +======= +"POT-Creation-Date: 2023-11-13 14:56+0100\n" +"PO-Revision-Date: 2021-08-30 07:22+0000\n" +"Last-Translator: Simon Heim, 2023\n" +>>>>>>> support/2.13.0 "Language-Team: German (Germany) (https://app.transifex.com/teclib/teams/28042/de_DE/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -60,7 +73,7 @@ msgstr "Konnte den Abschnitt nicht hinzufügen" #: ajax/commontree.php:55 entrée standard:128 standard:100 msgid "Subtree root" -msgstr "Wurzel der Unterabschnitts" +msgstr "Wurzel des Unterabschnitts" #: ajax/commontree.php:59 msgid "Selectable" @@ -186,16 +199,15 @@ msgid "Textarea" msgstr "Textbereich" #: inc/field/textareafield.class.php:249 inc/field/dropdownfield.class.php:594 -#: inc/field/ldapselectfield.class.php:115 inc/field/textfield.class.php:126 +#: inc/field/ldapselectfield.class.php:115 #: inc/field/urgencyfield.class.php:166 inc/field/tagfield.class.php:166 #: inc/field/timefield.class.php:114 inc/field/fieldsfield.class.php:489 #: inc/field/requesttypefield.class.php:161 msgid "A required field is empty:" msgstr "Ein notwendiges Feld ist nicht ausgefüllt:" -#: inc/field/textareafield.class.php:267 inc/field/textfield.class.php:179 -#: inc/field/integerfield.class.php:112 inc/field/floatfield.class.php:194 -#: inc/conditionnabletrait.class.php:70 +#: inc/field/textareafield.class.php:267 inc/field/integerfield.class.php:112 +#: inc/field/floatfield.class.php:194 inc/conditionnabletrait.class.php:70 msgid "The regular expression is invalid" msgstr "Der reguläre Ausdruck ist ungültig" @@ -215,7 +227,7 @@ msgstr[1] "Dropdowns" #: inc/field/dropdownfield.class.php:616 msgid "Invalid value for " -msgstr "Ungültiger Wert: " +msgstr "Ungültiger Wert für" #: inc/field/dropdownfield.class.php:628 #, php-format @@ -234,7 +246,7 @@ msgstr "Filter" #: inc/field/dropdownfield.class.php:987 entrée standard:162 standard:134 msgid "Entity restriction" -msgstr "EInschränkung" +msgstr "Einschränkung" #: inc/field/dropdownfield.class.php:996 msgid "" @@ -256,45 +268,52 @@ msgstr "LDAP-Verzeichnis nicht angegeben!" msgid "LDAP directory not found!" msgstr "LDAP-Verzeichnis nicht gefunden!" -#: inc/field/textfield.class.php:147 inc/field/integerfield.class.php:71 -#: inc/field/floatfield.class.php:156 +<<<<<<< HEAD +======= +#: inc/field/ldapselectfield.class.php:154 +msgid "LDAP attribute is required!" +msgstr "LDAP Attribut ist erforderlich!" + +#: inc/field/textfield.class.php:146 inc/field/floatfield.class.php:156 #, php-format msgid "Specific format does not match: %s" msgstr "Spezifisches Format stimmt nicht überein: %s" -#: inc/field/textfield.class.php:156 +#: inc/field/textfield.class.php:155 #, php-format msgid "The text is too short (minimum %d characters): %s" msgstr "Der Text ist zu kurz (mindestens %d Zeichen): %s" -#: inc/field/textfield.class.php:161 +#: inc/field/textfield.class.php:160 #, php-format msgid "The text is too long (maximum %d characters): %s" msgstr "Der Text ist zu lang (maximal %d Zeichen): %s" -#: inc/field/textfield.class.php:169 +#: inc/field/textfield.class.php:168 msgid "Text" msgstr "Text" -#: inc/field/textfield.class.php:218 inc/field/floatfield.class.php:235 +#: inc/field/textfield.class.php:217 inc/field/floatfield.class.php:238 #: inc/questionregex.class.php:62 entrée standard:42 msgid "Regular expression" -msgstr "reguläre Bezeichnung" +msgstr "regulärer Ausdruck" -#: inc/field/textfield.class.php:223 inc/field/floatfield.class.php:240 +#: inc/field/textfield.class.php:222 inc/field/floatfield.class.php:243 msgid "Range" -msgstr "Reichweite" +msgstr "Bereich" -#: inc/field/textfield.class.php:229 inc/field/floatfield.class.php:246 +#: inc/field/textfield.class.php:228 inc/field/floatfield.class.php:249 msgid "Additional validation" msgstr "nachträgliche Genehmigung" +>>>>>>> support/2.13.0 #: inc/field/radiosfield.class.php:108 msgid "Radios" msgstr "Radios" -#: inc/field/radiosfield.class.php:114 inc/field/glpiselectfield.class.php:112 -#: inc/field/fieldsfield.class.php:513 inc/field/checkboxesfield.class.php:245 +<<<<<<< HEAD +#: inc/field/radiosfield.class.php:114 inc/field/fieldsfield.class.php:513 +#: inc/field/checkboxesfield.class.php:245 msgid "The field value is required:" msgstr "Dieses Feld muss ausgefüllt werden:" @@ -302,15 +321,46 @@ msgstr "Dieses Feld muss ausgefüllt werden:" #: inc/field/datetimefield.class.php:119 inc/field/actorfield.class.php:258 #: inc/field/checkboxesfield.class.php:191 inc/field/floatfield.class.php:125 #: inc/field/datefield.class.php:116 +======= +#: inc/field/radiosfield.class.php:116 inc/field/checkboxesfield.class.php:256 +msgid "The field value is required." +msgstr "Der Feldwert ist erforderlich." + +#: inc/field/radiosfield.class.php:127 +msgid "Only one default value is allowed." +msgstr "Nur ein Standardwert ist erlaubt." + +#: inc/field/radiosfield.class.php:138 +msgid "The default value is not in the list of available values." +msgstr "Der Standardwert ist nicht in der Liste der erlaubten Werte." + +#: inc/field/radiosfield.class.php:215 inc/field/selectfield.class.php:105 +#: inc/field/datetimefield.class.php:119 inc/field/actorfield.class.php:257 +#: inc/field/checkboxesfield.class.php:190 inc/field/floatfield.class.php:124 +>>>>>>> support/2.13.0 #, php-format msgid "A required field is empty: %s" msgstr "Ein notwendiges Feld ist nicht ausgefüllt: %s" +<<<<<<< HEAD #: inc/field/integerfield.class.php:59 +======= +#: inc/field/radiosfield.class.php:234 inc/field/selectfield.class.php:123 +#, php-format +msgid "This value %1$s is not allowed: %2$s" +msgstr "Der Wert %1$s ist nicht erlaubt: %2$s" + +#: inc/field/integerfield.class.php:60 +>>>>>>> support/2.13.0 #, php-format msgid "This is not an integer: %s" msgstr "Dies ist keine Zahl: %s" +#: inc/field/integerfield.class.php:71 inc/field/floatfield.class.php:156 +#, php-format +msgid "Specific format does not match: %s" +msgstr "Spezifisches Format stimmt nicht überein: %s" + #: inc/field/integerfield.class.php:85 inc/field/floatfield.class.php:167 #, php-format msgid "The following number must be greater than %d: %s" @@ -374,12 +424,6 @@ msgid_plural "Tags" msgstr[0] "Tag" msgstr[1] "Tags" -#: inc/field/glpiselectfield.class.php:97 entrée standard:38 -msgid "GLPI object" -msgid_plural "GLPI objects" -msgstr[0] "GLPI Objekt" -msgstr[1] "GLPI Objekte" - #: inc/field/hostnamefield.class.php:116 msgid "Hostname" msgid_plural "Hostnames" @@ -445,7 +489,7 @@ msgstr "Datei" #: inc/field/multiselectfield.class.php:86 msgid "Multiselect" -msgstr "Multiselect" +msgstr "Mehrfachauswahl" #: inc/field/fieldsfield.class.php:154 msgid "Warning: Additional Fields plugin is disabled or missing" @@ -474,7 +518,7 @@ msgstr "Manche numerische Felder enthalten keine Zahlen" #: inc/field/fieldsfield.class.php:472 msgid "Some URL fields contains invalid links" -msgstr "Manche Felder für URL enthalten keine Links" +msgstr "Manche URL Felder enthalten keine Links" #: inc/field/fieldsfield.class.php:566 msgid "Additionnal fields" @@ -482,19 +526,41 @@ msgstr "Zusätzliche Felder" #: inc/field/checkboxesfield.class.php:133 msgid "Checkboxes" -msgstr "Checkbox" +msgstr "Checkboxes" +<<<<<<< HEAD #: inc/field/checkboxesfield.class.php:227 +======= +#: inc/field/checkboxesfield.class.php:208 +#, php-format +msgid "Empty values are not allowed: %s" +msgstr "Leere Werte sind nicht erlaubt: %s" + +#: inc/field/checkboxesfield.class.php:216 +#, php-format +msgid "This value %1$s is not alowed: %2$s" +msgstr "Der Wert %1$s ist nicht erlaubt: %2$s" + +#: inc/field/checkboxesfield.class.php:236 +>>>>>>> support/2.13.0 #, php-format msgid "The following question needs at least %d answers: %s" -msgstr "" +msgstr "Die folgende Frage braucht mindestens %d Antworten: %s" #: inc/field/checkboxesfield.class.php:233 #, php-format msgid "The following question does not accept more than %d answers: %s" -msgstr "" +msgstr "Die folgende Frage akzeptiert nicht mehr als %d Antworten: %s" +<<<<<<< HEAD #: inc/field/checkboxesfield.class.php:305 +======= +#: inc/field/checkboxesfield.class.php:270 +msgid "The default values are not in the list of available values." +msgstr "Die Standardwerte sind nicht in der Liste der erlaubten Werte." + +#: inc/field/checkboxesfield.class.php:325 +>>>>>>> support/2.13.0 msgid "Range min" msgstr "Bereichsminimum" @@ -515,6 +581,19 @@ msgstr "Dies ist keine Zahl: %s" msgid "Decimal number" msgstr "Dezimalzahl" +#: inc/field/floatfield.class.php:235 inc/questionregex.class.php:62 entrée +#: standard:42 +msgid "Regular expression" +msgstr "reguläre Bezeichnung" + +#: inc/field/floatfield.class.php:240 +msgid "Range" +msgstr "Reichweite" + +#: inc/field/floatfield.class.php:246 +msgid "Additional validation" +msgstr "nachträgliche Genehmigung" + #: inc/field/datefield.class.php:137 msgid "Date" msgstr "Datum" @@ -526,7 +605,7 @@ msgstr "Beschreibung" #: inc/field/descriptionfield.class.php:113 msgid "A description field should have a description:" -msgstr "Ein Beschreibungsfeld sollte eine Beschreibung beinhalten" +msgstr "Ein Beschreibungsfeld sollte eine Beschreibung beinhalten:" #: inc/field/hiddenfield.class.php:96 msgid "Hidden field" @@ -546,11 +625,11 @@ msgstr "ist sichtbar" #: inc/condition.class.php:104 msgid "is not visible" -msgstr "is nicht sichtbar" +msgstr "ist nicht sichtbar" #: inc/condition.class.php:105 msgid "regular expression matches" -msgstr "Regular Expression trifft zu" +msgstr "Regulärer Ausdruck trifft zu" #: inc/condition.class.php:116 msgid "Always displayed" @@ -570,7 +649,7 @@ msgstr "angezeigt, es sei denn" #: inc/form.class.php:1908 inc/targetchange.class.php:304 #: inc/questionfilter.class.php:222 inc/section.class.php:381 #: inc/restrictedformcriteria.class.php:200 inc/question.class.php:867 -#: inc/questionparameter/range.class.php:202 inc/questionregex.class.php:188 +#: inc/questionparameter/range.class.php:198 inc/questionregex.class.php:188 #: inc/questiondependency.class.php:196 inc/item_targetticket.class.php:154 #: inc/targetticket.class.php:1461 #, php-format @@ -583,7 +662,7 @@ msgstr "Fehler beim Hinzufügen oder Aktualisieren von %1$s%2$s" #: inc/form.class.php:1569 inc/targetchange.class.php:149 #: inc/questionfilter.class.php:154 inc/section.class.php:406 #: inc/restrictedformcriteria.class.php:226 inc/question.class.php:894 -#: inc/questionparameter/range.class.php:137 inc/questionregex.class.php:120 +#: inc/questionparameter/range.class.php:133 inc/questionregex.class.php:120 #: inc/questiondependency.class.php:211 inc/item_targetticket.class.php:64 #: inc/targetticket.class.php:1500 #, php-format @@ -677,7 +756,7 @@ msgstr "notwendig bei Ablehnung" #: inc/issue.class.php:663 msgid "Ticket approver" -msgstr "Ticket-Genehmiger" +msgstr "Ticketgenehmiger" #: inc/issue.class.php:736 msgid "Technician" @@ -693,7 +772,7 @@ msgstr "Formulargenehmigergruppe" #: inc/issue.class.php:829 msgid "Ticket approver group" -msgstr "Ticket-Genehmigergruppe" +msgstr "Ticketgenehmigergruppe" #: inc/issue.class.php:863 inc/abstractitiltarget.class.php:787 entrée #: standard:108 @@ -754,48 +833,48 @@ msgstr "" #: inc/issue.class.php:1227 msgid "Ticket requester" -msgstr "Ticket Anforderer" +msgstr "Ticketanforderer" #: inc/issue.class.php:1274 msgid "Ticket observer" -msgstr "Ticket Beobachter" +msgstr "Ticketbeobachter" #: inc/issue.class.php:1322 msgid "Ticket technician" -msgstr "Ticket Techniker" +msgstr "Tickettechniker" -#: inc/issue.class.php:1465 +#: inc/issue.class.php:1469 #, php-format msgid "%1$s %2$s" msgstr "%1$s %2$s" -#: inc/issue.class.php:1723 inc/filter/itilcategoryfilter.class.php:56 +#: inc/issue.class.php:1727 inc/filter/itilcategoryfilter.class.php:56 #: hook.php:766 msgid "All" msgstr "Alle" -#: inc/issue.class.php:1729 hook.php:767 +#: inc/issue.class.php:1733 hook.php:767 msgid "New" msgstr "Neu" -#: inc/issue.class.php:1735 hook.php:768 +#: inc/issue.class.php:1739 hook.php:768 msgid "Assigned" msgstr "Zugewiesen" -#: inc/issue.class.php:1741 inc/formanswer.class.php:78 +#: inc/issue.class.php:1745 inc/formanswer.class.php:78 #: inc/form_validator.class.php:70 hook.php:769 msgid "Waiting" msgstr "Warte" -#: inc/issue.class.php:1747 hook.php:770 +#: inc/issue.class.php:1751 hook.php:770 msgid "To validate" msgstr "Zu genehmigen" -#: inc/issue.class.php:1753 hook.php:771 +#: inc/issue.class.php:1757 hook.php:771 msgid "Solved" msgstr "Gelöst" -#: inc/issue.class.php:1759 hook.php:772 +#: inc/issue.class.php:1763 hook.php:772 msgid "Closed" msgstr "Abgeschlossen" @@ -807,7 +886,7 @@ msgstr[1] "Fomularkategorien" #: inc/category.class.php:80 msgid "Knowbase category" -msgstr "Knowlagebase-Kategorie" +msgstr "Wissensdatenbankkategorie" #: inc/category.class.php:86 msgid "As child of" @@ -855,7 +934,7 @@ msgstr "Das Formular wurde gelöscht" #: inc/notificationtargetformanswer.class.php:74 msgid "Form ID" -msgstr "" +msgstr "Formular ID" #: inc/notificationtargetformanswer.class.php:75 #: inc/notificationtargetformanswer.class.php:95 @@ -882,7 +961,7 @@ msgstr "Formular Rückantworten" #: inc/notificationtargetformanswer.class.php:80 msgid "Validation comment" -msgstr "" +msgstr "Genehmigungskommentar" #: inc/notificationtargetformanswer.class.php:81 #: inc/notificationtargetformanswer.class.php:101 @@ -891,7 +970,7 @@ msgstr "Bestätigungslink" #: inc/notificationtargetformanswer.class.php:82 msgid "Request ID" -msgstr "" +msgstr "Anfragen ID" #: inc/notificationtargetformanswer.class.php:94 msgid "Form #" @@ -925,7 +1004,7 @@ msgstr "Formularersteller" #: inc/target_actor.class.php:71 inc/abstractitiltarget.class.php:2144 msgid "Form validator" -msgstr "Formular Genehmiger" +msgstr "Formulargenehmiger" #: inc/target_actor.class.php:72 msgid "Specific person" @@ -949,7 +1028,7 @@ msgstr "Objektgruppe" #: inc/target_actor.class.php:77 msgid "Tech group from an object" -msgstr "Techniker Gruppe des Objekts" +msgstr "Technikergruppe des Objekts" #: inc/target_actor.class.php:78 msgid "Specific supplier" @@ -979,7 +1058,7 @@ msgstr "Zugewiesen an" msgid "Target actor" msgid_plural "Target actors" msgstr[0] "Ticket-Bearbeiter" -msgstr[1] "Ticket-Bearbeiter" +msgstr[1] "Ticketbearbeiter" #: inc/target_actor.class.php:115 inc/target_actor.class.php:131 #: inc/target_actor.class.php:140 @@ -1060,6 +1139,8 @@ msgid "" "An internal error occured when verifying your answers. Please report it to " "your administrator." msgstr "" +"Beim Überprüfen Ihrer Antworten ist ein interner Fehler aufgetreten. Bitte " +"melden Sie dies Ihrem Administrator." #: inc/formanswer.class.php:933 msgid "You are not the validator of these answers" @@ -1084,15 +1165,22 @@ msgstr "" msgid "Cannot generate targets!" msgstr "Zugriff generieren nicht möglich!" -#: inc/formanswer.class.php:1512 +<<<<<<< HEAD +#: inc/formanswer.class.php:1511 msgid "No captcha set." msgstr "" +======= +#: inc/formanswer.class.php:1434 +#, php-format +msgid "Answer is invalid in %1$s" +msgstr "Antwort ist ungültig in %1$s" +>>>>>>> support/2.13.0 -#: inc/formanswer.class.php:1518 +#: inc/formanswer.class.php:1517 msgid "You failed the captcha test." msgstr "" -#: inc/formanswer.class.php:1541 +#: inc/formanswer.class.php:1540 msgid "You must select validator!" msgstr "Du musst einen Genehmiger auswählen!" @@ -1118,11 +1206,11 @@ msgstr "Meine Hilfsanfragen" #: inc/common.class.php:791 msgid "Consult reminders" -msgstr "" +msgstr "Erinnerungen einsehen" #: inc/common.class.php:811 msgid "Consult feeds" -msgstr "Feeds zu Rate ziehen" +msgstr "Feeds einsehen" #: inc/abstractfield.class.php:89 inc/question.class.php:758 msgid "Apply" @@ -1134,6 +1222,25 @@ msgid_plural "Access types" msgstr[0] "Zugriffstyp" msgstr[1] "Zugriffstypen" +<<<<<<< HEAD +======= +#: inc/formaccesstype.class.php:79 +msgid "Link to the form" +msgstr "Zum Formular verknüpfen" + +#: inc/formaccesstype.class.php:92 +msgid "Please activate the form to view the link" +msgstr "Bitte Formular wählen, um den Link zu aktivieren" + +#: inc/formaccesstype.class.php:100 inc/form.class.php:1505 +msgid "Enable captcha" +msgstr "Captcha aktivieren" + +#: inc/formaccesstype.class.php:112 +msgid "Restricted to" +msgstr "Eingeschränkt für" + +>>>>>>> support/2.13.0 #: inc/form_language.class.php:51 msgid "Form language" msgid_plural "Form languages" @@ -1148,15 +1255,15 @@ msgstr[1] "Übersetzungen" #: inc/form_language.class.php:119 msgid "The name cannot be empty." -msgstr "" +msgstr "Der Name kann nicht leer sein." #: inc/form_language.class.php:127 msgid "The language must be associated to a form." -msgstr "" +msgstr "Die Sprache muss einem Formular zugeordnet sein." #: inc/form_language.class.php:135 msgid "The specified language is not available." -msgstr "" +msgstr "Die gewählte Sprache ist nicht verfügbar." #: inc/form_language.class.php:265 msgid "Add a translation" @@ -1254,8 +1361,8 @@ msgstr "Speichern" #: inc/targetproblem.class.php:43 entrée standard:43 msgid "Target problem" msgid_plural "Target problems" -msgstr[0] "Zielproblem" -msgstr[1] "Zielprobleme" +msgstr[0] "Problem" +msgstr[1] "Probleme" #: inc/targetproblem.class.php:109 inc/targetproblem.class.php:565 #: inc/targetchange.class.php:105 inc/targetchange.class.php:441 @@ -1270,7 +1377,7 @@ msgid "" "Failed to add or update the %1$s %2$s: a question is missing and is used in " "a parameter of the target" msgstr "" -"Fehler beim Hinzufügen oder Löschen von %1$s %2$s: eine Frage fehlt ist " +"Fehler beim Hinzufügen oder Löschen von %1$s %2$s: eine Frage fehlt, ist " "jedoch ein Parameter des Ziels" #: inc/targetproblem.class.php:566 inc/targetchange.class.php:106 @@ -1342,7 +1449,7 @@ msgstr "Mit Formularen zusammengeführt" #: inc/entityconfig.class.php:128 msgid "Distinct menu entry" -msgstr "Eindeutiger Menueintrag" +msgstr "Eindeutiger Menüeintrag" #: inc/entityconfig.class.php:135 inc/entityconfig.class.php:143 #: inc/entityconfig.class.php:151 inc/entityconfig.class.php:159 @@ -1395,7 +1502,7 @@ msgstr "Helpdesk" #: inc/entityconfig.class.php:306 inc/entityconfig.class.php:534 entrée #: standard:44 msgid "Helpdesk mode" -msgstr "Helpdesk modus" +msgstr "Helpdesk Modus" #: inc/entityconfig.class.php:317 inc/entityconfig.class.php:604 msgid "Default Form list mode" @@ -1407,7 +1514,7 @@ msgstr "Sortierreihenfolge" #: inc/entityconfig.class.php:351 inc/entityconfig.class.php:554 msgid "Knowledge base" -msgstr "Knowledge base" +msgstr "Wissensdatenbank" #: inc/entityconfig.class.php:366 msgid "Search" @@ -1484,7 +1591,7 @@ msgstr "eingeschränkter Zugriff" #: inc/form.class.php:122 msgid "Answers waiting for validation" -msgstr "Antwort wartet auf Prüfung" +msgstr "Antworten warten auf Prüfung" #: inc/form.class.php:124 inc/form.class.php:1663 inc/form.class.php:1689 msgid "Import forms" @@ -1507,7 +1614,23 @@ msgstr "Zugriff" msgid "Active" msgstr "Aktiv" +<<<<<<< HEAD #: inc/form.class.php:286 inc/form.class.php:338 inc/form.class.php:413 +======= +#: inc/form.class.php:261 entrée standard:65 +msgid "Icon" +msgstr "Symbol" + +#: inc/form.class.php:269 entrée standard:67 +msgid "Icon color" +msgstr "Symbolfarbe" + +#: inc/form.class.php:277 entrée standard:80 +msgid "Background color" +msgstr "Hintergrundfarbe" + +#: inc/form.class.php:300 inc/form.class.php:341 inc/form.class.php:416 +>>>>>>> support/2.13.0 msgid "Default form" msgstr "Standardformular" @@ -1539,7 +1662,7 @@ msgstr "Vorschau" #: inc/form.class.php:512 msgid "Form answer properties" -msgstr "" +msgstr "Eigenschaften Formularantworten" #: inc/form.class.php:854 msgid "What are you looking for?" @@ -1548,7 +1671,7 @@ msgstr "Wonach suchst du?" #: inc/form.class.php:993 inc/form.class.php:1156 #: inc/abstracttarget.class.php:162 inc/abstractitiltarget.class.php:1625 msgid "The name cannot be empty!" -msgstr "Das Feld Name kann nicht leer sein" +msgstr "Der Name kann nicht leer sein!" #: inc/form.class.php:1026 inc/form.class.php:1191 msgid "A loop is generated!" @@ -1595,7 +1718,7 @@ msgstr "Zurück" #: inc/form.class.php:1526 #, php-format msgid "Form updated: %s" -msgstr "" +msgstr "Formular aktualisiert: %s" #: inc/form.class.php:1636 msgid "Upload of JSON files not allowed." @@ -1725,8 +1848,8 @@ msgstr "plugin_formcreator_load_check" #: inc/targetchange.class.php:44 entrée standard:43 msgid "Target change" msgid_plural "Target changes" -msgstr[0] "Betroffene Änderung" -msgstr[1] "Betroffene Änderungen" +msgstr[0] "Änderung" +msgstr[1] "Änderungen" #: inc/targetchange.class.php:344 entrée standard:48 msgid "Change title" @@ -1793,11 +1916,11 @@ msgstr "Die Sektion ist notwendig" #: inc/question.class.php:365 #, php-format msgid "Field type %1$s is not available for question %2$s." -msgstr "Typ %1$s is nicht verfügbar für die Frage %2$s." +msgstr "Typ %1$s ist nicht verfügbar für die Frage %2$s." #: inc/question.class.php:379 msgid "This type of question is not compatible with public forms." -msgstr "Art der Frage ist nicht verfügbar bei öffentlichen Formularen." +msgstr "Art der Frage ist bei öffentlichen Formularen nicht verfügbar." #: inc/question.class.php:469 msgid "The field type cannot be changed. Delete then recreate the question." @@ -1860,35 +1983,35 @@ msgstr "Feldname" #: inc/abstracttarget.class.php:97 msgid "Current active entity" -msgstr "Aktuell aktiver " +msgstr "Aktuell aktive Entität" #: inc/abstracttarget.class.php:98 msgid "Default requester user's entity" -msgstr "Standardanforderer Benutzereintrag" +msgstr "Standardanforderer Benutzerentität" #: inc/abstracttarget.class.php:99 msgid "First dynamic requester user's entity (alphabetical)" -msgstr "Zuerst dynamischer Usereintag (alphabetisch)" +msgstr "Erste dynamische Anfragesteller-Benutzerentität (alphabetisch)" #: inc/abstracttarget.class.php:100 msgid "Last dynamic requester user's entity (alphabetical)" -msgstr "Letzter dynamischer Anforderer (alphabetisch)" +msgstr "Letzte dynamische Anfragesteller-Benutzerentität (alphabetisch)" #: inc/abstracttarget.class.php:101 msgid "The form entity" -msgstr "Formulareinheit" +msgstr "Formularentität" #: inc/abstracttarget.class.php:102 msgid "Default entity of the validator" -msgstr "Standardeinheit des Genehmigers" +msgstr "Standardentität des Genehmigers" #: inc/abstracttarget.class.php:103 msgid "Specific entity" -msgstr "spezielle-Einheit" +msgstr "spezielle Entität" #: inc/abstracttarget.class.php:104 msgid "Default entity of a user type question answer" -msgstr "Standatd Einheit einer Antwort einer Benutzeranfrage" +msgstr "Standardentität einer Antwort einer Benutzeranfrage" #: inc/abstracttarget.class.php:105 msgid "From a GLPI object > Entity type question answer" @@ -1896,15 +2019,15 @@ msgstr "Aus einem GLPI-Objekt > Antwort auf eine Gruppen-Frage" #: inc/abstracttarget.class.php:116 msgid "Always generated" -msgstr "immer erzeugt" +msgstr "Immer erstellen" #: inc/abstracttarget.class.php:117 msgid "Disabled unless" -msgstr "Immer versteckt, außer" +msgstr "Erstellen wenn" #: inc/abstracttarget.class.php:118 msgid "Generated unless" -msgstr "Immer generiert, außer" +msgstr "Nicht erstellen wenn" #: inc/abstracttarget.class.php:129 msgid "A target must be associated to a form." @@ -1924,37 +2047,37 @@ msgstr "Zielgruppe" #: inc/abstracttarget.class.php:518 msgid "User type question" -msgstr "Benutzerfragestellung" +msgstr "Frage zum Benutzertyp" #: inc/abstracttarget.class.php:519 msgid "Entity type question" -msgstr "Gruppen-Antwort" +msgstr "Frage zum Entitätstyp" #: inc/command/cleanticketscommand.class.php:53 msgid "Searching for invalid items..." -msgstr "" +msgstr "Suche nach ungültigen Einträgen..." #: inc/command/cleanticketscommand.class.php:61 msgid "Done." -msgstr "" +msgstr "Erledigt." #: inc/command/cleanticketscommand.class.php:135 msgid "Step 1: double encoded < and > signs." -msgstr "" +msgstr "Schritt 1: doppelt kodierte < und > Zeichen." #: inc/command/cleanticketscommand.class.php:146 #: inc/command/cleanticketscommand.class.php:196 #: inc/command/cleanticketscommand.class.php:260 msgid "No invalid items found." -msgstr "" +msgstr "Keine ungültigen Einträge gefunden." #: inc/command/cleanticketscommand.class.php:187 msgid "Step 2: literal BR tag." -msgstr "" +msgstr "Schritt 2: tatsächliches BR-tag." #: inc/command/cleanticketscommand.class.php:251 msgid "Step 3: litteral > sign." -msgstr "" +msgstr "Schritt 3: tatsächliches > Zeichen." #: inc/filter/itilcategoryfilter.class.php:52 #: inc/filter/itilcategoryfilter.class.php:54 @@ -2007,8 +2130,8 @@ msgstr[1] "Ticketbeziehungen erstellen" #: inc/targetticket.class.php:57 entrée standard:43 msgid "Target ticket" msgid_plural "Target tickets" -msgstr[0] "Zielticket" -msgstr[1] "Zieltickets" +msgstr[0] "Ticket" +msgstr[1] "Tickets" #: inc/targetticket.class.php:100 msgid "Specific asset" @@ -2044,11 +2167,11 @@ msgstr "Spezifischer Typ" #: inc/targetticket.class.php:189 entrée standard:48 msgid "Ticket title" -msgstr "Ticket-Titel" +msgstr "Tickettitel" #: inc/targetticket.class.php:307 msgid "Add validation message as first ticket followup" -msgstr "Eine Validierungsnachricht als Erstticket-identifizierer hinzufügen" +msgstr "Eine Validierungsnachricht als Erstticket Folgemaßnahme hinzufügen." #: inc/targetticket.class.php:341 msgid "Add a field" @@ -2125,7 +2248,7 @@ msgstr "Keine weiteren Texte zum Übersetzen" #: inc/translation.class.php:164 msgid "Internal error: translatable string not found." -msgstr "" +msgstr "Interner Fehler: Übersetzbarer String nicht gefunden." #: inc/translation.class.php:216 msgid "Language not found." @@ -2133,7 +2256,7 @@ msgstr "Sprache nicht gefunden." #: inc/translation.class.php:236 msgid "Failed to add the translation." -msgstr "Fehler beim Hinzufügen der Übersetzung-" +msgstr "Fehler beim Hinzufügen der Übersetzung." #: inc/abstractitiltarget.class.php:187 msgid "Tags from questions" @@ -2157,7 +2280,7 @@ msgstr "TTR aus Vorlage oder keine" #: inc/abstractitiltarget.class.php:197 msgid "equals to the answer to the question" -msgstr "Entspricht der Anwort au die Frage" +msgstr "Entspricht der Anwort auf die Frage" #: inc/abstractitiltarget.class.php:198 msgid "calculated from the ticket creation date" @@ -2165,7 +2288,7 @@ msgstr "aus dem Ticket-Erstelldatum berechnet" #: inc/abstractitiltarget.class.php:199 msgid "calculated from the answer to the question" -msgstr "von der Antwirt wurdeauf die Frage geschlossen" +msgstr "wurde aus der Antwort auf die Frage berechnet" #: inc/abstractitiltarget.class.php:205 msgid "SLA from template or none" @@ -2349,6 +2472,8 @@ msgid "" "The database schema is not consistent with the previous version of " "Formcreator %s. To see the logs run the command %s" msgstr "" +"Das Datenbankschema ist nicht mit der vorherigen Version von Formcreator %s " +"konsistent. Führe das Kommando %s aus, um die Ereignisse zu sehen." #: install/install.php:208 #, php-format @@ -2383,6 +2508,9 @@ msgid "" "The database schema is not consistent with the current version of " "Formcreator %s. To see the logs enable the plugin and run the command %s" msgstr "" +"Das Datenbankschema ist nicht mit der vorherigen Version von Formcreator %s " +"konsistent. Aktiviere das Plugin und führe das Kommando %s aus, um die " +"Ereignisse zu sehen." #: install/install.php:305 msgid "The tables of the plugin passed the schema integrity check." @@ -2428,7 +2556,7 @@ msgstr "" #: install/install.php:491 msgid "Your form has been refused by the validator" -msgstr "Ihr Formular wurde abgelehnt" +msgstr "Ihr Formular wurde vom Genehmiger abgelehnt" #: install/install.php:492 msgid "" @@ -2503,7 +2631,7 @@ msgstr "Export" #: hook.php:442 msgctxt "button" msgid "Access rights" -msgstr "" +msgstr "Zugriffsrechte" #: hook.php:756 msgid "Cancel my ticket" @@ -2520,7 +2648,7 @@ msgstr "Anzahl von %s" #: hook.php:798 msgid "Issues summary" -msgstr "usammenfassung der Probleme" +msgstr "Zusammenfassung der Probleme" #: hook.php:843 msgid "" @@ -2553,7 +2681,7 @@ msgstr "Sind Sie sich sicher, dass Sie diesen Abschnitt löschen möchten?" #: js/scripts.js:1161 msgid "Add translations" -msgstr "Übersetzung hinzufügen" +msgstr "Übersetzungen hinzufügen" #: js/scripts.js:1300 js/scripts.js:1324 msgid "An error occured while querying forms" @@ -2573,11 +2701,19 @@ msgstr "" #: js/scripts.js:1520 msgid "Are you sure you want to duplicate this target?" -msgstr "" +msgstr "Sind Sie sicher, dass Sie dieses Ziel duplizieren möchten?" #: js/scripts.js:1537 msgid "Are you sure you want to delete this target?" -msgstr "" +msgstr "Sind Sie sicher, dass Sie dieses Ziel löschen möchten?" +<<<<<<< HEAD +======= + +#: entrée standard:43 standard:50 standard:44 standard:82 standard:49 +#: standard:78 +msgid "Required" +msgstr "erforderlich" +>>>>>>> support/2.13.0 #: entrée standard:57 standard:61 standard:60 standard:59 standard:43 #: standard:69 standard:52 standard:76 @@ -2610,6 +2746,12 @@ msgstr "Zeige Ticketkategorien" msgid "Selectable root" msgstr "Wählbare Wurzel" +#: entrée standard:38 +msgid "GLPI object" +msgid_plural "GLPI objects" +msgstr[0] "GLPI Objekt" +msgstr[1] "GLPI Objekte" + #: entrée standard:63 msgid "Direct access on homepage" msgstr "direkter Zugriff auf die Homepage" @@ -2628,7 +2770,7 @@ msgstr "Bedingungen zur Anzeige des Abschnitts" #: entrée standard:40 msgid "Condition to generate the target" -msgstr "Bedingungen um das Ziel zu erzeugen" +msgstr "Bedingungen zum erstellen" #: entrée standard:40 msgid "General" @@ -2680,7 +2822,7 @@ msgstr "Bedingungen zur Anzeige des Senden-Buttons" #: entrée standard:33 msgid "No form answer yet" -msgstr "Kein Antworten bisher" +msgstr "Keine Formularantworten bisher" #: entrée standard:38 #, php-format diff --git a/locales/el_GR.mo b/locales/el_GR.mo new file mode 100644 index 000000000..d6bad3318 Binary files /dev/null and b/locales/el_GR.mo differ diff --git a/locales/el_GR.po b/locales/el_GR.po new file mode 100644 index 000000000..63b6e831c --- /dev/null +++ b/locales/el_GR.po @@ -0,0 +1,2684 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +# Translators: +# Evangelos Mamalakis , 2022 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-05-31 16:21+0200\n" +"PO-Revision-Date: 2022-06-15 12:10+0000\n" +"Last-Translator: Evangelos Mamalakis , 2022\n" +"Language-Team: Greek (Greece) (https://app.transifex.com/teclib/teams/28042/el_GR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: el_GR\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: ajax/question_update.php:38 ajax/section_update.php:37 +msgid "Bad request" +msgstr "" + +#: ajax/question_update.php:47 ajax/question_move.php:45 +#: ajax/question_delete.php:42 ajax/question_toggle_required.php:49 +msgid "Question not found" +msgstr "" + +#: ajax/question_update.php:53 ajax/question_duplicate.php:49 +#: ajax/question_move.php:50 ajax/section_add.php:38 +#: ajax/section_delete.php:50 ajax/section_move.php:55 +#: ajax/section_duplicate.php:50 ajax/question_delete.php:49 +#: ajax/question_toggle_required.php:55 ajax/section_update.php:44 +msgid "You don't have right for this action" +msgstr "" + +#: ajax/question_duplicate.php:43 +msgid "Source question not found" +msgstr "" + +#: ajax/question_move.php:73 +msgid "Could not move some questions" +msgstr "" + +#: ajax/section_add.php:44 +msgid "Could not add the section" +msgstr "" + +#: ajax/commontree.php:55 entrée standard:128 standard:100 +msgid "Subtree root" +msgstr "" + +#: ajax/commontree.php:59 +msgid "Selectable" +msgstr "" + +#: ajax/commontree.php:74 entrée standard:137 standard:109 +msgid "Limit subtree depth" +msgstr "" + +#: ajax/commontree.php:84 +msgid "No limit" +msgstr "" + +#: ajax/section_delete.php:44 ajax/section_move.php:49 +#: ajax/section_duplicate.php:44 +msgid "Source section not found" +msgstr "" + +#: ajax/section_delete.php:56 +msgid "Could not delete the section" +msgstr "" + +#: ajax/question_add.php:45 +msgid "Could not add the question" +msgstr "" + +#: ajax/section_move.php:66 +msgid "Could not move the section" +msgstr "" + +#: ajax/target_actor.php:51 +msgid "Failed to add the actor" +msgstr "" + +#: ajax/target_actor.php:62 +msgid "Failed to delete the actor" +msgstr "" + +#: ajax/section_duplicate.php:56 +msgid "Could not duplicate the section" +msgstr "" + +#: ajax/section_update.php:50 +msgid "Could not update the section" +msgstr "" + +#: front/knowbaseitem.php:42 front/knowbaseitem.php:47 +#: front/wizardreminders.php:49 front/wizardreminders.php:51 +#: front/wizard.php:45 front/wizard.php:50 front/wizardfeeds.php:49 +#: front/wizardfeeds.php:51 front/issue.php:44 front/issue.php:50 +#: front/formanswer.php:44 front/reservation.php:46 front/reservation.php:48 +#: front/knowbaseitem.form.php:48 front/knowbaseitem.form.php:50 +#: front/reservationitem.php:42 front/reservationitem.php:44 +#: front/formanswer.form.php:74 front/reservation.form.php:46 +#: front/reservation.form.php:48 +msgid "Service catalog" +msgstr "Κατάλογος Service" + +#: front/issue.form.php:46 +msgid "Item not found" +msgstr "" + +#: front/targetticket.form.php:46 front/targetticket.form.php:56 +#: front/targetticket.form.php:81 front/targetchange.form.php:46 +#: front/targetproblem.form.php:46 +msgid "No right to update this item." +msgstr "" + +#: front/targetticket.form.php:75 +msgid "Bad request while deleting an actor." +msgstr "" + +#: front/targetticket.form.php:95 front/targetchange.form.php:81 +#: front/formanswer.php:47 front/targetproblem.form.php:81 +#: front/formanswer.form.php:77 front/form.php:43 inc/common.class.php:654 +#: inc/common.class.php:661 +msgid "Form Creator" +msgstr "Κατασκευαστής Φορμών" + +#: front/targetticket.form.php:105 front/targetchange.form.php:90 +#: front/targetproblem.form.php:90 +#, php-format +msgid "%1$s = %2$s" +msgstr "" + +#: front/formlist.php:46 front/formlist.php:52 inc/common.class.php:648 +msgid "Form list" +msgstr "Λίστα φορμών" + +#: front/formdisplay.php:90 inc/formanswer.class.php:1077 +#: inc/formanswer.class.php:1325 inc/formanswer.class.php:1376 +msgid "The form has been successfully saved!" +msgstr "" + +#. TRANS: %s is the user login +#: front/reservation.form.php:71 +#, php-format +msgid "%1$s purges the reservation for item %2$s" +msgstr "" + +#: front/reservation.form.php:124 +#, php-format +msgid "%1$s adds the reservation %2$s for item %3$s" +msgstr "" + +#: inc/knowbase.class.php:60 inc/entityconfig.class.php:478 +#: inc/form.class.php:611 +msgid "Category" +msgid_plural "Categories" +msgstr[0] "" +msgstr[1] "" + +#: inc/knowbase.class.php:62 inc/form.class.php:614 entrée standard:39 +msgid "See all" +msgstr "" + +#: inc/knowbase.class.php:83 +msgid "Please, describe your need here" +msgstr "Παρακαλούμε περιγράψτε την ανάγκη σας εδώ" + +#: inc/field/textareafield.class.php:186 +msgid "Textarea" +msgstr "" + +#: inc/field/textareafield.class.php:249 inc/field/dropdownfield.class.php:594 +#: inc/field/ldapselectfield.class.php:115 +#: inc/field/urgencyfield.class.php:166 inc/field/tagfield.class.php:166 +#: inc/field/timefield.class.php:114 inc/field/fieldsfield.class.php:489 +#: inc/field/requesttypefield.class.php:161 +msgid "A required field is empty:" +msgstr "" + +#: inc/field/textareafield.class.php:267 inc/field/integerfield.class.php:112 +#: inc/field/floatfield.class.php:194 inc/conditionnabletrait.class.php:70 +msgid "The regular expression is invalid" +msgstr "" + +#: inc/field/dropdownfield.class.php:81 inc/filter/entityfilter.class.php:48 +msgid "User and form" +msgstr "" + +#: inc/field/dropdownfield.class.php:87 +msgid "Search filter" +msgstr "" + +#: inc/field/dropdownfield.class.php:585 entrée standard:38 +msgid "Dropdown" +msgid_plural "Dropdowns" +msgstr[0] "" +msgstr[1] "" + +#: inc/field/dropdownfield.class.php:616 +msgid "Invalid value for " +msgstr "" + +#: inc/field/dropdownfield.class.php:628 +#, php-format +msgid "The itemtype field is required: %s" +msgstr "" + +#: inc/field/dropdownfield.class.php:644 +#, php-format +msgid "Invalid dropdown type: %s" +msgstr "" + +#: inc/field/dropdownfield.class.php:704 inc/questionfilter.class.php:62 +#: entrée standard:68 +msgid "Filter" +msgstr "" + +#: inc/field/dropdownfield.class.php:987 entrée standard:162 standard:134 +msgid "Entity restriction" +msgstr "" + +#: inc/field/dropdownfield.class.php:996 +msgid "" +"To respect the GLPI entity system, \"Form\" should be selected. Others " +"settings will break the entity restrictions" +msgstr "" + +#: inc/field/ldapselectfield.class.php:96 +msgid "LDAP Select" +msgstr "" + +#: inc/field/ldapselectfield.class.php:140 +msgid "LDAP directory not defined!" +msgstr "" + +#: inc/field/ldapselectfield.class.php:147 +msgid "LDAP directory not found!" +msgstr "" + +#: inc/field/radiosfield.class.php:108 +msgid "Radios" +msgstr "" + +#: inc/field/radiosfield.class.php:114 inc/field/fieldsfield.class.php:513 +#: inc/field/checkboxesfield.class.php:245 +msgid "The field value is required:" +msgstr "" + +#: inc/field/radiosfield.class.php:192 inc/field/selectfield.class.php:104 +#: inc/field/datetimefield.class.php:119 inc/field/actorfield.class.php:258 +#: inc/field/checkboxesfield.class.php:191 inc/field/floatfield.class.php:125 +#: inc/field/datefield.class.php:116 +#, php-format +msgid "A required field is empty: %s" +msgstr "" + +#: inc/field/integerfield.class.php:59 +#, php-format +msgid "This is not an integer: %s" +msgstr "" + +#: inc/field/integerfield.class.php:71 inc/field/floatfield.class.php:156 +#, php-format +msgid "Specific format does not match: %s" +msgstr "" + +#: inc/field/integerfield.class.php:85 inc/field/floatfield.class.php:167 +#, php-format +msgid "The following number must be greater than %d: %s" +msgstr "" + +#: inc/field/integerfield.class.php:91 inc/field/floatfield.class.php:173 +#, php-format +msgid "The following number must be lower than %d: %s" +msgstr "" + +#: inc/field/integerfield.class.php:101 +msgid "Integer" +msgstr "" + +#: inc/field/undefinedfield.class.php:44 +msgid "Undefined" +msgstr "" + +#: inc/field/ipfield.class.php:123 +msgid "IP address" +msgid_plural "IP addresses" +msgstr[0] "" +msgstr[1] "" + +#: inc/field/urgencyfield.class.php:86 inc/abstractitiltarget.class.php:1040 +msgid "Urgency" +msgstr "" + +#: inc/field/urgencyfield.class.php:120 +msgctxt "urgency" +msgid "Very high" +msgstr "" + +#: inc/field/urgencyfield.class.php:121 +msgctxt "urgency" +msgid "High" +msgstr "" + +#: inc/field/urgencyfield.class.php:122 +msgctxt "urgency" +msgid "Medium" +msgstr "" + +#: inc/field/urgencyfield.class.php:123 +msgctxt "urgency" +msgid "Low" +msgstr "" + +#: inc/field/urgencyfield.class.php:124 +msgctxt "urgency" +msgid "Very low" +msgstr "" + +#: inc/field/tagfield.class.php:52 +msgid "Warning: Tag plugin is disabled or missing" +msgstr "" + +#: inc/field/tagfield.class.php:200 +msgid "Tag" +msgid_plural "Tags" +msgstr[0] "" +msgstr[1] "" + +#: inc/field/hostnamefield.class.php:116 +msgid "Hostname" +msgid_plural "Hostnames" +msgstr[0] "" +msgstr[1] "" + +#: inc/field/timefield.class.php:130 +msgid "Time" +msgstr "" + +#: inc/field/emailfield.class.php:89 +#, php-format +msgid "This is not a valid e-mail: %s" +msgstr "" + +#: inc/field/emailfield.class.php:100 +msgid "Email" +msgid_plural "Emails" +msgstr[0] "" +msgstr[1] "" + +#: inc/field/selectfield.class.php:97 +msgid "Select" +msgstr "" + +#: inc/field/datetimefield.class.php:140 +msgid "Date & time" +msgstr "" + +#: inc/field/actorfield.class.php:84 +msgid "Actor" +msgid_plural "Actors" +msgstr[0] "" +msgstr[1] "" + +#: inc/field/actorfield.class.php:268 +#, php-format +msgid "Invalid value: %s" +msgstr "" + +#: inc/field/actorfield.class.php:291 +#, php-format +msgid "User not found or invalid email address: %s" +msgstr "" + +#: inc/field/filefield.class.php:124 +msgid "No attached document" +msgstr "" + +#: inc/field/filefield.class.php:133 inc/field/filefield.class.php:254 +#: inc/field/filefield.class.php:261 +msgid "Attached document" +msgstr "" + +#: inc/field/filefield.class.php:175 +#, php-format +msgid "A required file is missing: %s" +msgstr "" + +#: inc/field/filefield.class.php:192 +msgid "File" +msgstr "" + +#: inc/field/multiselectfield.class.php:86 +msgid "Multiselect" +msgstr "" + +#: inc/field/fieldsfield.class.php:154 +msgid "Warning: Additional Fields plugin is disabled or missing" +msgstr "" + +#: inc/field/fieldsfield.class.php:168 +msgid "Block" +msgstr "" + +#: inc/field/fieldsfield.class.php:172 inc/targetticket.class.php:346 +msgid "Field" +msgstr "" + +#: inc/field/fieldsfield.class.php:254 +msgid "show" +msgstr "" + +#: inc/field/fieldsfield.class.php:390 +#, php-format +msgid "Field '%1$s' type not implemented yet!" +msgstr "" + +#: inc/field/fieldsfield.class.php:467 +msgid "Some numeric fields contains non numeric values" +msgstr "" + +#: inc/field/fieldsfield.class.php:472 +msgid "Some URL fields contains invalid links" +msgstr "" + +#: inc/field/fieldsfield.class.php:566 +msgid "Additionnal fields" +msgstr "" + +#: inc/field/checkboxesfield.class.php:133 +msgid "Checkboxes" +msgstr "" + +#: inc/field/checkboxesfield.class.php:227 +#, php-format +msgid "The following question needs at least %d answers: %s" +msgstr "" + +#: inc/field/checkboxesfield.class.php:233 +#, php-format +msgid "The following question does not accept more than %d answers: %s" +msgstr "" + +#: inc/field/checkboxesfield.class.php:305 +msgid "Range min" +msgstr "" + +#: inc/field/checkboxesfield.class.php:306 +msgid "Range max" +msgstr "" + +#: inc/field/requesttypefield.class.php:87 inc/targetticket.class.php:1150 +msgid "Request type" +msgstr "" + +#: inc/field/floatfield.class.php:142 +#, php-format +msgid "This is not a number: %s" +msgstr "" + +#: inc/field/floatfield.class.php:183 +msgid "Decimal number" +msgstr "" + +#: inc/field/floatfield.class.php:235 inc/questionregex.class.php:62 entrée +#: standard:42 +msgid "Regular expression" +msgstr "" + +#: inc/field/floatfield.class.php:240 +msgid "Range" +msgstr "" + +#: inc/field/floatfield.class.php:246 +msgid "Additional validation" +msgstr "" + +#: inc/field/datefield.class.php:137 +msgid "Date" +msgstr "" + +#: inc/field/descriptionfield.class.php:106 inc/form.class.php:151 +#: inc/question.class.php:188 entrée standard:82 standard:52 standard:114 +msgid "Description" +msgstr "" + +#: inc/field/descriptionfield.class.php:113 +msgid "A description field should have a description:" +msgstr "" + +#: inc/field/hiddenfield.class.php:96 +msgid "Hidden field" +msgid_plural "Hidden fields" +msgstr[0] "" +msgstr[1] "" + +#: inc/condition.class.php:65 +msgid "Condition" +msgid_plural "Conditions" +msgstr[0] "" +msgstr[1] "" + +#: inc/condition.class.php:103 +msgid "is visible" +msgstr "" + +#: inc/condition.class.php:104 +msgid "is not visible" +msgstr "" + +#: inc/condition.class.php:105 +msgid "regular expression matches" +msgstr "" + +#: inc/condition.class.php:116 +msgid "Always displayed" +msgstr "" + +#: inc/condition.class.php:117 +msgid "Hidden unless" +msgstr "" + +#: inc/condition.class.php:118 +msgid "Displayed unless" +msgstr "" + +#: inc/condition.class.php:178 inc/target_actor.class.php:233 +#: inc/form_language.class.php:565 inc/form_validator.class.php:248 +#: inc/targetproblem.class.php:527 inc/questionrange.class.php:199 +#: inc/form.class.php:1908 inc/targetchange.class.php:304 +#: inc/questionfilter.class.php:222 inc/section.class.php:381 +#: inc/restrictedformcriteria.class.php:200 inc/question.class.php:867 +#: inc/questionparameter/range.class.php:198 inc/questionregex.class.php:188 +#: inc/questiondependency.class.php:196 inc/item_targetticket.class.php:154 +#: inc/targetticket.class.php:1461 +#, php-format +msgid "Failed to add or update the %1$s %2$s" +msgstr "" + +#: inc/condition.class.php:200 inc/target_actor.class.php:254 +#: inc/form_language.class.php:581 inc/form_validator.class.php:288 +#: inc/targetproblem.class.php:362 inc/questionrange.class.php:131 +#: inc/form.class.php:1569 inc/targetchange.class.php:149 +#: inc/questionfilter.class.php:154 inc/section.class.php:406 +#: inc/restrictedformcriteria.class.php:226 inc/question.class.php:894 +#: inc/questionparameter/range.class.php:133 inc/questionregex.class.php:120 +#: inc/questiondependency.class.php:211 inc/item_targetticket.class.php:64 +#: inc/targetticket.class.php:1500 +#, php-format +msgid "Cannot export an empty object: %s" +msgstr "" + +#: inc/condition.class.php:268 +msgid "Conditions" +msgstr "" + +#: inc/linker.class.php:78 +msgid "Importing" +msgstr "" + +#: inc/linker.class.php:80 +msgid "Import in progress" +msgstr "" + +#: inc/issue.class.php:43 +msgid "Issue" +msgid_plural "Issues" +msgstr[0] "" +msgstr[1] "" + +#: inc/issue.class.php:56 +msgid "Update issue data from tickets and form answers" +msgstr "" + +#: inc/issue.class.php:393 +msgid "Satisfaction survey expired" +msgstr "" + +#: inc/issue.class.php:531 inc/form_language.class.php:229 +#: inc/form.class.php:2208 entrée standard:52 standard:49 standard:57 +#: standard:38 standard:39 standard:105 standard:46 +msgid "Name" +msgstr "" + +#: inc/issue.class.php:543 inc/formanswer.class.php:229 +#: inc/formanswer.class.php:320 inc/targetproblem.class.php:610 +#: inc/form.class.php:142 inc/targetchange.class.php:335 +#: inc/section.class.php:95 inc/question.class.php:178 +#: inc/targetticket.class.php:180 entrée standard:45 +msgid "ID" +msgstr "" + +#: inc/issue.class.php:552 inc/form.class.php:2217 entrée standard:111 +#: standard:65 standard:104 standard:4 +msgid "Type" +msgid_plural "Types" +msgstr[0] "" +msgstr[1] "" + +#: inc/issue.class.php:565 inc/formanswer.class.php:307 +msgid "Status" +msgstr "" + +#: inc/issue.class.php:577 +msgid "Opening date" +msgstr "" + +#: inc/issue.class.php:586 +msgid "Last update" +msgstr "" + +#: inc/issue.class.php:595 inc/abstracttarget.class.php:517 +msgid "Entity" +msgid_plural "Entities" +msgstr[0] "" +msgstr[1] "" + +#: inc/issue.class.php:605 inc/notificationtargetformanswer.class.php:76 +#: inc/notificationtargetformanswer.class.php:96 +#: inc/target_actor.class.php:101 inc/formanswer.class.php:248 +#: inc/formanswer.class.php:762 inc/abstractitiltarget.class.php:1804 entrée +#: standard:48 +msgid "Requester" +msgid_plural "Requesters" +msgstr[0] "" +msgstr[1] "" + +#: inc/issue.class.php:619 inc/formanswer.class.php:258 +msgid "Form approver" +msgstr "" + +#: inc/issue.class.php:651 inc/formanswer.class.php:691 +#: inc/formanswer.class.php:698 inc/formanswer.class.php:777 +#: inc/form_language.class.php:243 +msgid "Comment" +msgstr "" + +#: inc/issue.class.php:663 +msgid "Ticket approver" +msgstr "" + +#: inc/issue.class.php:736 +msgid "Technician" +msgstr "" + +#: inc/issue.class.php:767 +msgid "Technician group" +msgstr "" + +#: inc/issue.class.php:799 inc/formanswer.class.php:287 +msgid "Form approver group" +msgstr "" + +#: inc/issue.class.php:829 +msgid "Ticket approver group" +msgstr "" + +#: inc/issue.class.php:863 inc/abstractitiltarget.class.php:787 entrée +#: standard:108 +msgid "Time to resolve" +msgstr "" + +#: inc/issue.class.php:874 +msgid "Time to resolve + Progress" +msgstr "" + +#: inc/issue.class.php:884 +msgid "Internal time to resolve" +msgstr "" + +#: inc/issue.class.php:895 +msgid "Internal time to resolve + Progress" +msgstr "" + +#: inc/issue.class.php:905 +msgid "Resolution date" +msgstr "" + +#: inc/issue.class.php:914 +msgid "Internal time to own" +msgstr "" + +#: inc/issue.class.php:925 +msgid "Internal time to own + Progress" +msgstr "" + +#: inc/issue.class.php:935 entrée standard:109 +msgid "Time to own" +msgstr "" + +#: inc/issue.class.php:946 +msgid "Time to own + Progress" +msgstr "" + +#: inc/issue.class.php:958 +msgid "Approver substitute" +msgstr "" + +#: inc/issue.class.php:1022 +msgid "Substitute of a member of approver group" +msgstr "" + +#: inc/issue.class.php:1095 +msgid "Form approver substitute" +msgstr "" + +#: inc/issue.class.php:1163 +msgid "Current form approver group" +msgstr "" + +#: inc/issue.class.php:1193 +msgid "Current form approver" +msgstr "" + +#: inc/issue.class.php:1227 +msgid "Ticket requester" +msgstr "" + +#: inc/issue.class.php:1274 +msgid "Ticket observer" +msgstr "" + +#: inc/issue.class.php:1322 +msgid "Ticket technician" +msgstr "" + +#: inc/issue.class.php:1469 +#, php-format +msgid "%1$s %2$s" +msgstr "" + +#: inc/issue.class.php:1727 inc/filter/itilcategoryfilter.class.php:56 +#: hook.php:766 +msgid "All" +msgstr "" + +#: inc/issue.class.php:1733 hook.php:767 +msgid "New" +msgstr "" + +#: inc/issue.class.php:1739 hook.php:768 +msgid "Assigned" +msgstr "" + +#: inc/issue.class.php:1745 inc/formanswer.class.php:78 +#: inc/form_validator.class.php:70 hook.php:769 +msgid "Waiting" +msgstr "" + +#: inc/issue.class.php:1751 hook.php:770 +msgid "To validate" +msgstr "" + +#: inc/issue.class.php:1757 hook.php:771 +msgid "Solved" +msgstr "" + +#: inc/issue.class.php:1763 hook.php:772 +msgid "Closed" +msgstr "" + +#: inc/category.class.php:50 hook.php:72 +msgid "Form category" +msgid_plural "Form categories" +msgstr[0] "" +msgstr[1] "" + +#: inc/category.class.php:80 +msgid "Knowbase category" +msgstr "Κατηγορία Γνωσιακής Βάσης" + +#: inc/category.class.php:86 +msgid "As child of" +msgstr "" + +#: inc/category.class.php:92 inc/form.class.php:247 entrée standard:65 +msgid "Icon" +msgstr "" + +#: inc/category.class.php:98 inc/form.class.php:255 entrée standard:67 +msgid "Icon color" +msgstr "" + +#: inc/category.class.php:104 inc/form.class.php:263 entrée standard:80 +msgid "Background color" +msgstr "" + +#: inc/formlist.class.php:46 inc/entityconfig.class.php:93 +#: inc/form.class.php:111 inc/form.class.php:516 inc/form.class.php:2015 +#: entrée standard:47 +msgid "Form" +msgid_plural "Forms" +msgstr[0] "" +msgstr[1] "" + +#: inc/notificationtargetformanswer.class.php:43 +msgid "The form as been saved" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:44 +msgid "A form need to be validate" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:45 install/install.php:490 +msgid "The form is refused" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:46 install/install.php:496 +msgid "The form is accepted" +msgstr "Η φόρμα έγινε αποδεκτή" + +#: inc/notificationtargetformanswer.class.php:47 install/install.php:502 +msgid "The form is deleted" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:74 +msgid "Form ID" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:75 +#: inc/notificationtargetformanswer.class.php:95 +msgid "Form name" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:77 +#: inc/form_validator.class.php:91 +msgid "Validator" +msgid_plural "Validators" +msgstr[0] "" +msgstr[1] "" + +#: inc/notificationtargetformanswer.class.php:78 +#: inc/notificationtargetformanswer.class.php:98 inc/formanswer.class.php:278 +#: entrée standard:49 +msgid "Creation date" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:79 +#: inc/notificationtargetformanswer.class.php:99 +msgid "Full form answers" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:80 +msgid "Validation comment" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:81 +#: inc/notificationtargetformanswer.class.php:101 +msgid "Validation link" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:82 +msgid "Request ID" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:94 +msgid "Form #" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:97 +msgctxt "tag" +msgid "Validator" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:100 +msgid "Refused comment" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:102 +msgid "Request #" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:114 +msgid "Author" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:115 +#: inc/abstractitiltarget.class.php:1374 +msgid "Approver" +msgstr "" + +#: inc/target_actor.class.php:70 inc/abstractitiltarget.class.php:2141 +msgid "Form author" +msgstr "" + +#: inc/target_actor.class.php:71 inc/abstractitiltarget.class.php:2144 +msgid "Form validator" +msgstr "" + +#: inc/target_actor.class.php:72 +msgid "Specific person" +msgstr "" + +#: inc/target_actor.class.php:73 inc/abstractitiltarget.class.php:2154 +msgid "Person from the question" +msgstr "" + +#: inc/target_actor.class.php:74 +msgid "Specific group" +msgstr "" + +#: inc/target_actor.class.php:75 inc/abstractitiltarget.class.php:2165 +msgid "Group from the question" +msgstr "" + +#: inc/target_actor.class.php:76 +msgid "Group from an object" +msgstr "" + +#: inc/target_actor.class.php:77 +msgid "Tech group from an object" +msgstr "" + +#: inc/target_actor.class.php:78 +msgid "Specific supplier" +msgstr "" + +#: inc/target_actor.class.php:79 inc/abstractitiltarget.class.php:2194 +msgid "Supplier from the question" +msgstr "" + +#: inc/target_actor.class.php:80 inc/abstractitiltarget.class.php:2183 +msgid "Actors from the question" +msgstr "" + +#: inc/target_actor.class.php:81 inc/abstractitiltarget.class.php:2198 +msgid "Form author's supervisor" +msgstr "" + +#: inc/target_actor.class.php:102 +msgid "Observer" +msgstr "" + +#: inc/target_actor.class.php:103 inc/abstractitiltarget.class.php:1818 +msgid "Assigned to" +msgstr "" + +#: inc/target_actor.class.php:109 +msgid "Target actor" +msgid_plural "Target actors" +msgstr[0] "" +msgstr[1] "" + +#: inc/target_actor.class.php:115 inc/target_actor.class.php:131 +#: inc/target_actor.class.php:140 +msgid "Bad request while adding an actor." +msgstr "" + +#: inc/target_actor.class.php:197 +#, php-format +msgid "Failed to find a user: %1$s" +msgstr "" + +#: inc/target_actor.class.php:206 +#, php-format +msgid "Failed to find a group: %1$s" +msgstr "" + +#: inc/target_actor.class.php:215 +#, php-format +msgid "Failed to find a supplier: %1$s" +msgstr "" + +#: inc/formanswer.class.php:79 inc/form_validator.class.php:72 +msgid "Refused" +msgstr "" + +#: inc/formanswer.class.php:80 inc/form_validator.class.php:71 +msgid "Accepted" +msgstr "" + +#: inc/formanswer.class.php:214 +msgid "Form answer" +msgid_plural "Form answers" +msgstr[0] "" +msgstr[1] "" + +#: inc/formanswer.class.php:676 +msgid "Print this form" +msgstr "Εκτύπωση της φόρμας" + +#: inc/formanswer.class.php:701 +msgid "Form accepted by validator." +msgstr "" + +#: inc/formanswer.class.php:703 +msgid "Form successfully saved." +msgstr "" + +#: inc/formanswer.class.php:770 +msgid "Save" +msgstr "" + +#: inc/formanswer.class.php:782 +msgid "Required if refused" +msgstr "" + +#: inc/formanswer.class.php:788 +msgid "Refuse" +msgstr "" + +#: inc/formanswer.class.php:796 +msgid "Edit answers" +msgstr "" + +#: inc/formanswer.class.php:802 +msgid "Cancel edition" +msgstr "" + +#: inc/formanswer.class.php:809 +msgid "Accept" +msgstr "" + +#: inc/formanswer.class.php:828 +msgid "Refused comment is required!" +msgstr "" + +#: inc/formanswer.class.php:882 inc/formanswer.class.php:899 +msgid "" +"An internal error occured when verifying your answers. Please report it to " +"your administrator." +msgstr "" + +#: inc/formanswer.class.php:933 +msgid "You are not the validator of these answers" +msgstr "" + +#: inc/formanswer.class.php:1083 +#, php-format +msgid "Item sucessfully added: %1$s (%2$s: %3$s)" +msgstr "" + +#: inc/formanswer.class.php:1166 inc/formanswer.class.php:1168 +msgid "Form data" +msgstr "" + +#: inc/formanswer.class.php:1301 +msgid "" +"You are a validator of the form, then your approval hs been added " +"automatically." +msgstr "" + +#: inc/formanswer.class.php:1310 inc/formanswer.class.php:1363 +msgid "Cannot generate targets!" +msgstr "" + +#: inc/formanswer.class.php:1511 +msgid "No captcha set." +msgstr "" + +#: inc/formanswer.class.php:1517 +msgid "You failed the captcha test." +msgstr "" + +#: inc/formanswer.class.php:1540 +msgid "You must select validator!" +msgstr "" + +#: inc/common.class.php:229 +msgid "You cannot delete this issue. Maybe it is taken into account." +msgstr "" + +#: inc/common.class.php:234 +msgid "Failed to delete this issue. An internal error occured." +msgstr "" + +#: inc/common.class.php:745 +msgid "Seek assistance" +msgstr "" + +#: inc/common.class.php:751 inc/common.class.php:755 +msgid "My requests for assistance" +msgstr "" + +#: inc/common.class.php:791 +msgid "Consult reminders" +msgstr "" + +#: inc/common.class.php:811 +msgid "Consult feeds" +msgstr "" + +#: inc/abstractfield.class.php:89 inc/question.class.php:758 +msgid "Apply" +msgstr "" + +#: inc/formaccesstype.class.php:41 entrée standard:39 +msgid "Access type" +msgid_plural "Access types" +msgstr[0] "" +msgstr[1] "" + +#: inc/form_language.class.php:51 +msgid "Form language" +msgid_plural "Form languages" +msgstr[0] "" +msgstr[1] "" + +#: inc/form_language.class.php:78 inc/form_language.class.php:364 +msgid "Translation" +msgid_plural "Translations" +msgstr[0] "" +msgstr[1] "" + +#: inc/form_language.class.php:119 +msgid "The name cannot be empty." +msgstr "" + +#: inc/form_language.class.php:127 +msgid "The language must be associated to a form." +msgstr "" + +#: inc/form_language.class.php:135 +msgid "The specified language is not available." +msgstr "" + +#: inc/form_language.class.php:265 +msgid "Add a translation" +msgstr "" + +#: inc/form_language.class.php:299 js/scripts.js:1214 +msgid "Update a translation" +msgstr "" + +#: inc/form_language.class.php:329 inc/form_language.class.php:331 +msgid "New translation" +msgstr "" + +#: inc/form_language.class.php:334 +msgid "Filter list" +msgstr "" + +#: inc/form_language.class.php:339 inc/form_language.class.php:438 +msgid "No translation found" +msgstr "" + +#: inc/form_language.class.php:344 +msgid "Do you want to delete the selected items?" +msgstr "" + +#: inc/form_language.class.php:353 inc/form_language.class.php:401 +#: inc/abstractitiltarget.class.php:1710 entrée standard:124 standard:31 +msgid "Delete" +msgstr "" + +#: inc/form_language.class.php:363 +msgid "Original string" +msgstr "" + +#: inc/form_language.class.php:424 +msgid "Add a new language" +msgstr "" + +#: inc/form_language.class.php:457 inc/form_language.class.php:489 +#: inc/form.class.php:178 entrée standard:72 +msgid "Language" +msgstr "" + +#: inc/form_validator.class.php:69 inc/targetticket.class.php:99 +#: inc/abstractitiltarget.class.php:186 +msgid "None" +msgstr "" + +#: inc/form_validator.class.php:78 inc/abstractitiltarget.class.php:2552 +msgid "No" +msgstr "" + +#: inc/form_validator.class.php:81 +msgid "Supervisor of the requester" +msgstr "" + +#: inc/form_validator.class.php:116 inc/translation.class.php:221 +msgid "Form not found." +msgstr "" + +#: inc/form_validator.class.php:121 inc/form_validator.class.php:129 +#: inc/form_validator.class.php:138 +msgid "Invalid validator." +msgstr "" + +#: inc/form_validator.class.php:147 +#, php-format +msgid "Only level 1 is allowed for %s." +msgstr "" + +#: inc/form_validator.class.php:156 +msgid "Invalid validator type." +msgstr "" + +#: inc/form_validator.class.php:194 entrée standard:103 +msgid "Level" +msgstr "" + +#: inc/form_validator.class.php:592 inc/abstractitiltarget.class.php:1354 +msgid "Validation" +msgstr "" + +#: inc/form_validator.class.php:594 +msgid "Choose a validator" +msgstr "Επιλογή ελεγκτή" + +#: inc/profile.class.php:62 inc/targetproblem.class.php:147 +#: inc/entityconfig.class.php:520 inc/targetchange.class.php:484 +#: inc/targetticket.class.php:323 inc/targetticket.class.php:358 +#: inc/abstractitiltarget.class.php:2124 +msgctxt "button" +msgid "Save" +msgstr "" + +#: inc/targetproblem.class.php:43 entrée standard:43 +msgid "Target problem" +msgid_plural "Target problems" +msgstr[0] "" +msgstr[1] "" + +#: inc/targetproblem.class.php:109 inc/targetproblem.class.php:565 +#: inc/targetchange.class.php:105 inc/targetchange.class.php:441 +#: inc/targetticket.class.php:135 inc/targetticket.class.php:238 +msgid "Properties" +msgstr "" + +#: inc/targetproblem.class.php:509 inc/targetchange.class.php:286 +#: inc/targetticket.class.php:1443 +#, php-format +msgid "" +"Failed to add or update the %1$s %2$s: a question is missing and is used in " +"a parameter of the target" +msgstr "" + +#: inc/targetproblem.class.php:566 inc/targetchange.class.php:106 +#: inc/targetticket.class.php:136 inc/abstractitiltarget.class.php:1216 +msgid "Actors" +msgstr "" + +#: inc/targetproblem.class.php:619 entrée standard:48 +msgid "Problem title" +msgstr "" + +#: inc/targetproblem.class.php:629 inc/targetchange.class.php:354 +#: inc/targetticket.class.php:199 +msgid "Content" +msgstr "" + +#: inc/targetproblem.class.php:639 inc/targetchange.class.php:364 +msgid "Impact" +msgstr "" + +#: inc/targetproblem.class.php:649 entrée standard:56 +msgid "Cause" +msgstr "" + +#: inc/targetproblem.class.php:659 entrée standard:58 +msgid "Symptom" +msgstr "" + +#: inc/entityconfig.class.php:101 inc/entityconfig.class.php:110 +#: inc/entityconfig.class.php:118 inc/entityconfig.class.php:126 +#: inc/entityconfig.class.php:134 inc/entityconfig.class.php:142 +#: inc/entityconfig.class.php:150 inc/entityconfig.class.php:158 +#: inc/entityconfig.class.php:166 inc/entityconfig.class.php:180 +#: inc/entityconfig.class.php:188 inc/entityconfig.class.php:196 +msgid "Inheritance of the parent entity" +msgstr "" + +#: inc/entityconfig.class.php:102 +msgid "GLPi's helpdesk" +msgstr "" + +#: inc/entityconfig.class.php:103 +msgid "Service catalog simplified" +msgstr "" + +#: inc/entityconfig.class.php:104 +msgid "Service catalog extended" +msgstr "" + +#: inc/entityconfig.class.php:111 +msgid "All available forms" +msgstr "" + +#: inc/entityconfig.class.php:112 +msgid "Only default forms" +msgstr "" + +#: inc/entityconfig.class.php:119 +msgid "Popularity sort" +msgstr "" + +#: inc/entityconfig.class.php:120 +msgid "Alphabetic sort" +msgstr "" + +#: inc/entityconfig.class.php:127 +msgid "Merged with Forms" +msgstr "" + +#: inc/entityconfig.class.php:128 +msgid "Distinct menu entry" +msgstr "" + +#: inc/entityconfig.class.php:135 inc/entityconfig.class.php:143 +#: inc/entityconfig.class.php:151 inc/entityconfig.class.php:159 +#: inc/entityconfig.class.php:189 inc/form.class.php:271 entrée standard:100 +msgid "Visible" +msgstr "" + +#: inc/entityconfig.class.php:136 inc/entityconfig.class.php:144 +#: inc/entityconfig.class.php:152 inc/entityconfig.class.php:160 +#: inc/entityconfig.class.php:190 +msgid "Hidden" +msgstr "" + +#: inc/entityconfig.class.php:167 +msgid "Variable height" +msgstr "" + +#: inc/entityconfig.class.php:168 +msgid "Uniform height" +msgstr "" + +#: inc/entityconfig.class.php:173 +msgid "Search for assistance" +msgstr "" + +#: inc/entityconfig.class.php:174 +msgid "User's assistance requests" +msgstr "" + +#: inc/entityconfig.class.php:181 +msgid "Only forms" +msgstr "" + +#: inc/entityconfig.class.php:182 +msgid "Forms and list of requests" +msgstr "" + +#: inc/entityconfig.class.php:197 +msgid "Folded" +msgstr "" + +#: inc/entityconfig.class.php:198 +msgid "Unfolded" +msgstr "" + +#: inc/entityconfig.class.php:298 +msgid "Helpdesk" +msgstr "" + +#: inc/entityconfig.class.php:306 inc/entityconfig.class.php:534 entrée +#: standard:44 +msgid "Helpdesk mode" +msgstr "" + +#: inc/entityconfig.class.php:317 inc/entityconfig.class.php:604 +msgid "Default Form list mode" +msgstr "" + +#: inc/entityconfig.class.php:335 inc/entityconfig.class.php:544 +msgid "Sort order" +msgstr "" + +#: inc/entityconfig.class.php:351 inc/entityconfig.class.php:554 +msgid "Knowledge base" +msgstr "" + +#: inc/entityconfig.class.php:366 +msgid "Search" +msgstr "" + +#: inc/entityconfig.class.php:382 inc/entityconfig.class.php:614 +msgid "Counters dashboard" +msgstr "" + +#: inc/entityconfig.class.php:398 +msgid "Header message" +msgstr "" + +#: inc/entityconfig.class.php:414 inc/entityconfig.class.php:624 +msgid "Search issue" +msgstr "" + +#: inc/entityconfig.class.php:430 inc/entityconfig.class.php:594 +msgid "Service catalog home page" +msgstr "" + +#: inc/entityconfig.class.php:446 inc/entityconfig.class.php:634 +msgid "Tile design" +msgstr "" + +#: inc/entityconfig.class.php:462 +msgid "Home page" +msgstr "" + +#: inc/entityconfig.class.php:494 +msgid "Menu visibility (only for vertical menu)" +msgstr "" + +#: inc/entityconfig.class.php:506 inc/entityconfig.class.php:584 +#: inc/form.class.php:225 entrée standard:84 +msgid "Header" +msgid_plural "Headers" +msgstr[0] "" +msgstr[1] "" + +#: inc/entityconfig.class.php:564 +msgid "Display search field" +msgstr "" + +#: inc/entityconfig.class.php:574 +msgid "Display header" +msgstr "" + +#: inc/questionrange.class.php:52 inc/questionparameter/range.class.php:56 +msgid "Question range" +msgid_plural "Question ranges" +msgstr[0] "" +msgstr[1] "" + +#: inc/questionrange.class.php:62 inc/questionparameter/range.class.php:66 +msgid "Minimum range" +msgstr "" + +#: inc/questionrange.class.php:71 inc/questionparameter/range.class.php:75 +msgid "maximum range" +msgstr "" + +#: inc/form.class.php:66 inc/form.class.php:429 +msgid "Public access" +msgstr "" + +#: inc/form.class.php:67 inc/form.class.php:433 +msgid "Private access" +msgstr "" + +#: inc/form.class.php:68 inc/form.class.php:437 +msgid "Restricted access" +msgstr "" + +#: inc/form.class.php:122 +msgid "Answers waiting for validation" +msgstr "" + +#: inc/form.class.php:124 inc/form.class.php:1663 inc/form.class.php:1689 +msgid "Import forms" +msgstr "" + +#: inc/form.class.php:169 +msgid "Recursive" +msgstr "" + +#: inc/form.class.php:190 +msgid "Homepage" +msgstr "" + +#: inc/form.class.php:203 +msgid "Access" +msgstr "" + +#: inc/form.class.php:234 inc/form.class.php:327 inc/form.class.php:394 entrée +#: standard:54 +msgid "Active" +msgstr "" + +#: inc/form.class.php:286 inc/form.class.php:338 inc/form.class.php:413 +msgid "Default form" +msgstr "" + +#: inc/form.class.php:296 entrée standard:106 +msgid "Next form" +msgstr "" + +#: inc/form.class.php:326 inc/form.class.php:391 +msgid "Inactive" +msgstr "" + +#: inc/form.class.php:337 inc/form.class.php:410 +msgid "Not default form" +msgstr "" + +#: inc/form.class.php:361 inc/form.class.php:445 entrée standard:75 +msgid "All languages" +msgstr "" + +#: inc/form.class.php:508 entrée standard:3 +msgid "Target" +msgid_plural "Targets" +msgstr[0] "" +msgstr[1] "" + +#: inc/form.class.php:511 +msgid "Preview" +msgstr "" + +#: inc/form.class.php:512 +msgid "Form answer properties" +msgstr "" + +#: inc/form.class.php:854 +msgid "What are you looking for?" +msgstr "" + +#: inc/form.class.php:993 inc/form.class.php:1156 +#: inc/abstracttarget.class.php:162 inc/abstractitiltarget.class.php:1625 +msgid "The name cannot be empty!" +msgstr "Το όνομα δεν μπορεί να είναι κενό" + +#: inc/form.class.php:1026 inc/form.class.php:1191 +msgid "A loop is generated!" +msgstr "" + +#: inc/form.class.php:1167 +msgid "Cannot use empty name for form answers. Keeping the previous value." +msgstr "" + +#: inc/form.class.php:1303 +#, php-format +msgid "The question %s is not compatible with public forms" +msgstr "" + +#: inc/form.class.php:1386 +msgid "Errored duplicate" +msgstr "" + +#: inc/form.class.php:1397 entrée standard:23 +msgid "Duplicate" +msgstr "" + +#: inc/form.class.php:1442 inc/form.class.php:1452 +msgctxt "button" +msgid "Post" +msgstr "" + +#: inc/form.class.php:1475 +#, php-format +msgid "Form duplicated: %s" +msgstr "" + +#: inc/form.class.php:1491 +#, php-format +msgid "Form Transfered: %s" +msgstr "" + +#: inc/form.class.php:1515 +msgid "Back" +msgstr "" + +#: inc/form.class.php:1526 +#, php-format +msgid "Form updated: %s" +msgstr "" + +#: inc/form.class.php:1636 +msgid "Upload of JSON files not allowed." +msgstr "" + +#: inc/form.class.php:1639 +msgid "You may allow JSON files right now." +msgstr "" + +#: inc/form.class.php:1640 +msgctxt "button" +msgid "Create" +msgstr "" + +#: inc/form.class.php:1643 inc/form.class.php:1654 +msgid "Please contact your GLPI administrator." +msgstr "" + +#: inc/form.class.php:1644 inc/form.class.php:1655 +msgctxt "button" +msgid "Back" +msgstr "" + +#: inc/form.class.php:1647 +msgid "Upload of JSON files not enabled." +msgstr "" + +#: inc/form.class.php:1650 inc/form.class.php:1653 +msgid "You may enable JSON files right now." +msgstr "" + +#: inc/form.class.php:1651 +msgctxt "button" +msgid "Enable" +msgstr "" + +#: inc/form.class.php:1698 +msgctxt "button" +msgid "Send" +msgstr "" + +#: inc/form.class.php:1717 +msgid "Forms import impossible, the file is empty" +msgstr "" + +#: inc/form.class.php:1721 inc/form.class.php:1725 +msgid "Forms import impossible, the file seems corrupt" +msgstr "" + +#: inc/form.class.php:1731 +msgid "Forms import impossible, the file was generated with another version" +msgstr "" + +#: inc/form.class.php:1738 +msgid "" +"The file does not specifies the schema version. It was probably generated " +"with a version older than 2.10. Giving up." +msgstr "" + +#: inc/form.class.php:1764 +#, php-format +msgid "Failed to import %s" +msgstr "" + +#: inc/form.class.php:1769 +#, php-format +msgid "Forms successfully imported from %s" +msgstr "" + +#: inc/form.class.php:1832 +#, php-format +msgid "The form %1$s already exists and is in an unmodifiable entity." +msgstr "" + +#: inc/form.class.php:1840 +#, php-format +msgid "You don't have right to update the entity %1$s." +msgstr "" + +#: inc/form.class.php:1850 +#, php-format +msgid "The entity %1$s is required for the form %2$s." +msgstr "" + +#: inc/form.class.php:1952 +msgid "Failed to create JSON document type" +msgstr "" + +#: inc/form.class.php:1959 +msgid "JSON document type not found" +msgstr "" + +#: inc/form.class.php:1966 +msgid "Failed to update JSON document type" +msgstr "" + +#: inc/form.class.php:1986 +msgid "Forms without category" +msgstr "" + +#: inc/form.class.php:2007 +msgid "No form available" +msgstr "" + +#: inc/form.class.php:2205 entrée standard:47 +msgid "Add a target" +msgstr "" + +#: inc/form.class.php:2236 inc/targetticket.class.php:398 +#: inc/abstractitiltarget.class.php:1828 inc/abstractitiltarget.class.php:2124 +#: entrée standard:92 standard:94 +msgid "Add" +msgstr "" + +#: inc/form.class.php:2254 inc/form.class.php:2277 inc/form.class.php:2299 +msgid "Unsupported target type." +msgstr "" + +#: inc/form.class.php:2333 +msgid "plugin_formcreator_load_check" +msgstr "" + +#: inc/targetchange.class.php:44 entrée standard:43 +msgid "Target change" +msgid_plural "Target changes" +msgstr[0] "" +msgstr[1] "" + +#: inc/targetchange.class.php:344 entrée standard:48 +msgid "Change title" +msgstr "" + +#: inc/targetchange.class.php:374 entrée standard:56 +msgid "Control list" +msgstr "" + +#: inc/targetchange.class.php:384 entrée standard:58 +msgid "Deployment plan" +msgstr "" + +#: inc/targetchange.class.php:394 entrée standard:60 +msgid "Backup plan" +msgstr "" + +#: inc/targetchange.class.php:404 +msgid "Check list" +msgstr "" + +#: inc/questionfilter.class.php:52 +msgid "Question filter" +msgid_plural "Question filters" +msgstr[0] "" +msgstr[1] "" + +#: inc/section.class.php:71 entrée standard:53 standard:44 +msgid "Section" +msgid_plural "Sections" +msgstr[0] "" +msgstr[1] "" + +#: inc/section.class.php:123 inc/section.class.php:166 +#: inc/question.class.php:348 +msgid "The title is required" +msgstr "" + +#: inc/section.class.php:553 inc/question.class.php:234 entrée standard:37 +msgid "Count of conditions" +msgstr "" + +#: inc/restrictedformcriteria.class.php:179 +#, php-format +msgid "Failed to find %1$s %2$s" +msgstr "" + +#: inc/question.class.php:73 inc/abstractitiltarget.class.php:1127 entrée +#: standard:41 +msgid "Question" +msgid_plural "Questions" +msgstr[0] "" +msgstr[1] "" + +#: inc/question.class.php:197 entrée standard:43 standard:50 standard:44 +#: standard:49 standard:79 +msgid "Required" +msgstr "" + +#: inc/question.class.php:355 +msgid "The section is required" +msgstr "" + +#: inc/question.class.php:365 +#, php-format +msgid "Field type %1$s is not available for question %2$s." +msgstr "" + +#: inc/question.class.php:379 +msgid "This type of question is not compatible with public forms." +msgstr "" + +#: inc/question.class.php:469 +msgid "The field type cannot be changed. Delete then recreate the question." +msgstr "" + +#: inc/question.class.php:1184 +msgid "Service levels" +msgstr "" + +#: inc/question.class.php:1185 inc/abstractitiltarget.class.php:851 +msgid "SLA" +msgstr "" + +#: inc/question.class.php:1186 inc/abstractitiltarget.class.php:924 +msgid "OLA" +msgstr "" + +#: inc/question.class.php:1205 inc/question.class.php:1248 +#: inc/question.class.php:1251 +msgid "Assets" +msgstr "" + +#: inc/question.class.php:1219 hook.php:780 hook.php:797 +msgid "Assistance" +msgstr "" + +#: inc/question.class.php:1225 +msgid "Management" +msgstr "" + +#: inc/question.class.php:1236 +msgid "Tools" +msgstr "" + +#: inc/question.class.php:1237 +msgid "Notes" +msgstr "" + +#: inc/question.class.php:1238 +msgid "RSS feed" +msgstr "" + +#: inc/question.class.php:1240 +msgid "Administration" +msgstr "" + +#: inc/question.class.php:1248 inc/question.class.php:1251 +msgid "Plugin" +msgid_plural "Plugins" +msgstr[0] "" +msgstr[1] "" + +#: inc/abstractquestionparameter.class.php:98 +msgid "Parameter" +msgstr "" + +#: inc/abstractquestionparameter.class.php:105 +msgid "Field name" +msgstr "" + +#: inc/abstracttarget.class.php:97 +msgid "Current active entity" +msgstr "" + +#: inc/abstracttarget.class.php:98 +msgid "Default requester user's entity" +msgstr "" + +#: inc/abstracttarget.class.php:99 +msgid "First dynamic requester user's entity (alphabetical)" +msgstr "" + +#: inc/abstracttarget.class.php:100 +msgid "Last dynamic requester user's entity (alphabetical)" +msgstr "" + +#: inc/abstracttarget.class.php:101 +msgid "The form entity" +msgstr "" + +#: inc/abstracttarget.class.php:102 +msgid "Default entity of the validator" +msgstr "" + +#: inc/abstracttarget.class.php:103 +msgid "Specific entity" +msgstr "" + +#: inc/abstracttarget.class.php:104 +msgid "Default entity of a user type question answer" +msgstr "" + +#: inc/abstracttarget.class.php:105 +msgid "From a GLPI object > Entity type question answer" +msgstr "" + +#: inc/abstracttarget.class.php:116 +msgid "Always generated" +msgstr "" + +#: inc/abstracttarget.class.php:117 +msgid "Disabled unless" +msgstr "" + +#: inc/abstracttarget.class.php:118 +msgid "Generated unless" +msgstr "" + +#: inc/abstracttarget.class.php:129 +msgid "A target must be associated to a form." +msgstr "" + +#: inc/abstracttarget.class.php:134 +msgid "A target must be associated to an existing form." +msgstr "" + +#: inc/abstracttarget.class.php:139 +msgid "Name is required." +msgstr "" + +#: inc/abstracttarget.class.php:502 +msgid "Destination entity" +msgstr "" + +#: inc/abstracttarget.class.php:518 +msgid "User type question" +msgstr "" + +#: inc/abstracttarget.class.php:519 +msgid "Entity type question" +msgstr "" + +#: inc/command/cleanticketscommand.class.php:53 +msgid "Searching for invalid items..." +msgstr "" + +#: inc/command/cleanticketscommand.class.php:61 +msgid "Done." +msgstr "" + +#: inc/command/cleanticketscommand.class.php:135 +msgid "Step 1: double encoded < and > signs." +msgstr "" + +#: inc/command/cleanticketscommand.class.php:146 +#: inc/command/cleanticketscommand.class.php:196 +#: inc/command/cleanticketscommand.class.php:260 +msgid "No invalid items found." +msgstr "" + +#: inc/command/cleanticketscommand.class.php:187 +msgid "Step 2: literal BR tag." +msgstr "" + +#: inc/command/cleanticketscommand.class.php:251 +msgid "Step 3: litteral > sign." +msgstr "" + +#: inc/filter/itilcategoryfilter.class.php:52 +#: inc/filter/itilcategoryfilter.class.php:54 +msgid "Request categories" +msgstr "" + +#: inc/filter/itilcategoryfilter.class.php:53 +#: inc/filter/itilcategoryfilter.class.php:54 +msgid "Incident categories" +msgstr "" + +#: inc/filter/itilcategoryfilter.class.php:55 +msgid "Change categories" +msgstr "" + +#: inc/supervisorvalidator.class.php:44 +msgid "Requester supervisor" +msgid_plural "Requester supervisors" +msgstr[0] "" +msgstr[1] "" + +#: inc/supervisorvalidator.class.php:52 +msgid "My supervisor" +msgstr "" + +#: inc/questionregex.class.php:52 +msgid "Question regular expression" +msgid_plural "Question regular expressions" +msgstr[0] "" +msgstr[1] "" + +#: inc/questiondependency.class.php:66 +msgid "Question dependency" +msgid_plural "Question dependencies" +msgstr[0] "" +msgstr[1] "" + +#: inc/answer.class.php:66 entrée standard:43 +msgid "Answer" +msgid_plural "Answers" +msgstr[0] "" +msgstr[1] "" + +#: inc/item_targetticket.class.php:52 +msgid "Composite ticket relation" +msgid_plural "Composite ticket relations" +msgstr[0] "" +msgstr[1] "" + +#: inc/targetticket.class.php:57 entrée standard:43 +msgid "Target ticket" +msgid_plural "Target tickets" +msgstr[0] "" +msgstr[1] "" + +#: inc/targetticket.class.php:100 +msgid "Specific asset" +msgstr "" + +#: inc/targetticket.class.php:101 inc/targetticket.class.php:117 +#: inc/abstractitiltarget.class.php:207 inc/abstractitiltarget.class.php:215 +#: inc/abstractitiltarget.class.php:223 inc/abstractitiltarget.class.php:231 +#: inc/abstractitiltarget.class.php:240 inc/abstractitiltarget.class.php:249 +msgid "Equals to the answer to the question" +msgstr "" + +#: inc/targetticket.class.php:102 inc/abstractitiltarget.class.php:232 +#: inc/abstractitiltarget.class.php:241 inc/abstractitiltarget.class.php:250 +msgid "Last valid answer" +msgstr "" + +#: inc/targetticket.class.php:108 +msgid "Source from template or user default or GLPI default" +msgstr "" + +#: inc/targetticket.class.php:109 +msgid "Formcreator" +msgstr "" + +#: inc/targetticket.class.php:115 +msgid "Default or from a template" +msgstr "" + +#: inc/targetticket.class.php:116 +msgid "Specific type" +msgstr "" + +#: inc/targetticket.class.php:189 entrée standard:48 +msgid "Ticket title" +msgstr "" + +#: inc/targetticket.class.php:307 +msgid "Add validation message as first ticket followup" +msgstr "" + +#: inc/targetticket.class.php:341 +msgid "Add a field" +msgstr "" + +#: inc/targetticket.class.php:369 +msgid "Managed fields" +msgstr "" + +#: inc/targetticket.class.php:376 +msgid "No managed field" +msgstr "" + +#: inc/targetticket.class.php:396 +msgid "Link to an other ticket" +msgstr "" + +#: inc/targetticket.class.php:405 +msgid "An other destination of this form" +msgstr "" + +#: inc/targetticket.class.php:406 +msgid "An existing ticket" +msgstr "" + +#: inc/targetticket.class.php:407 +msgid "A ticket from an answer to a question" +msgstr "" + +#: inc/targetticket.class.php:488 +msgctxt "button" +msgid "Delete permanently" +msgstr "" + +#: inc/targetticket.class.php:743 +msgid "Invalid link type" +msgstr "" + +#: inc/targetticket.class.php:763 +msgid "Invalid linked item type" +msgstr "" + +#: inc/targetticket.class.php:776 +msgid "Linked item does not exists" +msgstr "" + +#: inc/targetticket.class.php:789 +msgid "Failed to link the item" +msgstr "" + +#: inc/targetticket.class.php:905 install/install.php:497 +msgid "Your form has been accepted by the validator" +msgstr "" + +#: inc/targetticket.class.php:1137 +msgid "Request source" +msgstr "" + +#: inc/targetticket.class.php:1162 +msgid "Type " +msgstr "" + +#: inc/targetticket.class.php:1190 +msgid "Associated elements" +msgstr "" + +#: inc/targetticket.class.php:1201 +msgid "Item " +msgstr "" + +#: inc/translation.class.php:153 +msgid "No more string to translate" +msgstr "" + +#: inc/translation.class.php:164 +msgid "Internal error: translatable string not found." +msgstr "" + +#: inc/translation.class.php:216 +msgid "Language not found." +msgstr "" + +#: inc/translation.class.php:236 +msgid "Failed to add the translation." +msgstr "" + +#: inc/abstractitiltarget.class.php:187 +msgid "Tags from questions" +msgstr "" + +#: inc/abstractitiltarget.class.php:188 +msgid "Specific tags" +msgstr "" + +#: inc/abstractitiltarget.class.php:189 +msgid "Tags from questions and specific tags" +msgstr "" + +#: inc/abstractitiltarget.class.php:190 +msgid "Tags from questions or specific tags" +msgstr "" + +#: inc/abstractitiltarget.class.php:196 +msgid "TTR from template or none" +msgstr "" + +#: inc/abstractitiltarget.class.php:197 +msgid "equals to the answer to the question" +msgstr "" + +#: inc/abstractitiltarget.class.php:198 +msgid "calculated from the ticket creation date" +msgstr "" + +#: inc/abstractitiltarget.class.php:199 +msgid "calculated from the answer to the question" +msgstr "" + +#: inc/abstractitiltarget.class.php:205 +msgid "SLA from template or none" +msgstr "" + +#: inc/abstractitiltarget.class.php:206 +msgid "Specific SLA" +msgstr "" + +#: inc/abstractitiltarget.class.php:213 +msgid "OLA from template or none" +msgstr "" + +#: inc/abstractitiltarget.class.php:214 +msgid "Specific OLA" +msgstr "" + +#: inc/abstractitiltarget.class.php:221 +msgid "Urgency from template or Medium" +msgstr "" + +#: inc/abstractitiltarget.class.php:222 +msgid "Specific urgency" +msgstr "" + +#: inc/abstractitiltarget.class.php:229 +msgid "Category from template or none" +msgstr "" + +#: inc/abstractitiltarget.class.php:230 +msgid "Specific category" +msgstr "" + +#: inc/abstractitiltarget.class.php:238 +msgid "Location from template or none" +msgstr "" + +#: inc/abstractitiltarget.class.php:239 +msgid "Specific location" +msgstr "" + +#: inc/abstractitiltarget.class.php:247 +msgid "Contract from template or none" +msgstr "" + +#: inc/abstractitiltarget.class.php:248 +msgid "Specific contract" +msgstr "" + +#: inc/abstractitiltarget.class.php:256 +msgid "No validation" +msgstr "" + +#: inc/abstractitiltarget.class.php:257 +msgid "Specific user or group" +msgstr "" + +#: inc/abstractitiltarget.class.php:258 +msgid "User from question answer" +msgstr "" + +#: inc/abstractitiltarget.class.php:259 +msgid "Group from question answer" +msgstr "" + +#: inc/abstractitiltarget.class.php:839 +msgid "Minute" +msgid_plural "Minutes" +msgstr[0] "" +msgstr[1] "" + +#: inc/abstractitiltarget.class.php:840 +msgid "Hour" +msgid_plural "Hours" +msgstr[0] "" +msgstr[1] "" + +#: inc/abstractitiltarget.class.php:841 +msgid "Day" +msgid_plural "Days" +msgstr[0] "" +msgstr[1] "" + +#: inc/abstractitiltarget.class.php:842 +msgid "Month" +msgid_plural "Months" +msgstr[0] "" +msgstr[1] "" + +#: inc/abstractitiltarget.class.php:874 +msgid "SLA (TTO/TTR)" +msgstr "" + +#: inc/abstractitiltarget.class.php:875 inc/abstractitiltarget.class.php:948 +msgid "Question (TTO/TTR)" +msgstr "" + +#: inc/abstractitiltarget.class.php:947 +msgid "OLA (TTO/TTR)" +msgstr "" + +#: inc/abstractitiltarget.class.php:1051 +msgid "Urgency " +msgstr "" + +#: inc/abstractitiltarget.class.php:1080 +msgid "Ticket tags" +msgstr "" + +#: inc/abstractitiltarget.class.php:1128 +msgid "Tags" +msgstr "" + +#: inc/abstractitiltarget.class.php:1247 +msgid "Location" +msgstr "" + +#: inc/abstractitiltarget.class.php:1259 +msgid "Location " +msgstr "" + +#: inc/abstractitiltarget.class.php:1312 +msgid "Contract" +msgstr "" + +#: inc/abstractitiltarget.class.php:1324 +msgid "Contract " +msgstr "" + +#: inc/abstractitiltarget.class.php:1635 +msgid "The description cannot be empty!" +msgstr "" + +#: inc/abstractitiltarget.class.php:1811 +msgid "Watcher" +msgid_plural "Watchers" +msgstr[0] "" +msgstr[1] "" + +#: inc/abstractitiltarget.class.php:1830 +msgid "Cancel" +msgstr "" + +#: inc/abstractitiltarget.class.php:2118 inc/abstractitiltarget.class.php:2548 +#: inc/abstractitiltarget.class.php:2552 +msgid "Email followup" +msgstr "" + +#: inc/abstractitiltarget.class.php:2149 inc/abstractitiltarget.class.php:2536 +msgid "User" +msgstr "" + +#: inc/abstractitiltarget.class.php:2160 inc/abstractitiltarget.class.php:2540 +msgid "Group" +msgstr "" + +#: inc/abstractitiltarget.class.php:2171 +msgid "Group from the object" +msgstr "" + +#: inc/abstractitiltarget.class.php:2177 +msgid "Tech group from the object" +msgstr "" + +#: inc/abstractitiltarget.class.php:2189 inc/abstractitiltarget.class.php:2544 +msgid "Supplier" +msgstr "" + +#: inc/abstractitiltarget.class.php:2548 +msgid "Yes" +msgstr "" + +#: install/install.php:163 +#, php-format +msgid "Upgrade tables to innoDB; run %s" +msgstr "" + +#: install/install.php:199 +#, php-format +msgid "" +"The database schema is not consistent with the previous version of " +"Formcreator %s. To see the logs run the command %s" +msgstr "" + +#: install/install.php:208 +#, php-format +msgid "To ignore the inconsistencies and upgrade anyway run %s" +msgstr "" + +#: install/install.php:225 +msgid "" +"Upgrade from version older than 2.5.0 is no longer supported. Please upgrade" +" to GLPI 9.5.7, upgrade Formcreator to version 2.12.5, then upgrade again to" +" GLPI 10 or later and Formcreator 2.13 or later." +msgstr "" + +#: install/install.php:251 +#, php-format +msgid "" +"A fatal error occured in the upgrade from %s! Upgrade aborted. Please check " +"logs to fix the problem then try again." +msgstr "" + +#: install/install.php:294 +#, php-format +msgid "" +"The database schema is not consistent with the current version of " +"Formcreator %s. To see the logs enable the plugin and run the command %s" +msgstr "" + +#: install/install.php:305 +msgid "The tables of the plugin passed the schema integrity check." +msgstr "" + +#: install/install.php:478 +msgid "A form has been created" +msgstr "" + +#: install/install.php:479 +msgid "Your request has been saved" +msgstr "" + +#: install/install.php:480 +msgid "" +"Hi,\\nYour request from GLPI has been successfully saved with number " +"##formcreator.request_id## and transmitted to the helpdesk team.\\nYou can " +"see your answers onto the following link:\\n##formcreator.validation_link##" +msgstr "" + +#: install/install.php:484 +msgid "A form need validation" +msgstr "" + +#: install/install.php:485 +msgid "A form from GLPI need to be validated" +msgstr "" + +#: install/install.php:486 +msgid "" +"Hi,\\nA form from GLPI need to be validated and you have been choosen as the" +" validator.\\nYou can access it by clicking onto this " +"link:\\n##formcreator.validation_link##" +msgstr "" + +#: install/install.php:491 +msgid "Your form has been refused by the validator" +msgstr "" + +#: install/install.php:492 +msgid "" +"Hi,\\nWe are sorry to inform you that your form has been refused by the " +"validator for the reason " +"below:\\n##formcreator.validation_comment##\\n\\nYou can still modify and " +"resubmit it by clicking onto this link:\\n##formcreator.validation_link##" +msgstr "" + +#: install/install.php:498 +msgid "" +"Hi,\\nWe are pleased to inform you that your form has been accepted by the " +"validator.\\nYour request will be considered soon." +msgstr "" + +#: install/install.php:503 +msgid "Your form has been deleted by an administrator" +msgstr "" + +#: install/install.php:504 +msgid "" +"Hi,\\nWe are sorry to inform you that your request cannot be considered and " +"has been deleted by an administrator." +msgstr "" + +#: install/install.php:732 +msgid "Formcreator - Sync service catalog issues" +msgstr "" + +#: install/install.php:945 +msgid "Failed to check the sanity of the tables!" +msgstr "" + +#: install/install.php:959 +#, php-format +msgid "Table schema differs for table \"%s\"." +msgstr "" + +#: install/install.php:962 +#, php-format +msgid "Table \"%s\" is missing." +msgstr "" + +#: install/install.php:965 +#, php-format +msgid "Unknown table \"%s\" has been found in database." +msgstr "" + +#: hook.php:439 +msgctxt "button" +msgid "Duplicate" +msgstr "" + +#: hook.php:440 +msgid "Transfer" +msgstr "" + +#: hook.php:441 +msgctxt "button" +msgid "Export" +msgstr "" + +#: hook.php:442 +msgctxt "button" +msgid "Access rights" +msgstr "" + +#: hook.php:756 +msgid "Cancel my ticket" +msgstr "" + +#: hook.php:774 +msgid "Old" +msgstr "" + +#: hook.php:781 +#, php-format +msgid "Number of %s" +msgstr "" + +#: hook.php:798 +msgid "Issues summary" +msgstr "" + +#: hook.php:843 +msgid "" +"Formcreator's mini dashboard not usable as default. This Setting has been " +"ignored." +msgstr "" + +#: js/scripts.js:300 +msgid "No form found. Please choose a form below instead." +msgstr "" + +#: js/scripts.js:302 +msgid "No form found." +msgstr "" + +#: js/scripts.js:306 +msgid "No FAQ item found." +msgstr "" + +#: js/scripts.js:707 +msgid "Are you sure you want to delete this question?" +msgstr "" + +#: js/scripts.js:917 +msgid "Are you sure you want to delete this section?" +msgstr "" + +#: js/scripts.js:1161 +msgid "Add translations" +msgstr "" + +#: js/scripts.js:1300 js/scripts.js:1324 +msgid "An error occured while querying forms" +msgstr "" + +#: js/scripts.js:1416 entrée standard:139 +msgid "Send" +msgstr "" + +#: js/scripts.js:1425 +msgid "An internal error occurred. Please report it to administrator." +msgstr "" + +#: js/scripts.js:1468 +msgid "Are you sure you want to delete this validator ?" +msgstr "" + +#: js/scripts.js:1520 +msgid "Are you sure you want to duplicate this target?" +msgstr "" + +#: js/scripts.js:1537 +msgid "Are you sure you want to delete this target?" +msgstr "" + +#: entrée standard:57 standard:61 standard:60 standard:59 standard:43 +#: standard:69 standard:52 standard:76 +msgid "Default values" +msgstr "" + +#: entrée standard:52 standard:59 standard:58 +msgid "Show empty" +msgstr "" + +#: entrée standard:39 +msgid "LDAP directory" +msgid_plural "LDAP directories" +msgstr[0] "" +msgstr[1] "" + +#: entrée standard:78 +msgid "Attribute" +msgstr "" + +#: entrée standard:70 standard:68 +msgid "Values" +msgstr "" + +#: entrée standard:90 +msgid "Show ticket categories" +msgstr "" + +#: entrée standard:146 standard:118 +msgid "Selectable root" +msgstr "" + +#: entrée standard:38 +msgid "GLPI object" +msgid_plural "GLPI objects" +msgstr[0] "" +msgstr[1] "" + +#: entrée standard:63 +msgid "Direct access on homepage" +msgstr "" + +#: entrée standard:86 +msgid "Default form in service catalog" +msgstr "" + +#: entrée standard:113 standard:114 +msgid "Are you a robot ?" +msgstr "" + +#: entrée standard:64 +msgid "Condition to show the section" +msgstr "" + +#: entrée standard:40 +msgid "Condition to generate the target" +msgstr "" + +#: entrée standard:40 +msgid "General" +msgstr "" + +#: entrée standard:45 +msgid "validation percent" +msgstr "" + +#: entrée standard:52 +msgid "Add a validator" +msgstr "" + +#: entrée standard:57 standard:36 +msgid "Validation level" +msgstr "" + +#: entrée standard:73 +msgid "Validator type" +msgstr "" + +#: entrée standard:98 +msgid "Validators" +msgstr "" + +#: entrée standard:106 standard:5 +msgid "Actions" +msgstr "" + +#: entrée standard:54 +msgid "Impacts" +msgstr "" + +#: entrée standard:62 +msgid "Checklist" +msgstr "" + +#: entrée standard:36 +msgid "Answers title" +msgstr "" + +#: entrée standard:45 +msgid "Add a section" +msgstr "" + +#: entrée standard:55 +msgid "Condition to show the submit button" +msgstr "" + +#: entrée standard:33 +msgid "No form answer yet" +msgstr "" + +#: entrée standard:38 +#, php-format +msgid "%s latest items" +msgstr "" + +#: entrée standard:54 +msgid "Please activate the form to view the link" +msgstr "" + +#: entrée standard:63 +msgid "Enable captcha" +msgstr "" + +#: entrée standard:79 +msgid "Restricted to" +msgstr "" + +#: entrée standard:83 +msgid "Add a question" +msgstr "" + +#: entrée standard:39 +msgid "List of available tags" +msgstr "" + +#: entrée standard:42 +msgid "Title" +msgstr "" + +#: entrée standard:47 +msgid "Full form" +msgstr "" + +#: entrée standard:37 +msgid "Validation status" +msgstr "" + +#: entrée standard:36 +#, php-format +msgid "My %1$d last forms (requester)" +msgstr "" + +#: entrée standard:39 +msgid "No form posted yet" +msgstr "Δεν έχουν σταλεί φόρμες" + +#: entrée standard:63 +msgid "All my forms (requester)" +msgstr "Όλες μου οι φόρμες(αιτών)" + +#: entrée standard:36 +#, php-format +msgid "My %1$d last forms (validator)" +msgstr "" + +#: entrée standard:63 +msgid "All my forms (validator)" +msgstr "" + +#: entrée standard:42 +msgid "Min" +msgstr "" + +#: entrée standard:53 +msgid "Max" +msgstr "" diff --git a/locales/en_GB.mo b/locales/en_GB.mo index 355c7e85c..0d566ce70 100644 Binary files a/locales/en_GB.mo and b/locales/en_GB.mo differ diff --git a/locales/en_GB.po b/locales/en_GB.po index 5191b5a3a..3f36342da 100644 --- a/locales/en_GB.po +++ b/locales/en_GB.po @@ -4,17 +4,17 @@ # FIRST AUTHOR , YEAR. # # Translators: -# Thierry Bugier , 2022 # 06c8e5f1ec78ded2ceb41498ec52b068, 2022 +# Thierry Bugier , 2023 # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-30 14:13+0200\n" +"POT-Creation-Date: 2023-05-31 16:21+0200\n" "PO-Revision-Date: 2022-06-15 12:10+0000\n" -"Last-Translator: 06c8e5f1ec78ded2ceb41498ec52b068, 2022\n" +"Last-Translator: Thierry Bugier , 2023\n" "Language-Team: English (United Kingdom) (https://app.transifex.com/teclib/teams/28042/en_GB/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -24,12 +24,12 @@ msgstr "" #: ajax/question_update.php:38 ajax/section_update.php:37 msgid "Bad request" -msgstr "" +msgstr "Bad request" #: ajax/question_update.php:47 ajax/question_move.php:45 #: ajax/question_delete.php:42 ajax/question_toggle_required.php:49 msgid "Question not found" -msgstr "" +msgstr "Question not found" #: ajax/question_update.php:53 ajax/question_duplicate.php:49 #: ajax/question_move.php:50 ajax/section_add.php:38 @@ -37,31 +37,31 @@ msgstr "" #: ajax/section_duplicate.php:50 ajax/question_delete.php:49 #: ajax/question_toggle_required.php:55 ajax/section_update.php:44 msgid "You don't have right for this action" -msgstr "" +msgstr "You don't have right for this action" #: ajax/question_duplicate.php:43 msgid "Source question not found" -msgstr "" +msgstr "Source question not found" #: ajax/question_move.php:73 msgid "Could not move some questions" -msgstr "" +msgstr "Could not move some questions" #: ajax/section_add.php:44 msgid "Could not add the section" -msgstr "" +msgstr "Could not add the section" #: ajax/commontree.php:55 entrée standard:128 standard:100 msgid "Subtree root" -msgstr "" +msgstr "Subtree root" #: ajax/commontree.php:59 msgid "Selectable" -msgstr "" +msgstr "Selectable" #: ajax/commontree.php:74 entrée standard:137 standard:109 msgid "Limit subtree depth" -msgstr "" +msgstr "Limit subtree depth" #: ajax/commontree.php:84 msgid "No limit" @@ -70,35 +70,35 @@ msgstr "No limit" #: ajax/section_delete.php:44 ajax/section_move.php:49 #: ajax/section_duplicate.php:44 msgid "Source section not found" -msgstr "" +msgstr "Source section not found" #: ajax/section_delete.php:56 msgid "Could not delete the section" -msgstr "" +msgstr "Could not delete the section" #: ajax/question_add.php:45 msgid "Could not add the question" -msgstr "" +msgstr "Could not add the question" #: ajax/section_move.php:66 msgid "Could not move the section" -msgstr "" +msgstr "Could not move the section" #: ajax/target_actor.php:51 msgid "Failed to add the actor" -msgstr "" +msgstr "Failed to add the actor" #: ajax/target_actor.php:62 msgid "Failed to delete the actor" -msgstr "" +msgstr "Failed to delete the actor" #: ajax/section_duplicate.php:56 msgid "Could not duplicate the section" -msgstr "" +msgstr "Could not duplicate the section" #: ajax/section_update.php:50 msgid "Could not update the section" -msgstr "" +msgstr "Could not update the section" #: front/knowbaseitem.php:42 front/knowbaseitem.php:47 #: front/wizardreminders.php:49 front/wizardreminders.php:51 @@ -114,17 +114,17 @@ msgstr "Service catalog" #: front/issue.form.php:46 msgid "Item not found" -msgstr "" +msgstr "Item not found" #: front/targetticket.form.php:46 front/targetticket.form.php:56 #: front/targetticket.form.php:81 front/targetchange.form.php:46 #: front/targetproblem.form.php:46 msgid "No right to update this item." -msgstr "" +msgstr "No right to update this item." #: front/targetticket.form.php:75 msgid "Bad request while deleting an actor." -msgstr "" +msgstr "Bad request while deleting an actor." #: front/targetticket.form.php:95 front/targetchange.form.php:81 #: front/formanswer.php:47 front/targetproblem.form.php:81 @@ -137,7 +137,7 @@ msgstr "Form Creator" #: front/targetproblem.form.php:90 #, php-format msgid "%1$s = %2$s" -msgstr "" +msgstr "%1$s = %2$s" #: front/formlist.php:46 front/formlist.php:52 inc/common.class.php:648 msgid "Form list" @@ -152,23 +152,23 @@ msgstr "The form has been successfully saved!" #: front/reservation.form.php:71 #, php-format msgid "%1$s purges the reservation for item %2$s" -msgstr "" +msgstr "%1$s purges the reservation for item %2$s" #: front/reservation.form.php:124 #, php-format msgid "%1$s adds the reservation %2$s for item %3$s" -msgstr "" +msgstr "%1$s adds the reservation %2$s for item %3$s" #: inc/knowbase.class.php:60 inc/entityconfig.class.php:478 #: inc/form.class.php:611 msgid "Category" msgid_plural "Categories" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "Category" +msgstr[1] "Categories" #: inc/knowbase.class.php:62 inc/form.class.php:614 entrée standard:39 msgid "See all" -msgstr "" +msgstr "See all" #: inc/knowbase.class.php:83 msgid "Please, describe your need here" @@ -179,22 +179,21 @@ msgid "Textarea" msgstr "Textarea" #: inc/field/textareafield.class.php:249 inc/field/dropdownfield.class.php:594 -#: inc/field/ldapselectfield.class.php:115 inc/field/textfield.class.php:126 +#: inc/field/ldapselectfield.class.php:115 #: inc/field/urgencyfield.class.php:166 inc/field/tagfield.class.php:166 #: inc/field/timefield.class.php:114 inc/field/fieldsfield.class.php:489 #: inc/field/requesttypefield.class.php:161 msgid "A required field is empty:" msgstr "A required field is empty:" -#: inc/field/textareafield.class.php:267 inc/field/textfield.class.php:179 -#: inc/field/integerfield.class.php:112 inc/field/floatfield.class.php:194 -#: inc/conditionnabletrait.class.php:70 +#: inc/field/textareafield.class.php:267 inc/field/integerfield.class.php:112 +#: inc/field/floatfield.class.php:194 inc/conditionnabletrait.class.php:70 msgid "The regular expression is invalid" msgstr "The regular expression is invalid" #: inc/field/dropdownfield.class.php:81 inc/filter/entityfilter.class.php:48 msgid "User and form" -msgstr "" +msgstr "User and form" #: inc/field/dropdownfield.class.php:87 msgid "Search filter" @@ -203,22 +202,22 @@ msgstr "" #: inc/field/dropdownfield.class.php:585 entrée standard:38 msgid "Dropdown" msgid_plural "Dropdowns" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "Dropdown" +msgstr[1] "Dropdowns" #: inc/field/dropdownfield.class.php:616 msgid "Invalid value for " -msgstr "" +msgstr "Invalid value for " #: inc/field/dropdownfield.class.php:628 #, php-format msgid "The itemtype field is required: %s" -msgstr "" +msgstr "The itemtype field is required: %s" #: inc/field/dropdownfield.class.php:644 #, php-format msgid "Invalid dropdown type: %s" -msgstr "" +msgstr "Invalid dropdown type: %s" #: inc/field/dropdownfield.class.php:704 inc/questionfilter.class.php:62 #: entrée standard:68 @@ -227,13 +226,15 @@ msgstr "Filter" #: inc/field/dropdownfield.class.php:987 entrée standard:162 standard:134 msgid "Entity restriction" -msgstr "" +msgstr "Entity restriction" #: inc/field/dropdownfield.class.php:996 msgid "" "To respect the GLPI entity system, \"Form\" should be selected. Others " "settings will break the entity restrictions" msgstr "" +"To respect the GLPI entity system, \"Form\" should be selected. Others " +"settings will break the entity restrictions" #: inc/field/ldapselectfield.class.php:96 msgid "LDAP Select" @@ -247,45 +248,12 @@ msgstr "LDAP directory not defined!" msgid "LDAP directory not found!" msgstr "LDAP directory not found!" -#: inc/field/textfield.class.php:147 inc/field/integerfield.class.php:71 -#: inc/field/floatfield.class.php:156 -#, php-format -msgid "Specific format does not match: %s" -msgstr "" - -#: inc/field/textfield.class.php:156 -#, php-format -msgid "The text is too short (minimum %d characters): %s" -msgstr "" - -#: inc/field/textfield.class.php:161 -#, php-format -msgid "The text is too long (maximum %d characters): %s" -msgstr "" - -#: inc/field/textfield.class.php:169 -msgid "Text" -msgstr "Text" - -#: inc/field/textfield.class.php:218 inc/field/floatfield.class.php:235 -#: inc/questionregex.class.php:62 entrée standard:42 -msgid "Regular expression" -msgstr "Regular expression" - -#: inc/field/textfield.class.php:223 inc/field/floatfield.class.php:240 -msgid "Range" -msgstr "Range" - -#: inc/field/textfield.class.php:229 inc/field/floatfield.class.php:246 -msgid "Additional validation" -msgstr "Additional validation" - #: inc/field/radiosfield.class.php:108 msgid "Radios" msgstr "Radios" -#: inc/field/radiosfield.class.php:114 inc/field/glpiselectfield.class.php:112 -#: inc/field/fieldsfield.class.php:513 inc/field/checkboxesfield.class.php:245 +#: inc/field/radiosfield.class.php:114 inc/field/fieldsfield.class.php:513 +#: inc/field/checkboxesfield.class.php:245 msgid "The field value is required:" msgstr "The field value is required:" @@ -295,22 +263,27 @@ msgstr "The field value is required:" #: inc/field/datefield.class.php:116 #, php-format msgid "A required field is empty: %s" -msgstr "" +msgstr "A required field is empty: %s" #: inc/field/integerfield.class.php:59 #, php-format msgid "This is not an integer: %s" -msgstr "" +msgstr "This is not an integer: %s" + +#: inc/field/integerfield.class.php:71 inc/field/floatfield.class.php:156 +#, php-format +msgid "Specific format does not match: %s" +msgstr "Specific format does not match: %s" #: inc/field/integerfield.class.php:85 inc/field/floatfield.class.php:167 #, php-format msgid "The following number must be greater than %d: %s" -msgstr "" +msgstr "The following number must be greater than %d: %s" #: inc/field/integerfield.class.php:91 inc/field/floatfield.class.php:173 #, php-format msgid "The following number must be lower than %d: %s" -msgstr "" +msgstr "The following number must be lower than %d: %s" #: inc/field/integerfield.class.php:101 msgid "Integer" @@ -318,27 +291,27 @@ msgstr "Integer" #: inc/field/undefinedfield.class.php:44 msgid "Undefined" -msgstr "" +msgstr "Undefined" #: inc/field/ipfield.class.php:123 msgid "IP address" msgid_plural "IP addresses" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "IP address" +msgstr[1] "IP addresses" #: inc/field/urgencyfield.class.php:86 inc/abstractitiltarget.class.php:1040 msgid "Urgency" -msgstr "" +msgstr "Urgency" #: inc/field/urgencyfield.class.php:120 msgctxt "urgency" msgid "Very high" -msgstr "" +msgstr "Very high" #: inc/field/urgencyfield.class.php:121 msgctxt "urgency" msgid "High" -msgstr "" +msgstr "High" #: inc/field/urgencyfield.class.php:122 msgctxt "urgency" @@ -348,49 +321,43 @@ msgstr "Medium" #: inc/field/urgencyfield.class.php:123 msgctxt "urgency" msgid "Low" -msgstr "" +msgstr "Low" #: inc/field/urgencyfield.class.php:124 msgctxt "urgency" msgid "Very low" -msgstr "" +msgstr "Very low" #: inc/field/tagfield.class.php:52 msgid "Warning: Tag plugin is disabled or missing" -msgstr "" +msgstr "Warning: Tag plugin is disabled or missing" #: inc/field/tagfield.class.php:200 msgid "Tag" msgid_plural "Tags" -msgstr[0] "" -msgstr[1] "" - -#: inc/field/glpiselectfield.class.php:97 entrée standard:38 -msgid "GLPI object" -msgid_plural "GLPI objects" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "Tag" +msgstr[1] "Tags" #: inc/field/hostnamefield.class.php:116 msgid "Hostname" msgid_plural "Hostnames" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "Hostname" +msgstr[1] "Hostnames" #: inc/field/timefield.class.php:130 msgid "Time" -msgstr "" +msgstr "Time" #: inc/field/emailfield.class.php:89 #, php-format msgid "This is not a valid e-mail: %s" -msgstr "" +msgstr "This is not a valid e-mail: %s" #: inc/field/emailfield.class.php:100 msgid "Email" msgid_plural "Emails" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "Email" +msgstr[1] "Emails" #: inc/field/selectfield.class.php:97 msgid "Select" @@ -403,22 +370,22 @@ msgstr "Date & time" #: inc/field/actorfield.class.php:84 msgid "Actor" msgid_plural "Actors" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "Actor" +msgstr[1] "Actors" #: inc/field/actorfield.class.php:268 #, php-format msgid "Invalid value: %s" -msgstr "" +msgstr "Invalid value: %s" #: inc/field/actorfield.class.php:291 #, php-format msgid "User not found or invalid email address: %s" -msgstr "" +msgstr "User not found or invalid email address: %s" #: inc/field/filefield.class.php:124 msgid "No attached document" -msgstr "" +msgstr "No attached document" #: inc/field/filefield.class.php:133 inc/field/filefield.class.php:254 #: inc/field/filefield.class.php:261 @@ -428,11 +395,11 @@ msgstr "Attached document" #: inc/field/filefield.class.php:175 #, php-format msgid "A required file is missing: %s" -msgstr "" +msgstr "A required file is missing: %s" #: inc/field/filefield.class.php:192 msgid "File" -msgstr "" +msgstr "File" #: inc/field/multiselectfield.class.php:86 msgid "Multiselect" @@ -440,32 +407,32 @@ msgstr "Multiselect" #: inc/field/fieldsfield.class.php:154 msgid "Warning: Additional Fields plugin is disabled or missing" -msgstr "" +msgstr "Warning: Additional Fields plugin is disabled or missing" #: inc/field/fieldsfield.class.php:168 msgid "Block" -msgstr "" +msgstr "Block" #: inc/field/fieldsfield.class.php:172 inc/targetticket.class.php:346 msgid "Field" -msgstr "" +msgstr "Field" #: inc/field/fieldsfield.class.php:254 msgid "show" -msgstr "" +msgstr "show" #: inc/field/fieldsfield.class.php:390 #, php-format msgid "Field '%1$s' type not implemented yet!" -msgstr "" +msgstr "Field '%1$s' type not implemented yet!" #: inc/field/fieldsfield.class.php:467 msgid "Some numeric fields contains non numeric values" -msgstr "" +msgstr "Some numeric fields contains non numeric values" #: inc/field/fieldsfield.class.php:472 msgid "Some URL fields contains invalid links" -msgstr "" +msgstr "Some URL fields contains invalid links" #: inc/field/fieldsfield.class.php:566 msgid "Additionnal fields" @@ -478,37 +445,50 @@ msgstr "Checkboxes" #: inc/field/checkboxesfield.class.php:227 #, php-format msgid "The following question needs at least %d answers: %s" -msgstr "" +msgstr "The following question needs at least %d answers: %s" #: inc/field/checkboxesfield.class.php:233 #, php-format msgid "The following question does not accept more than %d answers: %s" -msgstr "" +msgstr "The following question does not accept more than %d answers: %s" #: inc/field/checkboxesfield.class.php:305 msgid "Range min" -msgstr "" +msgstr "Range min" #: inc/field/checkboxesfield.class.php:306 msgid "Range max" -msgstr "" +msgstr "Range max" #: inc/field/requesttypefield.class.php:87 inc/targetticket.class.php:1150 msgid "Request type" -msgstr "" +msgstr "Request type" #: inc/field/floatfield.class.php:142 #, php-format msgid "This is not a number: %s" -msgstr "" +msgstr "This is not a number: %s" #: inc/field/floatfield.class.php:183 msgid "Decimal number" msgstr "" +#: inc/field/floatfield.class.php:235 inc/questionregex.class.php:62 entrée +#: standard:42 +msgid "Regular expression" +msgstr "Regular expression" + +#: inc/field/floatfield.class.php:240 +msgid "Range" +msgstr "Range" + +#: inc/field/floatfield.class.php:246 +msgid "Additional validation" +msgstr "Additional validation" + #: inc/field/datefield.class.php:137 msgid "Date" -msgstr "" +msgstr "Date" #: inc/field/descriptionfield.class.php:106 inc/form.class.php:151 #: inc/question.class.php:188 entrée standard:82 standard:52 standard:114 @@ -522,26 +502,26 @@ msgstr "A description field should have a description:" #: inc/field/hiddenfield.class.php:96 msgid "Hidden field" msgid_plural "Hidden fields" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "Hidden field" +msgstr[1] "Hidden fields" #: inc/condition.class.php:65 msgid "Condition" msgid_plural "Conditions" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "Condition" +msgstr[1] "Conditions" #: inc/condition.class.php:103 msgid "is visible" -msgstr "" +msgstr "is visible" #: inc/condition.class.php:104 msgid "is not visible" -msgstr "" +msgstr "is not visible" #: inc/condition.class.php:105 msgid "regular expression matches" -msgstr "" +msgstr "regular expression matches" #: inc/condition.class.php:116 msgid "Always displayed" @@ -561,12 +541,12 @@ msgstr "Displayed unless" #: inc/form.class.php:1908 inc/targetchange.class.php:304 #: inc/questionfilter.class.php:222 inc/section.class.php:381 #: inc/restrictedformcriteria.class.php:200 inc/question.class.php:867 -#: inc/questionparameter/range.class.php:202 inc/questionregex.class.php:188 +#: inc/questionparameter/range.class.php:198 inc/questionregex.class.php:188 #: inc/questiondependency.class.php:196 inc/item_targetticket.class.php:154 #: inc/targetticket.class.php:1461 #, php-format msgid "Failed to add or update the %1$s %2$s" -msgstr "" +msgstr "Failed to add or update the %1$s %2$s" #: inc/condition.class.php:200 inc/target_actor.class.php:254 #: inc/form_language.class.php:581 inc/form_validator.class.php:288 @@ -574,30 +554,30 @@ msgstr "" #: inc/form.class.php:1569 inc/targetchange.class.php:149 #: inc/questionfilter.class.php:154 inc/section.class.php:406 #: inc/restrictedformcriteria.class.php:226 inc/question.class.php:894 -#: inc/questionparameter/range.class.php:137 inc/questionregex.class.php:120 +#: inc/questionparameter/range.class.php:133 inc/questionregex.class.php:120 #: inc/questiondependency.class.php:211 inc/item_targetticket.class.php:64 #: inc/targetticket.class.php:1500 #, php-format msgid "Cannot export an empty object: %s" -msgstr "" +msgstr "Cannot export an empty object: %s" #: inc/condition.class.php:268 msgid "Conditions" -msgstr "" +msgstr "Conditions" #: inc/linker.class.php:78 msgid "Importing" -msgstr "" +msgstr "Importing" #: inc/linker.class.php:80 msgid "Import in progress" -msgstr "" +msgstr "Import in progress" #: inc/issue.class.php:43 msgid "Issue" msgid_plural "Issues" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "Issue" +msgstr[1] "Issues" #: inc/issue.class.php:56 msgid "Update issue data from tickets and form answers" @@ -605,13 +585,13 @@ msgstr "Update issue data from tickets and form answers" #: inc/issue.class.php:393 msgid "Satisfaction survey expired" -msgstr "" +msgstr "Satisfaction survey expired" #: inc/issue.class.php:531 inc/form_language.class.php:229 #: inc/form.class.php:2208 entrée standard:52 standard:49 standard:57 #: standard:38 standard:39 standard:105 standard:46 msgid "Name" -msgstr "" +msgstr "Name" #: inc/issue.class.php:543 inc/formanswer.class.php:229 #: inc/formanswer.class.php:320 inc/targetproblem.class.php:610 @@ -619,32 +599,32 @@ msgstr "" #: inc/section.class.php:95 inc/question.class.php:178 #: inc/targetticket.class.php:180 entrée standard:45 msgid "ID" -msgstr "" +msgstr "ID" #: inc/issue.class.php:552 inc/form.class.php:2217 entrée standard:111 #: standard:65 standard:104 standard:4 msgid "Type" msgid_plural "Types" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "Type" +msgstr[1] "Types" #: inc/issue.class.php:565 inc/formanswer.class.php:307 msgid "Status" -msgstr "" +msgstr "Status" #: inc/issue.class.php:577 msgid "Opening date" -msgstr "" +msgstr "Opening date" #: inc/issue.class.php:586 msgid "Last update" -msgstr "" +msgstr "Last update" #: inc/issue.class.php:595 inc/abstracttarget.class.php:517 msgid "Entity" msgid_plural "Entities" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "Entity" +msgstr[1] "Entities" #: inc/issue.class.php:605 inc/notificationtargetformanswer.class.php:76 #: inc/notificationtargetformanswer.class.php:96 @@ -653,8 +633,8 @@ msgstr[1] "" #: standard:48 msgid "Requester" msgid_plural "Requesters" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "Requester" +msgstr[1] "Requesters" #: inc/issue.class.php:619 inc/formanswer.class.php:258 msgid "Form approver" @@ -672,11 +652,11 @@ msgstr " Ticket approver " #: inc/issue.class.php:736 msgid "Technician" -msgstr "" +msgstr "Technician" #: inc/issue.class.php:767 msgid "Technician group" -msgstr "" +msgstr "Technician group" #: inc/issue.class.php:799 inc/formanswer.class.php:287 msgid "Form approver group" @@ -684,12 +664,12 @@ msgstr "Form approver group" #: inc/issue.class.php:829 msgid "Ticket approver group" -msgstr "" +msgstr "Ticket approver group" #: inc/issue.class.php:863 inc/abstractitiltarget.class.php:787 entrée #: standard:108 msgid "Time to resolve" -msgstr "" +msgstr "Time to resolve" #: inc/issue.class.php:874 msgid "Time to resolve + Progress" @@ -717,7 +697,7 @@ msgstr "" #: inc/issue.class.php:935 entrée standard:109 msgid "Time to own" -msgstr "" +msgstr "Time to own" #: inc/issue.class.php:946 msgid "Time to own + Progress" @@ -745,56 +725,56 @@ msgstr "" #: inc/issue.class.php:1227 msgid "Ticket requester" -msgstr "" +msgstr "Ticket requester" #: inc/issue.class.php:1274 msgid "Ticket observer" -msgstr "" +msgstr "Ticket observer" #: inc/issue.class.php:1322 msgid "Ticket technician" -msgstr "" +msgstr "Ticket technician" -#: inc/issue.class.php:1465 +#: inc/issue.class.php:1469 #, php-format msgid "%1$s %2$s" -msgstr "" +msgstr "%1$s %2$s" -#: inc/issue.class.php:1723 inc/filter/itilcategoryfilter.class.php:56 +#: inc/issue.class.php:1727 inc/filter/itilcategoryfilter.class.php:56 #: hook.php:766 msgid "All" -msgstr "" +msgstr "All" -#: inc/issue.class.php:1729 hook.php:767 +#: inc/issue.class.php:1733 hook.php:767 msgid "New" -msgstr "" +msgstr "New" -#: inc/issue.class.php:1735 hook.php:768 +#: inc/issue.class.php:1739 hook.php:768 msgid "Assigned" -msgstr "" +msgstr "Assigned" -#: inc/issue.class.php:1741 inc/formanswer.class.php:78 +#: inc/issue.class.php:1745 inc/formanswer.class.php:78 #: inc/form_validator.class.php:70 hook.php:769 msgid "Waiting" -msgstr "" +msgstr "Waiting" -#: inc/issue.class.php:1747 hook.php:770 +#: inc/issue.class.php:1751 hook.php:770 msgid "To validate" msgstr "To validate" -#: inc/issue.class.php:1753 hook.php:771 +#: inc/issue.class.php:1757 hook.php:771 msgid "Solved" -msgstr "" +msgstr "Solved" -#: inc/issue.class.php:1759 hook.php:772 +#: inc/issue.class.php:1763 hook.php:772 msgid "Closed" msgstr "Closed" #: inc/category.class.php:50 hook.php:72 msgid "Form category" msgid_plural "Form categories" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "Form category" +msgstr[1] "Form categories" #: inc/category.class.php:80 msgid "Knowbase category" @@ -802,27 +782,27 @@ msgstr "Knowledge category" #: inc/category.class.php:86 msgid "As child of" -msgstr "" +msgstr "As child of" #: inc/category.class.php:92 inc/form.class.php:247 entrée standard:65 msgid "Icon" -msgstr "" +msgstr "Icon" #: inc/category.class.php:98 inc/form.class.php:255 entrée standard:67 msgid "Icon color" -msgstr "" +msgstr "Icon color" #: inc/category.class.php:104 inc/form.class.php:263 entrée standard:80 msgid "Background color" -msgstr "" +msgstr "Background color" #: inc/formlist.class.php:46 inc/entityconfig.class.php:93 #: inc/form.class.php:111 inc/form.class.php:516 inc/form.class.php:2015 #: entrée standard:47 msgid "Form" msgid_plural "Forms" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "Form" +msgstr[1] "Forms" #: inc/notificationtargetformanswer.class.php:43 msgid "The form as been saved" @@ -846,7 +826,7 @@ msgstr "The form is deleted" #: inc/notificationtargetformanswer.class.php:74 msgid "Form ID" -msgstr "" +msgstr "Form ID" #: inc/notificationtargetformanswer.class.php:75 #: inc/notificationtargetformanswer.class.php:95 @@ -857,14 +837,14 @@ msgstr "Form name" #: inc/form_validator.class.php:91 msgid "Validator" msgid_plural "Validators" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "Validator" +msgstr[1] "Validators" #: inc/notificationtargetformanswer.class.php:78 #: inc/notificationtargetformanswer.class.php:98 inc/formanswer.class.php:278 #: entrée standard:49 msgid "Creation date" -msgstr "" +msgstr "Creation date" #: inc/notificationtargetformanswer.class.php:79 #: inc/notificationtargetformanswer.class.php:99 @@ -873,7 +853,7 @@ msgstr "Full form answers" #: inc/notificationtargetformanswer.class.php:80 msgid "Validation comment" -msgstr "" +msgstr "Validation comment" #: inc/notificationtargetformanswer.class.php:81 #: inc/notificationtargetformanswer.class.php:101 @@ -882,7 +862,7 @@ msgstr "Validation link" #: inc/notificationtargetformanswer.class.php:82 msgid "Request ID" -msgstr "" +msgstr "Request ID" #: inc/notificationtargetformanswer.class.php:94 msgid "Form #" @@ -903,16 +883,16 @@ msgstr "Request #" #: inc/notificationtargetformanswer.class.php:114 msgid "Author" -msgstr "" +msgstr "Author" #: inc/notificationtargetformanswer.class.php:115 #: inc/abstractitiltarget.class.php:1374 msgid "Approver" -msgstr "" +msgstr "Approver" #: inc/target_actor.class.php:70 inc/abstractitiltarget.class.php:2141 msgid "Form author" -msgstr "" +msgstr "Form author" #: inc/target_actor.class.php:71 inc/abstractitiltarget.class.php:2144 msgid "Form validator" @@ -936,11 +916,11 @@ msgstr "Group from the question" #: inc/target_actor.class.php:76 msgid "Group from an object" -msgstr "" +msgstr "Group from an object" #: inc/target_actor.class.php:77 msgid "Tech group from an object" -msgstr "" +msgstr "Tech group from an object" #: inc/target_actor.class.php:78 msgid "Specific supplier" @@ -956,55 +936,55 @@ msgstr "Actors from the question" #: inc/target_actor.class.php:81 inc/abstractitiltarget.class.php:2198 msgid "Form author's supervisor" -msgstr "" +msgstr "Form author's supervisor" #: inc/target_actor.class.php:102 msgid "Observer" -msgstr "" +msgstr "Observer" #: inc/target_actor.class.php:103 inc/abstractitiltarget.class.php:1818 msgid "Assigned to" -msgstr "" +msgstr "Assigned to" #: inc/target_actor.class.php:109 msgid "Target actor" msgid_plural "Target actors" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "Target actor" +msgstr[1] "Target actors" #: inc/target_actor.class.php:115 inc/target_actor.class.php:131 #: inc/target_actor.class.php:140 msgid "Bad request while adding an actor." -msgstr "" +msgstr "Bad request while adding an actor." #: inc/target_actor.class.php:197 #, php-format msgid "Failed to find a user: %1$s" -msgstr "" +msgstr "Failed to find a user: %1$s" #: inc/target_actor.class.php:206 #, php-format msgid "Failed to find a group: %1$s" -msgstr "" +msgstr "Failed to find a group: %1$s" #: inc/target_actor.class.php:215 #, php-format msgid "Failed to find a supplier: %1$s" -msgstr "" +msgstr "Failed to find a supplier: %1$s" #: inc/formanswer.class.php:79 inc/form_validator.class.php:72 msgid "Refused" -msgstr "" +msgstr "Refused" #: inc/formanswer.class.php:80 inc/form_validator.class.php:71 msgid "Accepted" -msgstr "" +msgstr "Accepted" #: inc/formanswer.class.php:214 msgid "Form answer" msgid_plural "Form answers" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "Form answer" +msgstr[1] "Form answers" #: inc/formanswer.class.php:676 msgid "Print this form" @@ -1020,7 +1000,7 @@ msgstr "Form successfully saved." #: inc/formanswer.class.php:770 msgid "Save" -msgstr "" +msgstr "Save" #: inc/formanswer.class.php:782 msgid "Required if refused" @@ -1032,11 +1012,11 @@ msgstr "Refuse" #: inc/formanswer.class.php:796 msgid "Edit answers" -msgstr "" +msgstr "Edit answers" #: inc/formanswer.class.php:802 msgid "Cancel edition" -msgstr "" +msgstr "Cancel edition" #: inc/formanswer.class.php:809 msgid "Accept" @@ -1051,6 +1031,8 @@ msgid "" "An internal error occured when verifying your answers. Please report it to " "your administrator." msgstr "" +"An internal error occured when verifying your answers. Please report it to " +"your administrator." #: inc/formanswer.class.php:933 msgid "You are not the validator of these answers" @@ -1059,7 +1041,7 @@ msgstr "You are not the validator of these answers" #: inc/formanswer.class.php:1083 #, php-format msgid "Item sucessfully added: %1$s (%2$s: %3$s)" -msgstr "" +msgstr "Item sucessfully added: %1$s (%2$s: %3$s)" #: inc/formanswer.class.php:1166 inc/formanswer.class.php:1168 msgid "Form data" @@ -1075,25 +1057,25 @@ msgstr "" msgid "Cannot generate targets!" msgstr "Cannot generate targets!" -#: inc/formanswer.class.php:1512 +#: inc/formanswer.class.php:1511 msgid "No captcha set." msgstr "" -#: inc/formanswer.class.php:1518 +#: inc/formanswer.class.php:1517 msgid "You failed the captcha test." msgstr "" -#: inc/formanswer.class.php:1541 +#: inc/formanswer.class.php:1540 msgid "You must select validator!" msgstr " You must select validator! " #: inc/common.class.php:229 msgid "You cannot delete this issue. Maybe it is taken into account." -msgstr "" +msgstr "You cannot delete this issue. Maybe it is taken into account." #: inc/common.class.php:234 msgid "Failed to delete this issue. An internal error occured." -msgstr "" +msgstr "Failed to delete this issue. An internal error occured." #: inc/common.class.php:745 msgid "Seek assistance" @@ -1105,7 +1087,7 @@ msgstr "My requests for assistance" #: inc/common.class.php:791 msgid "Consult reminders" -msgstr "" +msgstr "Consult reminders" #: inc/common.class.php:811 msgid "Consult feeds" @@ -1118,56 +1100,56 @@ msgstr "" #: inc/formaccesstype.class.php:41 entrée standard:39 msgid "Access type" msgid_plural "Access types" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "Access type" +msgstr[1] "Access types" #: inc/form_language.class.php:51 msgid "Form language" msgid_plural "Form languages" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "Form language" +msgstr[1] "Form languages" #: inc/form_language.class.php:78 inc/form_language.class.php:364 msgid "Translation" msgid_plural "Translations" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "Translation" +msgstr[1] "Translations" #: inc/form_language.class.php:119 msgid "The name cannot be empty." -msgstr "" +msgstr "The name cannot be empty." #: inc/form_language.class.php:127 msgid "The language must be associated to a form." -msgstr "" +msgstr "The language must be associated to a form." #: inc/form_language.class.php:135 msgid "The specified language is not available." -msgstr "" +msgstr "The specified language is not available." #: inc/form_language.class.php:265 msgid "Add a translation" -msgstr "" +msgstr "Add a translation" #: inc/form_language.class.php:299 js/scripts.js:1214 msgid "Update a translation" -msgstr "" +msgstr "Update a translation" #: inc/form_language.class.php:329 inc/form_language.class.php:331 msgid "New translation" -msgstr "" +msgstr "New translation" #: inc/form_language.class.php:334 msgid "Filter list" -msgstr "" +msgstr "Filter list" #: inc/form_language.class.php:339 inc/form_language.class.php:438 msgid "No translation found" -msgstr "" +msgstr "No translation found" #: inc/form_language.class.php:344 msgid "Do you want to delete the selected items?" -msgstr "" +msgstr "Do you want to delete the selected items?" #: inc/form_language.class.php:353 inc/form_language.class.php:401 #: inc/abstractitiltarget.class.php:1710 entrée standard:124 standard:31 @@ -1176,16 +1158,16 @@ msgstr "Delete" #: inc/form_language.class.php:363 msgid "Original string" -msgstr "" +msgstr "Original string" #: inc/form_language.class.php:424 msgid "Add a new language" -msgstr "" +msgstr "Add a new language" #: inc/form_language.class.php:457 inc/form_language.class.php:489 #: inc/form.class.php:178 entrée standard:72 msgid "Language" -msgstr "" +msgstr "Language" #: inc/form_validator.class.php:69 inc/targetticket.class.php:99 #: inc/abstractitiltarget.class.php:186 @@ -1194,7 +1176,7 @@ msgstr "None" #: inc/form_validator.class.php:78 inc/abstractitiltarget.class.php:2552 msgid "No" -msgstr "" +msgstr "No" #: inc/form_validator.class.php:81 msgid "Supervisor of the requester" @@ -1202,7 +1184,7 @@ msgstr "" #: inc/form_validator.class.php:116 inc/translation.class.php:221 msgid "Form not found." -msgstr "" +msgstr "Form not found." #: inc/form_validator.class.php:121 inc/form_validator.class.php:129 #: inc/form_validator.class.php:138 @@ -1224,7 +1206,7 @@ msgstr "" #: inc/form_validator.class.php:592 inc/abstractitiltarget.class.php:1354 msgid "Validation" -msgstr "" +msgstr "Validation" #: inc/form_validator.class.php:594 msgid "Choose a validator" @@ -1236,19 +1218,19 @@ msgstr "Choose a validator" #: inc/abstractitiltarget.class.php:2124 msgctxt "button" msgid "Save" -msgstr "" +msgstr "Save" #: inc/targetproblem.class.php:43 entrée standard:43 msgid "Target problem" msgid_plural "Target problems" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "Target problem" +msgstr[1] "Target problems" #: inc/targetproblem.class.php:109 inc/targetproblem.class.php:565 #: inc/targetchange.class.php:105 inc/targetchange.class.php:441 #: inc/targetticket.class.php:135 inc/targetticket.class.php:238 msgid "Properties" -msgstr "" +msgstr "Properties" #: inc/targetproblem.class.php:509 inc/targetchange.class.php:286 #: inc/targetticket.class.php:1443 @@ -1257,6 +1239,8 @@ msgid "" "Failed to add or update the %1$s %2$s: a question is missing and is used in " "a parameter of the target" msgstr "" +"Failed to add or update the %1$s %2$s: a question is missing and is used in " +"a parameter of the target" #: inc/targetproblem.class.php:566 inc/targetchange.class.php:106 #: inc/targetticket.class.php:136 inc/abstractitiltarget.class.php:1216 @@ -1265,24 +1249,24 @@ msgstr "Actors" #: inc/targetproblem.class.php:619 entrée standard:48 msgid "Problem title" -msgstr "" +msgstr "Problem title" #: inc/targetproblem.class.php:629 inc/targetchange.class.php:354 #: inc/targetticket.class.php:199 msgid "Content" -msgstr "" +msgstr "Content" #: inc/targetproblem.class.php:639 inc/targetchange.class.php:364 msgid "Impact" -msgstr "" +msgstr "Impact" #: inc/targetproblem.class.php:649 entrée standard:56 msgid "Cause" -msgstr "" +msgstr "Cause" #: inc/targetproblem.class.php:659 entrée standard:58 msgid "Symptom" -msgstr "" +msgstr "Symptom" #: inc/entityconfig.class.php:101 inc/entityconfig.class.php:110 #: inc/entityconfig.class.php:118 inc/entityconfig.class.php:126 @@ -1291,7 +1275,7 @@ msgstr "" #: inc/entityconfig.class.php:166 inc/entityconfig.class.php:180 #: inc/entityconfig.class.php:188 inc/entityconfig.class.php:196 msgid "Inheritance of the parent entity" -msgstr "" +msgstr "Inheritance of the parent entity" #: inc/entityconfig.class.php:102 msgid "GLPi's helpdesk" @@ -1307,11 +1291,11 @@ msgstr "Service catalog extended" #: inc/entityconfig.class.php:111 msgid "All available forms" -msgstr "" +msgstr "All available forms" #: inc/entityconfig.class.php:112 msgid "Only default forms" -msgstr "" +msgstr "Only default forms" #: inc/entityconfig.class.php:119 msgid "Popularity sort" @@ -1323,39 +1307,39 @@ msgstr "Alphabetic sort" #: inc/entityconfig.class.php:127 msgid "Merged with Forms" -msgstr "" +msgstr "Merged with Forms" #: inc/entityconfig.class.php:128 msgid "Distinct menu entry" -msgstr "" +msgstr "Distinct menu entry" #: inc/entityconfig.class.php:135 inc/entityconfig.class.php:143 #: inc/entityconfig.class.php:151 inc/entityconfig.class.php:159 #: inc/entityconfig.class.php:189 inc/form.class.php:271 entrée standard:100 msgid "Visible" -msgstr "" +msgstr "Visible" #: inc/entityconfig.class.php:136 inc/entityconfig.class.php:144 #: inc/entityconfig.class.php:152 inc/entityconfig.class.php:160 #: inc/entityconfig.class.php:190 msgid "Hidden" -msgstr "" +msgstr "Hidden" #: inc/entityconfig.class.php:167 msgid "Variable height" -msgstr "" +msgstr "Variable height" #: inc/entityconfig.class.php:168 msgid "Uniform height" -msgstr "" +msgstr "Uniform height" #: inc/entityconfig.class.php:173 msgid "Search for assistance" -msgstr "" +msgstr "Search for assistance" #: inc/entityconfig.class.php:174 msgid "User's assistance requests" -msgstr "" +msgstr "User's assistance requests" #: inc/entityconfig.class.php:181 msgid "Only forms" @@ -1384,39 +1368,39 @@ msgstr "Helpdesk mode" #: inc/entityconfig.class.php:317 inc/entityconfig.class.php:604 msgid "Default Form list mode" -msgstr "" +msgstr "Default Form list mode" #: inc/entityconfig.class.php:335 inc/entityconfig.class.php:544 msgid "Sort order" -msgstr "" +msgstr "Sort order" #: inc/entityconfig.class.php:351 inc/entityconfig.class.php:554 msgid "Knowledge base" -msgstr "" +msgstr "Knowledge base" #: inc/entityconfig.class.php:366 msgid "Search" -msgstr "" +msgstr "Search" #: inc/entityconfig.class.php:382 inc/entityconfig.class.php:614 msgid "Counters dashboard" -msgstr "" +msgstr "Counters dashboard" #: inc/entityconfig.class.php:398 msgid "Header message" -msgstr "" +msgstr "Header message" #: inc/entityconfig.class.php:414 inc/entityconfig.class.php:624 msgid "Search issue" -msgstr "" +msgstr "Search issue" #: inc/entityconfig.class.php:430 inc/entityconfig.class.php:594 msgid "Service catalog home page" -msgstr "" +msgstr "Service catalog home page" #: inc/entityconfig.class.php:446 inc/entityconfig.class.php:634 msgid "Tile design" -msgstr "" +msgstr "Tile design" #: inc/entityconfig.class.php:462 msgid "Home page" @@ -1430,30 +1414,30 @@ msgstr "" #: inc/form.class.php:225 entrée standard:84 msgid "Header" msgid_plural "Headers" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "Header" +msgstr[1] "Headers" #: inc/entityconfig.class.php:564 msgid "Display search field" -msgstr "" +msgstr "Display search field" #: inc/entityconfig.class.php:574 msgid "Display header" -msgstr "" +msgstr "Display header" #: inc/questionrange.class.php:52 inc/questionparameter/range.class.php:56 msgid "Question range" msgid_plural "Question ranges" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "Question range" +msgstr[1] "Question ranges" #: inc/questionrange.class.php:62 inc/questionparameter/range.class.php:66 msgid "Minimum range" -msgstr "" +msgstr "Minimum range" #: inc/questionrange.class.php:71 inc/questionparameter/range.class.php:75 msgid "maximum range" -msgstr "" +msgstr "maximum range" #: inc/form.class.php:66 inc/form.class.php:429 msgid "Public access" @@ -1469,7 +1453,7 @@ msgstr "Restricted access" #: inc/form.class.php:122 msgid "Answers waiting for validation" -msgstr "" +msgstr "Answers waiting for validation" #: inc/form.class.php:124 inc/form.class.php:1663 inc/form.class.php:1689 msgid "Import forms" @@ -1477,7 +1461,7 @@ msgstr "Import forms" #: inc/form.class.php:169 msgid "Recursive" -msgstr "" +msgstr "Recursive" #: inc/form.class.php:190 msgid "Homepage" @@ -1490,11 +1474,11 @@ msgstr "Access" #: inc/form.class.php:234 inc/form.class.php:327 inc/form.class.php:394 entrée #: standard:54 msgid "Active" -msgstr "" +msgstr "Active" #: inc/form.class.php:286 inc/form.class.php:338 inc/form.class.php:413 msgid "Default form" -msgstr "" +msgstr "Default form" #: inc/form.class.php:296 entrée standard:106 msgid "Next form" @@ -1502,33 +1486,33 @@ msgstr "" #: inc/form.class.php:326 inc/form.class.php:391 msgid "Inactive" -msgstr "" +msgstr "Inactive" #: inc/form.class.php:337 inc/form.class.php:410 msgid "Not default form" -msgstr "" +msgstr "Not default form" #: inc/form.class.php:361 inc/form.class.php:445 entrée standard:75 msgid "All languages" -msgstr "" +msgstr "All languages" #: inc/form.class.php:508 entrée standard:3 msgid "Target" msgid_plural "Targets" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "Target" +msgstr[1] "Targets" #: inc/form.class.php:511 msgid "Preview" -msgstr "" +msgstr "Preview" #: inc/form.class.php:512 msgid "Form answer properties" -msgstr "" +msgstr "Form answer properties" #: inc/form.class.php:854 msgid "What are you looking for?" -msgstr "" +msgstr "What are you looking for?" #: inc/form.class.php:993 inc/form.class.php:1156 #: inc/abstracttarget.class.php:162 inc/abstractitiltarget.class.php:1625 @@ -1541,7 +1525,7 @@ msgstr "" #: inc/form.class.php:1167 msgid "Cannot use empty name for form answers. Keeping the previous value." -msgstr "" +msgstr "Cannot use empty name for form answers. Keeping the previous value." #: inc/form.class.php:1303 #, php-format @@ -1550,7 +1534,7 @@ msgstr "The question %s is not compatible with public forms" #: inc/form.class.php:1386 msgid "Errored duplicate" -msgstr "" +msgstr "Errored duplicate" #: inc/form.class.php:1397 entrée standard:23 msgid "Duplicate" @@ -1559,7 +1543,7 @@ msgstr "Duplicate" #: inc/form.class.php:1442 inc/form.class.php:1452 msgctxt "button" msgid "Post" -msgstr "" +msgstr "Post" #: inc/form.class.php:1475 #, php-format @@ -1578,7 +1562,7 @@ msgstr "Back" #: inc/form.class.php:1526 #, php-format msgid "Form updated: %s" -msgstr "" +msgstr "Form updated: %s" #: inc/form.class.php:1636 msgid "Upload of JSON files not allowed." @@ -1618,30 +1602,32 @@ msgstr "Enable" #: inc/form.class.php:1698 msgctxt "button" msgid "Send" -msgstr "" +msgstr "Send" #: inc/form.class.php:1717 msgid "Forms import impossible, the file is empty" -msgstr "" +msgstr "Forms import impossible, the file is empty" #: inc/form.class.php:1721 inc/form.class.php:1725 msgid "Forms import impossible, the file seems corrupt" -msgstr "" +msgstr "Forms import impossible, the file seems corrupt" #: inc/form.class.php:1731 msgid "Forms import impossible, the file was generated with another version" -msgstr "" +msgstr "Forms import impossible, the file was generated with another version" #: inc/form.class.php:1738 msgid "" "The file does not specifies the schema version. It was probably generated " "with a version older than 2.10. Giving up." msgstr "" +"The file does not specifies the schema version. It was probably generated " +"with a version older than 2.10. Giving up." #: inc/form.class.php:1764 #, php-format msgid "Failed to import %s" -msgstr "" +msgstr "Failed to import %s" #: inc/form.class.php:1769 #, php-format @@ -1651,17 +1637,17 @@ msgstr "Forms successfully imported from %s" #: inc/form.class.php:1832 #, php-format msgid "The form %1$s already exists and is in an unmodifiable entity." -msgstr "" +msgstr "The form %1$s already exists and is in an unmodifiable entity." #: inc/form.class.php:1840 #, php-format msgid "You don't have right to update the entity %1$s." -msgstr "" +msgstr "You don't have right to update the entity %1$s." #: inc/form.class.php:1850 #, php-format msgid "The entity %1$s is required for the form %2$s." -msgstr "" +msgstr "The entity %1$s is required for the form %2$s." #: inc/form.class.php:1952 msgid "Failed to create JSON document type" @@ -1681,31 +1667,31 @@ msgstr "Forms without category" #: inc/form.class.php:2007 msgid "No form available" -msgstr "" +msgstr "No form available" #: inc/form.class.php:2205 entrée standard:47 msgid "Add a target" -msgstr "" +msgstr "Add a target" #: inc/form.class.php:2236 inc/targetticket.class.php:398 #: inc/abstractitiltarget.class.php:1828 inc/abstractitiltarget.class.php:2124 #: entrée standard:92 standard:94 msgid "Add" -msgstr "" +msgstr "Add" #: inc/form.class.php:2254 inc/form.class.php:2277 inc/form.class.php:2299 msgid "Unsupported target type." -msgstr "" +msgstr "Unsupported target type." #: inc/form.class.php:2333 msgid "plugin_formcreator_load_check" -msgstr "" +msgstr "plugin_formcreator_load_check" #: inc/targetchange.class.php:44 entrée standard:43 msgid "Target change" msgid_plural "Target changes" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "Target change" +msgstr[1] "Target changes" #: inc/targetchange.class.php:344 entrée standard:48 msgid "Change title" @@ -1713,19 +1699,19 @@ msgstr "Change title" #: inc/targetchange.class.php:374 entrée standard:56 msgid "Control list" -msgstr "" +msgstr "Control list" #: inc/targetchange.class.php:384 entrée standard:58 msgid "Deployment plan" -msgstr "" +msgstr "Deployment plan" #: inc/targetchange.class.php:394 entrée standard:60 msgid "Backup plan" -msgstr "" +msgstr "Backup plan" #: inc/targetchange.class.php:404 msgid "Check list" -msgstr "" +msgstr "Check list" #: inc/questionfilter.class.php:52 msgid "Question filter" @@ -1736,8 +1722,8 @@ msgstr[1] "" #: inc/section.class.php:71 entrée standard:53 standard:44 msgid "Section" msgid_plural "Sections" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "Section" +msgstr[1] "Sections" #: inc/section.class.php:123 inc/section.class.php:166 #: inc/question.class.php:348 @@ -1746,19 +1732,19 @@ msgstr "The title is required" #: inc/section.class.php:553 inc/question.class.php:234 entrée standard:37 msgid "Count of conditions" -msgstr "" +msgstr "Count of conditions" #: inc/restrictedformcriteria.class.php:179 #, php-format msgid "Failed to find %1$s %2$s" -msgstr "" +msgstr "Failed to find %1$s %2$s" #: inc/question.class.php:73 inc/abstractitiltarget.class.php:1127 entrée #: standard:41 msgid "Question" msgid_plural "Questions" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "Question" +msgstr[1] "Questions" #: inc/question.class.php:197 entrée standard:43 standard:50 standard:44 #: standard:49 standard:79 @@ -1784,58 +1770,58 @@ msgstr "" #: inc/question.class.php:1184 msgid "Service levels" -msgstr "" +msgstr "Service levels" #: inc/question.class.php:1185 inc/abstractitiltarget.class.php:851 msgid "SLA" -msgstr "" +msgstr "SLA" #: inc/question.class.php:1186 inc/abstractitiltarget.class.php:924 msgid "OLA" -msgstr "" +msgstr "OLA" #: inc/question.class.php:1205 inc/question.class.php:1248 #: inc/question.class.php:1251 msgid "Assets" -msgstr "" +msgstr "Assets" #: inc/question.class.php:1219 hook.php:780 hook.php:797 msgid "Assistance" -msgstr "" +msgstr "Assistance" #: inc/question.class.php:1225 msgid "Management" -msgstr "" +msgstr "Management" #: inc/question.class.php:1236 msgid "Tools" -msgstr "" +msgstr "Tools" #: inc/question.class.php:1237 msgid "Notes" -msgstr "" +msgstr "Notes" #: inc/question.class.php:1238 msgid "RSS feed" -msgstr "" +msgstr "RSS feed" #: inc/question.class.php:1240 msgid "Administration" -msgstr "" +msgstr "Administration" #: inc/question.class.php:1248 inc/question.class.php:1251 msgid "Plugin" msgid_plural "Plugins" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "Plugin" +msgstr[1] "Plugins" #: inc/abstractquestionparameter.class.php:98 msgid "Parameter" -msgstr "" +msgstr "Parameter" #: inc/abstractquestionparameter.class.php:105 msgid "Field name" -msgstr "" +msgstr "Field name" #: inc/abstracttarget.class.php:97 msgid "Current active entity" @@ -1875,31 +1861,31 @@ msgstr "From a GLPI object > Entity type question answer" #: inc/abstracttarget.class.php:116 msgid "Always generated" -msgstr "" +msgstr "Always generated" #: inc/abstracttarget.class.php:117 msgid "Disabled unless" -msgstr "" +msgstr "Disabled unless" #: inc/abstracttarget.class.php:118 msgid "Generated unless" -msgstr "" +msgstr "Generated unless" #: inc/abstracttarget.class.php:129 msgid "A target must be associated to a form." -msgstr "" +msgstr "A target must be associated to a form." #: inc/abstracttarget.class.php:134 msgid "A target must be associated to an existing form." -msgstr "" +msgstr "A target must be associated to an existing form." #: inc/abstracttarget.class.php:139 msgid "Name is required." -msgstr "" +msgstr "Name is required." #: inc/abstracttarget.class.php:502 msgid "Destination entity" -msgstr "" +msgstr "Destination entity" #: inc/abstracttarget.class.php:518 msgid "User type question" @@ -1911,29 +1897,29 @@ msgstr "Entity type question" #: inc/command/cleanticketscommand.class.php:53 msgid "Searching for invalid items..." -msgstr "" +msgstr "Searching for invalid items..." #: inc/command/cleanticketscommand.class.php:61 msgid "Done." -msgstr "" +msgstr "Done." #: inc/command/cleanticketscommand.class.php:135 msgid "Step 1: double encoded < and > signs." -msgstr "" +msgstr "Step 1: double encoded < and > signs." #: inc/command/cleanticketscommand.class.php:146 #: inc/command/cleanticketscommand.class.php:196 #: inc/command/cleanticketscommand.class.php:260 msgid "No invalid items found." -msgstr "" +msgstr "No invalid items found." #: inc/command/cleanticketscommand.class.php:187 msgid "Step 2: literal BR tag." -msgstr "" +msgstr "Step 2: literal BR tag." #: inc/command/cleanticketscommand.class.php:251 msgid "Step 3: litteral > sign." -msgstr "" +msgstr "Step 3: litteral > sign." #: inc/filter/itilcategoryfilter.class.php:52 #: inc/filter/itilcategoryfilter.class.php:54 @@ -1947,7 +1933,7 @@ msgstr "Incident categories" #: inc/filter/itilcategoryfilter.class.php:55 msgid "Change categories" -msgstr "" +msgstr "Change categories" #: inc/supervisorvalidator.class.php:44 msgid "Requester supervisor" @@ -1962,36 +1948,36 @@ msgstr "" #: inc/questionregex.class.php:52 msgid "Question regular expression" msgid_plural "Question regular expressions" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "Question regular expression" +msgstr[1] "Question regular expressions" #: inc/questiondependency.class.php:66 msgid "Question dependency" msgid_plural "Question dependencies" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "Question dependency" +msgstr[1] "Question dependencies" #: inc/answer.class.php:66 entrée standard:43 msgid "Answer" msgid_plural "Answers" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "Answer" +msgstr[1] "Answers" #: inc/item_targetticket.class.php:52 msgid "Composite ticket relation" msgid_plural "Composite ticket relations" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "Composite ticket relation" +msgstr[1] "Composite ticket relations" #: inc/targetticket.class.php:57 entrée standard:43 msgid "Target ticket" msgid_plural "Target tickets" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "Target ticket" +msgstr[1] "Target tickets" #: inc/targetticket.class.php:100 msgid "Specific asset" -msgstr "" +msgstr "Specific asset" #: inc/targetticket.class.php:101 inc/targetticket.class.php:117 #: inc/abstractitiltarget.class.php:207 inc/abstractitiltarget.class.php:215 @@ -2003,23 +1989,23 @@ msgstr "Equals to the answer to the question" #: inc/targetticket.class.php:102 inc/abstractitiltarget.class.php:232 #: inc/abstractitiltarget.class.php:241 inc/abstractitiltarget.class.php:250 msgid "Last valid answer" -msgstr "" +msgstr "Last valid answer" #: inc/targetticket.class.php:108 msgid "Source from template or user default or GLPI default" -msgstr "" +msgstr "Source from template or user default or GLPI default" #: inc/targetticket.class.php:109 msgid "Formcreator" -msgstr "" +msgstr "Formcreator" #: inc/targetticket.class.php:115 msgid "Default or from a template" -msgstr "" +msgstr "Default or from a template" #: inc/targetticket.class.php:116 msgid "Specific type" -msgstr "" +msgstr "Specific type" #: inc/targetticket.class.php:189 entrée standard:48 msgid "Ticket title" @@ -2031,15 +2017,15 @@ msgstr "Add validation message as first ticket followup" #: inc/targetticket.class.php:341 msgid "Add a field" -msgstr "" +msgstr "Add a field" #: inc/targetticket.class.php:369 msgid "Managed fields" -msgstr "" +msgstr "Managed fields" #: inc/targetticket.class.php:376 msgid "No managed field" -msgstr "" +msgstr "No managed field" #: inc/targetticket.class.php:396 msgid "Link to an other ticket" @@ -2055,12 +2041,12 @@ msgstr "An existing ticket" #: inc/targetticket.class.php:407 msgid "A ticket from an answer to a question" -msgstr "" +msgstr "A ticket from an answer to a question" #: inc/targetticket.class.php:488 msgctxt "button" msgid "Delete permanently" -msgstr "" +msgstr "Delete permanently" #: inc/targetticket.class.php:743 msgid "Invalid link type" @@ -2084,35 +2070,35 @@ msgstr "Your form has been accepted by the validator" #: inc/targetticket.class.php:1137 msgid "Request source" -msgstr "" +msgstr "Request source" #: inc/targetticket.class.php:1162 msgid "Type " -msgstr "" +msgstr "Type " #: inc/targetticket.class.php:1190 msgid "Associated elements" -msgstr "" +msgstr "Associated elements" #: inc/targetticket.class.php:1201 msgid "Item " -msgstr "" +msgstr "Item " #: inc/translation.class.php:153 msgid "No more string to translate" -msgstr "" +msgstr "No more string to translate" #: inc/translation.class.php:164 msgid "Internal error: translatable string not found." -msgstr "" +msgstr "Internal error: translatable string not found." #: inc/translation.class.php:216 msgid "Language not found." -msgstr "" +msgstr "Language not found." #: inc/translation.class.php:236 msgid "Failed to add the translation." -msgstr "" +msgstr "Failed to add the translation." #: inc/abstractitiltarget.class.php:187 msgid "Tags from questions" @@ -2148,19 +2134,19 @@ msgstr "calculated from the answer to the question" #: inc/abstractitiltarget.class.php:205 msgid "SLA from template or none" -msgstr "" +msgstr "SLA from template or none" #: inc/abstractitiltarget.class.php:206 msgid "Specific SLA" -msgstr "" +msgstr "Specific SLA" #: inc/abstractitiltarget.class.php:213 msgid "OLA from template or none" -msgstr "" +msgstr "OLA from template or none" #: inc/abstractitiltarget.class.php:214 msgid "Specific OLA" -msgstr "" +msgstr "Specific OLA" #: inc/abstractitiltarget.class.php:221 msgid "Urgency from template or Medium" @@ -2196,55 +2182,55 @@ msgstr "" #: inc/abstractitiltarget.class.php:256 msgid "No validation" -msgstr "" +msgstr "No validation" #: inc/abstractitiltarget.class.php:257 msgid "Specific user or group" -msgstr "" +msgstr "Specific user or group" #: inc/abstractitiltarget.class.php:258 msgid "User from question answer" -msgstr "" +msgstr "User from question answer" #: inc/abstractitiltarget.class.php:259 msgid "Group from question answer" -msgstr "" +msgstr "Group from question answer" #: inc/abstractitiltarget.class.php:839 msgid "Minute" msgid_plural "Minutes" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "Minute" +msgstr[1] "Minutes" #: inc/abstractitiltarget.class.php:840 msgid "Hour" msgid_plural "Hours" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "Hour" +msgstr[1] "Hours" #: inc/abstractitiltarget.class.php:841 msgid "Day" msgid_plural "Days" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "Day" +msgstr[1] "Days" #: inc/abstractitiltarget.class.php:842 msgid "Month" msgid_plural "Months" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "Month" +msgstr[1] "Months" #: inc/abstractitiltarget.class.php:874 msgid "SLA (TTO/TTR)" -msgstr "" +msgstr "SLA (TTO/TTR)" #: inc/abstractitiltarget.class.php:875 inc/abstractitiltarget.class.php:948 msgid "Question (TTO/TTR)" -msgstr "" +msgstr "Question (TTO/TTR)" #: inc/abstractitiltarget.class.php:947 msgid "OLA (TTO/TTR)" -msgstr "" +msgstr "OLA (TTO/TTR)" #: inc/abstractitiltarget.class.php:1051 msgid "Urgency " @@ -2260,7 +2246,7 @@ msgstr "Tags" #: inc/abstractitiltarget.class.php:1247 msgid "Location" -msgstr "" +msgstr "Location" #: inc/abstractitiltarget.class.php:1259 msgid "Location " @@ -2281,8 +2267,8 @@ msgstr "The description cannot be empty!" #: inc/abstractitiltarget.class.php:1811 msgid "Watcher" msgid_plural "Watchers" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "Watcher" +msgstr[1] "Watchers" #: inc/abstractitiltarget.class.php:1830 msgid "Cancel" @@ -2291,36 +2277,36 @@ msgstr "Cancel" #: inc/abstractitiltarget.class.php:2118 inc/abstractitiltarget.class.php:2548 #: inc/abstractitiltarget.class.php:2552 msgid "Email followup" -msgstr "" +msgstr "Email followup" #: inc/abstractitiltarget.class.php:2149 inc/abstractitiltarget.class.php:2536 msgid "User" -msgstr "" +msgstr "User" #: inc/abstractitiltarget.class.php:2160 inc/abstractitiltarget.class.php:2540 msgid "Group" -msgstr "" +msgstr "Group" #: inc/abstractitiltarget.class.php:2171 msgid "Group from the object" -msgstr "" +msgstr "Group from the object" #: inc/abstractitiltarget.class.php:2177 msgid "Tech group from the object" -msgstr "" +msgstr "Tech group from the object" #: inc/abstractitiltarget.class.php:2189 inc/abstractitiltarget.class.php:2544 msgid "Supplier" -msgstr "" +msgstr "Supplier" #: inc/abstractitiltarget.class.php:2548 msgid "Yes" -msgstr "" +msgstr "Yes" #: install/install.php:163 #, php-format msgid "Upgrade tables to innoDB; run %s" -msgstr "" +msgstr "Upgrade tables to innoDB; run %s" #: install/install.php:199 #, php-format @@ -2328,11 +2314,13 @@ msgid "" "The database schema is not consistent with the previous version of " "Formcreator %s. To see the logs run the command %s" msgstr "" +"The database schema is not consistent with the previous version of " +"Formcreator %s. To see the logs run the command %s" #: install/install.php:208 #, php-format msgid "To ignore the inconsistencies and upgrade anyway run %s" -msgstr "" +msgstr "To ignore the inconsistencies and upgrade anyway run %s" #: install/install.php:225 msgid "" @@ -2340,6 +2328,9 @@ msgid "" " to GLPI 9.5.7, upgrade Formcreator to version 2.12.5, then upgrade again to" " GLPI 10 or later and Formcreator 2.13 or later." msgstr "" +"Upgrade from version older than 2.5.0 is no longer supported. Please upgrade" +" to GLPI 9.5.7, upgrade Formcreator to version 2.12.5, then upgrade again to" +" GLPI 10 or later and Formcreator 2.13 or later." #: install/install.php:251 #, php-format @@ -2354,10 +2345,12 @@ msgid "" "The database schema is not consistent with the current version of " "Formcreator %s. To see the logs enable the plugin and run the command %s" msgstr "" +"The database schema is not consistent with the current version of " +"Formcreator %s. To see the logs enable the plugin and run the command %s" #: install/install.php:305 msgid "The tables of the plugin passed the schema integrity check." -msgstr "" +msgstr "The tables of the plugin passed the schema integrity check." #: install/install.php:478 msgid "A form has been created" @@ -2434,22 +2427,22 @@ msgstr "Formcreator - Sync service catalog issues" #: install/install.php:945 msgid "Failed to check the sanity of the tables!" -msgstr "" +msgstr "Failed to check the sanity of the tables!" #: install/install.php:959 #, php-format msgid "Table schema differs for table \"%s\"." -msgstr "" +msgstr "Table schema differs for table \"%s\"." #: install/install.php:962 #, php-format msgid "Table \"%s\" is missing." -msgstr "" +msgstr "Table \"%s\" is missing." #: install/install.php:965 #, php-format msgid "Unknown table \"%s\" has been found in database." -msgstr "" +msgstr "Unknown table \"%s\" has been found in database." #: hook.php:439 msgctxt "button" @@ -2458,52 +2451,54 @@ msgstr "Duplicate" #: hook.php:440 msgid "Transfer" -msgstr "" +msgstr "Transfer" #: hook.php:441 msgctxt "button" msgid "Export" -msgstr "" +msgstr "Export" #: hook.php:442 msgctxt "button" msgid "Access rights" -msgstr "" +msgstr "Access rights" #: hook.php:756 msgid "Cancel my ticket" -msgstr "" +msgstr "Cancel my ticket" #: hook.php:774 msgid "Old" -msgstr "" +msgstr "Old" #: hook.php:781 #, php-format msgid "Number of %s" -msgstr "" +msgstr "Number of %s" #: hook.php:798 msgid "Issues summary" -msgstr "" +msgstr "Issues summary" #: hook.php:843 msgid "" "Formcreator's mini dashboard not usable as default. This Setting has been " "ignored." msgstr "" +"Formcreator's mini dashboard not usable as default. This Setting has been " +"ignored." #: js/scripts.js:300 msgid "No form found. Please choose a form below instead." -msgstr "" +msgstr "No form found. Please choose a form below instead." #: js/scripts.js:302 msgid "No form found." -msgstr "" +msgstr "No form found." #: js/scripts.js:306 msgid "No FAQ item found." -msgstr "" +msgstr "No FAQ item found." #: js/scripts.js:707 msgid "Are you sure you want to delete this question?" @@ -2515,7 +2510,7 @@ msgstr "Are you sure you want to delete this section?" #: js/scripts.js:1161 msgid "Add translations" -msgstr "" +msgstr "Add translations" #: js/scripts.js:1300 js/scripts.js:1324 msgid "An error occured while querying forms" @@ -2523,11 +2518,11 @@ msgstr "An error occured while querying forms" #: js/scripts.js:1416 entrée standard:139 msgid "Send" -msgstr "" +msgstr "Send" #: js/scripts.js:1425 msgid "An internal error occurred. Please report it to administrator." -msgstr "" +msgstr "An internal error occurred. Please report it to administrator." #: js/scripts.js:1468 msgid "Are you sure you want to delete this validator ?" @@ -2535,16 +2530,16 @@ msgstr "" #: js/scripts.js:1520 msgid "Are you sure you want to duplicate this target?" -msgstr "" +msgstr "Are you sure you want to duplicate this target?" #: js/scripts.js:1537 msgid "Are you sure you want to delete this target?" -msgstr "" +msgstr "Are you sure you want to delete this target?" #: entrée standard:57 standard:61 standard:60 standard:59 standard:43 #: standard:69 standard:52 standard:76 msgid "Default values" -msgstr "" +msgstr "Default values" #: entrée standard:52 standard:59 standard:58 msgid "Show empty" @@ -2553,8 +2548,8 @@ msgstr "Show empty" #: entrée standard:39 msgid "LDAP directory" msgid_plural "LDAP directories" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "LDAP directory" +msgstr[1] "LDAP directories" #: entrée standard:78 msgid "Attribute" @@ -2570,7 +2565,13 @@ msgstr "Show ticket categories" #: entrée standard:146 standard:118 msgid "Selectable root" -msgstr "" +msgstr "Selectable root" + +#: entrée standard:38 +msgid "GLPI object" +msgid_plural "GLPI objects" +msgstr[0] "GLPI object" +msgstr[1] "GLPI objects" #: entrée standard:63 msgid "Direct access on homepage" @@ -2582,15 +2583,15 @@ msgstr "Default form in service catalog" #: entrée standard:113 standard:114 msgid "Are you a robot ?" -msgstr "" +msgstr "Are you a robot ?" #: entrée standard:64 msgid "Condition to show the section" -msgstr "" +msgstr "Condition to show the section" #: entrée standard:40 msgid "Condition to generate the target" -msgstr "" +msgstr "Condition to generate the target" #: entrée standard:40 msgid "General" @@ -2614,23 +2615,23 @@ msgstr "" #: entrée standard:98 msgid "Validators" -msgstr "" +msgstr "Validators" #: entrée standard:106 standard:5 msgid "Actions" -msgstr "" +msgstr "Actions" #: entrée standard:54 msgid "Impacts" -msgstr "" +msgstr "Impacts" #: entrée standard:62 msgid "Checklist" -msgstr "" +msgstr "Checklist" #: entrée standard:36 msgid "Answers title" -msgstr "" +msgstr "Answers title" #: entrée standard:45 msgid "Add a section" @@ -2638,28 +2639,28 @@ msgstr "Add a section" #: entrée standard:55 msgid "Condition to show the submit button" -msgstr "" +msgstr "Condition to show the submit button" #: entrée standard:33 msgid "No form answer yet" -msgstr "" +msgstr "No form answer yet" #: entrée standard:38 #, php-format msgid "%s latest items" -msgstr "" +msgstr "%s latest items" #: entrée standard:54 msgid "Please activate the form to view the link" -msgstr "" +msgstr "Please activate the form to view the link" #: entrée standard:63 msgid "Enable captcha" -msgstr "" +msgstr "Enable captcha" #: entrée standard:79 msgid "Restricted to" -msgstr "" +msgstr "Restricted to" #: entrée standard:83 msgid "Add a question" @@ -2667,11 +2668,11 @@ msgstr "Add a question" #: entrée standard:39 msgid "List of available tags" -msgstr "" +msgstr "List of available tags" #: entrée standard:42 msgid "Title" -msgstr "" +msgstr "Title" #: entrée standard:47 msgid "Full form" @@ -2684,7 +2685,7 @@ msgstr "" #: entrée standard:36 #, php-format msgid "My %1$d last forms (requester)" -msgstr "" +msgstr "My %1$d last forms (requester)" #: entrée standard:39 msgid "No form posted yet" @@ -2697,7 +2698,7 @@ msgstr "All my forms (requester)" #: entrée standard:36 #, php-format msgid "My %1$d last forms (validator)" -msgstr "" +msgstr "My %1$d last forms (validator)" #: entrée standard:63 msgid "All my forms (validator)" diff --git a/locales/en_US.mo b/locales/en_US.mo index 02d3c07ae..6c8de3df3 100644 Binary files a/locales/en_US.mo and b/locales/en_US.mo differ diff --git a/locales/en_US.po b/locales/en_US.po new file mode 100644 index 000000000..0c9b898a1 --- /dev/null +++ b/locales/en_US.po @@ -0,0 +1,2696 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +# Translators: +# 조성현 (jaymz9634) , 2022 +# Thierry Bugier , 2022 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-05-31 16:21+0200\n" +"PO-Revision-Date: 2022-06-15 12:10+0000\n" +"Last-Translator: Thierry Bugier , 2022\n" +"Language-Team: English (United States) (https://app.transifex.com/teclib/teams/28042/en_US/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: en_US\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: ajax/question_update.php:38 ajax/section_update.php:37 +msgid "Bad request" +msgstr "" + +#: ajax/question_update.php:47 ajax/question_move.php:45 +#: ajax/question_delete.php:42 ajax/question_toggle_required.php:49 +msgid "Question not found" +msgstr "" + +#: ajax/question_update.php:53 ajax/question_duplicate.php:49 +#: ajax/question_move.php:50 ajax/section_add.php:38 +#: ajax/section_delete.php:50 ajax/section_move.php:55 +#: ajax/section_duplicate.php:50 ajax/question_delete.php:49 +#: ajax/question_toggle_required.php:55 ajax/section_update.php:44 +msgid "You don't have right for this action" +msgstr "" + +#: ajax/question_duplicate.php:43 +msgid "Source question not found" +msgstr "" + +#: ajax/question_move.php:73 +msgid "Could not move some questions" +msgstr "" + +#: ajax/section_add.php:44 +msgid "Could not add the section" +msgstr "" + +#: ajax/commontree.php:55 entrée standard:128 standard:100 +msgid "Subtree root" +msgstr "" + +#: ajax/commontree.php:59 +msgid "Selectable" +msgstr "" + +#: ajax/commontree.php:74 entrée standard:137 standard:109 +msgid "Limit subtree depth" +msgstr "" + +#: ajax/commontree.php:84 +msgid "No limit" +msgstr "No limit" + +#: ajax/section_delete.php:44 ajax/section_move.php:49 +#: ajax/section_duplicate.php:44 +msgid "Source section not found" +msgstr "" + +#: ajax/section_delete.php:56 +msgid "Could not delete the section" +msgstr "" + +#: ajax/question_add.php:45 +msgid "Could not add the question" +msgstr "" + +#: ajax/section_move.php:66 +msgid "Could not move the section" +msgstr "" + +#: ajax/target_actor.php:51 +msgid "Failed to add the actor" +msgstr "" + +#: ajax/target_actor.php:62 +msgid "Failed to delete the actor" +msgstr "" + +#: ajax/section_duplicate.php:56 +msgid "Could not duplicate the section" +msgstr "" + +#: ajax/section_update.php:50 +msgid "Could not update the section" +msgstr "" + +#: front/knowbaseitem.php:42 front/knowbaseitem.php:47 +#: front/wizardreminders.php:49 front/wizardreminders.php:51 +#: front/wizard.php:45 front/wizard.php:50 front/wizardfeeds.php:49 +#: front/wizardfeeds.php:51 front/issue.php:44 front/issue.php:50 +#: front/formanswer.php:44 front/reservation.php:46 front/reservation.php:48 +#: front/knowbaseitem.form.php:48 front/knowbaseitem.form.php:50 +#: front/reservationitem.php:42 front/reservationitem.php:44 +#: front/formanswer.form.php:74 front/reservation.form.php:46 +#: front/reservation.form.php:48 +msgid "Service catalog" +msgstr "Service catalog" + +#: front/issue.form.php:46 +msgid "Item not found" +msgstr "" + +#: front/targetticket.form.php:46 front/targetticket.form.php:56 +#: front/targetticket.form.php:81 front/targetchange.form.php:46 +#: front/targetproblem.form.php:46 +msgid "No right to update this item." +msgstr "" + +#: front/targetticket.form.php:75 +msgid "Bad request while deleting an actor." +msgstr "" + +#: front/targetticket.form.php:95 front/targetchange.form.php:81 +#: front/formanswer.php:47 front/targetproblem.form.php:81 +#: front/formanswer.form.php:77 front/form.php:43 inc/common.class.php:654 +#: inc/common.class.php:661 +msgid "Form Creator" +msgstr "Form Creator" + +#: front/targetticket.form.php:105 front/targetchange.form.php:90 +#: front/targetproblem.form.php:90 +#, php-format +msgid "%1$s = %2$s" +msgstr "" + +#: front/formlist.php:46 front/formlist.php:52 inc/common.class.php:648 +msgid "Form list" +msgstr "Form list" + +#: front/formdisplay.php:90 inc/formanswer.class.php:1077 +#: inc/formanswer.class.php:1325 inc/formanswer.class.php:1376 +msgid "The form has been successfully saved!" +msgstr "The form has been successfully saved!" + +#. TRANS: %s is the user login +#: front/reservation.form.php:71 +#, php-format +msgid "%1$s purges the reservation for item %2$s" +msgstr "" + +#: front/reservation.form.php:124 +#, php-format +msgid "%1$s adds the reservation %2$s for item %3$s" +msgstr "" + +#: inc/knowbase.class.php:60 inc/entityconfig.class.php:478 +#: inc/form.class.php:611 +msgid "Category" +msgid_plural "Categories" +msgstr[0] "" +msgstr[1] "" + +#: inc/knowbase.class.php:62 inc/form.class.php:614 entrée standard:39 +msgid "See all" +msgstr "" + +#: inc/knowbase.class.php:83 +msgid "Please, describe your need here" +msgstr "Please, describe your need here" + +#: inc/field/textareafield.class.php:186 +msgid "Textarea" +msgstr "Textarea" + +#: inc/field/textareafield.class.php:249 inc/field/dropdownfield.class.php:594 +#: inc/field/ldapselectfield.class.php:115 +#: inc/field/urgencyfield.class.php:166 inc/field/tagfield.class.php:166 +#: inc/field/timefield.class.php:114 inc/field/fieldsfield.class.php:489 +#: inc/field/requesttypefield.class.php:161 +msgid "A required field is empty:" +msgstr "A required field is empty:" + +#: inc/field/textareafield.class.php:267 inc/field/integerfield.class.php:112 +#: inc/field/floatfield.class.php:194 inc/conditionnabletrait.class.php:70 +msgid "The regular expression is invalid" +msgstr "The regular expression is invalid" + +#: inc/field/dropdownfield.class.php:81 inc/filter/entityfilter.class.php:48 +msgid "User and form" +msgstr "" + +#: inc/field/dropdownfield.class.php:87 +msgid "Search filter" +msgstr "" + +#: inc/field/dropdownfield.class.php:585 entrée standard:38 +msgid "Dropdown" +msgid_plural "Dropdowns" +msgstr[0] "" +msgstr[1] "" + +#: inc/field/dropdownfield.class.php:616 +msgid "Invalid value for " +msgstr "" + +#: inc/field/dropdownfield.class.php:628 +#, php-format +msgid "The itemtype field is required: %s" +msgstr "" + +#: inc/field/dropdownfield.class.php:644 +#, php-format +msgid "Invalid dropdown type: %s" +msgstr "" + +#: inc/field/dropdownfield.class.php:704 inc/questionfilter.class.php:62 +#: entrée standard:68 +msgid "Filter" +msgstr "Filter" + +#: inc/field/dropdownfield.class.php:987 entrée standard:162 standard:134 +msgid "Entity restriction" +msgstr "" + +#: inc/field/dropdownfield.class.php:996 +msgid "" +"To respect the GLPI entity system, \"Form\" should be selected. Others " +"settings will break the entity restrictions" +msgstr "" + +#: inc/field/ldapselectfield.class.php:96 +msgid "LDAP Select" +msgstr "LDAP Select" + +#: inc/field/ldapselectfield.class.php:140 +msgid "LDAP directory not defined!" +msgstr "LDAP directory not defined!" + +#: inc/field/ldapselectfield.class.php:147 +msgid "LDAP directory not found!" +msgstr "LDAP directory not found!" + +#: inc/field/radiosfield.class.php:108 +msgid "Radios" +msgstr "Radios" + +#: inc/field/radiosfield.class.php:114 inc/field/fieldsfield.class.php:513 +#: inc/field/checkboxesfield.class.php:245 +msgid "The field value is required:" +msgstr "The field value is required:" + +#: inc/field/radiosfield.class.php:192 inc/field/selectfield.class.php:104 +#: inc/field/datetimefield.class.php:119 inc/field/actorfield.class.php:258 +#: inc/field/checkboxesfield.class.php:191 inc/field/floatfield.class.php:125 +#: inc/field/datefield.class.php:116 +#, php-format +msgid "A required field is empty: %s" +msgstr "" + +#: inc/field/integerfield.class.php:59 +#, php-format +msgid "This is not an integer: %s" +msgstr "" + +#: inc/field/integerfield.class.php:71 inc/field/floatfield.class.php:156 +#, php-format +msgid "Specific format does not match: %s" +msgstr "" + +#: inc/field/integerfield.class.php:85 inc/field/floatfield.class.php:167 +#, php-format +msgid "The following number must be greater than %d: %s" +msgstr "" + +#: inc/field/integerfield.class.php:91 inc/field/floatfield.class.php:173 +#, php-format +msgid "The following number must be lower than %d: %s" +msgstr "" + +#: inc/field/integerfield.class.php:101 +msgid "Integer" +msgstr "Integer" + +#: inc/field/undefinedfield.class.php:44 +msgid "Undefined" +msgstr "" + +#: inc/field/ipfield.class.php:123 +msgid "IP address" +msgid_plural "IP addresses" +msgstr[0] "" +msgstr[1] "" + +#: inc/field/urgencyfield.class.php:86 inc/abstractitiltarget.class.php:1040 +msgid "Urgency" +msgstr "" + +#: inc/field/urgencyfield.class.php:120 +msgctxt "urgency" +msgid "Very high" +msgstr "" + +#: inc/field/urgencyfield.class.php:121 +msgctxt "urgency" +msgid "High" +msgstr "" + +#: inc/field/urgencyfield.class.php:122 +msgctxt "urgency" +msgid "Medium" +msgstr "" + +#: inc/field/urgencyfield.class.php:123 +msgctxt "urgency" +msgid "Low" +msgstr "" + +#: inc/field/urgencyfield.class.php:124 +msgctxt "urgency" +msgid "Very low" +msgstr "" + +#: inc/field/tagfield.class.php:52 +msgid "Warning: Tag plugin is disabled or missing" +msgstr "" + +#: inc/field/tagfield.class.php:200 +msgid "Tag" +msgid_plural "Tags" +msgstr[0] "" +msgstr[1] "" + +#: inc/field/hostnamefield.class.php:116 +msgid "Hostname" +msgid_plural "Hostnames" +msgstr[0] "" +msgstr[1] "" + +#: inc/field/timefield.class.php:130 +msgid "Time" +msgstr "" + +#: inc/field/emailfield.class.php:89 +#, php-format +msgid "This is not a valid e-mail: %s" +msgstr "" + +#: inc/field/emailfield.class.php:100 +msgid "Email" +msgid_plural "Emails" +msgstr[0] "" +msgstr[1] "" + +#: inc/field/selectfield.class.php:97 +msgid "Select" +msgstr "Select" + +#: inc/field/datetimefield.class.php:140 +msgid "Date & time" +msgstr "Date & time" + +#: inc/field/actorfield.class.php:84 +msgid "Actor" +msgid_plural "Actors" +msgstr[0] "" +msgstr[1] "" + +#: inc/field/actorfield.class.php:268 +#, php-format +msgid "Invalid value: %s" +msgstr "" + +#: inc/field/actorfield.class.php:291 +#, php-format +msgid "User not found or invalid email address: %s" +msgstr "" + +#: inc/field/filefield.class.php:124 +msgid "No attached document" +msgstr "" + +#: inc/field/filefield.class.php:133 inc/field/filefield.class.php:254 +#: inc/field/filefield.class.php:261 +msgid "Attached document" +msgstr "Attached document" + +#: inc/field/filefield.class.php:175 +#, php-format +msgid "A required file is missing: %s" +msgstr "" + +#: inc/field/filefield.class.php:192 +msgid "File" +msgstr "" + +#: inc/field/multiselectfield.class.php:86 +msgid "Multiselect" +msgstr "Multiselect" + +#: inc/field/fieldsfield.class.php:154 +msgid "Warning: Additional Fields plugin is disabled or missing" +msgstr "" + +#: inc/field/fieldsfield.class.php:168 +msgid "Block" +msgstr "" + +#: inc/field/fieldsfield.class.php:172 inc/targetticket.class.php:346 +msgid "Field" +msgstr "" + +#: inc/field/fieldsfield.class.php:254 +msgid "show" +msgstr "" + +#: inc/field/fieldsfield.class.php:390 +#, php-format +msgid "Field '%1$s' type not implemented yet!" +msgstr "" + +#: inc/field/fieldsfield.class.php:467 +msgid "Some numeric fields contains non numeric values" +msgstr "" + +#: inc/field/fieldsfield.class.php:472 +msgid "Some URL fields contains invalid links" +msgstr "" + +#: inc/field/fieldsfield.class.php:566 +msgid "Additionnal fields" +msgstr "" + +#: inc/field/checkboxesfield.class.php:133 +msgid "Checkboxes" +msgstr "Checkboxes" + +#: inc/field/checkboxesfield.class.php:227 +#, php-format +msgid "The following question needs at least %d answers: %s" +msgstr "" + +#: inc/field/checkboxesfield.class.php:233 +#, php-format +msgid "The following question does not accept more than %d answers: %s" +msgstr "" + +#: inc/field/checkboxesfield.class.php:305 +msgid "Range min" +msgstr "" + +#: inc/field/checkboxesfield.class.php:306 +msgid "Range max" +msgstr "" + +#: inc/field/requesttypefield.class.php:87 inc/targetticket.class.php:1150 +msgid "Request type" +msgstr "" + +#: inc/field/floatfield.class.php:142 +#, php-format +msgid "This is not a number: %s" +msgstr "" + +#: inc/field/floatfield.class.php:183 +msgid "Decimal number" +msgstr "" + +#: inc/field/floatfield.class.php:235 inc/questionregex.class.php:62 entrée +#: standard:42 +msgid "Regular expression" +msgstr "Regular expression" + +#: inc/field/floatfield.class.php:240 +msgid "Range" +msgstr "Range" + +#: inc/field/floatfield.class.php:246 +msgid "Additional validation" +msgstr "Additional validation" + +#: inc/field/datefield.class.php:137 +msgid "Date" +msgstr "" + +#: inc/field/descriptionfield.class.php:106 inc/form.class.php:151 +#: inc/question.class.php:188 entrée standard:82 standard:52 standard:114 +msgid "Description" +msgstr "" + +#: inc/field/descriptionfield.class.php:113 +msgid "A description field should have a description:" +msgstr "A description field should have a description:" + +#: inc/field/hiddenfield.class.php:96 +msgid "Hidden field" +msgid_plural "Hidden fields" +msgstr[0] "" +msgstr[1] "" + +#: inc/condition.class.php:65 +msgid "Condition" +msgid_plural "Conditions" +msgstr[0] "" +msgstr[1] "" + +#: inc/condition.class.php:103 +msgid "is visible" +msgstr "" + +#: inc/condition.class.php:104 +msgid "is not visible" +msgstr "" + +#: inc/condition.class.php:105 +msgid "regular expression matches" +msgstr "" + +#: inc/condition.class.php:116 +msgid "Always displayed" +msgstr "Always displayed" + +#: inc/condition.class.php:117 +msgid "Hidden unless" +msgstr "Hidden unless" + +#: inc/condition.class.php:118 +msgid "Displayed unless" +msgstr "Displayed unless" + +#: inc/condition.class.php:178 inc/target_actor.class.php:233 +#: inc/form_language.class.php:565 inc/form_validator.class.php:248 +#: inc/targetproblem.class.php:527 inc/questionrange.class.php:199 +#: inc/form.class.php:1908 inc/targetchange.class.php:304 +#: inc/questionfilter.class.php:222 inc/section.class.php:381 +#: inc/restrictedformcriteria.class.php:200 inc/question.class.php:867 +#: inc/questionparameter/range.class.php:198 inc/questionregex.class.php:188 +#: inc/questiondependency.class.php:196 inc/item_targetticket.class.php:154 +#: inc/targetticket.class.php:1461 +#, php-format +msgid "Failed to add or update the %1$s %2$s" +msgstr "" + +#: inc/condition.class.php:200 inc/target_actor.class.php:254 +#: inc/form_language.class.php:581 inc/form_validator.class.php:288 +#: inc/targetproblem.class.php:362 inc/questionrange.class.php:131 +#: inc/form.class.php:1569 inc/targetchange.class.php:149 +#: inc/questionfilter.class.php:154 inc/section.class.php:406 +#: inc/restrictedformcriteria.class.php:226 inc/question.class.php:894 +#: inc/questionparameter/range.class.php:133 inc/questionregex.class.php:120 +#: inc/questiondependency.class.php:211 inc/item_targetticket.class.php:64 +#: inc/targetticket.class.php:1500 +#, php-format +msgid "Cannot export an empty object: %s" +msgstr "" + +#: inc/condition.class.php:268 +msgid "Conditions" +msgstr "" + +#: inc/linker.class.php:78 +msgid "Importing" +msgstr "" + +#: inc/linker.class.php:80 +msgid "Import in progress" +msgstr "" + +#: inc/issue.class.php:43 +msgid "Issue" +msgid_plural "Issues" +msgstr[0] "" +msgstr[1] "" + +#: inc/issue.class.php:56 +msgid "Update issue data from tickets and form answers" +msgstr "Update issue data from tickets and form answers" + +#: inc/issue.class.php:393 +msgid "Satisfaction survey expired" +msgstr "" + +#: inc/issue.class.php:531 inc/form_language.class.php:229 +#: inc/form.class.php:2208 entrée standard:52 standard:49 standard:57 +#: standard:38 standard:39 standard:105 standard:46 +msgid "Name" +msgstr "" + +#: inc/issue.class.php:543 inc/formanswer.class.php:229 +#: inc/formanswer.class.php:320 inc/targetproblem.class.php:610 +#: inc/form.class.php:142 inc/targetchange.class.php:335 +#: inc/section.class.php:95 inc/question.class.php:178 +#: inc/targetticket.class.php:180 entrée standard:45 +msgid "ID" +msgstr "" + +#: inc/issue.class.php:552 inc/form.class.php:2217 entrée standard:111 +#: standard:65 standard:104 standard:4 +msgid "Type" +msgid_plural "Types" +msgstr[0] "" +msgstr[1] "" + +#: inc/issue.class.php:565 inc/formanswer.class.php:307 +msgid "Status" +msgstr "" + +#: inc/issue.class.php:577 +msgid "Opening date" +msgstr "" + +#: inc/issue.class.php:586 +msgid "Last update" +msgstr "" + +#: inc/issue.class.php:595 inc/abstracttarget.class.php:517 +msgid "Entity" +msgid_plural "Entities" +msgstr[0] "" +msgstr[1] "" + +#: inc/issue.class.php:605 inc/notificationtargetformanswer.class.php:76 +#: inc/notificationtargetformanswer.class.php:96 +#: inc/target_actor.class.php:101 inc/formanswer.class.php:248 +#: inc/formanswer.class.php:762 inc/abstractitiltarget.class.php:1804 entrée +#: standard:48 +msgid "Requester" +msgid_plural "Requesters" +msgstr[0] "" +msgstr[1] "" + +#: inc/issue.class.php:619 inc/formanswer.class.php:258 +msgid "Form approver" +msgstr "Form approver" + +#: inc/issue.class.php:651 inc/formanswer.class.php:691 +#: inc/formanswer.class.php:698 inc/formanswer.class.php:777 +#: inc/form_language.class.php:243 +msgid "Comment" +msgstr "Comment" + +#: inc/issue.class.php:663 +msgid "Ticket approver" +msgstr " Ticket approver " + +#: inc/issue.class.php:736 +msgid "Technician" +msgstr "" + +#: inc/issue.class.php:767 +msgid "Technician group" +msgstr "" + +#: inc/issue.class.php:799 inc/formanswer.class.php:287 +msgid "Form approver group" +msgstr "Form approver group" + +#: inc/issue.class.php:829 +msgid "Ticket approver group" +msgstr "" + +#: inc/issue.class.php:863 inc/abstractitiltarget.class.php:787 entrée +#: standard:108 +msgid "Time to resolve" +msgstr "" + +#: inc/issue.class.php:874 +msgid "Time to resolve + Progress" +msgstr "" + +#: inc/issue.class.php:884 +msgid "Internal time to resolve" +msgstr "" + +#: inc/issue.class.php:895 +msgid "Internal time to resolve + Progress" +msgstr "" + +#: inc/issue.class.php:905 +msgid "Resolution date" +msgstr "" + +#: inc/issue.class.php:914 +msgid "Internal time to own" +msgstr "" + +#: inc/issue.class.php:925 +msgid "Internal time to own + Progress" +msgstr "" + +#: inc/issue.class.php:935 entrée standard:109 +msgid "Time to own" +msgstr "" + +#: inc/issue.class.php:946 +msgid "Time to own + Progress" +msgstr "" + +#: inc/issue.class.php:958 +msgid "Approver substitute" +msgstr "" + +#: inc/issue.class.php:1022 +msgid "Substitute of a member of approver group" +msgstr "" + +#: inc/issue.class.php:1095 +msgid "Form approver substitute" +msgstr "" + +#: inc/issue.class.php:1163 +msgid "Current form approver group" +msgstr "" + +#: inc/issue.class.php:1193 +msgid "Current form approver" +msgstr "" + +#: inc/issue.class.php:1227 +msgid "Ticket requester" +msgstr "" + +#: inc/issue.class.php:1274 +msgid "Ticket observer" +msgstr "" + +#: inc/issue.class.php:1322 +msgid "Ticket technician" +msgstr "" + +#: inc/issue.class.php:1469 +#, php-format +msgid "%1$s %2$s" +msgstr "" + +#: inc/issue.class.php:1727 inc/filter/itilcategoryfilter.class.php:56 +#: hook.php:766 +msgid "All" +msgstr "" + +#: inc/issue.class.php:1733 hook.php:767 +msgid "New" +msgstr "" + +#: inc/issue.class.php:1739 hook.php:768 +msgid "Assigned" +msgstr "" + +#: inc/issue.class.php:1745 inc/formanswer.class.php:78 +#: inc/form_validator.class.php:70 hook.php:769 +msgid "Waiting" +msgstr "" + +#: inc/issue.class.php:1751 hook.php:770 +msgid "To validate" +msgstr "To validate" + +#: inc/issue.class.php:1757 hook.php:771 +msgid "Solved" +msgstr "" + +#: inc/issue.class.php:1763 hook.php:772 +msgid "Closed" +msgstr "Closed" + +#: inc/category.class.php:50 hook.php:72 +msgid "Form category" +msgid_plural "Form categories" +msgstr[0] "" +msgstr[1] "" + +#: inc/category.class.php:80 +msgid "Knowbase category" +msgstr "Knowledge category" + +#: inc/category.class.php:86 +msgid "As child of" +msgstr "" + +#: inc/category.class.php:92 inc/form.class.php:247 entrée standard:65 +msgid "Icon" +msgstr "" + +#: inc/category.class.php:98 inc/form.class.php:255 entrée standard:67 +msgid "Icon color" +msgstr "" + +#: inc/category.class.php:104 inc/form.class.php:263 entrée standard:80 +msgid "Background color" +msgstr "" + +#: inc/formlist.class.php:46 inc/entityconfig.class.php:93 +#: inc/form.class.php:111 inc/form.class.php:516 inc/form.class.php:2015 +#: entrée standard:47 +msgid "Form" +msgid_plural "Forms" +msgstr[0] "" +msgstr[1] "" + +#: inc/notificationtargetformanswer.class.php:43 +msgid "The form as been saved" +msgstr "The form as been saved" + +#: inc/notificationtargetformanswer.class.php:44 +msgid "A form need to be validate" +msgstr "A form need to be validate" + +#: inc/notificationtargetformanswer.class.php:45 install/install.php:490 +msgid "The form is refused" +msgstr "The form is refused" + +#: inc/notificationtargetformanswer.class.php:46 install/install.php:496 +msgid "The form is accepted" +msgstr "The form is accepted" + +#: inc/notificationtargetformanswer.class.php:47 install/install.php:502 +msgid "The form is deleted" +msgstr "The form is deleted" + +#: inc/notificationtargetformanswer.class.php:74 +msgid "Form ID" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:75 +#: inc/notificationtargetformanswer.class.php:95 +msgid "Form name" +msgstr "Form name" + +#: inc/notificationtargetformanswer.class.php:77 +#: inc/form_validator.class.php:91 +msgid "Validator" +msgid_plural "Validators" +msgstr[0] "" +msgstr[1] "" + +#: inc/notificationtargetformanswer.class.php:78 +#: inc/notificationtargetformanswer.class.php:98 inc/formanswer.class.php:278 +#: entrée standard:49 +msgid "Creation date" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:79 +#: inc/notificationtargetformanswer.class.php:99 +msgid "Full form answers" +msgstr "Full form answers" + +#: inc/notificationtargetformanswer.class.php:80 +msgid "Validation comment" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:81 +#: inc/notificationtargetformanswer.class.php:101 +msgid "Validation link" +msgstr "Validation link" + +#: inc/notificationtargetformanswer.class.php:82 +msgid "Request ID" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:94 +msgid "Form #" +msgstr "Form #" + +#: inc/notificationtargetformanswer.class.php:97 +msgctxt "tag" +msgid "Validator" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:100 +msgid "Refused comment" +msgstr "Refused comment" + +#: inc/notificationtargetformanswer.class.php:102 +msgid "Request #" +msgstr "Request #" + +#: inc/notificationtargetformanswer.class.php:114 +msgid "Author" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:115 +#: inc/abstractitiltarget.class.php:1374 +msgid "Approver" +msgstr "" + +#: inc/target_actor.class.php:70 inc/abstractitiltarget.class.php:2141 +msgid "Form author" +msgstr "" + +#: inc/target_actor.class.php:71 inc/abstractitiltarget.class.php:2144 +msgid "Form validator" +msgstr "Form validator" + +#: inc/target_actor.class.php:72 +msgid "Specific person" +msgstr "Specific person" + +#: inc/target_actor.class.php:73 inc/abstractitiltarget.class.php:2154 +msgid "Person from the question" +msgstr "Person from the question" + +#: inc/target_actor.class.php:74 +msgid "Specific group" +msgstr "Specific group" + +#: inc/target_actor.class.php:75 inc/abstractitiltarget.class.php:2165 +msgid "Group from the question" +msgstr "Group from the question" + +#: inc/target_actor.class.php:76 +msgid "Group from an object" +msgstr "" + +#: inc/target_actor.class.php:77 +msgid "Tech group from an object" +msgstr "" + +#: inc/target_actor.class.php:78 +msgid "Specific supplier" +msgstr "Specific supplier" + +#: inc/target_actor.class.php:79 inc/abstractitiltarget.class.php:2194 +msgid "Supplier from the question" +msgstr "Supplier from the question" + +#: inc/target_actor.class.php:80 inc/abstractitiltarget.class.php:2183 +msgid "Actors from the question" +msgstr "Actors from the question" + +#: inc/target_actor.class.php:81 inc/abstractitiltarget.class.php:2198 +msgid "Form author's supervisor" +msgstr "" + +#: inc/target_actor.class.php:102 +msgid "Observer" +msgstr "" + +#: inc/target_actor.class.php:103 inc/abstractitiltarget.class.php:1818 +msgid "Assigned to" +msgstr "" + +#: inc/target_actor.class.php:109 +msgid "Target actor" +msgid_plural "Target actors" +msgstr[0] "" +msgstr[1] "" + +#: inc/target_actor.class.php:115 inc/target_actor.class.php:131 +#: inc/target_actor.class.php:140 +msgid "Bad request while adding an actor." +msgstr "" + +#: inc/target_actor.class.php:197 +#, php-format +msgid "Failed to find a user: %1$s" +msgstr "" + +#: inc/target_actor.class.php:206 +#, php-format +msgid "Failed to find a group: %1$s" +msgstr "" + +#: inc/target_actor.class.php:215 +#, php-format +msgid "Failed to find a supplier: %1$s" +msgstr "" + +#: inc/formanswer.class.php:79 inc/form_validator.class.php:72 +msgid "Refused" +msgstr "" + +#: inc/formanswer.class.php:80 inc/form_validator.class.php:71 +msgid "Accepted" +msgstr "" + +#: inc/formanswer.class.php:214 +msgid "Form answer" +msgid_plural "Form answers" +msgstr[0] "" +msgstr[1] "" + +#: inc/formanswer.class.php:676 +msgid "Print this form" +msgstr "Print this form" + +#: inc/formanswer.class.php:701 +msgid "Form accepted by validator." +msgstr "Form accepted by validator." + +#: inc/formanswer.class.php:703 +msgid "Form successfully saved." +msgstr "Form successfully saved." + +#: inc/formanswer.class.php:770 +msgid "Save" +msgstr "" + +#: inc/formanswer.class.php:782 +msgid "Required if refused" +msgstr "Required if refused" + +#: inc/formanswer.class.php:788 +msgid "Refuse" +msgstr "Refuse" + +#: inc/formanswer.class.php:796 +msgid "Edit answers" +msgstr "" + +#: inc/formanswer.class.php:802 +msgid "Cancel edition" +msgstr "" + +#: inc/formanswer.class.php:809 +msgid "Accept" +msgstr "Accept" + +#: inc/formanswer.class.php:828 +msgid "Refused comment is required!" +msgstr "Refused comment is required!" + +#: inc/formanswer.class.php:882 inc/formanswer.class.php:899 +msgid "" +"An internal error occured when verifying your answers. Please report it to " +"your administrator." +msgstr "" + +#: inc/formanswer.class.php:933 +msgid "You are not the validator of these answers" +msgstr "You are not the validator of these answers" + +#: inc/formanswer.class.php:1083 +#, php-format +msgid "Item sucessfully added: %1$s (%2$s: %3$s)" +msgstr "" + +#: inc/formanswer.class.php:1166 inc/formanswer.class.php:1168 +msgid "Form data" +msgstr "Form data" + +#: inc/formanswer.class.php:1301 +msgid "" +"You are a validator of the form, then your approval hs been added " +"automatically." +msgstr "" + +#: inc/formanswer.class.php:1310 inc/formanswer.class.php:1363 +msgid "Cannot generate targets!" +msgstr "Cannot generate targets!" + +#: inc/formanswer.class.php:1511 +msgid "No captcha set." +msgstr "" + +#: inc/formanswer.class.php:1517 +msgid "You failed the captcha test." +msgstr "" + +#: inc/formanswer.class.php:1540 +msgid "You must select validator!" +msgstr " You must select validator! " + +#: inc/common.class.php:229 +msgid "You cannot delete this issue. Maybe it is taken into account." +msgstr "" + +#: inc/common.class.php:234 +msgid "Failed to delete this issue. An internal error occured." +msgstr "" + +#: inc/common.class.php:745 +msgid "Seek assistance" +msgstr "Seek assistance" + +#: inc/common.class.php:751 inc/common.class.php:755 +msgid "My requests for assistance" +msgstr "My requests for assistance" + +#: inc/common.class.php:791 +msgid "Consult reminders" +msgstr "" + +#: inc/common.class.php:811 +msgid "Consult feeds" +msgstr "Consult feeds" + +#: inc/abstractfield.class.php:89 inc/question.class.php:758 +msgid "Apply" +msgstr "" + +#: inc/formaccesstype.class.php:41 entrée standard:39 +msgid "Access type" +msgid_plural "Access types" +msgstr[0] "" +msgstr[1] "" + +#: inc/form_language.class.php:51 +msgid "Form language" +msgid_plural "Form languages" +msgstr[0] "" +msgstr[1] "" + +#: inc/form_language.class.php:78 inc/form_language.class.php:364 +msgid "Translation" +msgid_plural "Translations" +msgstr[0] "" +msgstr[1] "" + +#: inc/form_language.class.php:119 +msgid "The name cannot be empty." +msgstr "" + +#: inc/form_language.class.php:127 +msgid "The language must be associated to a form." +msgstr "" + +#: inc/form_language.class.php:135 +msgid "The specified language is not available." +msgstr "" + +#: inc/form_language.class.php:265 +msgid "Add a translation" +msgstr "" + +#: inc/form_language.class.php:299 js/scripts.js:1214 +msgid "Update a translation" +msgstr "" + +#: inc/form_language.class.php:329 inc/form_language.class.php:331 +msgid "New translation" +msgstr "" + +#: inc/form_language.class.php:334 +msgid "Filter list" +msgstr "" + +#: inc/form_language.class.php:339 inc/form_language.class.php:438 +msgid "No translation found" +msgstr "" + +#: inc/form_language.class.php:344 +msgid "Do you want to delete the selected items?" +msgstr "" + +#: inc/form_language.class.php:353 inc/form_language.class.php:401 +#: inc/abstractitiltarget.class.php:1710 entrée standard:124 standard:31 +msgid "Delete" +msgstr "Delete" + +#: inc/form_language.class.php:363 +msgid "Original string" +msgstr "" + +#: inc/form_language.class.php:424 +msgid "Add a new language" +msgstr "" + +#: inc/form_language.class.php:457 inc/form_language.class.php:489 +#: inc/form.class.php:178 entrée standard:72 +msgid "Language" +msgstr "" + +#: inc/form_validator.class.php:69 inc/targetticket.class.php:99 +#: inc/abstractitiltarget.class.php:186 +msgid "None" +msgstr "None" + +#: inc/form_validator.class.php:78 inc/abstractitiltarget.class.php:2552 +msgid "No" +msgstr "" + +#: inc/form_validator.class.php:81 +msgid "Supervisor of the requester" +msgstr "" + +#: inc/form_validator.class.php:116 inc/translation.class.php:221 +msgid "Form not found." +msgstr "" + +#: inc/form_validator.class.php:121 inc/form_validator.class.php:129 +#: inc/form_validator.class.php:138 +msgid "Invalid validator." +msgstr "" + +#: inc/form_validator.class.php:147 +#, php-format +msgid "Only level 1 is allowed for %s." +msgstr "" + +#: inc/form_validator.class.php:156 +msgid "Invalid validator type." +msgstr "" + +#: inc/form_validator.class.php:194 entrée standard:103 +msgid "Level" +msgstr "" + +#: inc/form_validator.class.php:592 inc/abstractitiltarget.class.php:1354 +msgid "Validation" +msgstr "" + +#: inc/form_validator.class.php:594 +msgid "Choose a validator" +msgstr "Choose a validator" + +#: inc/profile.class.php:62 inc/targetproblem.class.php:147 +#: inc/entityconfig.class.php:520 inc/targetchange.class.php:484 +#: inc/targetticket.class.php:323 inc/targetticket.class.php:358 +#: inc/abstractitiltarget.class.php:2124 +msgctxt "button" +msgid "Save" +msgstr "" + +#: inc/targetproblem.class.php:43 entrée standard:43 +msgid "Target problem" +msgid_plural "Target problems" +msgstr[0] "" +msgstr[1] "" + +#: inc/targetproblem.class.php:109 inc/targetproblem.class.php:565 +#: inc/targetchange.class.php:105 inc/targetchange.class.php:441 +#: inc/targetticket.class.php:135 inc/targetticket.class.php:238 +msgid "Properties" +msgstr "" + +#: inc/targetproblem.class.php:509 inc/targetchange.class.php:286 +#: inc/targetticket.class.php:1443 +#, php-format +msgid "" +"Failed to add or update the %1$s %2$s: a question is missing and is used in " +"a parameter of the target" +msgstr "" + +#: inc/targetproblem.class.php:566 inc/targetchange.class.php:106 +#: inc/targetticket.class.php:136 inc/abstractitiltarget.class.php:1216 +msgid "Actors" +msgstr "Actors" + +#: inc/targetproblem.class.php:619 entrée standard:48 +msgid "Problem title" +msgstr "" + +#: inc/targetproblem.class.php:629 inc/targetchange.class.php:354 +#: inc/targetticket.class.php:199 +msgid "Content" +msgstr "" + +#: inc/targetproblem.class.php:639 inc/targetchange.class.php:364 +msgid "Impact" +msgstr "" + +#: inc/targetproblem.class.php:649 entrée standard:56 +msgid "Cause" +msgstr "" + +#: inc/targetproblem.class.php:659 entrée standard:58 +msgid "Symptom" +msgstr "" + +#: inc/entityconfig.class.php:101 inc/entityconfig.class.php:110 +#: inc/entityconfig.class.php:118 inc/entityconfig.class.php:126 +#: inc/entityconfig.class.php:134 inc/entityconfig.class.php:142 +#: inc/entityconfig.class.php:150 inc/entityconfig.class.php:158 +#: inc/entityconfig.class.php:166 inc/entityconfig.class.php:180 +#: inc/entityconfig.class.php:188 inc/entityconfig.class.php:196 +msgid "Inheritance of the parent entity" +msgstr "" + +#: inc/entityconfig.class.php:102 +msgid "GLPi's helpdesk" +msgstr "GLPi's helpdesk" + +#: inc/entityconfig.class.php:103 +msgid "Service catalog simplified" +msgstr "Service catalog simplified" + +#: inc/entityconfig.class.php:104 +msgid "Service catalog extended" +msgstr "Service catalog extended" + +#: inc/entityconfig.class.php:111 +msgid "All available forms" +msgstr "" + +#: inc/entityconfig.class.php:112 +msgid "Only default forms" +msgstr "" + +#: inc/entityconfig.class.php:119 +msgid "Popularity sort" +msgstr "Popularity sort" + +#: inc/entityconfig.class.php:120 +msgid "Alphabetic sort" +msgstr "Alphabetic sort" + +#: inc/entityconfig.class.php:127 +msgid "Merged with Forms" +msgstr "" + +#: inc/entityconfig.class.php:128 +msgid "Distinct menu entry" +msgstr "" + +#: inc/entityconfig.class.php:135 inc/entityconfig.class.php:143 +#: inc/entityconfig.class.php:151 inc/entityconfig.class.php:159 +#: inc/entityconfig.class.php:189 inc/form.class.php:271 entrée standard:100 +msgid "Visible" +msgstr "" + +#: inc/entityconfig.class.php:136 inc/entityconfig.class.php:144 +#: inc/entityconfig.class.php:152 inc/entityconfig.class.php:160 +#: inc/entityconfig.class.php:190 +msgid "Hidden" +msgstr "" + +#: inc/entityconfig.class.php:167 +msgid "Variable height" +msgstr "" + +#: inc/entityconfig.class.php:168 +msgid "Uniform height" +msgstr "" + +#: inc/entityconfig.class.php:173 +msgid "Search for assistance" +msgstr "" + +#: inc/entityconfig.class.php:174 +msgid "User's assistance requests" +msgstr "" + +#: inc/entityconfig.class.php:181 +msgid "Only forms" +msgstr "" + +#: inc/entityconfig.class.php:182 +msgid "Forms and list of requests" +msgstr "" + +#: inc/entityconfig.class.php:197 +msgid "Folded" +msgstr "" + +#: inc/entityconfig.class.php:198 +msgid "Unfolded" +msgstr "" + +#: inc/entityconfig.class.php:298 +msgid "Helpdesk" +msgstr "Helpdesk" + +#: inc/entityconfig.class.php:306 inc/entityconfig.class.php:534 entrée +#: standard:44 +msgid "Helpdesk mode" +msgstr "Helpdesk mode" + +#: inc/entityconfig.class.php:317 inc/entityconfig.class.php:604 +msgid "Default Form list mode" +msgstr "" + +#: inc/entityconfig.class.php:335 inc/entityconfig.class.php:544 +msgid "Sort order" +msgstr "" + +#: inc/entityconfig.class.php:351 inc/entityconfig.class.php:554 +msgid "Knowledge base" +msgstr "" + +#: inc/entityconfig.class.php:366 +msgid "Search" +msgstr "" + +#: inc/entityconfig.class.php:382 inc/entityconfig.class.php:614 +msgid "Counters dashboard" +msgstr "" + +#: inc/entityconfig.class.php:398 +msgid "Header message" +msgstr "" + +#: inc/entityconfig.class.php:414 inc/entityconfig.class.php:624 +msgid "Search issue" +msgstr "" + +#: inc/entityconfig.class.php:430 inc/entityconfig.class.php:594 +msgid "Service catalog home page" +msgstr "" + +#: inc/entityconfig.class.php:446 inc/entityconfig.class.php:634 +msgid "Tile design" +msgstr "" + +#: inc/entityconfig.class.php:462 +msgid "Home page" +msgstr "" + +#: inc/entityconfig.class.php:494 +msgid "Menu visibility (only for vertical menu)" +msgstr "" + +#: inc/entityconfig.class.php:506 inc/entityconfig.class.php:584 +#: inc/form.class.php:225 entrée standard:84 +msgid "Header" +msgid_plural "Headers" +msgstr[0] "" +msgstr[1] "" + +#: inc/entityconfig.class.php:564 +msgid "Display search field" +msgstr "" + +#: inc/entityconfig.class.php:574 +msgid "Display header" +msgstr "" + +#: inc/questionrange.class.php:52 inc/questionparameter/range.class.php:56 +msgid "Question range" +msgid_plural "Question ranges" +msgstr[0] "" +msgstr[1] "" + +#: inc/questionrange.class.php:62 inc/questionparameter/range.class.php:66 +msgid "Minimum range" +msgstr "" + +#: inc/questionrange.class.php:71 inc/questionparameter/range.class.php:75 +msgid "maximum range" +msgstr "" + +#: inc/form.class.php:66 inc/form.class.php:429 +msgid "Public access" +msgstr "Public access" + +#: inc/form.class.php:67 inc/form.class.php:433 +msgid "Private access" +msgstr "Private access" + +#: inc/form.class.php:68 inc/form.class.php:437 +msgid "Restricted access" +msgstr "Restricted access" + +#: inc/form.class.php:122 +msgid "Answers waiting for validation" +msgstr "" + +#: inc/form.class.php:124 inc/form.class.php:1663 inc/form.class.php:1689 +msgid "Import forms" +msgstr "Import forms" + +#: inc/form.class.php:169 +msgid "Recursive" +msgstr "" + +#: inc/form.class.php:190 +msgid "Homepage" +msgstr "Homepage" + +#: inc/form.class.php:203 +msgid "Access" +msgstr "Access" + +#: inc/form.class.php:234 inc/form.class.php:327 inc/form.class.php:394 entrée +#: standard:54 +msgid "Active" +msgstr "" + +#: inc/form.class.php:286 inc/form.class.php:338 inc/form.class.php:413 +msgid "Default form" +msgstr "" + +#: inc/form.class.php:296 entrée standard:106 +msgid "Next form" +msgstr "" + +#: inc/form.class.php:326 inc/form.class.php:391 +msgid "Inactive" +msgstr "" + +#: inc/form.class.php:337 inc/form.class.php:410 +msgid "Not default form" +msgstr "" + +#: inc/form.class.php:361 inc/form.class.php:445 entrée standard:75 +msgid "All languages" +msgstr "" + +#: inc/form.class.php:508 entrée standard:3 +msgid "Target" +msgid_plural "Targets" +msgstr[0] "" +msgstr[1] "" + +#: inc/form.class.php:511 +msgid "Preview" +msgstr "" + +#: inc/form.class.php:512 +msgid "Form answer properties" +msgstr "" + +#: inc/form.class.php:854 +msgid "What are you looking for?" +msgstr "" + +#: inc/form.class.php:993 inc/form.class.php:1156 +#: inc/abstracttarget.class.php:162 inc/abstractitiltarget.class.php:1625 +msgid "The name cannot be empty!" +msgstr "The name cannot be empty!" + +#: inc/form.class.php:1026 inc/form.class.php:1191 +msgid "A loop is generated!" +msgstr "" + +#: inc/form.class.php:1167 +msgid "Cannot use empty name for form answers. Keeping the previous value." +msgstr "" + +#: inc/form.class.php:1303 +#, php-format +msgid "The question %s is not compatible with public forms" +msgstr "The question %s is not compatible with public forms" + +#: inc/form.class.php:1386 +msgid "Errored duplicate" +msgstr "" + +#: inc/form.class.php:1397 entrée standard:23 +msgid "Duplicate" +msgstr "Duplicate" + +#: inc/form.class.php:1442 inc/form.class.php:1452 +msgctxt "button" +msgid "Post" +msgstr "" + +#: inc/form.class.php:1475 +#, php-format +msgid "Form duplicated: %s" +msgstr "Form duplicated: %s" + +#: inc/form.class.php:1491 +#, php-format +msgid "Form Transfered: %s" +msgstr "Form Transfered: %s" + +#: inc/form.class.php:1515 +msgid "Back" +msgstr "Back" + +#: inc/form.class.php:1526 +#, php-format +msgid "Form updated: %s" +msgstr "" + +#: inc/form.class.php:1636 +msgid "Upload of JSON files not allowed." +msgstr "Upload of JSON files not allowed." + +#: inc/form.class.php:1639 +msgid "You may allow JSON files right now." +msgstr "You may allow JSON files right now." + +#: inc/form.class.php:1640 +msgctxt "button" +msgid "Create" +msgstr "Create" + +#: inc/form.class.php:1643 inc/form.class.php:1654 +msgid "Please contact your GLPI administrator." +msgstr "Please contact your GLPI administrator." + +#: inc/form.class.php:1644 inc/form.class.php:1655 +msgctxt "button" +msgid "Back" +msgstr "Back" + +#: inc/form.class.php:1647 +msgid "Upload of JSON files not enabled." +msgstr "Upload of JSON files not enabled." + +#: inc/form.class.php:1650 inc/form.class.php:1653 +msgid "You may enable JSON files right now." +msgstr "You may enable JSON files right now." + +#: inc/form.class.php:1651 +msgctxt "button" +msgid "Enable" +msgstr "Enable" + +#: inc/form.class.php:1698 +msgctxt "button" +msgid "Send" +msgstr "" + +#: inc/form.class.php:1717 +msgid "Forms import impossible, the file is empty" +msgstr "" + +#: inc/form.class.php:1721 inc/form.class.php:1725 +msgid "Forms import impossible, the file seems corrupt" +msgstr "" + +#: inc/form.class.php:1731 +msgid "Forms import impossible, the file was generated with another version" +msgstr "" + +#: inc/form.class.php:1738 +msgid "" +"The file does not specifies the schema version. It was probably generated " +"with a version older than 2.10. Giving up." +msgstr "" + +#: inc/form.class.php:1764 +#, php-format +msgid "Failed to import %s" +msgstr "" + +#: inc/form.class.php:1769 +#, php-format +msgid "Forms successfully imported from %s" +msgstr "Forms successfully imported from %s" + +#: inc/form.class.php:1832 +#, php-format +msgid "The form %1$s already exists and is in an unmodifiable entity." +msgstr "" + +#: inc/form.class.php:1840 +#, php-format +msgid "You don't have right to update the entity %1$s." +msgstr "" + +#: inc/form.class.php:1850 +#, php-format +msgid "The entity %1$s is required for the form %2$s." +msgstr "" + +#: inc/form.class.php:1952 +msgid "Failed to create JSON document type" +msgstr "Failed to create JSON document type" + +#: inc/form.class.php:1959 +msgid "JSON document type not found" +msgstr "JSON document type not found" + +#: inc/form.class.php:1966 +msgid "Failed to update JSON document type" +msgstr "Failed to update JSON document type" + +#: inc/form.class.php:1986 +msgid "Forms without category" +msgstr "Forms without category" + +#: inc/form.class.php:2007 +msgid "No form available" +msgstr "" + +#: inc/form.class.php:2205 entrée standard:47 +msgid "Add a target" +msgstr "" + +#: inc/form.class.php:2236 inc/targetticket.class.php:398 +#: inc/abstractitiltarget.class.php:1828 inc/abstractitiltarget.class.php:2124 +#: entrée standard:92 standard:94 +msgid "Add" +msgstr "" + +#: inc/form.class.php:2254 inc/form.class.php:2277 inc/form.class.php:2299 +msgid "Unsupported target type." +msgstr "" + +#: inc/form.class.php:2333 +msgid "plugin_formcreator_load_check" +msgstr "" + +#: inc/targetchange.class.php:44 entrée standard:43 +msgid "Target change" +msgid_plural "Target changes" +msgstr[0] "" +msgstr[1] "" + +#: inc/targetchange.class.php:344 entrée standard:48 +msgid "Change title" +msgstr "Change title" + +#: inc/targetchange.class.php:374 entrée standard:56 +msgid "Control list" +msgstr "" + +#: inc/targetchange.class.php:384 entrée standard:58 +msgid "Deployment plan" +msgstr "" + +#: inc/targetchange.class.php:394 entrée standard:60 +msgid "Backup plan" +msgstr "" + +#: inc/targetchange.class.php:404 +msgid "Check list" +msgstr "" + +#: inc/questionfilter.class.php:52 +msgid "Question filter" +msgid_plural "Question filters" +msgstr[0] "" +msgstr[1] "" + +#: inc/section.class.php:71 entrée standard:53 standard:44 +msgid "Section" +msgid_plural "Sections" +msgstr[0] "" +msgstr[1] "" + +#: inc/section.class.php:123 inc/section.class.php:166 +#: inc/question.class.php:348 +msgid "The title is required" +msgstr "The title is required" + +#: inc/section.class.php:553 inc/question.class.php:234 entrée standard:37 +msgid "Count of conditions" +msgstr "" + +#: inc/restrictedformcriteria.class.php:179 +#, php-format +msgid "Failed to find %1$s %2$s" +msgstr "" + +#: inc/question.class.php:73 inc/abstractitiltarget.class.php:1127 entrée +#: standard:41 +msgid "Question" +msgid_plural "Questions" +msgstr[0] "" +msgstr[1] "" + +#: inc/question.class.php:197 entrée standard:43 standard:50 standard:44 +#: standard:49 standard:79 +msgid "Required" +msgstr "Required" + +#: inc/question.class.php:355 +msgid "The section is required" +msgstr "The section is required" + +#: inc/question.class.php:365 +#, php-format +msgid "Field type %1$s is not available for question %2$s." +msgstr "Field type %1$s is not available for question %2$s." + +#: inc/question.class.php:379 +msgid "This type of question is not compatible with public forms." +msgstr "This type of question is not compatible with public forms." + +#: inc/question.class.php:469 +msgid "The field type cannot be changed. Delete then recreate the question." +msgstr "" + +#: inc/question.class.php:1184 +msgid "Service levels" +msgstr "" + +#: inc/question.class.php:1185 inc/abstractitiltarget.class.php:851 +msgid "SLA" +msgstr "" + +#: inc/question.class.php:1186 inc/abstractitiltarget.class.php:924 +msgid "OLA" +msgstr "" + +#: inc/question.class.php:1205 inc/question.class.php:1248 +#: inc/question.class.php:1251 +msgid "Assets" +msgstr "" + +#: inc/question.class.php:1219 hook.php:780 hook.php:797 +msgid "Assistance" +msgstr "" + +#: inc/question.class.php:1225 +msgid "Management" +msgstr "" + +#: inc/question.class.php:1236 +msgid "Tools" +msgstr "" + +#: inc/question.class.php:1237 +msgid "Notes" +msgstr "" + +#: inc/question.class.php:1238 +msgid "RSS feed" +msgstr "" + +#: inc/question.class.php:1240 +msgid "Administration" +msgstr "" + +#: inc/question.class.php:1248 inc/question.class.php:1251 +msgid "Plugin" +msgid_plural "Plugins" +msgstr[0] "" +msgstr[1] "" + +#: inc/abstractquestionparameter.class.php:98 +msgid "Parameter" +msgstr "" + +#: inc/abstractquestionparameter.class.php:105 +msgid "Field name" +msgstr "" + +#: inc/abstracttarget.class.php:97 +msgid "Current active entity" +msgstr "Current active entity" + +#: inc/abstracttarget.class.php:98 +msgid "Default requester user's entity" +msgstr "Default requester user's entity" + +#: inc/abstracttarget.class.php:99 +msgid "First dynamic requester user's entity (alphabetical)" +msgstr "First dynamic requester user's entity (alphabetical)" + +#: inc/abstracttarget.class.php:100 +msgid "Last dynamic requester user's entity (alphabetical)" +msgstr "Last dynamic requester user's entity (alphabetical)" + +#: inc/abstracttarget.class.php:101 +msgid "The form entity" +msgstr "The form entity" + +#: inc/abstracttarget.class.php:102 +msgid "Default entity of the validator" +msgstr "Default entity of the validator" + +#: inc/abstracttarget.class.php:103 +msgid "Specific entity" +msgstr "Specific entity" + +#: inc/abstracttarget.class.php:104 +msgid "Default entity of a user type question answer" +msgstr "Default entity of a user type question answer" + +#: inc/abstracttarget.class.php:105 +msgid "From a GLPI object > Entity type question answer" +msgstr "From a GLPI object > Entity type question answer" + +#: inc/abstracttarget.class.php:116 +msgid "Always generated" +msgstr "" + +#: inc/abstracttarget.class.php:117 +msgid "Disabled unless" +msgstr "" + +#: inc/abstracttarget.class.php:118 +msgid "Generated unless" +msgstr "" + +#: inc/abstracttarget.class.php:129 +msgid "A target must be associated to a form." +msgstr "" + +#: inc/abstracttarget.class.php:134 +msgid "A target must be associated to an existing form." +msgstr "" + +#: inc/abstracttarget.class.php:139 +msgid "Name is required." +msgstr "" + +#: inc/abstracttarget.class.php:502 +msgid "Destination entity" +msgstr "" + +#: inc/abstracttarget.class.php:518 +msgid "User type question" +msgstr "User type question" + +#: inc/abstracttarget.class.php:519 +msgid "Entity type question" +msgstr "Entity type question" + +#: inc/command/cleanticketscommand.class.php:53 +msgid "Searching for invalid items..." +msgstr "" + +#: inc/command/cleanticketscommand.class.php:61 +msgid "Done." +msgstr "" + +#: inc/command/cleanticketscommand.class.php:135 +msgid "Step 1: double encoded < and > signs." +msgstr "" + +#: inc/command/cleanticketscommand.class.php:146 +#: inc/command/cleanticketscommand.class.php:196 +#: inc/command/cleanticketscommand.class.php:260 +msgid "No invalid items found." +msgstr "" + +#: inc/command/cleanticketscommand.class.php:187 +msgid "Step 2: literal BR tag." +msgstr "" + +#: inc/command/cleanticketscommand.class.php:251 +msgid "Step 3: litteral > sign." +msgstr "" + +#: inc/filter/itilcategoryfilter.class.php:52 +#: inc/filter/itilcategoryfilter.class.php:54 +msgid "Request categories" +msgstr "Show ticket categories" + +#: inc/filter/itilcategoryfilter.class.php:53 +#: inc/filter/itilcategoryfilter.class.php:54 +msgid "Incident categories" +msgstr "Incident categories" + +#: inc/filter/itilcategoryfilter.class.php:55 +msgid "Change categories" +msgstr "" + +#: inc/supervisorvalidator.class.php:44 +msgid "Requester supervisor" +msgid_plural "Requester supervisors" +msgstr[0] "" +msgstr[1] "" + +#: inc/supervisorvalidator.class.php:52 +msgid "My supervisor" +msgstr "" + +#: inc/questionregex.class.php:52 +msgid "Question regular expression" +msgid_plural "Question regular expressions" +msgstr[0] "" +msgstr[1] "" + +#: inc/questiondependency.class.php:66 +msgid "Question dependency" +msgid_plural "Question dependencies" +msgstr[0] "" +msgstr[1] "" + +#: inc/answer.class.php:66 entrée standard:43 +msgid "Answer" +msgid_plural "Answers" +msgstr[0] "" +msgstr[1] "" + +#: inc/item_targetticket.class.php:52 +msgid "Composite ticket relation" +msgid_plural "Composite ticket relations" +msgstr[0] "" +msgstr[1] "" + +#: inc/targetticket.class.php:57 entrée standard:43 +msgid "Target ticket" +msgid_plural "Target tickets" +msgstr[0] "" +msgstr[1] "" + +#: inc/targetticket.class.php:100 +msgid "Specific asset" +msgstr "" + +#: inc/targetticket.class.php:101 inc/targetticket.class.php:117 +#: inc/abstractitiltarget.class.php:207 inc/abstractitiltarget.class.php:215 +#: inc/abstractitiltarget.class.php:223 inc/abstractitiltarget.class.php:231 +#: inc/abstractitiltarget.class.php:240 inc/abstractitiltarget.class.php:249 +msgid "Equals to the answer to the question" +msgstr "Equals to the answer to the question" + +#: inc/targetticket.class.php:102 inc/abstractitiltarget.class.php:232 +#: inc/abstractitiltarget.class.php:241 inc/abstractitiltarget.class.php:250 +msgid "Last valid answer" +msgstr "" + +#: inc/targetticket.class.php:108 +msgid "Source from template or user default or GLPI default" +msgstr "" + +#: inc/targetticket.class.php:109 +msgid "Formcreator" +msgstr "" + +#: inc/targetticket.class.php:115 +msgid "Default or from a template" +msgstr "" + +#: inc/targetticket.class.php:116 +msgid "Specific type" +msgstr "" + +#: inc/targetticket.class.php:189 entrée standard:48 +msgid "Ticket title" +msgstr "Ticket title" + +#: inc/targetticket.class.php:307 +msgid "Add validation message as first ticket followup" +msgstr "Add validation message as first ticket followup" + +#: inc/targetticket.class.php:341 +msgid "Add a field" +msgstr "" + +#: inc/targetticket.class.php:369 +msgid "Managed fields" +msgstr "" + +#: inc/targetticket.class.php:376 +msgid "No managed field" +msgstr "" + +#: inc/targetticket.class.php:396 +msgid "Link to an other ticket" +msgstr "Link to an other ticket" + +#: inc/targetticket.class.php:405 +msgid "An other destination of this form" +msgstr "An other destination of this form" + +#: inc/targetticket.class.php:406 +msgid "An existing ticket" +msgstr "An existing ticket" + +#: inc/targetticket.class.php:407 +msgid "A ticket from an answer to a question" +msgstr "" + +#: inc/targetticket.class.php:488 +msgctxt "button" +msgid "Delete permanently" +msgstr "" + +#: inc/targetticket.class.php:743 +msgid "Invalid link type" +msgstr "Invalid link type" + +#: inc/targetticket.class.php:763 +msgid "Invalid linked item type" +msgstr "Invalid linked item type" + +#: inc/targetticket.class.php:776 +msgid "Linked item does not exists" +msgstr "Linked item does not exists" + +#: inc/targetticket.class.php:789 +msgid "Failed to link the item" +msgstr "Failed to link the item" + +#: inc/targetticket.class.php:905 install/install.php:497 +msgid "Your form has been accepted by the validator" +msgstr "Your form has been accepted by the validator" + +#: inc/targetticket.class.php:1137 +msgid "Request source" +msgstr "" + +#: inc/targetticket.class.php:1162 +msgid "Type " +msgstr "" + +#: inc/targetticket.class.php:1190 +msgid "Associated elements" +msgstr "" + +#: inc/targetticket.class.php:1201 +msgid "Item " +msgstr "" + +#: inc/translation.class.php:153 +msgid "No more string to translate" +msgstr "" + +#: inc/translation.class.php:164 +msgid "Internal error: translatable string not found." +msgstr "" + +#: inc/translation.class.php:216 +msgid "Language not found." +msgstr "" + +#: inc/translation.class.php:236 +msgid "Failed to add the translation." +msgstr "" + +#: inc/abstractitiltarget.class.php:187 +msgid "Tags from questions" +msgstr "Tags from questions" + +#: inc/abstractitiltarget.class.php:188 +msgid "Specific tags" +msgstr "Specific tags" + +#: inc/abstractitiltarget.class.php:189 +msgid "Tags from questions and specific tags" +msgstr "Tags from questions and specific tags" + +#: inc/abstractitiltarget.class.php:190 +msgid "Tags from questions or specific tags" +msgstr "Tags from questions or specific tags" + +#: inc/abstractitiltarget.class.php:196 +msgid "TTR from template or none" +msgstr "" + +#: inc/abstractitiltarget.class.php:197 +msgid "equals to the answer to the question" +msgstr "equals to the answer to the question" + +#: inc/abstractitiltarget.class.php:198 +msgid "calculated from the ticket creation date" +msgstr "calculated from the ticket creation date" + +#: inc/abstractitiltarget.class.php:199 +msgid "calculated from the answer to the question" +msgstr "calculated from the answer to the question" + +#: inc/abstractitiltarget.class.php:205 +msgid "SLA from template or none" +msgstr "" + +#: inc/abstractitiltarget.class.php:206 +msgid "Specific SLA" +msgstr "" + +#: inc/abstractitiltarget.class.php:213 +msgid "OLA from template or none" +msgstr "" + +#: inc/abstractitiltarget.class.php:214 +msgid "Specific OLA" +msgstr "" + +#: inc/abstractitiltarget.class.php:221 +msgid "Urgency from template or Medium" +msgstr "Urgency from template or Medium" + +#: inc/abstractitiltarget.class.php:222 +msgid "Specific urgency" +msgstr "Specific urgency" + +#: inc/abstractitiltarget.class.php:229 +msgid "Category from template or none" +msgstr "Category from template or none" + +#: inc/abstractitiltarget.class.php:230 +msgid "Specific category" +msgstr "Specific category" + +#: inc/abstractitiltarget.class.php:238 +msgid "Location from template or none" +msgstr "Location from template or none" + +#: inc/abstractitiltarget.class.php:239 +msgid "Specific location" +msgstr "Specific location" + +#: inc/abstractitiltarget.class.php:247 +msgid "Contract from template or none" +msgstr "" + +#: inc/abstractitiltarget.class.php:248 +msgid "Specific contract" +msgstr "" + +#: inc/abstractitiltarget.class.php:256 +msgid "No validation" +msgstr "" + +#: inc/abstractitiltarget.class.php:257 +msgid "Specific user or group" +msgstr "" + +#: inc/abstractitiltarget.class.php:258 +msgid "User from question answer" +msgstr "" + +#: inc/abstractitiltarget.class.php:259 +msgid "Group from question answer" +msgstr "" + +#: inc/abstractitiltarget.class.php:839 +msgid "Minute" +msgid_plural "Minutes" +msgstr[0] "" +msgstr[1] "" + +#: inc/abstractitiltarget.class.php:840 +msgid "Hour" +msgid_plural "Hours" +msgstr[0] "" +msgstr[1] "" + +#: inc/abstractitiltarget.class.php:841 +msgid "Day" +msgid_plural "Days" +msgstr[0] "" +msgstr[1] "" + +#: inc/abstractitiltarget.class.php:842 +msgid "Month" +msgid_plural "Months" +msgstr[0] "" +msgstr[1] "" + +#: inc/abstractitiltarget.class.php:874 +msgid "SLA (TTO/TTR)" +msgstr "" + +#: inc/abstractitiltarget.class.php:875 inc/abstractitiltarget.class.php:948 +msgid "Question (TTO/TTR)" +msgstr "" + +#: inc/abstractitiltarget.class.php:947 +msgid "OLA (TTO/TTR)" +msgstr "" + +#: inc/abstractitiltarget.class.php:1051 +msgid "Urgency " +msgstr "Urgency" + +#: inc/abstractitiltarget.class.php:1080 +msgid "Ticket tags" +msgstr "Ticket tags" + +#: inc/abstractitiltarget.class.php:1128 +msgid "Tags" +msgstr "Tags" + +#: inc/abstractitiltarget.class.php:1247 +msgid "Location" +msgstr "" + +#: inc/abstractitiltarget.class.php:1259 +msgid "Location " +msgstr "Location" + +#: inc/abstractitiltarget.class.php:1312 +msgid "Contract" +msgstr "" + +#: inc/abstractitiltarget.class.php:1324 +msgid "Contract " +msgstr "" + +#: inc/abstractitiltarget.class.php:1635 +msgid "The description cannot be empty!" +msgstr "The description cannot be empty!" + +#: inc/abstractitiltarget.class.php:1811 +msgid "Watcher" +msgid_plural "Watchers" +msgstr[0] "" +msgstr[1] "" + +#: inc/abstractitiltarget.class.php:1830 +msgid "Cancel" +msgstr "Cancel" + +#: inc/abstractitiltarget.class.php:2118 inc/abstractitiltarget.class.php:2548 +#: inc/abstractitiltarget.class.php:2552 +msgid "Email followup" +msgstr "" + +#: inc/abstractitiltarget.class.php:2149 inc/abstractitiltarget.class.php:2536 +msgid "User" +msgstr "" + +#: inc/abstractitiltarget.class.php:2160 inc/abstractitiltarget.class.php:2540 +msgid "Group" +msgstr "" + +#: inc/abstractitiltarget.class.php:2171 +msgid "Group from the object" +msgstr "" + +#: inc/abstractitiltarget.class.php:2177 +msgid "Tech group from the object" +msgstr "" + +#: inc/abstractitiltarget.class.php:2189 inc/abstractitiltarget.class.php:2544 +msgid "Supplier" +msgstr "" + +#: inc/abstractitiltarget.class.php:2548 +msgid "Yes" +msgstr "" + +#: install/install.php:163 +#, php-format +msgid "Upgrade tables to innoDB; run %s" +msgstr "" + +#: install/install.php:199 +#, php-format +msgid "" +"The database schema is not consistent with the previous version of " +"Formcreator %s. To see the logs run the command %s" +msgstr "" + +#: install/install.php:208 +#, php-format +msgid "To ignore the inconsistencies and upgrade anyway run %s" +msgstr "" + +#: install/install.php:225 +msgid "" +"Upgrade from version older than 2.5.0 is no longer supported. Please upgrade" +" to GLPI 9.5.7, upgrade Formcreator to version 2.12.5, then upgrade again to" +" GLPI 10 or later and Formcreator 2.13 or later." +msgstr "" + +#: install/install.php:251 +#, php-format +msgid "" +"A fatal error occured in the upgrade from %s! Upgrade aborted. Please check " +"logs to fix the problem then try again." +msgstr "" + +#: install/install.php:294 +#, php-format +msgid "" +"The database schema is not consistent with the current version of " +"Formcreator %s. To see the logs enable the plugin and run the command %s" +msgstr "" + +#: install/install.php:305 +msgid "The tables of the plugin passed the schema integrity check." +msgstr "" + +#: install/install.php:478 +msgid "A form has been created" +msgstr "A form has been created" + +#: install/install.php:479 +msgid "Your request has been saved" +msgstr "Your request has been saved" + +#: install/install.php:480 +msgid "" +"Hi,\\nYour request from GLPI has been successfully saved with number " +"##formcreator.request_id## and transmitted to the helpdesk team.\\nYou can " +"see your answers onto the following link:\\n##formcreator.validation_link##" +msgstr "" +"Hi,\\nYour request from GLPI has been successfully saved with number " +"##formcreator.request_id## and transmitted to the helpdesk team.\\nYou can " +"see your answers onto the following link:\\n##formcreator.validation_link##" + +#: install/install.php:484 +msgid "A form need validation" +msgstr "" + +#: install/install.php:485 +msgid "A form from GLPI need to be validated" +msgstr "" + +#: install/install.php:486 +msgid "" +"Hi,\\nA form from GLPI need to be validated and you have been choosen as the" +" validator.\\nYou can access it by clicking onto this " +"link:\\n##formcreator.validation_link##" +msgstr "" + +#: install/install.php:491 +msgid "Your form has been refused by the validator" +msgstr "Your form has been refused by the validator" + +#: install/install.php:492 +msgid "" +"Hi,\\nWe are sorry to inform you that your form has been refused by the " +"validator for the reason " +"below:\\n##formcreator.validation_comment##\\n\\nYou can still modify and " +"resubmit it by clicking onto this link:\\n##formcreator.validation_link##" +msgstr "" +"Hi,\\nWe are sorry to inform you that your form has been refused by the " +"validator for the reason " +"below:\\n##formcreator.validation_comment##\\n\\nYou can still modify and " +"resubmit it by clicking onto this link:\\n##formcreator.validation_link##" + +#: install/install.php:498 +msgid "" +"Hi,\\nWe are pleased to inform you that your form has been accepted by the " +"validator.\\nYour request will be considered soon." +msgstr "" +"Hi,\\nWe are pleased to inform you that your form has been accepted by the " +"validator.\\nYour request will be considered soon." + +#: install/install.php:503 +msgid "Your form has been deleted by an administrator" +msgstr "Your form has been deleted by an administrator" + +#: install/install.php:504 +msgid "" +"Hi,\\nWe are sorry to inform you that your request cannot be considered and " +"has been deleted by an administrator." +msgstr "" +"Hi,\\nWe are sorry to inform you that your request cannot be considered and " +"has been deleted by an administrator." + +#: install/install.php:732 +msgid "Formcreator - Sync service catalog issues" +msgstr "Formcreator - Sync service catalog issues" + +#: install/install.php:945 +msgid "Failed to check the sanity of the tables!" +msgstr "" + +#: install/install.php:959 +#, php-format +msgid "Table schema differs for table \"%s\"." +msgstr "" + +#: install/install.php:962 +#, php-format +msgid "Table \"%s\" is missing." +msgstr "" + +#: install/install.php:965 +#, php-format +msgid "Unknown table \"%s\" has been found in database." +msgstr "" + +#: hook.php:439 +msgctxt "button" +msgid "Duplicate" +msgstr "Duplicate" + +#: hook.php:440 +msgid "Transfer" +msgstr "" + +#: hook.php:441 +msgctxt "button" +msgid "Export" +msgstr "" + +#: hook.php:442 +msgctxt "button" +msgid "Access rights" +msgstr "" + +#: hook.php:756 +msgid "Cancel my ticket" +msgstr "" + +#: hook.php:774 +msgid "Old" +msgstr "" + +#: hook.php:781 +#, php-format +msgid "Number of %s" +msgstr "" + +#: hook.php:798 +msgid "Issues summary" +msgstr "" + +#: hook.php:843 +msgid "" +"Formcreator's mini dashboard not usable as default. This Setting has been " +"ignored." +msgstr "" + +#: js/scripts.js:300 +msgid "No form found. Please choose a form below instead." +msgstr "" + +#: js/scripts.js:302 +msgid "No form found." +msgstr "" + +#: js/scripts.js:306 +msgid "No FAQ item found." +msgstr "" + +#: js/scripts.js:707 +msgid "Are you sure you want to delete this question?" +msgstr "Are you sure you want to delete this question?" + +#: js/scripts.js:917 +msgid "Are you sure you want to delete this section?" +msgstr "Are you sure you want to delete this section?" + +#: js/scripts.js:1161 +msgid "Add translations" +msgstr "" + +#: js/scripts.js:1300 js/scripts.js:1324 +msgid "An error occured while querying forms" +msgstr "An error occured while querying forms" + +#: js/scripts.js:1416 entrée standard:139 +msgid "Send" +msgstr "" + +#: js/scripts.js:1425 +msgid "An internal error occurred. Please report it to administrator." +msgstr "" + +#: js/scripts.js:1468 +msgid "Are you sure you want to delete this validator ?" +msgstr "" + +#: js/scripts.js:1520 +msgid "Are you sure you want to duplicate this target?" +msgstr "" + +#: js/scripts.js:1537 +msgid "Are you sure you want to delete this target?" +msgstr "" + +#: entrée standard:57 standard:61 standard:60 standard:59 standard:43 +#: standard:69 standard:52 standard:76 +msgid "Default values" +msgstr "" + +#: entrée standard:52 standard:59 standard:58 +msgid "Show empty" +msgstr "Show empty" + +#: entrée standard:39 +msgid "LDAP directory" +msgid_plural "LDAP directories" +msgstr[0] "" +msgstr[1] "" + +#: entrée standard:78 +msgid "Attribute" +msgstr "Attribute" + +#: entrée standard:70 standard:68 +msgid "Values" +msgstr "" + +#: entrée standard:90 +msgid "Show ticket categories" +msgstr "Show ticket categories" + +#: entrée standard:146 standard:118 +msgid "Selectable root" +msgstr "" + +#: entrée standard:38 +msgid "GLPI object" +msgid_plural "GLPI objects" +msgstr[0] "" +msgstr[1] "" + +#: entrée standard:63 +msgid "Direct access on homepage" +msgstr "Direct access on homepage" + +#: entrée standard:86 +msgid "Default form in service catalog" +msgstr "Default form in service catalog" + +#: entrée standard:113 standard:114 +msgid "Are you a robot ?" +msgstr "" + +#: entrée standard:64 +msgid "Condition to show the section" +msgstr "" + +#: entrée standard:40 +msgid "Condition to generate the target" +msgstr "" + +#: entrée standard:40 +msgid "General" +msgstr "" + +#: entrée standard:45 +msgid "validation percent" +msgstr "" + +#: entrée standard:52 +msgid "Add a validator" +msgstr "" + +#: entrée standard:57 standard:36 +msgid "Validation level" +msgstr "" + +#: entrée standard:73 +msgid "Validator type" +msgstr "" + +#: entrée standard:98 +msgid "Validators" +msgstr "" + +#: entrée standard:106 standard:5 +msgid "Actions" +msgstr "" + +#: entrée standard:54 +msgid "Impacts" +msgstr "" + +#: entrée standard:62 +msgid "Checklist" +msgstr "" + +#: entrée standard:36 +msgid "Answers title" +msgstr "" + +#: entrée standard:45 +msgid "Add a section" +msgstr "Add a section" + +#: entrée standard:55 +msgid "Condition to show the submit button" +msgstr "" + +#: entrée standard:33 +msgid "No form answer yet" +msgstr "" + +#: entrée standard:38 +#, php-format +msgid "%s latest items" +msgstr "" + +#: entrée standard:54 +msgid "Please activate the form to view the link" +msgstr "" + +#: entrée standard:63 +msgid "Enable captcha" +msgstr "" + +#: entrée standard:79 +msgid "Restricted to" +msgstr "" + +#: entrée standard:83 +msgid "Add a question" +msgstr "Add a question" + +#: entrée standard:39 +msgid "List of available tags" +msgstr "" + +#: entrée standard:42 +msgid "Title" +msgstr "" + +#: entrée standard:47 +msgid "Full form" +msgstr "Full form" + +#: entrée standard:37 +msgid "Validation status" +msgstr "" + +#: entrée standard:36 +#, php-format +msgid "My %1$d last forms (requester)" +msgstr "" + +#: entrée standard:39 +msgid "No form posted yet" +msgstr "No form posted yet" + +#: entrée standard:63 +msgid "All my forms (requester)" +msgstr "All my forms (requester)" + +#: entrée standard:36 +#, php-format +msgid "My %1$d last forms (validator)" +msgstr "" + +#: entrée standard:63 +msgid "All my forms (validator)" +msgstr "All my forms (validator)" + +#: entrée standard:42 +msgid "Min" +msgstr "Min" + +#: entrée standard:53 +msgid "Max" +msgstr "Max" diff --git a/locales/es_419.mo b/locales/es_419.mo index a0513ac29..9b35c838b 100644 Binary files a/locales/es_419.mo and b/locales/es_419.mo differ diff --git a/locales/es_419.po b/locales/es_419.po new file mode 100644 index 000000000..5e96bc135 --- /dev/null +++ b/locales/es_419.po @@ -0,0 +1,2763 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +# Translators: +# Nelson Guerrero , 2022 +# Lorenzo Salvador Osorio Orellana, 2023 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-05-31 16:21+0200\n" +"PO-Revision-Date: 2022-06-15 12:10+0000\n" +"Last-Translator: Lorenzo Salvador Osorio Orellana, 2023\n" +"Language-Team: Spanish (Latin America) (https://app.transifex.com/teclib/teams/28042/es_419/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: es_419\n" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" + +#: ajax/question_update.php:38 ajax/section_update.php:37 +msgid "Bad request" +msgstr "Solicitud incorrecta" + +#: ajax/question_update.php:47 ajax/question_move.php:45 +#: ajax/question_delete.php:42 ajax/question_toggle_required.php:49 +msgid "Question not found" +msgstr "Pregunta no encontrada" + +#: ajax/question_update.php:53 ajax/question_duplicate.php:49 +#: ajax/question_move.php:50 ajax/section_add.php:38 +#: ajax/section_delete.php:50 ajax/section_move.php:55 +#: ajax/section_duplicate.php:50 ajax/question_delete.php:49 +#: ajax/question_toggle_required.php:55 ajax/section_update.php:44 +msgid "You don't have right for this action" +msgstr "No tienes derecho a esta acción" + +#: ajax/question_duplicate.php:43 +msgid "Source question not found" +msgstr "Pregunta de origen no encontrada" + +#: ajax/question_move.php:73 +msgid "Could not move some questions" +msgstr "No se pudieron mover algunas preguntas" + +#: ajax/section_add.php:44 +msgid "Could not add the section" +msgstr "No se pudo agregar la sección" + +#: ajax/commontree.php:55 entrée standard:128 standard:100 +msgid "Subtree root" +msgstr "Raíz del subárbol" + +#: ajax/commontree.php:59 +msgid "Selectable" +msgstr "Seleccionable" + +#: ajax/commontree.php:74 entrée standard:137 standard:109 +msgid "Limit subtree depth" +msgstr "Limite la profundidad del subárbol" + +#: ajax/commontree.php:84 +msgid "No limit" +msgstr "Sin límite" + +#: ajax/section_delete.php:44 ajax/section_move.php:49 +#: ajax/section_duplicate.php:44 +msgid "Source section not found" +msgstr "Sección de origen no encontrada" + +#: ajax/section_delete.php:56 +msgid "Could not delete the section" +msgstr "No se pudo eliminar la sección" + +#: ajax/question_add.php:45 +msgid "Could not add the question" +msgstr "No se pudo agregar la pregunta" + +#: ajax/section_move.php:66 +msgid "Could not move the section" +msgstr "No se pudo mover la sección" + +#: ajax/target_actor.php:51 +msgid "Failed to add the actor" +msgstr "No se pudo agregar el actor" + +#: ajax/target_actor.php:62 +msgid "Failed to delete the actor" +msgstr "No se pudo eliminar al actor" + +#: ajax/section_duplicate.php:56 +msgid "Could not duplicate the section" +msgstr "No se pudo duplicar la sección" + +#: ajax/section_update.php:50 +msgid "Could not update the section" +msgstr "No se pudo actualizar la sección" + +#: front/knowbaseitem.php:42 front/knowbaseitem.php:47 +#: front/wizardreminders.php:49 front/wizardreminders.php:51 +#: front/wizard.php:45 front/wizard.php:50 front/wizardfeeds.php:49 +#: front/wizardfeeds.php:51 front/issue.php:44 front/issue.php:50 +#: front/formanswer.php:44 front/reservation.php:46 front/reservation.php:48 +#: front/knowbaseitem.form.php:48 front/knowbaseitem.form.php:50 +#: front/reservationitem.php:42 front/reservationitem.php:44 +#: front/formanswer.form.php:74 front/reservation.form.php:46 +#: front/reservation.form.php:48 +msgid "Service catalog" +msgstr "Catálogo de servicios" + +#: front/issue.form.php:46 +msgid "Item not found" +msgstr "Elemento no encontrado" + +#: front/targetticket.form.php:46 front/targetticket.form.php:56 +#: front/targetticket.form.php:81 front/targetchange.form.php:46 +#: front/targetproblem.form.php:46 +msgid "No right to update this item." +msgstr "Sin permisos para actualizar este elemento." + +#: front/targetticket.form.php:75 +msgid "Bad request while deleting an actor." +msgstr "Petición errada al eliminar actor." + +#: front/targetticket.form.php:95 front/targetchange.form.php:81 +#: front/formanswer.php:47 front/targetproblem.form.php:81 +#: front/formanswer.form.php:77 front/form.php:43 inc/common.class.php:654 +#: inc/common.class.php:661 +msgid "Form Creator" +msgstr "Creador de formularios" + +#: front/targetticket.form.php:105 front/targetchange.form.php:90 +#: front/targetproblem.form.php:90 +#, php-format +msgid "%1$s = %2$s" +msgstr "%1$s = %2$s" + +#: front/formlist.php:46 front/formlist.php:52 inc/common.class.php:648 +msgid "Form list" +msgstr "Lista de formularios" + +#: front/formdisplay.php:90 inc/formanswer.class.php:1077 +#: inc/formanswer.class.php:1325 inc/formanswer.class.php:1376 +msgid "The form has been successfully saved!" +msgstr "¡El formulario ha sido guardado exitosamente!" + +#. TRANS: %s is the user login +#: front/reservation.form.php:71 +#, php-format +msgid "%1$s purges the reservation for item %2$s" +msgstr "%1$s eliminó la reserva del artículo %2$s" + +#: front/reservation.form.php:124 +#, php-format +msgid "%1$s adds the reservation %2$s for item %3$s" +msgstr "%1$s agrega la reserva%2$s para el elemento%3$s" + +#: inc/knowbase.class.php:60 inc/entityconfig.class.php:478 +#: inc/form.class.php:611 +msgid "Category" +msgid_plural "Categories" +msgstr[0] "Categoría" +msgstr[1] "Categorías" +msgstr[2] "Categorías" + +#: inc/knowbase.class.php:62 inc/form.class.php:614 entrée standard:39 +msgid "See all" +msgstr "Ver todo" + +#: inc/knowbase.class.php:83 +msgid "Please, describe your need here" +msgstr "Por favor, describe tu necesidad aquí" + +#: inc/field/textareafield.class.php:186 +msgid "Textarea" +msgstr "Textarea" + +#: inc/field/textareafield.class.php:249 inc/field/dropdownfield.class.php:594 +#: inc/field/ldapselectfield.class.php:115 +#: inc/field/urgencyfield.class.php:166 inc/field/tagfield.class.php:166 +#: inc/field/timefield.class.php:114 inc/field/fieldsfield.class.php:489 +#: inc/field/requesttypefield.class.php:161 +msgid "A required field is empty:" +msgstr "El campo requerido está vacío:" + +#: inc/field/textareafield.class.php:267 inc/field/integerfield.class.php:112 +#: inc/field/floatfield.class.php:194 inc/conditionnabletrait.class.php:70 +msgid "The regular expression is invalid" +msgstr "La expresión regular no es válida" + +#: inc/field/dropdownfield.class.php:81 inc/filter/entityfilter.class.php:48 +msgid "User and form" +msgstr "Usuario y formulario" + +#: inc/field/dropdownfield.class.php:87 +msgid "Search filter" +msgstr "" + +#: inc/field/dropdownfield.class.php:585 entrée standard:38 +msgid "Dropdown" +msgid_plural "Dropdowns" +msgstr[0] "Desplegable" +msgstr[1] "Desplegables" +msgstr[2] "Desplegables" + +#: inc/field/dropdownfield.class.php:616 +msgid "Invalid value for " +msgstr "Valor incorrecto para" + +#: inc/field/dropdownfield.class.php:628 +#, php-format +msgid "The itemtype field is required: %s" +msgstr "El campo de tipo de elemento es obligatorio: %s" + +#: inc/field/dropdownfield.class.php:644 +#, php-format +msgid "Invalid dropdown type: %s" +msgstr "Tipo de menú desplegable no válido: %s" + +#: inc/field/dropdownfield.class.php:704 inc/questionfilter.class.php:62 +#: entrée standard:68 +msgid "Filter" +msgstr "Filtro" + +#: inc/field/dropdownfield.class.php:987 entrée standard:162 standard:134 +msgid "Entity restriction" +msgstr "Restricción de entidad" + +#: inc/field/dropdownfield.class.php:996 +msgid "" +"To respect the GLPI entity system, \"Form\" should be selected. Others " +"settings will break the entity restrictions" +msgstr "" +"Para respetar el sistema de entidades GLPI, se debe seleccionar " +"\"Formulario\". Otras configuraciones romperán las restricciones de la " +"entidad" + +#: inc/field/ldapselectfield.class.php:96 +msgid "LDAP Select" +msgstr "Seleccionar LDAP" + +#: inc/field/ldapselectfield.class.php:140 +msgid "LDAP directory not defined!" +msgstr "El directorio LDAP no está definido!" + +#: inc/field/ldapselectfield.class.php:147 +msgid "LDAP directory not found!" +msgstr "El directorio LDAP no se ha encontrado!" + +#: inc/field/radiosfield.class.php:108 +msgid "Radios" +msgstr "Radios" + +#: inc/field/radiosfield.class.php:114 inc/field/fieldsfield.class.php:513 +#: inc/field/checkboxesfield.class.php:245 +msgid "The field value is required:" +msgstr "El valor del campo es requerido:" + +#: inc/field/radiosfield.class.php:192 inc/field/selectfield.class.php:104 +#: inc/field/datetimefield.class.php:119 inc/field/actorfield.class.php:258 +#: inc/field/checkboxesfield.class.php:191 inc/field/floatfield.class.php:125 +#: inc/field/datefield.class.php:116 +#, php-format +msgid "A required field is empty: %s" +msgstr "Un campo requerido esta vacío: %s" + +#: inc/field/integerfield.class.php:59 +#, php-format +msgid "This is not an integer: %s" +msgstr "Este no es un número entero: %s" + +#: inc/field/integerfield.class.php:71 inc/field/floatfield.class.php:156 +#, php-format +msgid "Specific format does not match: %s" +msgstr "El formato especificado no coincide: %s" + +#: inc/field/integerfield.class.php:85 inc/field/floatfield.class.php:167 +#, php-format +msgid "The following number must be greater than %d: %s" +msgstr "El siguiente número debe ser mayor que %d: %s" + +#: inc/field/integerfield.class.php:91 inc/field/floatfield.class.php:173 +#, php-format +msgid "The following number must be lower than %d: %s" +msgstr "El siguiente número debe ser menor que %d: %s" + +#: inc/field/integerfield.class.php:101 +msgid "Integer" +msgstr "Entero" + +#: inc/field/undefinedfield.class.php:44 +msgid "Undefined" +msgstr "Indefinido" + +#: inc/field/ipfield.class.php:123 +msgid "IP address" +msgid_plural "IP addresses" +msgstr[0] "Dirección IP" +msgstr[1] "Direcciones IP" +msgstr[2] "Direcciones IP" + +#: inc/field/urgencyfield.class.php:86 inc/abstractitiltarget.class.php:1040 +msgid "Urgency" +msgstr "Urgencia" + +#: inc/field/urgencyfield.class.php:120 +msgctxt "urgency" +msgid "Very high" +msgstr "Muy alta" + +#: inc/field/urgencyfield.class.php:121 +msgctxt "urgency" +msgid "High" +msgstr "Alta" + +#: inc/field/urgencyfield.class.php:122 +msgctxt "urgency" +msgid "Medium" +msgstr "Medio" + +#: inc/field/urgencyfield.class.php:123 +msgctxt "urgency" +msgid "Low" +msgstr "Baja" + +#: inc/field/urgencyfield.class.php:124 +msgctxt "urgency" +msgid "Very low" +msgstr "Muy baja" + +#: inc/field/tagfield.class.php:52 +msgid "Warning: Tag plugin is disabled or missing" +msgstr "Advertencia: el complemento de etiquetas está deshabilitado o falta" + +#: inc/field/tagfield.class.php:200 +msgid "Tag" +msgid_plural "Tags" +msgstr[0] "Etiqueta" +msgstr[1] "Etiquetas" +msgstr[2] "Etiquetas" + +#: inc/field/hostnamefield.class.php:116 +msgid "Hostname" +msgid_plural "Hostnames" +msgstr[0] "Nombre de anfitrión" +msgstr[1] "Nombres de anfitrión" +msgstr[2] "Nombres de anfitrión" + +#: inc/field/timefield.class.php:130 +msgid "Time" +msgstr "Hora" + +#: inc/field/emailfield.class.php:89 +#, php-format +msgid "This is not a valid e-mail: %s" +msgstr "Este no es un correo electrónico valido: %s" + +#: inc/field/emailfield.class.php:100 +msgid "Email" +msgid_plural "Emails" +msgstr[0] "Correo" +msgstr[1] "De correos" +msgstr[2] "Correos" + +#: inc/field/selectfield.class.php:97 +msgid "Select" +msgstr "Selector" + +#: inc/field/datetimefield.class.php:140 +msgid "Date & time" +msgstr "Fecha y hora" + +#: inc/field/actorfield.class.php:84 +msgid "Actor" +msgid_plural "Actors" +msgstr[0] "Actor" +msgstr[1] "De actores" +msgstr[2] "Actores" + +#: inc/field/actorfield.class.php:268 +#, php-format +msgid "Invalid value: %s" +msgstr "Valor no válido: %s" + +#: inc/field/actorfield.class.php:291 +#, php-format +msgid "User not found or invalid email address: %s" +msgstr "Usuario no encontrado o dirección de correo electrónico no válida:%s" + +#: inc/field/filefield.class.php:124 +msgid "No attached document" +msgstr "Documento no adjuntado" + +#: inc/field/filefield.class.php:133 inc/field/filefield.class.php:254 +#: inc/field/filefield.class.php:261 +msgid "Attached document" +msgstr "Documento adjunto" + +#: inc/field/filefield.class.php:175 +#, php-format +msgid "A required file is missing: %s" +msgstr "Falta un archivo obligatorio: %s" + +#: inc/field/filefield.class.php:192 +msgid "File" +msgstr "Archivo" + +#: inc/field/multiselectfield.class.php:86 +msgid "Multiselect" +msgstr "Mutiselección" + +#: inc/field/fieldsfield.class.php:154 +msgid "Warning: Additional Fields plugin is disabled or missing" +msgstr "" +"Advertencia: el complemento de campos adicionales está deshabilitado o falta" + +#: inc/field/fieldsfield.class.php:168 +msgid "Block" +msgstr "Bloque" + +#: inc/field/fieldsfield.class.php:172 inc/targetticket.class.php:346 +msgid "Field" +msgstr "Campo" + +#: inc/field/fieldsfield.class.php:254 +msgid "show" +msgstr "ver" + +#: inc/field/fieldsfield.class.php:390 +#, php-format +msgid "Field '%1$s' type not implemented yet!" +msgstr "¡El tipo de campo '%1$s' aún no está implementado!" + +#: inc/field/fieldsfield.class.php:467 +msgid "Some numeric fields contains non numeric values" +msgstr "Algunos campos numéricos contienen valores no numéricos" + +#: inc/field/fieldsfield.class.php:472 +msgid "Some URL fields contains invalid links" +msgstr "Algunos campos de URL contienen enlaces no válidos" + +#: inc/field/fieldsfield.class.php:566 +msgid "Additionnal fields" +msgstr "Campos Adicionales" + +#: inc/field/checkboxesfield.class.php:133 +msgid "Checkboxes" +msgstr "Casillas de verificación" + +#: inc/field/checkboxesfield.class.php:227 +#, php-format +msgid "The following question needs at least %d answers: %s" +msgstr "" + +#: inc/field/checkboxesfield.class.php:233 +#, php-format +msgid "The following question does not accept more than %d answers: %s" +msgstr "" + +#: inc/field/checkboxesfield.class.php:305 +msgid "Range min" +msgstr "Rango mínimo" + +#: inc/field/checkboxesfield.class.php:306 +msgid "Range max" +msgstr "Rango máximo" + +#: inc/field/requesttypefield.class.php:87 inc/targetticket.class.php:1150 +msgid "Request type" +msgstr "Tipo de solicitud" + +#: inc/field/floatfield.class.php:142 +#, php-format +msgid "This is not a number: %s" +msgstr "Esto no es un número: %s" + +#: inc/field/floatfield.class.php:183 +msgid "Decimal number" +msgstr "" + +#: inc/field/floatfield.class.php:235 inc/questionregex.class.php:62 entrée +#: standard:42 +msgid "Regular expression" +msgstr "Expresión regular" + +#: inc/field/floatfield.class.php:240 +msgid "Range" +msgstr "Rango" + +#: inc/field/floatfield.class.php:246 +msgid "Additional validation" +msgstr "Validación adicional" + +#: inc/field/datefield.class.php:137 +msgid "Date" +msgstr "Fecha" + +#: inc/field/descriptionfield.class.php:106 inc/form.class.php:151 +#: inc/question.class.php:188 entrée standard:82 standard:52 standard:114 +msgid "Description" +msgstr "Descripción" + +#: inc/field/descriptionfield.class.php:113 +msgid "A description field should have a description:" +msgstr "Un campo de descripción debe tener una descripción:" + +#: inc/field/hiddenfield.class.php:96 +msgid "Hidden field" +msgid_plural "Hidden fields" +msgstr[0] "Campo oculto" +msgstr[1] "De campos ocultos" +msgstr[2] "Campos ocultos" + +#: inc/condition.class.php:65 +msgid "Condition" +msgid_plural "Conditions" +msgstr[0] "Condición" +msgstr[1] "Condiciones" +msgstr[2] "Condiciones" + +#: inc/condition.class.php:103 +msgid "is visible" +msgstr "es visible" + +#: inc/condition.class.php:104 +msgid "is not visible" +msgstr "no es visible" + +#: inc/condition.class.php:105 +msgid "regular expression matches" +msgstr "La expresión regular coincide" + +#: inc/condition.class.php:116 +msgid "Always displayed" +msgstr "Mostrar siempre" + +#: inc/condition.class.php:117 +msgid "Hidden unless" +msgstr "Oculto amenos que" + +#: inc/condition.class.php:118 +msgid "Displayed unless" +msgstr "Mostrar a meno que" + +#: inc/condition.class.php:178 inc/target_actor.class.php:233 +#: inc/form_language.class.php:565 inc/form_validator.class.php:248 +#: inc/targetproblem.class.php:527 inc/questionrange.class.php:199 +#: inc/form.class.php:1908 inc/targetchange.class.php:304 +#: inc/questionfilter.class.php:222 inc/section.class.php:381 +#: inc/restrictedformcriteria.class.php:200 inc/question.class.php:867 +#: inc/questionparameter/range.class.php:198 inc/questionregex.class.php:188 +#: inc/questiondependency.class.php:196 inc/item_targetticket.class.php:154 +#: inc/targetticket.class.php:1461 +#, php-format +msgid "Failed to add or update the %1$s %2$s" +msgstr "No se pudo agregar o actualizar el %1$s %2$s" + +#: inc/condition.class.php:200 inc/target_actor.class.php:254 +#: inc/form_language.class.php:581 inc/form_validator.class.php:288 +#: inc/targetproblem.class.php:362 inc/questionrange.class.php:131 +#: inc/form.class.php:1569 inc/targetchange.class.php:149 +#: inc/questionfilter.class.php:154 inc/section.class.php:406 +#: inc/restrictedformcriteria.class.php:226 inc/question.class.php:894 +#: inc/questionparameter/range.class.php:133 inc/questionregex.class.php:120 +#: inc/questiondependency.class.php:211 inc/item_targetticket.class.php:64 +#: inc/targetticket.class.php:1500 +#, php-format +msgid "Cannot export an empty object: %s" +msgstr "No se puede exportar un objeto vacío: %s" + +#: inc/condition.class.php:268 +msgid "Conditions" +msgstr "Condiciones" + +#: inc/linker.class.php:78 +msgid "Importing" +msgstr "Importando" + +#: inc/linker.class.php:80 +msgid "Import in progress" +msgstr "Importación en progreso" + +#: inc/issue.class.php:43 +msgid "Issue" +msgid_plural "Issues" +msgstr[0] "Problema" +msgstr[1] "Problemas" +msgstr[2] "Problemas" + +#: inc/issue.class.php:56 +msgid "Update issue data from tickets and form answers" +msgstr "Actualizar datos de asuntos de casos y respuestas de formularios" + +#: inc/issue.class.php:393 +msgid "Satisfaction survey expired" +msgstr "Encuesta de satisfacción caducada" + +#: inc/issue.class.php:531 inc/form_language.class.php:229 +#: inc/form.class.php:2208 entrée standard:52 standard:49 standard:57 +#: standard:38 standard:39 standard:105 standard:46 +msgid "Name" +msgstr "Nombre" + +#: inc/issue.class.php:543 inc/formanswer.class.php:229 +#: inc/formanswer.class.php:320 inc/targetproblem.class.php:610 +#: inc/form.class.php:142 inc/targetchange.class.php:335 +#: inc/section.class.php:95 inc/question.class.php:178 +#: inc/targetticket.class.php:180 entrée standard:45 +msgid "ID" +msgstr "ID" + +#: inc/issue.class.php:552 inc/form.class.php:2217 entrée standard:111 +#: standard:65 standard:104 standard:4 +msgid "Type" +msgid_plural "Types" +msgstr[0] "Tipo" +msgstr[1] "Tipos" +msgstr[2] "Tipos" + +#: inc/issue.class.php:565 inc/formanswer.class.php:307 +msgid "Status" +msgstr "Estado" + +#: inc/issue.class.php:577 +msgid "Opening date" +msgstr "Fecha de apertura" + +#: inc/issue.class.php:586 +msgid "Last update" +msgstr "Última modificación" + +#: inc/issue.class.php:595 inc/abstracttarget.class.php:517 +msgid "Entity" +msgid_plural "Entities" +msgstr[0] "Entidad" +msgstr[1] "Entidades" +msgstr[2] "Entidades" + +#: inc/issue.class.php:605 inc/notificationtargetformanswer.class.php:76 +#: inc/notificationtargetformanswer.class.php:96 +#: inc/target_actor.class.php:101 inc/formanswer.class.php:248 +#: inc/formanswer.class.php:762 inc/abstractitiltarget.class.php:1804 entrée +#: standard:48 +msgid "Requester" +msgid_plural "Requesters" +msgstr[0] "Solicitante" +msgstr[1] "Solicitantes" +msgstr[2] "Solicitantes" + +#: inc/issue.class.php:619 inc/formanswer.class.php:258 +msgid "Form approver" +msgstr "Aprobador del formulario" + +#: inc/issue.class.php:651 inc/formanswer.class.php:691 +#: inc/formanswer.class.php:698 inc/formanswer.class.php:777 +#: inc/form_language.class.php:243 +msgid "Comment" +msgstr "Comentario" + +#: inc/issue.class.php:663 +msgid "Ticket approver" +msgstr "Aprobador del caso" + +#: inc/issue.class.php:736 +msgid "Technician" +msgstr "Técnico" + +#: inc/issue.class.php:767 +msgid "Technician group" +msgstr "Grupo de técnicos" + +#: inc/issue.class.php:799 inc/formanswer.class.php:287 +msgid "Form approver group" +msgstr "Grupo aprobador de formularios" + +#: inc/issue.class.php:829 +msgid "Ticket approver group" +msgstr "Grupo de aprobadores de casos" + +#: inc/issue.class.php:863 inc/abstractitiltarget.class.php:787 entrée +#: standard:108 +msgid "Time to resolve" +msgstr "" + +#: inc/issue.class.php:874 +msgid "Time to resolve + Progress" +msgstr "" + +#: inc/issue.class.php:884 +msgid "Internal time to resolve" +msgstr "" + +#: inc/issue.class.php:895 +msgid "Internal time to resolve + Progress" +msgstr "" + +#: inc/issue.class.php:905 +msgid "Resolution date" +msgstr "" + +#: inc/issue.class.php:914 +msgid "Internal time to own" +msgstr "" + +#: inc/issue.class.php:925 +msgid "Internal time to own + Progress" +msgstr "" + +#: inc/issue.class.php:935 entrée standard:109 +msgid "Time to own" +msgstr "" + +#: inc/issue.class.php:946 +msgid "Time to own + Progress" +msgstr "" + +#: inc/issue.class.php:958 +msgid "Approver substitute" +msgstr "" + +#: inc/issue.class.php:1022 +msgid "Substitute of a member of approver group" +msgstr "" + +#: inc/issue.class.php:1095 +msgid "Form approver substitute" +msgstr "" + +#: inc/issue.class.php:1163 +msgid "Current form approver group" +msgstr "" + +#: inc/issue.class.php:1193 +msgid "Current form approver" +msgstr "" + +#: inc/issue.class.php:1227 +msgid "Ticket requester" +msgstr "Solicitante del caso" + +#: inc/issue.class.php:1274 +msgid "Ticket observer" +msgstr "Observador del caso" + +#: inc/issue.class.php:1322 +msgid "Ticket technician" +msgstr "Técnico del caso" + +#: inc/issue.class.php:1469 +#, php-format +msgid "%1$s %2$s" +msgstr "%1$s %2$s" + +#: inc/issue.class.php:1727 inc/filter/itilcategoryfilter.class.php:56 +#: hook.php:766 +msgid "All" +msgstr "Todos" + +#: inc/issue.class.php:1733 hook.php:767 +msgid "New" +msgstr "Nuevos" + +#: inc/issue.class.php:1739 hook.php:768 +msgid "Assigned" +msgstr "Asignado" + +#: inc/issue.class.php:1745 inc/formanswer.class.php:78 +#: inc/form_validator.class.php:70 hook.php:769 +msgid "Waiting" +msgstr "Esperando" + +#: inc/issue.class.php:1751 hook.php:770 +msgid "To validate" +msgstr "Para validar" + +#: inc/issue.class.php:1757 hook.php:771 +msgid "Solved" +msgstr "Resuelto" + +#: inc/issue.class.php:1763 hook.php:772 +msgid "Closed" +msgstr "Cerrado" + +#: inc/category.class.php:50 hook.php:72 +msgid "Form category" +msgid_plural "Form categories" +msgstr[0] "Categoría de formulario" +msgstr[1] "Categorías de formularios" +msgstr[2] "Categorías de formularios" + +#: inc/category.class.php:80 +msgid "Knowbase category" +msgstr "Categoría de base de conocimiento" + +#: inc/category.class.php:86 +msgid "As child of" +msgstr "Debajo de" + +#: inc/category.class.php:92 inc/form.class.php:247 entrée standard:65 +msgid "Icon" +msgstr "Ícono" + +#: inc/category.class.php:98 inc/form.class.php:255 entrée standard:67 +msgid "Icon color" +msgstr "Color del ícono" + +#: inc/category.class.php:104 inc/form.class.php:263 entrée standard:80 +msgid "Background color" +msgstr "Color de fondo" + +#: inc/formlist.class.php:46 inc/entityconfig.class.php:93 +#: inc/form.class.php:111 inc/form.class.php:516 inc/form.class.php:2015 +#: entrée standard:47 +msgid "Form" +msgid_plural "Forms" +msgstr[0] "Formulario" +msgstr[1] "Formularios" +msgstr[2] "Formularios" + +#: inc/notificationtargetformanswer.class.php:43 +msgid "The form as been saved" +msgstr "El formulario se ha guardado" + +#: inc/notificationtargetformanswer.class.php:44 +msgid "A form need to be validate" +msgstr "Un formulario necesita ser validado" + +#: inc/notificationtargetformanswer.class.php:45 install/install.php:490 +msgid "The form is refused" +msgstr "Se rechaza el formulario." + +#: inc/notificationtargetformanswer.class.php:46 install/install.php:496 +msgid "The form is accepted" +msgstr "Se acepta el formulario" + +#: inc/notificationtargetformanswer.class.php:47 install/install.php:502 +msgid "The form is deleted" +msgstr "El formulario fue borrado" + +#: inc/notificationtargetformanswer.class.php:74 +msgid "Form ID" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:75 +#: inc/notificationtargetformanswer.class.php:95 +msgid "Form name" +msgstr "Formulario nombre" + +#: inc/notificationtargetformanswer.class.php:77 +#: inc/form_validator.class.php:91 +msgid "Validator" +msgid_plural "Validators" +msgstr[0] "Validador" +msgstr[1] "Validadores" +msgstr[2] "Validadores" + +#: inc/notificationtargetformanswer.class.php:78 +#: inc/notificationtargetformanswer.class.php:98 inc/formanswer.class.php:278 +#: entrée standard:49 +msgid "Creation date" +msgstr "Fecha de creación" + +#: inc/notificationtargetformanswer.class.php:79 +#: inc/notificationtargetformanswer.class.php:99 +msgid "Full form answers" +msgstr "Respuestas de formulario completo" + +#: inc/notificationtargetformanswer.class.php:80 +msgid "Validation comment" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:81 +#: inc/notificationtargetformanswer.class.php:101 +msgid "Validation link" +msgstr "Enlace de validación" + +#: inc/notificationtargetformanswer.class.php:82 +msgid "Request ID" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:94 +msgid "Form #" +msgstr "Formulario #" + +#: inc/notificationtargetformanswer.class.php:97 +msgctxt "tag" +msgid "Validator" +msgstr "Validador" + +#: inc/notificationtargetformanswer.class.php:100 +msgid "Refused comment" +msgstr "Comentario rechazado" + +#: inc/notificationtargetformanswer.class.php:102 +msgid "Request #" +msgstr "Solicitud #" + +#: inc/notificationtargetformanswer.class.php:114 +msgid "Author" +msgstr "Autor" + +#: inc/notificationtargetformanswer.class.php:115 +#: inc/abstractitiltarget.class.php:1374 +msgid "Approver" +msgstr "Autorizador" + +#: inc/target_actor.class.php:70 inc/abstractitiltarget.class.php:2141 +msgid "Form author" +msgstr "Autor del formulario" + +#: inc/target_actor.class.php:71 inc/abstractitiltarget.class.php:2144 +msgid "Form validator" +msgstr "Validador del formulario" + +#: inc/target_actor.class.php:72 +msgid "Specific person" +msgstr "Persona específica" + +#: inc/target_actor.class.php:73 inc/abstractitiltarget.class.php:2154 +msgid "Person from the question" +msgstr "Persona de la pregunta" + +#: inc/target_actor.class.php:74 +msgid "Specific group" +msgstr "Grupo específico" + +#: inc/target_actor.class.php:75 inc/abstractitiltarget.class.php:2165 +msgid "Group from the question" +msgstr "Grupo de la pregunta" + +#: inc/target_actor.class.php:76 +msgid "Group from an object" +msgstr "Grupo de un objeto" + +#: inc/target_actor.class.php:77 +msgid "Tech group from an object" +msgstr "Grupo técnico de un objeto" + +#: inc/target_actor.class.php:78 +msgid "Specific supplier" +msgstr "Proveedor específico" + +#: inc/target_actor.class.php:79 inc/abstractitiltarget.class.php:2194 +msgid "Supplier from the question" +msgstr "Proveedor de la pregunta" + +#: inc/target_actor.class.php:80 inc/abstractitiltarget.class.php:2183 +msgid "Actors from the question" +msgstr "Actores para la pregunta" + +#: inc/target_actor.class.php:81 inc/abstractitiltarget.class.php:2198 +msgid "Form author's supervisor" +msgstr "Supervisor del autor del formulario" + +#: inc/target_actor.class.php:102 +msgid "Observer" +msgstr "Observador" + +#: inc/target_actor.class.php:103 inc/abstractitiltarget.class.php:1818 +msgid "Assigned to" +msgstr "Asignado a" + +#: inc/target_actor.class.php:109 +msgid "Target actor" +msgid_plural "Target actors" +msgstr[0] "Actor objetivo" +msgstr[1] "Actores objetivos" +msgstr[2] "Actores objetivos" + +#: inc/target_actor.class.php:115 inc/target_actor.class.php:131 +#: inc/target_actor.class.php:140 +msgid "Bad request while adding an actor." +msgstr "Solicitud incorrecta al agregar un participante." + +#: inc/target_actor.class.php:197 +#, php-format +msgid "Failed to find a user: %1$s" +msgstr "No se pudo encontrar un usuario: %1$s" + +#: inc/target_actor.class.php:206 +#, php-format +msgid "Failed to find a group: %1$s" +msgstr "No se pudo encontrar un grupo: %1$s" + +#: inc/target_actor.class.php:215 +#, php-format +msgid "Failed to find a supplier: %1$s" +msgstr "No se pudo encontrar un proveedor: %1$s" + +#: inc/formanswer.class.php:79 inc/form_validator.class.php:72 +msgid "Refused" +msgstr "Rechazado" + +#: inc/formanswer.class.php:80 inc/form_validator.class.php:71 +msgid "Accepted" +msgstr "Aceptado" + +#: inc/formanswer.class.php:214 +msgid "Form answer" +msgid_plural "Form answers" +msgstr[0] "Respuesta de formulario" +msgstr[1] "Respuestas del formulario" +msgstr[2] "Respuestas del formulario" + +#: inc/formanswer.class.php:676 +msgid "Print this form" +msgstr "Imprimir este formulario" + +#: inc/formanswer.class.php:701 +msgid "Form accepted by validator." +msgstr "Formulario aceptado por el validador." + +#: inc/formanswer.class.php:703 +msgid "Form successfully saved." +msgstr "Formulario guardado exitosamente." + +#: inc/formanswer.class.php:770 +msgid "Save" +msgstr "Guardar" + +#: inc/formanswer.class.php:782 +msgid "Required if refused" +msgstr "Requerido si es rechazad" + +#: inc/formanswer.class.php:788 +msgid "Refuse" +msgstr "Rechazado" + +#: inc/formanswer.class.php:796 +msgid "Edit answers" +msgstr "Editar las respuestas" + +#: inc/formanswer.class.php:802 +msgid "Cancel edition" +msgstr "Cancelar edición" + +#: inc/formanswer.class.php:809 +msgid "Accept" +msgstr "Aceptar" + +#: inc/formanswer.class.php:828 +msgid "Refused comment is required!" +msgstr "¡Se requiere comentario rechazado!" + +#: inc/formanswer.class.php:882 inc/formanswer.class.php:899 +msgid "" +"An internal error occured when verifying your answers. Please report it to " +"your administrator." +msgstr "" + +#: inc/formanswer.class.php:933 +msgid "You are not the validator of these answers" +msgstr "No eres el validador de estas respuestas" + +#: inc/formanswer.class.php:1083 +#, php-format +msgid "Item sucessfully added: %1$s (%2$s: %3$s)" +msgstr "Elemento agregado con éxito: %1$s (%2$s: %3$s)" + +#: inc/formanswer.class.php:1166 inc/formanswer.class.php:1168 +msgid "Form data" +msgstr "Datos del formulario" + +#: inc/formanswer.class.php:1301 +msgid "" +"You are a validator of the form, then your approval hs been added " +"automatically." +msgstr "" + +#: inc/formanswer.class.php:1310 inc/formanswer.class.php:1363 +msgid "Cannot generate targets!" +msgstr "¡No se pueden generar los objetivos!" + +#: inc/formanswer.class.php:1511 +msgid "No captcha set." +msgstr "" + +#: inc/formanswer.class.php:1517 +msgid "You failed the captcha test." +msgstr "" + +#: inc/formanswer.class.php:1540 +msgid "You must select validator!" +msgstr "¡Debe seleccionar el validador!" + +#: inc/common.class.php:229 +msgid "You cannot delete this issue. Maybe it is taken into account." +msgstr "No puede eliminar este problema. Se tomara en cuenta." + +#: inc/common.class.php:234 +msgid "Failed to delete this issue. An internal error occured." +msgstr "No se pudo eliminar este problema. Ocurrió un error interno." + +#: inc/common.class.php:745 +msgid "Seek assistance" +msgstr "Buscar ayuda" + +#: inc/common.class.php:751 inc/common.class.php:755 +msgid "My requests for assistance" +msgstr "Mis solicitudes de ayuda" + +#: inc/common.class.php:791 +msgid "Consult reminders" +msgstr "" + +#: inc/common.class.php:811 +msgid "Consult feeds" +msgstr "Consultar fuentes" + +#: inc/abstractfield.class.php:89 inc/question.class.php:758 +msgid "Apply" +msgstr "" + +#: inc/formaccesstype.class.php:41 entrée standard:39 +msgid "Access type" +msgid_plural "Access types" +msgstr[0] "Tipo de accesos" +msgstr[1] "Tipos de accesos" +msgstr[2] "Tipos de accesos" + +#: inc/form_language.class.php:51 +msgid "Form language" +msgid_plural "Form languages" +msgstr[0] "Idioma del formulario" +msgstr[1] "Idiomas del formulario" +msgstr[2] "Idiomas del formulario" + +#: inc/form_language.class.php:78 inc/form_language.class.php:364 +msgid "Translation" +msgid_plural "Translations" +msgstr[0] "Traducción" +msgstr[1] "Traducciones" +msgstr[2] "Traducciones" + +#: inc/form_language.class.php:119 +msgid "The name cannot be empty." +msgstr "" + +#: inc/form_language.class.php:127 +msgid "The language must be associated to a form." +msgstr "" + +#: inc/form_language.class.php:135 +msgid "The specified language is not available." +msgstr "" + +#: inc/form_language.class.php:265 +msgid "Add a translation" +msgstr "Agregar una traducción" + +#: inc/form_language.class.php:299 js/scripts.js:1214 +msgid "Update a translation" +msgstr "Actualizar una traducción" + +#: inc/form_language.class.php:329 inc/form_language.class.php:331 +msgid "New translation" +msgstr "Nueva traducción" + +#: inc/form_language.class.php:334 +msgid "Filter list" +msgstr "Lista de filtros" + +#: inc/form_language.class.php:339 inc/form_language.class.php:438 +msgid "No translation found" +msgstr "Traducción no encontrada" + +#: inc/form_language.class.php:344 +msgid "Do you want to delete the selected items?" +msgstr "¿Quiere borrar los siguientes elementos?" + +#: inc/form_language.class.php:353 inc/form_language.class.php:401 +#: inc/abstractitiltarget.class.php:1710 entrée standard:124 standard:31 +msgid "Delete" +msgstr "Borrar " + +#: inc/form_language.class.php:363 +msgid "Original string" +msgstr "Cadena original" + +#: inc/form_language.class.php:424 +msgid "Add a new language" +msgstr "Agregar un nuevo idioma" + +#: inc/form_language.class.php:457 inc/form_language.class.php:489 +#: inc/form.class.php:178 entrée standard:72 +msgid "Language" +msgstr "Idioma" + +#: inc/form_validator.class.php:69 inc/targetticket.class.php:99 +#: inc/abstractitiltarget.class.php:186 +msgid "None" +msgstr "Ninguno" + +#: inc/form_validator.class.php:78 inc/abstractitiltarget.class.php:2552 +msgid "No" +msgstr "No" + +#: inc/form_validator.class.php:81 +msgid "Supervisor of the requester" +msgstr "" + +#: inc/form_validator.class.php:116 inc/translation.class.php:221 +msgid "Form not found." +msgstr "Formulario no encontrado." + +#: inc/form_validator.class.php:121 inc/form_validator.class.php:129 +#: inc/form_validator.class.php:138 +msgid "Invalid validator." +msgstr "" + +#: inc/form_validator.class.php:147 +#, php-format +msgid "Only level 1 is allowed for %s." +msgstr "" + +#: inc/form_validator.class.php:156 +msgid "Invalid validator type." +msgstr "" + +#: inc/form_validator.class.php:194 entrée standard:103 +msgid "Level" +msgstr "" + +#: inc/form_validator.class.php:592 inc/abstractitiltarget.class.php:1354 +msgid "Validation" +msgstr "Validación" + +#: inc/form_validator.class.php:594 +msgid "Choose a validator" +msgstr "Escoger un validador" + +#: inc/profile.class.php:62 inc/targetproblem.class.php:147 +#: inc/entityconfig.class.php:520 inc/targetchange.class.php:484 +#: inc/targetticket.class.php:323 inc/targetticket.class.php:358 +#: inc/abstractitiltarget.class.php:2124 +msgctxt "button" +msgid "Save" +msgstr "Guardar" + +#: inc/targetproblem.class.php:43 entrée standard:43 +msgid "Target problem" +msgid_plural "Target problems" +msgstr[0] "Problema objetivo" +msgstr[1] "Problemas objetivos" +msgstr[2] "Problemas objetivos" + +#: inc/targetproblem.class.php:109 inc/targetproblem.class.php:565 +#: inc/targetchange.class.php:105 inc/targetchange.class.php:441 +#: inc/targetticket.class.php:135 inc/targetticket.class.php:238 +msgid "Properties" +msgstr "Propiedades" + +#: inc/targetproblem.class.php:509 inc/targetchange.class.php:286 +#: inc/targetticket.class.php:1443 +#, php-format +msgid "" +"Failed to add or update the %1$s %2$s: a question is missing and is used in " +"a parameter of the target" +msgstr "" +"No se pudo agregar o actualizar %1$s %2$s: falta una pregunta y se usa en un" +" parámetro del destino" + +#: inc/targetproblem.class.php:566 inc/targetchange.class.php:106 +#: inc/targetticket.class.php:136 inc/abstractitiltarget.class.php:1216 +msgid "Actors" +msgstr "De actores" + +#: inc/targetproblem.class.php:619 entrée standard:48 +msgid "Problem title" +msgstr "Título del problema" + +#: inc/targetproblem.class.php:629 inc/targetchange.class.php:354 +#: inc/targetticket.class.php:199 +msgid "Content" +msgstr "Contenido" + +#: inc/targetproblem.class.php:639 inc/targetchange.class.php:364 +msgid "Impact" +msgstr "Impacto" + +#: inc/targetproblem.class.php:649 entrée standard:56 +msgid "Cause" +msgstr "Motivo" + +#: inc/targetproblem.class.php:659 entrée standard:58 +msgid "Symptom" +msgstr "Síntoma" + +#: inc/entityconfig.class.php:101 inc/entityconfig.class.php:110 +#: inc/entityconfig.class.php:118 inc/entityconfig.class.php:126 +#: inc/entityconfig.class.php:134 inc/entityconfig.class.php:142 +#: inc/entityconfig.class.php:150 inc/entityconfig.class.php:158 +#: inc/entityconfig.class.php:166 inc/entityconfig.class.php:180 +#: inc/entityconfig.class.php:188 inc/entityconfig.class.php:196 +msgid "Inheritance of the parent entity" +msgstr "Herencia de la entidad padre" + +#: inc/entityconfig.class.php:102 +msgid "GLPi's helpdesk" +msgstr "Mesa de ayuda GLPI" + +#: inc/entityconfig.class.php:103 +msgid "Service catalog simplified" +msgstr "Catálogo de servicio simplificado " + +#: inc/entityconfig.class.php:104 +msgid "Service catalog extended" +msgstr "Catálogo de servicios extendido" + +#: inc/entityconfig.class.php:111 +msgid "All available forms" +msgstr "Todos los formularios disponibles" + +#: inc/entityconfig.class.php:112 +msgid "Only default forms" +msgstr "Solo formularios predeterminados" + +#: inc/entityconfig.class.php:119 +msgid "Popularity sort" +msgstr "Orden por popularidad" + +#: inc/entityconfig.class.php:120 +msgid "Alphabetic sort" +msgstr "Orden alfabético" + +#: inc/entityconfig.class.php:127 +msgid "Merged with Forms" +msgstr "Fusionado con formularios" + +#: inc/entityconfig.class.php:128 +msgid "Distinct menu entry" +msgstr "Entrada de menú distinta" + +#: inc/entityconfig.class.php:135 inc/entityconfig.class.php:143 +#: inc/entityconfig.class.php:151 inc/entityconfig.class.php:159 +#: inc/entityconfig.class.php:189 inc/form.class.php:271 entrée standard:100 +msgid "Visible" +msgstr "Visible" + +#: inc/entityconfig.class.php:136 inc/entityconfig.class.php:144 +#: inc/entityconfig.class.php:152 inc/entityconfig.class.php:160 +#: inc/entityconfig.class.php:190 +msgid "Hidden" +msgstr "Oculto" + +#: inc/entityconfig.class.php:167 +msgid "Variable height" +msgstr "Altura variable" + +#: inc/entityconfig.class.php:168 +msgid "Uniform height" +msgstr "Altura uniforme" + +#: inc/entityconfig.class.php:173 +msgid "Search for assistance" +msgstr "Buscar ayuda" + +#: inc/entityconfig.class.php:174 +msgid "User's assistance requests" +msgstr "Solicitudes de asistencia del usuario" + +#: inc/entityconfig.class.php:181 +msgid "Only forms" +msgstr "" + +#: inc/entityconfig.class.php:182 +msgid "Forms and list of requests" +msgstr "" + +#: inc/entityconfig.class.php:197 +msgid "Folded" +msgstr "" + +#: inc/entityconfig.class.php:198 +msgid "Unfolded" +msgstr "" + +#: inc/entityconfig.class.php:298 +msgid "Helpdesk" +msgstr "Mesa de ayuda " + +#: inc/entityconfig.class.php:306 inc/entityconfig.class.php:534 entrée +#: standard:44 +msgid "Helpdesk mode" +msgstr "Modo mesa de ayuda" + +#: inc/entityconfig.class.php:317 inc/entityconfig.class.php:604 +msgid "Default Form list mode" +msgstr "Modo de lista de formulario predeterminado" + +#: inc/entityconfig.class.php:335 inc/entityconfig.class.php:544 +msgid "Sort order" +msgstr "Orden de clasificación" + +#: inc/entityconfig.class.php:351 inc/entityconfig.class.php:554 +msgid "Knowledge base" +msgstr "Base de conocimiento" + +#: inc/entityconfig.class.php:366 +msgid "Search" +msgstr "Buscar" + +#: inc/entityconfig.class.php:382 inc/entityconfig.class.php:614 +msgid "Counters dashboard" +msgstr "Tablero de contadores" + +#: inc/entityconfig.class.php:398 +msgid "Header message" +msgstr "Mensaje del encabezado" + +#: inc/entityconfig.class.php:414 inc/entityconfig.class.php:624 +msgid "Search issue" +msgstr "Buscar asunto" + +#: inc/entityconfig.class.php:430 inc/entityconfig.class.php:594 +msgid "Service catalog home page" +msgstr "Página de inicio del catálogo de servicios" + +#: inc/entityconfig.class.php:446 inc/entityconfig.class.php:634 +msgid "Tile design" +msgstr "Diseño de cubierta" + +#: inc/entityconfig.class.php:462 +msgid "Home page" +msgstr "" + +#: inc/entityconfig.class.php:494 +msgid "Menu visibility (only for vertical menu)" +msgstr "" + +#: inc/entityconfig.class.php:506 inc/entityconfig.class.php:584 +#: inc/form.class.php:225 entrée standard:84 +msgid "Header" +msgid_plural "Headers" +msgstr[0] "Encabezado" +msgstr[1] "Encabezados" +msgstr[2] "Encabezados" + +#: inc/entityconfig.class.php:564 +msgid "Display search field" +msgstr "Mostrar campo de búsqueda" + +#: inc/entityconfig.class.php:574 +msgid "Display header" +msgstr "Mostrar encabezado" + +#: inc/questionrange.class.php:52 inc/questionparameter/range.class.php:56 +msgid "Question range" +msgid_plural "Question ranges" +msgstr[0] "Rango de preguntas" +msgstr[1] "Rangos de preguntas" +msgstr[2] "Rangos de preguntas" + +#: inc/questionrange.class.php:62 inc/questionparameter/range.class.php:66 +msgid "Minimum range" +msgstr "Rango mínimo" + +#: inc/questionrange.class.php:71 inc/questionparameter/range.class.php:75 +msgid "maximum range" +msgstr "Rango máximo" + +#: inc/form.class.php:66 inc/form.class.php:429 +msgid "Public access" +msgstr "Acceso público " + +#: inc/form.class.php:67 inc/form.class.php:433 +msgid "Private access" +msgstr "Acceso privado " + +#: inc/form.class.php:68 inc/form.class.php:437 +msgid "Restricted access" +msgstr "Acceso restringido " + +#: inc/form.class.php:122 +msgid "Answers waiting for validation" +msgstr "Respuestas esperando validación" + +#: inc/form.class.php:124 inc/form.class.php:1663 inc/form.class.php:1689 +msgid "Import forms" +msgstr "Importar formularios" + +#: inc/form.class.php:169 +msgid "Recursive" +msgstr "Recursivo" + +#: inc/form.class.php:190 +msgid "Homepage" +msgstr "Página principal" + +#: inc/form.class.php:203 +msgid "Access" +msgstr "Acceso" + +#: inc/form.class.php:234 inc/form.class.php:327 inc/form.class.php:394 entrée +#: standard:54 +msgid "Active" +msgstr "Activo" + +#: inc/form.class.php:286 inc/form.class.php:338 inc/form.class.php:413 +msgid "Default form" +msgstr "Formulario predeterminado" + +#: inc/form.class.php:296 entrée standard:106 +msgid "Next form" +msgstr "" + +#: inc/form.class.php:326 inc/form.class.php:391 +msgid "Inactive" +msgstr "Inactivo" + +#: inc/form.class.php:337 inc/form.class.php:410 +msgid "Not default form" +msgstr "Formulario no predeterminado" + +#: inc/form.class.php:361 inc/form.class.php:445 entrée standard:75 +msgid "All languages" +msgstr "Todos los idiomas" + +#: inc/form.class.php:508 entrée standard:3 +msgid "Target" +msgid_plural "Targets" +msgstr[0] "Objetivo" +msgstr[1] "Objetivos" +msgstr[2] "Objetivos" + +#: inc/form.class.php:511 +msgid "Preview" +msgstr "Vista previa" + +#: inc/form.class.php:512 +msgid "Form answer properties" +msgstr "Propiedades de respuesta de formulario" + +#: inc/form.class.php:854 +msgid "What are you looking for?" +msgstr "¿Qué estás buscando?" + +#: inc/form.class.php:993 inc/form.class.php:1156 +#: inc/abstracttarget.class.php:162 inc/abstractitiltarget.class.php:1625 +msgid "The name cannot be empty!" +msgstr "El nombre no puede estar vacío! " + +#: inc/form.class.php:1026 inc/form.class.php:1191 +msgid "A loop is generated!" +msgstr "" + +#: inc/form.class.php:1167 +msgid "Cannot use empty name for form answers. Keeping the previous value." +msgstr "" +"No se puede usar un nombre vacío para las respuestas del formulario. " +"Manteniendo el valor anterior." + +#: inc/form.class.php:1303 +#, php-format +msgid "The question %s is not compatible with public forms" +msgstr "La pregunta %s no es compatible con formularios públicos" + +#: inc/form.class.php:1386 +msgid "Errored duplicate" +msgstr "Duplicado con errores" + +#: inc/form.class.php:1397 entrée standard:23 +msgid "Duplicate" +msgstr "Duplicado" + +#: inc/form.class.php:1442 inc/form.class.php:1452 +msgctxt "button" +msgid "Post" +msgstr "Publicar" + +#: inc/form.class.php:1475 +#, php-format +msgid "Form duplicated: %s" +msgstr "Formulario duplicado:%s" + +#: inc/form.class.php:1491 +#, php-format +msgid "Form Transfered: %s" +msgstr "Formulario transferido: %s" + +#: inc/form.class.php:1515 +msgid "Back" +msgstr "Atras" + +#: inc/form.class.php:1526 +#, php-format +msgid "Form updated: %s" +msgstr "" + +#: inc/form.class.php:1636 +msgid "Upload of JSON files not allowed." +msgstr "Carga de ficheros JSON no permitida." + +#: inc/form.class.php:1639 +msgid "You may allow JSON files right now." +msgstr "Deberías permitir la carga de ficheros JSON ahora." + +#: inc/form.class.php:1640 +msgctxt "button" +msgid "Create" +msgstr "Crear" + +#: inc/form.class.php:1643 inc/form.class.php:1654 +msgid "Please contact your GLPI administrator." +msgstr "Por favor, póngase en contacto con su administrador GLPI." + +#: inc/form.class.php:1644 inc/form.class.php:1655 +msgctxt "button" +msgid "Back" +msgstr "Atras" + +#: inc/form.class.php:1647 +msgid "Upload of JSON files not enabled." +msgstr "Carga de archivos JSON no habilitada." + +#: inc/form.class.php:1650 inc/form.class.php:1653 +msgid "You may enable JSON files right now." +msgstr "Puede habilitar archivos JSON ahora." + +#: inc/form.class.php:1651 +msgctxt "button" +msgid "Enable" +msgstr "Habilitar" + +#: inc/form.class.php:1698 +msgctxt "button" +msgid "Send" +msgstr "Enviar" + +#: inc/form.class.php:1717 +msgid "Forms import impossible, the file is empty" +msgstr "imposible importar el formulario, el archivo esta vacío" + +#: inc/form.class.php:1721 inc/form.class.php:1725 +msgid "Forms import impossible, the file seems corrupt" +msgstr "Imposible importar formularios, el archivo parece corrupto" + +#: inc/form.class.php:1731 +msgid "Forms import impossible, the file was generated with another version" +msgstr "" +"La importación del formulario es imposible, el fichero se generó con otra " +"versión" + +#: inc/form.class.php:1738 +msgid "" +"The file does not specifies the schema version. It was probably generated " +"with a version older than 2.10. Giving up." +msgstr "" + +#: inc/form.class.php:1764 +#, php-format +msgid "Failed to import %s" +msgstr "" + +#: inc/form.class.php:1769 +#, php-format +msgid "Forms successfully imported from %s" +msgstr "Formulario exitosamente importado de %s" + +#: inc/form.class.php:1832 +#, php-format +msgid "The form %1$s already exists and is in an unmodifiable entity." +msgstr "El formulario %1$s ya existe y esta en una entidad no modificable." + +#: inc/form.class.php:1840 +#, php-format +msgid "You don't have right to update the entity %1$s." +msgstr "" + +#: inc/form.class.php:1850 +#, php-format +msgid "The entity %1$s is required for the form %2$s." +msgstr "La entidad %1$s es necesaria para el formulario %2$s." + +#: inc/form.class.php:1952 +msgid "Failed to create JSON document type" +msgstr "" + +#: inc/form.class.php:1959 +msgid "JSON document type not found" +msgstr "" + +#: inc/form.class.php:1966 +msgid "Failed to update JSON document type" +msgstr "" + +#: inc/form.class.php:1986 +msgid "Forms without category" +msgstr "Formularios sin categoría" + +#: inc/form.class.php:2007 +msgid "No form available" +msgstr "No hay formulario disponible" + +#: inc/form.class.php:2205 entrée standard:47 +msgid "Add a target" +msgstr "Añadir un objetivo" + +#: inc/form.class.php:2236 inc/targetticket.class.php:398 +#: inc/abstractitiltarget.class.php:1828 inc/abstractitiltarget.class.php:2124 +#: entrée standard:92 standard:94 +msgid "Add" +msgstr "" + +#: inc/form.class.php:2254 inc/form.class.php:2277 inc/form.class.php:2299 +msgid "Unsupported target type." +msgstr "" + +#: inc/form.class.php:2333 +msgid "plugin_formcreator_load_check" +msgstr "plugin_formcreator_load_check" + +#: inc/targetchange.class.php:44 entrée standard:43 +msgid "Target change" +msgid_plural "Target changes" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/targetchange.class.php:344 entrée standard:48 +msgid "Change title" +msgstr "" + +#: inc/targetchange.class.php:374 entrée standard:56 +msgid "Control list" +msgstr "" + +#: inc/targetchange.class.php:384 entrée standard:58 +msgid "Deployment plan" +msgstr "" + +#: inc/targetchange.class.php:394 entrée standard:60 +msgid "Backup plan" +msgstr "" + +#: inc/targetchange.class.php:404 +msgid "Check list" +msgstr "" + +#: inc/questionfilter.class.php:52 +msgid "Question filter" +msgid_plural "Question filters" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/section.class.php:71 entrée standard:53 standard:44 +msgid "Section" +msgid_plural "Sections" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/section.class.php:123 inc/section.class.php:166 +#: inc/question.class.php:348 +msgid "The title is required" +msgstr "El título es requerido" + +#: inc/section.class.php:553 inc/question.class.php:234 entrée standard:37 +msgid "Count of conditions" +msgstr "" + +#: inc/restrictedformcriteria.class.php:179 +#, php-format +msgid "Failed to find %1$s %2$s" +msgstr "" + +#: inc/question.class.php:73 inc/abstractitiltarget.class.php:1127 entrée +#: standard:41 +msgid "Question" +msgid_plural "Questions" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/question.class.php:197 entrée standard:43 standard:50 standard:44 +#: standard:49 standard:79 +msgid "Required" +msgstr "Requerido" + +#: inc/question.class.php:355 +msgid "The section is required" +msgstr "La sección es requerida" + +#: inc/question.class.php:365 +#, php-format +msgid "Field type %1$s is not available for question %2$s." +msgstr "" + +#: inc/question.class.php:379 +msgid "This type of question is not compatible with public forms." +msgstr "Este tipo de pregunta no es compatible con los formularios públicos." + +#: inc/question.class.php:469 +msgid "The field type cannot be changed. Delete then recreate the question." +msgstr "" + +#: inc/question.class.php:1184 +msgid "Service levels" +msgstr "" + +#: inc/question.class.php:1185 inc/abstractitiltarget.class.php:851 +msgid "SLA" +msgstr "" + +#: inc/question.class.php:1186 inc/abstractitiltarget.class.php:924 +msgid "OLA" +msgstr "" + +#: inc/question.class.php:1205 inc/question.class.php:1248 +#: inc/question.class.php:1251 +msgid "Assets" +msgstr "" + +#: inc/question.class.php:1219 hook.php:780 hook.php:797 +msgid "Assistance" +msgstr "" + +#: inc/question.class.php:1225 +msgid "Management" +msgstr "" + +#: inc/question.class.php:1236 +msgid "Tools" +msgstr "" + +#: inc/question.class.php:1237 +msgid "Notes" +msgstr "" + +#: inc/question.class.php:1238 +msgid "RSS feed" +msgstr "" + +#: inc/question.class.php:1240 +msgid "Administration" +msgstr "" + +#: inc/question.class.php:1248 inc/question.class.php:1251 +msgid "Plugin" +msgid_plural "Plugins" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/abstractquestionparameter.class.php:98 +msgid "Parameter" +msgstr "" + +#: inc/abstractquestionparameter.class.php:105 +msgid "Field name" +msgstr "" + +#: inc/abstracttarget.class.php:97 +msgid "Current active entity" +msgstr "" + +#: inc/abstracttarget.class.php:98 +msgid "Default requester user's entity" +msgstr "" + +#: inc/abstracttarget.class.php:99 +msgid "First dynamic requester user's entity (alphabetical)" +msgstr "" + +#: inc/abstracttarget.class.php:100 +msgid "Last dynamic requester user's entity (alphabetical)" +msgstr "" + +#: inc/abstracttarget.class.php:101 +msgid "The form entity" +msgstr "La entidad de formulario" + +#: inc/abstracttarget.class.php:102 +msgid "Default entity of the validator" +msgstr "" + +#: inc/abstracttarget.class.php:103 +msgid "Specific entity" +msgstr "" + +#: inc/abstracttarget.class.php:104 +msgid "Default entity of a user type question answer" +msgstr "" + +#: inc/abstracttarget.class.php:105 +msgid "From a GLPI object > Entity type question answer" +msgstr "" + +#: inc/abstracttarget.class.php:116 +msgid "Always generated" +msgstr "" + +#: inc/abstracttarget.class.php:117 +msgid "Disabled unless" +msgstr "" + +#: inc/abstracttarget.class.php:118 +msgid "Generated unless" +msgstr "" + +#: inc/abstracttarget.class.php:129 +msgid "A target must be associated to a form." +msgstr "Un destino debe de ser asociado a el formulario." + +#: inc/abstracttarget.class.php:134 +msgid "A target must be associated to an existing form." +msgstr "Un destino debe estar asociado a un formulario existente" + +#: inc/abstracttarget.class.php:139 +msgid "Name is required." +msgstr "Se requiere el nombre." + +#: inc/abstracttarget.class.php:502 +msgid "Destination entity" +msgstr "" + +#: inc/abstracttarget.class.php:518 +msgid "User type question" +msgstr "" + +#: inc/abstracttarget.class.php:519 +msgid "Entity type question" +msgstr "" + +#: inc/command/cleanticketscommand.class.php:53 +msgid "Searching for invalid items..." +msgstr "" + +#: inc/command/cleanticketscommand.class.php:61 +msgid "Done." +msgstr "" + +#: inc/command/cleanticketscommand.class.php:135 +msgid "Step 1: double encoded < and > signs." +msgstr "" + +#: inc/command/cleanticketscommand.class.php:146 +#: inc/command/cleanticketscommand.class.php:196 +#: inc/command/cleanticketscommand.class.php:260 +msgid "No invalid items found." +msgstr "" + +#: inc/command/cleanticketscommand.class.php:187 +msgid "Step 2: literal BR tag." +msgstr "" + +#: inc/command/cleanticketscommand.class.php:251 +msgid "Step 3: litteral > sign." +msgstr "" + +#: inc/filter/itilcategoryfilter.class.php:52 +#: inc/filter/itilcategoryfilter.class.php:54 +msgid "Request categories" +msgstr "" + +#: inc/filter/itilcategoryfilter.class.php:53 +#: inc/filter/itilcategoryfilter.class.php:54 +msgid "Incident categories" +msgstr "" + +#: inc/filter/itilcategoryfilter.class.php:55 +msgid "Change categories" +msgstr "" + +#: inc/supervisorvalidator.class.php:44 +msgid "Requester supervisor" +msgid_plural "Requester supervisors" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/supervisorvalidator.class.php:52 +msgid "My supervisor" +msgstr "" + +#: inc/questionregex.class.php:52 +msgid "Question regular expression" +msgid_plural "Question regular expressions" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/questiondependency.class.php:66 +msgid "Question dependency" +msgid_plural "Question dependencies" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/answer.class.php:66 entrée standard:43 +msgid "Answer" +msgid_plural "Answers" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/item_targetticket.class.php:52 +msgid "Composite ticket relation" +msgid_plural "Composite ticket relations" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/targetticket.class.php:57 entrée standard:43 +msgid "Target ticket" +msgid_plural "Target tickets" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/targetticket.class.php:100 +msgid "Specific asset" +msgstr "" + +#: inc/targetticket.class.php:101 inc/targetticket.class.php:117 +#: inc/abstractitiltarget.class.php:207 inc/abstractitiltarget.class.php:215 +#: inc/abstractitiltarget.class.php:223 inc/abstractitiltarget.class.php:231 +#: inc/abstractitiltarget.class.php:240 inc/abstractitiltarget.class.php:249 +msgid "Equals to the answer to the question" +msgstr "" + +#: inc/targetticket.class.php:102 inc/abstractitiltarget.class.php:232 +#: inc/abstractitiltarget.class.php:241 inc/abstractitiltarget.class.php:250 +msgid "Last valid answer" +msgstr "" + +#: inc/targetticket.class.php:108 +msgid "Source from template or user default or GLPI default" +msgstr "" + +#: inc/targetticket.class.php:109 +msgid "Formcreator" +msgstr "Formcreator" + +#: inc/targetticket.class.php:115 +msgid "Default or from a template" +msgstr "" + +#: inc/targetticket.class.php:116 +msgid "Specific type" +msgstr "" + +#: inc/targetticket.class.php:189 entrée standard:48 +msgid "Ticket title" +msgstr "Título del caso" + +#: inc/targetticket.class.php:307 +msgid "Add validation message as first ticket followup" +msgstr "" + +#: inc/targetticket.class.php:341 +msgid "Add a field" +msgstr "" + +#: inc/targetticket.class.php:369 +msgid "Managed fields" +msgstr "" + +#: inc/targetticket.class.php:376 +msgid "No managed field" +msgstr "" + +#: inc/targetticket.class.php:396 +msgid "Link to an other ticket" +msgstr "" + +#: inc/targetticket.class.php:405 +msgid "An other destination of this form" +msgstr "Otro destino para este formulario" + +#: inc/targetticket.class.php:406 +msgid "An existing ticket" +msgstr "" + +#: inc/targetticket.class.php:407 +msgid "A ticket from an answer to a question" +msgstr "" + +#: inc/targetticket.class.php:488 +msgctxt "button" +msgid "Delete permanently" +msgstr "" + +#: inc/targetticket.class.php:743 +msgid "Invalid link type" +msgstr "" + +#: inc/targetticket.class.php:763 +msgid "Invalid linked item type" +msgstr "" + +#: inc/targetticket.class.php:776 +msgid "Linked item does not exists" +msgstr "" + +#: inc/targetticket.class.php:789 +msgid "Failed to link the item" +msgstr "" + +#: inc/targetticket.class.php:905 install/install.php:497 +msgid "Your form has been accepted by the validator" +msgstr "Su formulario ha sido aceptado por el validador" + +#: inc/targetticket.class.php:1137 +msgid "Request source" +msgstr "" + +#: inc/targetticket.class.php:1162 +msgid "Type " +msgstr "" + +#: inc/targetticket.class.php:1190 +msgid "Associated elements" +msgstr "" + +#: inc/targetticket.class.php:1201 +msgid "Item " +msgstr "" + +#: inc/translation.class.php:153 +msgid "No more string to translate" +msgstr "" + +#: inc/translation.class.php:164 +msgid "Internal error: translatable string not found." +msgstr "" + +#: inc/translation.class.php:216 +msgid "Language not found." +msgstr "" + +#: inc/translation.class.php:236 +msgid "Failed to add the translation." +msgstr "" + +#: inc/abstractitiltarget.class.php:187 +msgid "Tags from questions" +msgstr "" + +#: inc/abstractitiltarget.class.php:188 +msgid "Specific tags" +msgstr "" + +#: inc/abstractitiltarget.class.php:189 +msgid "Tags from questions and specific tags" +msgstr "" + +#: inc/abstractitiltarget.class.php:190 +msgid "Tags from questions or specific tags" +msgstr "" + +#: inc/abstractitiltarget.class.php:196 +msgid "TTR from template or none" +msgstr "" + +#: inc/abstractitiltarget.class.php:197 +msgid "equals to the answer to the question" +msgstr "" + +#: inc/abstractitiltarget.class.php:198 +msgid "calculated from the ticket creation date" +msgstr "" + +#: inc/abstractitiltarget.class.php:199 +msgid "calculated from the answer to the question" +msgstr "" + +#: inc/abstractitiltarget.class.php:205 +msgid "SLA from template or none" +msgstr "" + +#: inc/abstractitiltarget.class.php:206 +msgid "Specific SLA" +msgstr "" + +#: inc/abstractitiltarget.class.php:213 +msgid "OLA from template or none" +msgstr "" + +#: inc/abstractitiltarget.class.php:214 +msgid "Specific OLA" +msgstr "" + +#: inc/abstractitiltarget.class.php:221 +msgid "Urgency from template or Medium" +msgstr "" + +#: inc/abstractitiltarget.class.php:222 +msgid "Specific urgency" +msgstr "" + +#: inc/abstractitiltarget.class.php:229 +msgid "Category from template or none" +msgstr "" + +#: inc/abstractitiltarget.class.php:230 +msgid "Specific category" +msgstr "" + +#: inc/abstractitiltarget.class.php:238 +msgid "Location from template or none" +msgstr "" + +#: inc/abstractitiltarget.class.php:239 +msgid "Specific location" +msgstr "" + +#: inc/abstractitiltarget.class.php:247 +msgid "Contract from template or none" +msgstr "" + +#: inc/abstractitiltarget.class.php:248 +msgid "Specific contract" +msgstr "" + +#: inc/abstractitiltarget.class.php:256 +msgid "No validation" +msgstr "" + +#: inc/abstractitiltarget.class.php:257 +msgid "Specific user or group" +msgstr "" + +#: inc/abstractitiltarget.class.php:258 +msgid "User from question answer" +msgstr "" + +#: inc/abstractitiltarget.class.php:259 +msgid "Group from question answer" +msgstr "" + +#: inc/abstractitiltarget.class.php:839 +msgid "Minute" +msgid_plural "Minutes" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/abstractitiltarget.class.php:840 +msgid "Hour" +msgid_plural "Hours" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/abstractitiltarget.class.php:841 +msgid "Day" +msgid_plural "Days" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/abstractitiltarget.class.php:842 +msgid "Month" +msgid_plural "Months" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/abstractitiltarget.class.php:874 +msgid "SLA (TTO/TTR)" +msgstr "" + +#: inc/abstractitiltarget.class.php:875 inc/abstractitiltarget.class.php:948 +msgid "Question (TTO/TTR)" +msgstr "" + +#: inc/abstractitiltarget.class.php:947 +msgid "OLA (TTO/TTR)" +msgstr "" + +#: inc/abstractitiltarget.class.php:1051 +msgid "Urgency " +msgstr "" + +#: inc/abstractitiltarget.class.php:1080 +msgid "Ticket tags" +msgstr "" + +#: inc/abstractitiltarget.class.php:1128 +msgid "Tags" +msgstr "Etiquetas" + +#: inc/abstractitiltarget.class.php:1247 +msgid "Location" +msgstr "" + +#: inc/abstractitiltarget.class.php:1259 +msgid "Location " +msgstr "" + +#: inc/abstractitiltarget.class.php:1312 +msgid "Contract" +msgstr "" + +#: inc/abstractitiltarget.class.php:1324 +msgid "Contract " +msgstr "" + +#: inc/abstractitiltarget.class.php:1635 +msgid "The description cannot be empty!" +msgstr "La descripción no puede estar vacía! " + +#: inc/abstractitiltarget.class.php:1811 +msgid "Watcher" +msgid_plural "Watchers" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/abstractitiltarget.class.php:1830 +msgid "Cancel" +msgstr "Cancelar" + +#: inc/abstractitiltarget.class.php:2118 inc/abstractitiltarget.class.php:2548 +#: inc/abstractitiltarget.class.php:2552 +msgid "Email followup" +msgstr "" + +#: inc/abstractitiltarget.class.php:2149 inc/abstractitiltarget.class.php:2536 +msgid "User" +msgstr "" + +#: inc/abstractitiltarget.class.php:2160 inc/abstractitiltarget.class.php:2540 +msgid "Group" +msgstr "" + +#: inc/abstractitiltarget.class.php:2171 +msgid "Group from the object" +msgstr "" + +#: inc/abstractitiltarget.class.php:2177 +msgid "Tech group from the object" +msgstr "" + +#: inc/abstractitiltarget.class.php:2189 inc/abstractitiltarget.class.php:2544 +msgid "Supplier" +msgstr "" + +#: inc/abstractitiltarget.class.php:2548 +msgid "Yes" +msgstr "" + +#: install/install.php:163 +#, php-format +msgid "Upgrade tables to innoDB; run %s" +msgstr "" + +#: install/install.php:199 +#, php-format +msgid "" +"The database schema is not consistent with the previous version of " +"Formcreator %s. To see the logs run the command %s" +msgstr "" +"El esquema de la base de datos no es coherente con la versión anterior de " +"Formcreator %s. Para ver los registros, ejecute el comando %s" + +#: install/install.php:208 +#, php-format +msgid "To ignore the inconsistencies and upgrade anyway run %s" +msgstr "" + +#: install/install.php:225 +msgid "" +"Upgrade from version older than 2.5.0 is no longer supported. Please upgrade" +" to GLPI 9.5.7, upgrade Formcreator to version 2.12.5, then upgrade again to" +" GLPI 10 or later and Formcreator 2.13 or later." +msgstr "" +"Ya no se admite la actualización desde una versión anterior a la 2.5.0. " +"Actualice a GLPI 9.5.7, actualice Formcreator a la versión 2.12.5, luego " +"actualice nuevamente a GLPI 10 o posterior y Formcreator 2.13 o posterior." + +#: install/install.php:251 +#, php-format +msgid "" +"A fatal error occured in the upgrade from %s! Upgrade aborted. Please check " +"logs to fix the problem then try again." +msgstr "" + +#: install/install.php:294 +#, php-format +msgid "" +"The database schema is not consistent with the current version of " +"Formcreator %s. To see the logs enable the plugin and run the command %s" +msgstr "" +"El esquema de la base de datos no es coherente con la versión actual de " +"Formcreator %s. Para ver los registros, habilite el complemento y ejecute el" +" comando %s" + +#: install/install.php:305 +msgid "The tables of the plugin passed the schema integrity check." +msgstr "" + +#: install/install.php:478 +msgid "A form has been created" +msgstr "Se ha creado un formulario" + +#: install/install.php:479 +msgid "Your request has been saved" +msgstr "Su solicitud ha sido guardada" + +#: install/install.php:480 +msgid "" +"Hi,\\nYour request from GLPI has been successfully saved with number " +"##formcreator.request_id## and transmitted to the helpdesk team.\\nYou can " +"see your answers onto the following link:\\n##formcreator.validation_link##" +msgstr "" +"Hola,\\\\n Su solicitud del GLPI ha sido exitosamente guardada con el " +"numero ##formcreator.request_id## y notificado al equipo de la mesa de " +"ayuda.\\\\n Puede ver las respuestas del equipo en el siguiente link:\\\\n " +"##formcreator.validation_link##" + +#: install/install.php:484 +msgid "A form need validation" +msgstr "" + +#: install/install.php:485 +msgid "A form from GLPI need to be validated" +msgstr "" + +#: install/install.php:486 +msgid "" +"Hi,\\nA form from GLPI need to be validated and you have been choosen as the" +" validator.\\nYou can access it by clicking onto this " +"link:\\n##formcreator.validation_link##" +msgstr "" + +#: install/install.php:491 +msgid "Your form has been refused by the validator" +msgstr "Su formulario ha sido rechazado por el validador" + +#: install/install.php:492 +msgid "" +"Hi,\\nWe are sorry to inform you that your form has been refused by the " +"validator for the reason " +"below:\\n##formcreator.validation_comment##\\n\\nYou can still modify and " +"resubmit it by clicking onto this link:\\n##formcreator.validation_link##" +msgstr "" +"Sentimos informar que el formulario ha sido rechazado por el validador por " +"la siguiente razón:\\n ##formcreator.validation_comment##\\n\\n Puede " +"modificarlo y reenviarlo en la siguiente liga: " +"\\n##formcreator.validation_link##" + +#: install/install.php:498 +msgid "" +"Hi,\\nWe are pleased to inform you that your form has been accepted by the " +"validator.\\nYour request will be considered soon." +msgstr "" +"Hola, \\\\Nos complace informarle que su formulario ha sido aceptado por el " +"validador.\\\\n Su solicitud será procesada pronto." + +#: install/install.php:503 +msgid "Your form has been deleted by an administrator" +msgstr "Tu formulario ha sido eliminado por un administrador" + +#: install/install.php:504 +msgid "" +"Hi,\\nWe are sorry to inform you that your request cannot be considered and " +"has been deleted by an administrator." +msgstr "" +"Hola,\\nLamentamos informarle de que su solicitud no puede ser considerada, " +"y ha sido eliminado por un administrador." + +#: install/install.php:732 +msgid "Formcreator - Sync service catalog issues" +msgstr "" +"Formcreator - Problemas en la sincronización del catálogo de servicios" + +#: install/install.php:945 +msgid "Failed to check the sanity of the tables!" +msgstr "" + +#: install/install.php:959 +#, php-format +msgid "Table schema differs for table \"%s\"." +msgstr "" + +#: install/install.php:962 +#, php-format +msgid "Table \"%s\" is missing." +msgstr "" + +#: install/install.php:965 +#, php-format +msgid "Unknown table \"%s\" has been found in database." +msgstr "" + +#: hook.php:439 +msgctxt "button" +msgid "Duplicate" +msgstr "Duplicado" + +#: hook.php:440 +msgid "Transfer" +msgstr "" + +#: hook.php:441 +msgctxt "button" +msgid "Export" +msgstr "" + +#: hook.php:442 +msgctxt "button" +msgid "Access rights" +msgstr "" + +#: hook.php:756 +msgid "Cancel my ticket" +msgstr "Cancelar mi caso" + +#: hook.php:774 +msgid "Old" +msgstr "" + +#: hook.php:781 +#, php-format +msgid "Number of %s" +msgstr "" + +#: hook.php:798 +msgid "Issues summary" +msgstr "" + +#: hook.php:843 +msgid "" +"Formcreator's mini dashboard not usable as default. This Setting has been " +"ignored." +msgstr "" +"El mini tablero de Formcreator no se puede usar de forma predeterminada. " +"Esta configuración ha sido ignorada." + +#: js/scripts.js:300 +msgid "No form found. Please choose a form below instead." +msgstr "" +"No se encontró ningún formulario. Por favor, elija un formulario a " +"continuación en su lugar." + +#: js/scripts.js:302 +msgid "No form found." +msgstr "No se encontró ningún formulario." + +#: js/scripts.js:306 +msgid "No FAQ item found." +msgstr "" + +#: js/scripts.js:707 +msgid "Are you sure you want to delete this question?" +msgstr "" + +#: js/scripts.js:917 +msgid "Are you sure you want to delete this section?" +msgstr "" + +#: js/scripts.js:1161 +msgid "Add translations" +msgstr "" + +#: js/scripts.js:1300 js/scripts.js:1324 +msgid "An error occured while querying forms" +msgstr "Ocurrió un error al consultar los formularios" + +#: js/scripts.js:1416 entrée standard:139 +msgid "Send" +msgstr "Enviar" + +#: js/scripts.js:1425 +msgid "An internal error occurred. Please report it to administrator." +msgstr "" + +#: js/scripts.js:1468 +msgid "Are you sure you want to delete this validator ?" +msgstr "" + +#: js/scripts.js:1520 +msgid "Are you sure you want to duplicate this target?" +msgstr "" + +#: js/scripts.js:1537 +msgid "Are you sure you want to delete this target?" +msgstr "" + +#: entrée standard:57 standard:61 standard:60 standard:59 standard:43 +#: standard:69 standard:52 standard:76 +msgid "Default values" +msgstr "" + +#: entrée standard:52 standard:59 standard:58 +msgid "Show empty" +msgstr "Mostrar vacío" + +#: entrée standard:39 +msgid "LDAP directory" +msgid_plural "LDAP directories" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: entrée standard:78 +msgid "Attribute" +msgstr "Atributo " + +#: entrée standard:70 standard:68 +msgid "Values" +msgstr "Valores" + +#: entrée standard:90 +msgid "Show ticket categories" +msgstr "" + +#: entrée standard:146 standard:118 +msgid "Selectable root" +msgstr "" + +#: entrée standard:38 +msgid "GLPI object" +msgid_plural "GLPI objects" +msgstr[0] "Objeto GLPI" +msgstr[1] "Objetos GLPI" +msgstr[2] "Objetos GLPI" + +#: entrée standard:63 +msgid "Direct access on homepage" +msgstr "Acceso directo en la página de inicio" + +#: entrée standard:86 +msgid "Default form in service catalog" +msgstr "Formulario por defecto en el catálogo de servicios" + +#: entrée standard:113 standard:114 +msgid "Are you a robot ?" +msgstr "" + +#: entrée standard:64 +msgid "Condition to show the section" +msgstr "" + +#: entrée standard:40 +msgid "Condition to generate the target" +msgstr "" + +#: entrée standard:40 +msgid "General" +msgstr "" + +#: entrée standard:45 +msgid "validation percent" +msgstr "" + +#: entrée standard:52 +msgid "Add a validator" +msgstr "" + +#: entrée standard:57 standard:36 +msgid "Validation level" +msgstr "" + +#: entrée standard:73 +msgid "Validator type" +msgstr "" + +#: entrée standard:98 +msgid "Validators" +msgstr "Validadores" + +#: entrée standard:106 standard:5 +msgid "Actions" +msgstr "Acciones" + +#: entrée standard:54 +msgid "Impacts" +msgstr "" + +#: entrée standard:62 +msgid "Checklist" +msgstr "" + +#: entrée standard:36 +msgid "Answers title" +msgstr "" + +#: entrée standard:45 +msgid "Add a section" +msgstr "Agregar una sección " + +#: entrée standard:55 +msgid "Condition to show the submit button" +msgstr "" + +#: entrée standard:33 +msgid "No form answer yet" +msgstr "No hay respuesta de formulario todavía" + +#: entrée standard:38 +#, php-format +msgid "%s latest items" +msgstr "" + +#: entrée standard:54 +msgid "Please activate the form to view the link" +msgstr "Por favor, active el formulario para ver el enlace" + +#: entrée standard:63 +msgid "Enable captcha" +msgstr "Habilitar captcha" + +#: entrée standard:79 +msgid "Restricted to" +msgstr "Restringido a" + +#: entrée standard:83 +msgid "Add a question" +msgstr "Agregar una pregunta" + +#: entrée standard:39 +msgid "List of available tags" +msgstr "" + +#: entrée standard:42 +msgid "Title" +msgstr "" + +#: entrée standard:47 +msgid "Full form" +msgstr "Formulario completo" + +#: entrée standard:37 +msgid "Validation status" +msgstr "" + +#: entrée standard:36 +#, php-format +msgid "My %1$d last forms (requester)" +msgstr "Mis %1$d últimos formularios (solicitante)" + +#: entrée standard:39 +msgid "No form posted yet" +msgstr "No se ha enviado el formulario aún" + +#: entrée standard:63 +msgid "All my forms (requester)" +msgstr "Todos mis formularios (Solicitante) " + +#: entrée standard:36 +#, php-format +msgid "My %1$d last forms (validator)" +msgstr "Mis %1$d últimos formularios (validador)" + +#: entrée standard:63 +msgid "All my forms (validator)" +msgstr "Todos mis formularios (Validador)" + +#: entrée standard:42 +msgid "Min" +msgstr "Mínimo " + +#: entrée standard:53 +msgid "Max" +msgstr "Máximo" diff --git a/locales/es_AR.mo b/locales/es_AR.mo index cc1e040ce..2b460a046 100644 Binary files a/locales/es_AR.mo and b/locales/es_AR.mo differ diff --git a/locales/es_AR.po b/locales/es_AR.po new file mode 100644 index 000000000..6661149fb --- /dev/null +++ b/locales/es_AR.po @@ -0,0 +1,2775 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +# Translators: +# Emiliano Cagliari , 2022 +# Luis Angel Uriarte , 2022 +# Fernando Toledo , 2023 +# Nicolás Gaviola, 2023 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-05-31 16:21+0200\n" +"PO-Revision-Date: 2022-06-15 12:10+0000\n" +"Last-Translator: Nicolás Gaviola, 2023\n" +"Language-Team: Spanish (Argentina) (https://app.transifex.com/teclib/teams/28042/es_AR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: es_AR\n" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" + +#: ajax/question_update.php:38 ajax/section_update.php:37 +msgid "Bad request" +msgstr "Solicitud incorrecta" + +#: ajax/question_update.php:47 ajax/question_move.php:45 +#: ajax/question_delete.php:42 ajax/question_toggle_required.php:49 +msgid "Question not found" +msgstr "Pregunta no encontrada" + +#: ajax/question_update.php:53 ajax/question_duplicate.php:49 +#: ajax/question_move.php:50 ajax/section_add.php:38 +#: ajax/section_delete.php:50 ajax/section_move.php:55 +#: ajax/section_duplicate.php:50 ajax/question_delete.php:49 +#: ajax/question_toggle_required.php:55 ajax/section_update.php:44 +msgid "You don't have right for this action" +msgstr "Usted no tiene derecho a esta acción" + +#: ajax/question_duplicate.php:43 +msgid "Source question not found" +msgstr "Pregunta de origen no encontrada" + +#: ajax/question_move.php:73 +msgid "Could not move some questions" +msgstr "No se pudieron mover algunas preguntas" + +#: ajax/section_add.php:44 +msgid "Could not add the section" +msgstr "No se pudo agregar la sección" + +#: ajax/commontree.php:55 entrée standard:128 standard:100 +msgid "Subtree root" +msgstr "Subárbol raíz" + +#: ajax/commontree.php:59 +msgid "Selectable" +msgstr "Seleccionable" + +#: ajax/commontree.php:74 entrée standard:137 standard:109 +msgid "Limit subtree depth" +msgstr "Limite la profundidad del subárbol" + +#: ajax/commontree.php:84 +msgid "No limit" +msgstr "Sin limite." + +#: ajax/section_delete.php:44 ajax/section_move.php:49 +#: ajax/section_duplicate.php:44 +msgid "Source section not found" +msgstr "Sección de origen no encontrada" + +#: ajax/section_delete.php:56 +msgid "Could not delete the section" +msgstr "No se pudo eliminar la sección" + +#: ajax/question_add.php:45 +msgid "Could not add the question" +msgstr "No se pudo agregar la pregunta" + +#: ajax/section_move.php:66 +msgid "Could not move the section" +msgstr "No se pudo mover la sección" + +#: ajax/target_actor.php:51 +msgid "Failed to add the actor" +msgstr "No se pudo agregar el actor" + +#: ajax/target_actor.php:62 +msgid "Failed to delete the actor" +msgstr "No se pudo eliminar al actor" + +#: ajax/section_duplicate.php:56 +msgid "Could not duplicate the section" +msgstr "No se pudo duplicar la sección" + +#: ajax/section_update.php:50 +msgid "Could not update the section" +msgstr "No se pudo actualizar la sección" + +#: front/knowbaseitem.php:42 front/knowbaseitem.php:47 +#: front/wizardreminders.php:49 front/wizardreminders.php:51 +#: front/wizard.php:45 front/wizard.php:50 front/wizardfeeds.php:49 +#: front/wizardfeeds.php:51 front/issue.php:44 front/issue.php:50 +#: front/formanswer.php:44 front/reservation.php:46 front/reservation.php:48 +#: front/knowbaseitem.form.php:48 front/knowbaseitem.form.php:50 +#: front/reservationitem.php:42 front/reservationitem.php:44 +#: front/formanswer.form.php:74 front/reservation.form.php:46 +#: front/reservation.form.php:48 +msgid "Service catalog" +msgstr "Catálogo de servicios" + +#: front/issue.form.php:46 +msgid "Item not found" +msgstr "Ítem no encontrado" + +#: front/targetticket.form.php:46 front/targetticket.form.php:56 +#: front/targetticket.form.php:81 front/targetchange.form.php:46 +#: front/targetproblem.form.php:46 +msgid "No right to update this item." +msgstr "Sin permisos para actualizar este elemento." + +#: front/targetticket.form.php:75 +msgid "Bad request while deleting an actor." +msgstr "Solicitud incorrecta al eliminar un actor." + +#: front/targetticket.form.php:95 front/targetchange.form.php:81 +#: front/formanswer.php:47 front/targetproblem.form.php:81 +#: front/formanswer.form.php:77 front/form.php:43 inc/common.class.php:654 +#: inc/common.class.php:661 +msgid "Form Creator" +msgstr "Creador de Formularios" + +#: front/targetticket.form.php:105 front/targetchange.form.php:90 +#: front/targetproblem.form.php:90 +#, php-format +msgid "%1$s = %2$s" +msgstr "%1$s = %2$s" + +#: front/formlist.php:46 front/formlist.php:52 inc/common.class.php:648 +msgid "Form list" +msgstr "Lista de formularios" + +#: front/formdisplay.php:90 inc/formanswer.class.php:1077 +#: inc/formanswer.class.php:1325 inc/formanswer.class.php:1376 +msgid "The form has been successfully saved!" +msgstr "¡El formulario ha sido guardado con éxito!" + +#. TRANS: %s is the user login +#: front/reservation.form.php:71 +#, php-format +msgid "%1$s purges the reservation for item %2$s" +msgstr "%1$s eliminó la reserva del ítem %2$s" + +#: front/reservation.form.php:124 +#, php-format +msgid "%1$s adds the reservation %2$s for item %3$s" +msgstr "%1$s agrega la reserva%2$s para el elemento%3$s" + +#: inc/knowbase.class.php:60 inc/entityconfig.class.php:478 +#: inc/form.class.php:611 +msgid "Category" +msgid_plural "Categories" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/knowbase.class.php:62 inc/form.class.php:614 entrée standard:39 +msgid "See all" +msgstr "Ver todo" + +#: inc/knowbase.class.php:83 +msgid "Please, describe your need here" +msgstr "Por favor, describa su necesidad aquí" + +#: inc/field/textareafield.class.php:186 +msgid "Textarea" +msgstr "Área de texto" + +#: inc/field/textareafield.class.php:249 inc/field/dropdownfield.class.php:594 +#: inc/field/ldapselectfield.class.php:115 +#: inc/field/urgencyfield.class.php:166 inc/field/tagfield.class.php:166 +#: inc/field/timefield.class.php:114 inc/field/fieldsfield.class.php:489 +#: inc/field/requesttypefield.class.php:161 +msgid "A required field is empty:" +msgstr "Campo obligatorio vacío:" + +#: inc/field/textareafield.class.php:267 inc/field/integerfield.class.php:112 +#: inc/field/floatfield.class.php:194 inc/conditionnabletrait.class.php:70 +msgid "The regular expression is invalid" +msgstr "La expresión regular no es válida." + +#: inc/field/dropdownfield.class.php:81 inc/filter/entityfilter.class.php:48 +msgid "User and form" +msgstr "Usuario y formulario" + +#: inc/field/dropdownfield.class.php:87 +msgid "Search filter" +msgstr "" + +#: inc/field/dropdownfield.class.php:585 entrée standard:38 +msgid "Dropdown" +msgid_plural "Dropdowns" +msgstr[0] "Menú desplegable" +msgstr[1] "Menúes desplegables" +msgstr[2] "Menúes desplegables" + +#: inc/field/dropdownfield.class.php:616 +msgid "Invalid value for " +msgstr "Valor incorrecto para" + +#: inc/field/dropdownfield.class.php:628 +#, php-format +msgid "The itemtype field is required: %s" +msgstr "El campo de tipo de elemento es obligatorio: %s" + +#: inc/field/dropdownfield.class.php:644 +#, php-format +msgid "Invalid dropdown type: %s" +msgstr "Tipo de menú desplegable no válido: %s" + +#: inc/field/dropdownfield.class.php:704 inc/questionfilter.class.php:62 +#: entrée standard:68 +msgid "Filter" +msgstr "Filtro" + +#: inc/field/dropdownfield.class.php:987 entrée standard:162 standard:134 +msgid "Entity restriction" +msgstr "Restricción de entidad" + +#: inc/field/dropdownfield.class.php:996 +msgid "" +"To respect the GLPI entity system, \"Form\" should be selected. Others " +"settings will break the entity restrictions" +msgstr "" +"Para respetar el sistema de entidades de GLPI, se debe seleccionar " +"\"Formulario\". Otras configuraciones romperán las restricciones de la " +"entidad" + +#: inc/field/ldapselectfield.class.php:96 +msgid "LDAP Select" +msgstr "Seleccionar LDAP" + +#: inc/field/ldapselectfield.class.php:140 +msgid "LDAP directory not defined!" +msgstr "¡El directorio LDAP no está definido!" + +#: inc/field/ldapselectfield.class.php:147 +msgid "LDAP directory not found!" +msgstr "¡El directorio LDAP no se ha encontrado!" + +#: inc/field/radiosfield.class.php:108 +msgid "Radios" +msgstr "Radios" + +#: inc/field/radiosfield.class.php:114 inc/field/fieldsfield.class.php:513 +#: inc/field/checkboxesfield.class.php:245 +msgid "The field value is required:" +msgstr "Valor de campo obligatorio:" + +#: inc/field/radiosfield.class.php:192 inc/field/selectfield.class.php:104 +#: inc/field/datetimefield.class.php:119 inc/field/actorfield.class.php:258 +#: inc/field/checkboxesfield.class.php:191 inc/field/floatfield.class.php:125 +#: inc/field/datefield.class.php:116 +#, php-format +msgid "A required field is empty: %s" +msgstr "Un campo requerido esta vacío: %s" + +#: inc/field/integerfield.class.php:59 +#, php-format +msgid "This is not an integer: %s" +msgstr "Este no es un número entero: %s" + +#: inc/field/integerfield.class.php:71 inc/field/floatfield.class.php:156 +#, php-format +msgid "Specific format does not match: %s" +msgstr "El formato especificado no coincide: %s" + +#: inc/field/integerfield.class.php:85 inc/field/floatfield.class.php:167 +#, php-format +msgid "The following number must be greater than %d: %s" +msgstr "El siguiente número debe ser mayor qué %d: %s" + +#: inc/field/integerfield.class.php:91 inc/field/floatfield.class.php:173 +#, php-format +msgid "The following number must be lower than %d: %s" +msgstr "El siguiente número debe ser menor qué %d: %s" + +#: inc/field/integerfield.class.php:101 +msgid "Integer" +msgstr "Entero" + +#: inc/field/undefinedfield.class.php:44 +msgid "Undefined" +msgstr "Indefinido" + +#: inc/field/ipfield.class.php:123 +msgid "IP address" +msgid_plural "IP addresses" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/field/urgencyfield.class.php:86 inc/abstractitiltarget.class.php:1040 +msgid "Urgency" +msgstr "Urgencia" + +#: inc/field/urgencyfield.class.php:120 +msgctxt "urgency" +msgid "Very high" +msgstr "Muy alto" + +#: inc/field/urgencyfield.class.php:121 +msgctxt "urgency" +msgid "High" +msgstr "Alto" + +#: inc/field/urgencyfield.class.php:122 +msgctxt "urgency" +msgid "Medium" +msgstr "Medio" + +#: inc/field/urgencyfield.class.php:123 +msgctxt "urgency" +msgid "Low" +msgstr "Bajo" + +#: inc/field/urgencyfield.class.php:124 +msgctxt "urgency" +msgid "Very low" +msgstr "Muy bajo" + +#: inc/field/tagfield.class.php:52 +msgid "Warning: Tag plugin is disabled or missing" +msgstr "Advertencia: falta el complemento de etiquetas o está deshabilitado" + +#: inc/field/tagfield.class.php:200 +msgid "Tag" +msgid_plural "Tags" +msgstr[0] "Etiqueta" +msgstr[1] "Etiquetas" +msgstr[2] "Etiquetas" + +#: inc/field/hostnamefield.class.php:116 +msgid "Hostname" +msgid_plural "Hostnames" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/field/timefield.class.php:130 +msgid "Time" +msgstr "Hora" + +#: inc/field/emailfield.class.php:89 +#, php-format +msgid "This is not a valid e-mail: %s" +msgstr "Este no es un correo electrónico válido: %s" + +#: inc/field/emailfield.class.php:100 +msgid "Email" +msgid_plural "Emails" +msgstr[0] "Correo electrónico" +msgstr[1] "Correos electrónicos" +msgstr[2] "Correos electrónicos" + +#: inc/field/selectfield.class.php:97 +msgid "Select" +msgstr "Seleccionar" + +#: inc/field/datetimefield.class.php:140 +msgid "Date & time" +msgstr "Fecha y hora" + +#: inc/field/actorfield.class.php:84 +msgid "Actor" +msgid_plural "Actors" +msgstr[0] "Actor" +msgstr[1] "Actores" +msgstr[2] "Actores" + +#: inc/field/actorfield.class.php:268 +#, php-format +msgid "Invalid value: %s" +msgstr "Valor inválido: %s" + +#: inc/field/actorfield.class.php:291 +#, php-format +msgid "User not found or invalid email address: %s" +msgstr "Usuario no encontrado o dirección de correo electrónico no válida:%s" + +#: inc/field/filefield.class.php:124 +msgid "No attached document" +msgstr "No hay documento adjunto" + +#: inc/field/filefield.class.php:133 inc/field/filefield.class.php:254 +#: inc/field/filefield.class.php:261 +msgid "Attached document" +msgstr "Documento adjunto" + +#: inc/field/filefield.class.php:175 +#, php-format +msgid "A required file is missing: %s" +msgstr "Falta un archivo obligatorio: %s" + +#: inc/field/filefield.class.php:192 +msgid "File" +msgstr "Archivo" + +#: inc/field/multiselectfield.class.php:86 +msgid "Multiselect" +msgstr "Selección múltiple" + +#: inc/field/fieldsfield.class.php:154 +msgid "Warning: Additional Fields plugin is disabled or missing" +msgstr "" +"Advertencia: el complemento de campos adicionales está deshabilitado o falta" + +#: inc/field/fieldsfield.class.php:168 +msgid "Block" +msgstr "Bloque" + +#: inc/field/fieldsfield.class.php:172 inc/targetticket.class.php:346 +msgid "Field" +msgstr "Campo" + +#: inc/field/fieldsfield.class.php:254 +msgid "show" +msgstr "mostrar" + +#: inc/field/fieldsfield.class.php:390 +#, php-format +msgid "Field '%1$s' type not implemented yet!" +msgstr "¡El tipo de campo '%1$s' aún no está implementado!" + +#: inc/field/fieldsfield.class.php:467 +msgid "Some numeric fields contains non numeric values" +msgstr "Algunos campos numéricos contienen valores no numéricos" + +#: inc/field/fieldsfield.class.php:472 +msgid "Some URL fields contains invalid links" +msgstr "Algunos campos de URL contienen enlaces no válidos" + +#: inc/field/fieldsfield.class.php:566 +msgid "Additionnal fields" +msgstr "Campos Adicionales" + +#: inc/field/checkboxesfield.class.php:133 +msgid "Checkboxes" +msgstr "Casillas de verificación" + +#: inc/field/checkboxesfield.class.php:227 +#, php-format +msgid "The following question needs at least %d answers: %s" +msgstr "La siguiente pregunta necesita al menos %d respuestas: %s" + +#: inc/field/checkboxesfield.class.php:233 +#, php-format +msgid "The following question does not accept more than %d answers: %s" +msgstr "La siguiente pregunta no acepta más dé %d respuestas: %s" + +#: inc/field/checkboxesfield.class.php:305 +msgid "Range min" +msgstr "Rango mínimo" + +#: inc/field/checkboxesfield.class.php:306 +msgid "Range max" +msgstr "Rango máximo" + +#: inc/field/requesttypefield.class.php:87 inc/targetticket.class.php:1150 +msgid "Request type" +msgstr "Tipo de solicitud" + +#: inc/field/floatfield.class.php:142 +#, php-format +msgid "This is not a number: %s" +msgstr "Esto no es un número: %s" + +#: inc/field/floatfield.class.php:183 +msgid "Decimal number" +msgstr "" + +#: inc/field/floatfield.class.php:235 inc/questionregex.class.php:62 entrée +#: standard:42 +msgid "Regular expression" +msgstr "Expresión regular" + +#: inc/field/floatfield.class.php:240 +msgid "Range" +msgstr "Rango" + +#: inc/field/floatfield.class.php:246 +msgid "Additional validation" +msgstr "Validación adicional" + +#: inc/field/datefield.class.php:137 +msgid "Date" +msgstr "Fecha" + +#: inc/field/descriptionfield.class.php:106 inc/form.class.php:151 +#: inc/question.class.php:188 entrée standard:82 standard:52 standard:114 +msgid "Description" +msgstr "Descripción" + +#: inc/field/descriptionfield.class.php:113 +msgid "A description field should have a description:" +msgstr "Un campo de descripción debe tener una descripción:" + +#: inc/field/hiddenfield.class.php:96 +msgid "Hidden field" +msgid_plural "Hidden fields" +msgstr[0] "Campo oculto" +msgstr[1] "Campos ocultos" +msgstr[2] "Campos ocultos" + +#: inc/condition.class.php:65 +msgid "Condition" +msgid_plural "Conditions" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/condition.class.php:103 +msgid "is visible" +msgstr "es visible" + +#: inc/condition.class.php:104 +msgid "is not visible" +msgstr "no es visible" + +#: inc/condition.class.php:105 +msgid "regular expression matches" +msgstr "coincidencias de expresiones regulares" + +#: inc/condition.class.php:116 +msgid "Always displayed" +msgstr "Mostrar siempre" + +#: inc/condition.class.php:117 +msgid "Hidden unless" +msgstr "Oculto amenos que" + +#: inc/condition.class.php:118 +msgid "Displayed unless" +msgstr "Mostrar al menos que" + +#: inc/condition.class.php:178 inc/target_actor.class.php:233 +#: inc/form_language.class.php:565 inc/form_validator.class.php:248 +#: inc/targetproblem.class.php:527 inc/questionrange.class.php:199 +#: inc/form.class.php:1908 inc/targetchange.class.php:304 +#: inc/questionfilter.class.php:222 inc/section.class.php:381 +#: inc/restrictedformcriteria.class.php:200 inc/question.class.php:867 +#: inc/questionparameter/range.class.php:198 inc/questionregex.class.php:188 +#: inc/questiondependency.class.php:196 inc/item_targetticket.class.php:154 +#: inc/targetticket.class.php:1461 +#, php-format +msgid "Failed to add or update the %1$s %2$s" +msgstr "No se pudo agregar o actualizar el %1$s %2$s" + +#: inc/condition.class.php:200 inc/target_actor.class.php:254 +#: inc/form_language.class.php:581 inc/form_validator.class.php:288 +#: inc/targetproblem.class.php:362 inc/questionrange.class.php:131 +#: inc/form.class.php:1569 inc/targetchange.class.php:149 +#: inc/questionfilter.class.php:154 inc/section.class.php:406 +#: inc/restrictedformcriteria.class.php:226 inc/question.class.php:894 +#: inc/questionparameter/range.class.php:133 inc/questionregex.class.php:120 +#: inc/questiondependency.class.php:211 inc/item_targetticket.class.php:64 +#: inc/targetticket.class.php:1500 +#, php-format +msgid "Cannot export an empty object: %s" +msgstr "No se puede exportar un objeto vacío: %s" + +#: inc/condition.class.php:268 +msgid "Conditions" +msgstr "Condiciones" + +#: inc/linker.class.php:78 +msgid "Importing" +msgstr "Importando" + +#: inc/linker.class.php:80 +msgid "Import in progress" +msgstr "Importación en curso" + +#: inc/issue.class.php:43 +msgid "Issue" +msgid_plural "Issues" +msgstr[0] "Problema" +msgstr[1] "Problemas" +msgstr[2] "Problemas" + +#: inc/issue.class.php:56 +msgid "Update issue data from tickets and form answers" +msgstr "Actualizar los datos de emisión de tickets y formular respuestas" + +#: inc/issue.class.php:393 +msgid "Satisfaction survey expired" +msgstr "La encuesta de satisfacción ha caducada" + +#: inc/issue.class.php:531 inc/form_language.class.php:229 +#: inc/form.class.php:2208 entrée standard:52 standard:49 standard:57 +#: standard:38 standard:39 standard:105 standard:46 +msgid "Name" +msgstr "Nombre" + +#: inc/issue.class.php:543 inc/formanswer.class.php:229 +#: inc/formanswer.class.php:320 inc/targetproblem.class.php:610 +#: inc/form.class.php:142 inc/targetchange.class.php:335 +#: inc/section.class.php:95 inc/question.class.php:178 +#: inc/targetticket.class.php:180 entrée standard:45 +msgid "ID" +msgstr "ID" + +#: inc/issue.class.php:552 inc/form.class.php:2217 entrée standard:111 +#: standard:65 standard:104 standard:4 +msgid "Type" +msgid_plural "Types" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/issue.class.php:565 inc/formanswer.class.php:307 +msgid "Status" +msgstr "Estado" + +#: inc/issue.class.php:577 +msgid "Opening date" +msgstr "Fecha de apertura" + +#: inc/issue.class.php:586 +msgid "Last update" +msgstr "Última modificación" + +#: inc/issue.class.php:595 inc/abstracttarget.class.php:517 +msgid "Entity" +msgid_plural "Entities" +msgstr[0] "Entidad" +msgstr[1] "Entidades" +msgstr[2] "Entidades" + +#: inc/issue.class.php:605 inc/notificationtargetformanswer.class.php:76 +#: inc/notificationtargetformanswer.class.php:96 +#: inc/target_actor.class.php:101 inc/formanswer.class.php:248 +#: inc/formanswer.class.php:762 inc/abstractitiltarget.class.php:1804 entrée +#: standard:48 +msgid "Requester" +msgid_plural "Requesters" +msgstr[0] "Solicitante" +msgstr[1] "Solicitantes" +msgstr[2] "Solicitantes" + +#: inc/issue.class.php:619 inc/formanswer.class.php:258 +msgid "Form approver" +msgstr "Aprobador de formulario" + +#: inc/issue.class.php:651 inc/formanswer.class.php:691 +#: inc/formanswer.class.php:698 inc/formanswer.class.php:777 +#: inc/form_language.class.php:243 +msgid "Comment" +msgstr "Comentario" + +#: inc/issue.class.php:663 +msgid "Ticket approver" +msgstr "Aprobador de tickets" + +#: inc/issue.class.php:736 +msgid "Technician" +msgstr "Técnico" + +#: inc/issue.class.php:767 +msgid "Technician group" +msgstr "Grupo de técnicos" + +#: inc/issue.class.php:799 inc/formanswer.class.php:287 +msgid "Form approver group" +msgstr "Grupo aprobador de formularios" + +#: inc/issue.class.php:829 +msgid "Ticket approver group" +msgstr "Grupo aprobador de ticket" + +#: inc/issue.class.php:863 inc/abstractitiltarget.class.php:787 entrée +#: standard:108 +msgid "Time to resolve" +msgstr "Tiempo para resolver" + +#: inc/issue.class.php:874 +msgid "Time to resolve + Progress" +msgstr "" + +#: inc/issue.class.php:884 +msgid "Internal time to resolve" +msgstr "" + +#: inc/issue.class.php:895 +msgid "Internal time to resolve + Progress" +msgstr "" + +#: inc/issue.class.php:905 +msgid "Resolution date" +msgstr "" + +#: inc/issue.class.php:914 +msgid "Internal time to own" +msgstr "" + +#: inc/issue.class.php:925 +msgid "Internal time to own + Progress" +msgstr "" + +#: inc/issue.class.php:935 entrée standard:109 +msgid "Time to own" +msgstr "Tiempo de posesión " + +#: inc/issue.class.php:946 +msgid "Time to own + Progress" +msgstr "" + +#: inc/issue.class.php:958 +msgid "Approver substitute" +msgstr "" + +#: inc/issue.class.php:1022 +msgid "Substitute of a member of approver group" +msgstr "" + +#: inc/issue.class.php:1095 +msgid "Form approver substitute" +msgstr "" + +#: inc/issue.class.php:1163 +msgid "Current form approver group" +msgstr "" + +#: inc/issue.class.php:1193 +msgid "Current form approver" +msgstr "" + +#: inc/issue.class.php:1227 +msgid "Ticket requester" +msgstr "Solicitante del ticket" + +#: inc/issue.class.php:1274 +msgid "Ticket observer" +msgstr "Observador del ticket" + +#: inc/issue.class.php:1322 +msgid "Ticket technician" +msgstr "Técnico del ticket" + +#: inc/issue.class.php:1469 +#, php-format +msgid "%1$s %2$s" +msgstr "%1$s %2$s" + +#: inc/issue.class.php:1727 inc/filter/itilcategoryfilter.class.php:56 +#: hook.php:766 +msgid "All" +msgstr "Todos" + +#: inc/issue.class.php:1733 hook.php:767 +msgid "New" +msgstr "Nuevos" + +#: inc/issue.class.php:1739 hook.php:768 +msgid "Assigned" +msgstr "Asignado" + +#: inc/issue.class.php:1745 inc/formanswer.class.php:78 +#: inc/form_validator.class.php:70 hook.php:769 +msgid "Waiting" +msgstr "En espera" + +#: inc/issue.class.php:1751 hook.php:770 +msgid "To validate" +msgstr "Validar" + +#: inc/issue.class.php:1757 hook.php:771 +msgid "Solved" +msgstr "Resueltos" + +#: inc/issue.class.php:1763 hook.php:772 +msgid "Closed" +msgstr "Cerrado" + +#: inc/category.class.php:50 hook.php:72 +msgid "Form category" +msgid_plural "Form categories" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/category.class.php:80 +msgid "Knowbase category" +msgstr "Categoría de conocimiento" + +#: inc/category.class.php:86 +msgid "As child of" +msgstr "Debajo de" + +#: inc/category.class.php:92 inc/form.class.php:247 entrée standard:65 +msgid "Icon" +msgstr "Ícono" + +#: inc/category.class.php:98 inc/form.class.php:255 entrée standard:67 +msgid "Icon color" +msgstr "Color del ícono" + +#: inc/category.class.php:104 inc/form.class.php:263 entrée standard:80 +msgid "Background color" +msgstr "Color de fondo" + +#: inc/formlist.class.php:46 inc/entityconfig.class.php:93 +#: inc/form.class.php:111 inc/form.class.php:516 inc/form.class.php:2015 +#: entrée standard:47 +msgid "Form" +msgid_plural "Forms" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/notificationtargetformanswer.class.php:43 +msgid "The form as been saved" +msgstr "El formulario se ha guardado" + +#: inc/notificationtargetformanswer.class.php:44 +msgid "A form need to be validate" +msgstr "Un formulario necesita autorización" + +#: inc/notificationtargetformanswer.class.php:45 install/install.php:490 +msgid "The form is refused" +msgstr "Se rechaza el formulario" + +#: inc/notificationtargetformanswer.class.php:46 install/install.php:496 +msgid "The form is accepted" +msgstr "Se acepta el formulario" + +#: inc/notificationtargetformanswer.class.php:47 install/install.php:502 +msgid "The form is deleted" +msgstr "Se borró el formulario" + +#: inc/notificationtargetformanswer.class.php:74 +msgid "Form ID" +msgstr "ID de formulario" + +#: inc/notificationtargetformanswer.class.php:75 +#: inc/notificationtargetformanswer.class.php:95 +msgid "Form name" +msgstr "Nombre del formulario" + +#: inc/notificationtargetformanswer.class.php:77 +#: inc/form_validator.class.php:91 +msgid "Validator" +msgid_plural "Validators" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/notificationtargetformanswer.class.php:78 +#: inc/notificationtargetformanswer.class.php:98 inc/formanswer.class.php:278 +#: entrée standard:49 +msgid "Creation date" +msgstr "Fecha de creación" + +#: inc/notificationtargetformanswer.class.php:79 +#: inc/notificationtargetformanswer.class.php:99 +msgid "Full form answers" +msgstr "Respuestas de formulario completo" + +#: inc/notificationtargetformanswer.class.php:80 +msgid "Validation comment" +msgstr "Comentario de validación" + +#: inc/notificationtargetformanswer.class.php:81 +#: inc/notificationtargetformanswer.class.php:101 +msgid "Validation link" +msgstr "Enlace de validación" + +#: inc/notificationtargetformanswer.class.php:82 +msgid "Request ID" +msgstr "Solicitar ID" + +#: inc/notificationtargetformanswer.class.php:94 +msgid "Form #" +msgstr "Formulario #" + +#: inc/notificationtargetformanswer.class.php:97 +msgctxt "tag" +msgid "Validator" +msgstr "Autorizante" + +#: inc/notificationtargetformanswer.class.php:100 +msgid "Refused comment" +msgstr "Comentario Rechazado" + +#: inc/notificationtargetformanswer.class.php:102 +msgid "Request #" +msgstr "Solicitud #" + +#: inc/notificationtargetformanswer.class.php:114 +msgid "Author" +msgstr "Autor" + +#: inc/notificationtargetformanswer.class.php:115 +#: inc/abstractitiltarget.class.php:1374 +msgid "Approver" +msgstr "Autorizador" + +#: inc/target_actor.class.php:70 inc/abstractitiltarget.class.php:2141 +msgid "Form author" +msgstr "Autor del formulario" + +#: inc/target_actor.class.php:71 inc/abstractitiltarget.class.php:2144 +msgid "Form validator" +msgstr "Autoriza el formulario" + +#: inc/target_actor.class.php:72 +msgid "Specific person" +msgstr "Persona específica" + +#: inc/target_actor.class.php:73 inc/abstractitiltarget.class.php:2154 +msgid "Person from the question" +msgstr "Persona de la pregunta" + +#: inc/target_actor.class.php:74 +msgid "Specific group" +msgstr "Grupo específico" + +#: inc/target_actor.class.php:75 inc/abstractitiltarget.class.php:2165 +msgid "Group from the question" +msgstr "Grupo de la pregunta" + +#: inc/target_actor.class.php:76 +msgid "Group from an object" +msgstr "Grupo desde un objeto" + +#: inc/target_actor.class.php:77 +msgid "Tech group from an object" +msgstr "Grupo técnico de un objeto" + +#: inc/target_actor.class.php:78 +msgid "Specific supplier" +msgstr "Proveedor específico" + +#: inc/target_actor.class.php:79 inc/abstractitiltarget.class.php:2194 +msgid "Supplier from the question" +msgstr "Proveedor de la pregunta" + +#: inc/target_actor.class.php:80 inc/abstractitiltarget.class.php:2183 +msgid "Actors from the question" +msgstr "Actores de la pregunta" + +#: inc/target_actor.class.php:81 inc/abstractitiltarget.class.php:2198 +msgid "Form author's supervisor" +msgstr "Supervisor del autor del formulario" + +#: inc/target_actor.class.php:102 +msgid "Observer" +msgstr "Observador" + +#: inc/target_actor.class.php:103 inc/abstractitiltarget.class.php:1818 +msgid "Assigned to" +msgstr "Asignado a" + +#: inc/target_actor.class.php:109 +msgid "Target actor" +msgid_plural "Target actors" +msgstr[0] "Actor objetivo" +msgstr[1] "Actores objetivos" +msgstr[2] "Actores objetivos" + +#: inc/target_actor.class.php:115 inc/target_actor.class.php:131 +#: inc/target_actor.class.php:140 +msgid "Bad request while adding an actor." +msgstr "Solicitud incorrecta al agrgar un participante." + +#: inc/target_actor.class.php:197 +#, php-format +msgid "Failed to find a user: %1$s" +msgstr "No se pudo encontrar un usuario: %1$s" + +#: inc/target_actor.class.php:206 +#, php-format +msgid "Failed to find a group: %1$s" +msgstr "No se pudo encontrar un grupo: %1$s" + +#: inc/target_actor.class.php:215 +#, php-format +msgid "Failed to find a supplier: %1$s" +msgstr "No se pudo encontrar un proveedor: %1$s" + +#: inc/formanswer.class.php:79 inc/form_validator.class.php:72 +msgid "Refused" +msgstr "Rechazado" + +#: inc/formanswer.class.php:80 inc/form_validator.class.php:71 +msgid "Accepted" +msgstr "Aceptado" + +#: inc/formanswer.class.php:214 +msgid "Form answer" +msgid_plural "Form answers" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/formanswer.class.php:676 +msgid "Print this form" +msgstr "cbvsxv" + +#: inc/formanswer.class.php:701 +msgid "Form accepted by validator." +msgstr "Formulario aceptado por el validador." + +#: inc/formanswer.class.php:703 +msgid "Form successfully saved." +msgstr "Formulario correctamente guardado." + +#: inc/formanswer.class.php:770 +msgid "Save" +msgstr "Guardar" + +#: inc/formanswer.class.php:782 +msgid "Required if refused" +msgstr "Requerido si se rechaza" + +#: inc/formanswer.class.php:788 +msgid "Refuse" +msgstr "Rechazo" + +#: inc/formanswer.class.php:796 +msgid "Edit answers" +msgstr "Editar respuestas" + +#: inc/formanswer.class.php:802 +msgid "Cancel edition" +msgstr "Cancelar edición" + +#: inc/formanswer.class.php:809 +msgid "Accept" +msgstr "Aceptar" + +#: inc/formanswer.class.php:828 +msgid "Refused comment is required!" +msgstr "¡Se requiere comentario rechazado!" + +#: inc/formanswer.class.php:882 inc/formanswer.class.php:899 +msgid "" +"An internal error occured when verifying your answers. Please report it to " +"your administrator." +msgstr "" +"Ocurrió un error interno al verificar sus respuestas. Por favor informe al " +"administrador." + +#: inc/formanswer.class.php:933 +msgid "You are not the validator of these answers" +msgstr "Usted no es el validador de estas respuestas" + +#: inc/formanswer.class.php:1083 +#, php-format +msgid "Item sucessfully added: %1$s (%2$s: %3$s)" +msgstr "Elemento agregado con éxito: %1$s (%2$s: %3$s)" + +#: inc/formanswer.class.php:1166 inc/formanswer.class.php:1168 +msgid "Form data" +msgstr "Datos del formulario" + +#: inc/formanswer.class.php:1301 +msgid "" +"You are a validator of the form, then your approval hs been added " +"automatically." +msgstr "" + +#: inc/formanswer.class.php:1310 inc/formanswer.class.php:1363 +msgid "Cannot generate targets!" +msgstr "¡No puede generar objetivos!" + +#: inc/formanswer.class.php:1511 +msgid "No captcha set." +msgstr "" + +#: inc/formanswer.class.php:1517 +msgid "You failed the captcha test." +msgstr "" + +#: inc/formanswer.class.php:1540 +msgid "You must select validator!" +msgstr "¡Debe seleccionar el validador!" + +#: inc/common.class.php:229 +msgid "You cannot delete this issue. Maybe it is taken into account." +msgstr "" +"No puede eliminar este problema. Tal vez haya sido asignado y está en curso." + +#: inc/common.class.php:234 +msgid "Failed to delete this issue. An internal error occured." +msgstr "No se pudo eliminar este problema. Ocurrió un error interno." + +#: inc/common.class.php:745 +msgid "Seek assistance" +msgstr "Busque ayuda" + +#: inc/common.class.php:751 inc/common.class.php:755 +msgid "My requests for assistance" +msgstr "Mis pedidos de asistencia" + +#: inc/common.class.php:791 +msgid "Consult reminders" +msgstr "Consultar recordatorios" + +#: inc/common.class.php:811 +msgid "Consult feeds" +msgstr "Consultar fuentes" + +#: inc/abstractfield.class.php:89 inc/question.class.php:758 +msgid "Apply" +msgstr "" + +#: inc/formaccesstype.class.php:41 entrée standard:39 +msgid "Access type" +msgid_plural "Access types" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/form_language.class.php:51 +msgid "Form language" +msgid_plural "Form languages" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/form_language.class.php:78 inc/form_language.class.php:364 +msgid "Translation" +msgid_plural "Translations" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/form_language.class.php:119 +msgid "The name cannot be empty." +msgstr "El nombre no puede estar vacío." + +#: inc/form_language.class.php:127 +msgid "The language must be associated to a form." +msgstr "El idioma debe estar asociado a un formulario." + +#: inc/form_language.class.php:135 +msgid "The specified language is not available." +msgstr "El idioma especificado no está disponible." + +#: inc/form_language.class.php:265 +msgid "Add a translation" +msgstr "Agregar una traducción" + +#: inc/form_language.class.php:299 js/scripts.js:1214 +msgid "Update a translation" +msgstr "Actualizar una traducción" + +#: inc/form_language.class.php:329 inc/form_language.class.php:331 +msgid "New translation" +msgstr "Nueva traducción" + +#: inc/form_language.class.php:334 +msgid "Filter list" +msgstr "Lista de filtros" + +#: inc/form_language.class.php:339 inc/form_language.class.php:438 +msgid "No translation found" +msgstr "Traducción no encontrada" + +#: inc/form_language.class.php:344 +msgid "Do you want to delete the selected items?" +msgstr "¿Quiere borrar los siguientes elementos?" + +#: inc/form_language.class.php:353 inc/form_language.class.php:401 +#: inc/abstractitiltarget.class.php:1710 entrée standard:124 standard:31 +msgid "Delete" +msgstr "Borrar" + +#: inc/form_language.class.php:363 +msgid "Original string" +msgstr "Cadena original" + +#: inc/form_language.class.php:424 +msgid "Add a new language" +msgstr "Agregar un nuevo idioma" + +#: inc/form_language.class.php:457 inc/form_language.class.php:489 +#: inc/form.class.php:178 entrée standard:72 +msgid "Language" +msgstr "Idioma" + +#: inc/form_validator.class.php:69 inc/targetticket.class.php:99 +#: inc/abstractitiltarget.class.php:186 +msgid "None" +msgstr "Ninguna" + +#: inc/form_validator.class.php:78 inc/abstractitiltarget.class.php:2552 +msgid "No" +msgstr "No" + +#: inc/form_validator.class.php:81 +msgid "Supervisor of the requester" +msgstr "" + +#: inc/form_validator.class.php:116 inc/translation.class.php:221 +msgid "Form not found." +msgstr "Formulario no encontrado." + +#: inc/form_validator.class.php:121 inc/form_validator.class.php:129 +#: inc/form_validator.class.php:138 +msgid "Invalid validator." +msgstr "" + +#: inc/form_validator.class.php:147 +#, php-format +msgid "Only level 1 is allowed for %s." +msgstr "" + +#: inc/form_validator.class.php:156 +msgid "Invalid validator type." +msgstr "" + +#: inc/form_validator.class.php:194 entrée standard:103 +msgid "Level" +msgstr "" + +#: inc/form_validator.class.php:592 inc/abstractitiltarget.class.php:1354 +msgid "Validation" +msgstr "Validación" + +#: inc/form_validator.class.php:594 +msgid "Choose a validator" +msgstr "Elegir autorizante" + +#: inc/profile.class.php:62 inc/targetproblem.class.php:147 +#: inc/entityconfig.class.php:520 inc/targetchange.class.php:484 +#: inc/targetticket.class.php:323 inc/targetticket.class.php:358 +#: inc/abstractitiltarget.class.php:2124 +msgctxt "button" +msgid "Save" +msgstr "Guardar" + +#: inc/targetproblem.class.php:43 entrée standard:43 +msgid "Target problem" +msgid_plural "Target problems" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/targetproblem.class.php:109 inc/targetproblem.class.php:565 +#: inc/targetchange.class.php:105 inc/targetchange.class.php:441 +#: inc/targetticket.class.php:135 inc/targetticket.class.php:238 +msgid "Properties" +msgstr "Propiedades" + +#: inc/targetproblem.class.php:509 inc/targetchange.class.php:286 +#: inc/targetticket.class.php:1443 +#, php-format +msgid "" +"Failed to add or update the %1$s %2$s: a question is missing and is used in " +"a parameter of the target" +msgstr "" +"No se pudo agregar o actualizar %1$s %2$s: falta una pregunta y se usa en un" +" parámetro del destino" + +#: inc/targetproblem.class.php:566 inc/targetchange.class.php:106 +#: inc/targetticket.class.php:136 inc/abstractitiltarget.class.php:1216 +msgid "Actors" +msgstr "Actores" + +#: inc/targetproblem.class.php:619 entrée standard:48 +msgid "Problem title" +msgstr "Título del problema" + +#: inc/targetproblem.class.php:629 inc/targetchange.class.php:354 +#: inc/targetticket.class.php:199 +msgid "Content" +msgstr "Contenido" + +#: inc/targetproblem.class.php:639 inc/targetchange.class.php:364 +msgid "Impact" +msgstr "Impacto" + +#: inc/targetproblem.class.php:649 entrée standard:56 +msgid "Cause" +msgstr "Motivo" + +#: inc/targetproblem.class.php:659 entrée standard:58 +msgid "Symptom" +msgstr "Síntoma" + +#: inc/entityconfig.class.php:101 inc/entityconfig.class.php:110 +#: inc/entityconfig.class.php:118 inc/entityconfig.class.php:126 +#: inc/entityconfig.class.php:134 inc/entityconfig.class.php:142 +#: inc/entityconfig.class.php:150 inc/entityconfig.class.php:158 +#: inc/entityconfig.class.php:166 inc/entityconfig.class.php:180 +#: inc/entityconfig.class.php:188 inc/entityconfig.class.php:196 +msgid "Inheritance of the parent entity" +msgstr "Herencia de la entidad padre" + +#: inc/entityconfig.class.php:102 +msgid "GLPi's helpdesk" +msgstr "Mesa de ayuda de GLPI" + +#: inc/entityconfig.class.php:103 +msgid "Service catalog simplified" +msgstr "Catálogo de servicios simplificado" + +#: inc/entityconfig.class.php:104 +msgid "Service catalog extended" +msgstr "Catálogo de servicios ampliado" + +#: inc/entityconfig.class.php:111 +msgid "All available forms" +msgstr "Todos los formularios disponibles" + +#: inc/entityconfig.class.php:112 +msgid "Only default forms" +msgstr "Solo formularios predeterminados" + +#: inc/entityconfig.class.php:119 +msgid "Popularity sort" +msgstr "Orden de popularidad" + +#: inc/entityconfig.class.php:120 +msgid "Alphabetic sort" +msgstr "Orden alfabética" + +#: inc/entityconfig.class.php:127 +msgid "Merged with Forms" +msgstr "Fusionado con formularios" + +#: inc/entityconfig.class.php:128 +msgid "Distinct menu entry" +msgstr "Entrada de menú distinta" + +#: inc/entityconfig.class.php:135 inc/entityconfig.class.php:143 +#: inc/entityconfig.class.php:151 inc/entityconfig.class.php:159 +#: inc/entityconfig.class.php:189 inc/form.class.php:271 entrée standard:100 +msgid "Visible" +msgstr "Visible" + +#: inc/entityconfig.class.php:136 inc/entityconfig.class.php:144 +#: inc/entityconfig.class.php:152 inc/entityconfig.class.php:160 +#: inc/entityconfig.class.php:190 +msgid "Hidden" +msgstr "Oculto" + +#: inc/entityconfig.class.php:167 +msgid "Variable height" +msgstr "Altura variable" + +#: inc/entityconfig.class.php:168 +msgid "Uniform height" +msgstr "Altura uniforme" + +#: inc/entityconfig.class.php:173 +msgid "Search for assistance" +msgstr "Buscar ayuda" + +#: inc/entityconfig.class.php:174 +msgid "User's assistance requests" +msgstr "Solicitudes de asistencia del usuario" + +#: inc/entityconfig.class.php:181 +msgid "Only forms" +msgstr "" + +#: inc/entityconfig.class.php:182 +msgid "Forms and list of requests" +msgstr "" + +#: inc/entityconfig.class.php:197 +msgid "Folded" +msgstr "" + +#: inc/entityconfig.class.php:198 +msgid "Unfolded" +msgstr "" + +#: inc/entityconfig.class.php:298 +msgid "Helpdesk" +msgstr "Mesa de ayuda" + +#: inc/entityconfig.class.php:306 inc/entityconfig.class.php:534 entrée +#: standard:44 +msgid "Helpdesk mode" +msgstr "Modo Mesa de ayuda" + +#: inc/entityconfig.class.php:317 inc/entityconfig.class.php:604 +msgid "Default Form list mode" +msgstr "Modo de lista de formulario predeterminado" + +#: inc/entityconfig.class.php:335 inc/entityconfig.class.php:544 +msgid "Sort order" +msgstr "Ordenar" + +#: inc/entityconfig.class.php:351 inc/entityconfig.class.php:554 +msgid "Knowledge base" +msgstr "Base de conocimiento" + +#: inc/entityconfig.class.php:366 +msgid "Search" +msgstr "Buscar" + +#: inc/entityconfig.class.php:382 inc/entityconfig.class.php:614 +msgid "Counters dashboard" +msgstr "Panel de contadores" + +#: inc/entityconfig.class.php:398 +msgid "Header message" +msgstr "Mensaje del encabezado" + +#: inc/entityconfig.class.php:414 inc/entityconfig.class.php:624 +msgid "Search issue" +msgstr "Buscar asunto" + +#: inc/entityconfig.class.php:430 inc/entityconfig.class.php:594 +msgid "Service catalog home page" +msgstr "Página de inicio del catálogo de servicios" + +#: inc/entityconfig.class.php:446 inc/entityconfig.class.php:634 +msgid "Tile design" +msgstr "Diseño de bloque" + +#: inc/entityconfig.class.php:462 +msgid "Home page" +msgstr "" + +#: inc/entityconfig.class.php:494 +msgid "Menu visibility (only for vertical menu)" +msgstr "" + +#: inc/entityconfig.class.php:506 inc/entityconfig.class.php:584 +#: inc/form.class.php:225 entrée standard:84 +msgid "Header" +msgid_plural "Headers" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/entityconfig.class.php:564 +msgid "Display search field" +msgstr "Mostrar campo de búsqueda" + +#: inc/entityconfig.class.php:574 +msgid "Display header" +msgstr "Mostrar encabezado" + +#: inc/questionrange.class.php:52 inc/questionparameter/range.class.php:56 +msgid "Question range" +msgid_plural "Question ranges" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/questionrange.class.php:62 inc/questionparameter/range.class.php:66 +msgid "Minimum range" +msgstr "Rango mínimo" + +#: inc/questionrange.class.php:71 inc/questionparameter/range.class.php:75 +msgid "maximum range" +msgstr "Rango máximo" + +#: inc/form.class.php:66 inc/form.class.php:429 +msgid "Public access" +msgstr "Acceso público" + +#: inc/form.class.php:67 inc/form.class.php:433 +msgid "Private access" +msgstr "Acceso privado" + +#: inc/form.class.php:68 inc/form.class.php:437 +msgid "Restricted access" +msgstr "Acceso restringido" + +#: inc/form.class.php:122 +msgid "Answers waiting for validation" +msgstr "Respuestas esperando validación" + +#: inc/form.class.php:124 inc/form.class.php:1663 inc/form.class.php:1689 +msgid "Import forms" +msgstr "Importar formularios" + +#: inc/form.class.php:169 +msgid "Recursive" +msgstr "Recursivo" + +#: inc/form.class.php:190 +msgid "Homepage" +msgstr "Pagina de inicio" + +#: inc/form.class.php:203 +msgid "Access" +msgstr "Acceso" + +#: inc/form.class.php:234 inc/form.class.php:327 inc/form.class.php:394 entrée +#: standard:54 +msgid "Active" +msgstr "Activo" + +#: inc/form.class.php:286 inc/form.class.php:338 inc/form.class.php:413 +msgid "Default form" +msgstr "Formulario predeterminado" + +#: inc/form.class.php:296 entrée standard:106 +msgid "Next form" +msgstr "" + +#: inc/form.class.php:326 inc/form.class.php:391 +msgid "Inactive" +msgstr "Inactivo" + +#: inc/form.class.php:337 inc/form.class.php:410 +msgid "Not default form" +msgstr "Formulario no predeterminado" + +#: inc/form.class.php:361 inc/form.class.php:445 entrée standard:75 +msgid "All languages" +msgstr "Todos los idiomas" + +#: inc/form.class.php:508 entrée standard:3 +msgid "Target" +msgid_plural "Targets" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/form.class.php:511 +msgid "Preview" +msgstr "Vista previa" + +#: inc/form.class.php:512 +msgid "Form answer properties" +msgstr "Propiedades de respuesta de formulario" + +#: inc/form.class.php:854 +msgid "What are you looking for?" +msgstr "¿Qué estás buscando?" + +#: inc/form.class.php:993 inc/form.class.php:1156 +#: inc/abstracttarget.class.php:162 inc/abstractitiltarget.class.php:1625 +msgid "The name cannot be empty!" +msgstr "¡El nombre no puede estar vacío!" + +#: inc/form.class.php:1026 inc/form.class.php:1191 +msgid "A loop is generated!" +msgstr "" + +#: inc/form.class.php:1167 +msgid "Cannot use empty name for form answers. Keeping the previous value." +msgstr "" +"No se puede usar un nombre vacío para las respuestas del formulario. " +"Manteniendo el valor anterior." + +#: inc/form.class.php:1303 +#, php-format +msgid "The question %s is not compatible with public forms" +msgstr "La pregunta %s no es compatible con formularios públicos" + +#: inc/form.class.php:1386 +msgid "Errored duplicate" +msgstr "Duplicado con errores" + +#: inc/form.class.php:1397 entrée standard:23 +msgid "Duplicate" +msgstr "Duplicado" + +#: inc/form.class.php:1442 inc/form.class.php:1452 +msgctxt "button" +msgid "Post" +msgstr "Publicar" + +#: inc/form.class.php:1475 +#, php-format +msgid "Form duplicated: %s" +msgstr "Formulario duplicado: %s" + +#: inc/form.class.php:1491 +#, php-format +msgid "Form Transfered: %s" +msgstr "Formulario transferido: %s" + +#: inc/form.class.php:1515 +msgid "Back" +msgstr "Atras" + +#: inc/form.class.php:1526 +#, php-format +msgid "Form updated: %s" +msgstr "Formulario actualizado: %s" + +#: inc/form.class.php:1636 +msgid "Upload of JSON files not allowed." +msgstr "Carga de archivos JSON no permitidos." + +#: inc/form.class.php:1639 +msgid "You may allow JSON files right now." +msgstr "Puede permitir archivos JSON en este momento." + +#: inc/form.class.php:1640 +msgctxt "button" +msgid "Create" +msgstr "Crear" + +#: inc/form.class.php:1643 inc/form.class.php:1654 +msgid "Please contact your GLPI administrator." +msgstr "Por favor, póngase en contacto con su administrador GLPI." + +#: inc/form.class.php:1644 inc/form.class.php:1655 +msgctxt "button" +msgid "Back" +msgstr "Atras" + +#: inc/form.class.php:1647 +msgid "Upload of JSON files not enabled." +msgstr "Carga de archivos JSON no habilitados." + +#: inc/form.class.php:1650 inc/form.class.php:1653 +msgid "You may enable JSON files right now." +msgstr "Puede habilitar los archivos JSON en este momento." + +#: inc/form.class.php:1651 +msgctxt "button" +msgid "Enable" +msgstr "Habilitado" + +#: inc/form.class.php:1698 +msgctxt "button" +msgid "Send" +msgstr "Enviar" + +#: inc/form.class.php:1717 +msgid "Forms import impossible, the file is empty" +msgstr "imposible importar el formulario, el archivo esta vacío" + +#: inc/form.class.php:1721 inc/form.class.php:1725 +msgid "Forms import impossible, the file seems corrupt" +msgstr "Imposible importar formularios, el archivo parece corrupto" + +#: inc/form.class.php:1731 +msgid "Forms import impossible, the file was generated with another version" +msgstr "" +"La importación del formulario es imposible, el fichero se generó con otra " +"versión" + +#: inc/form.class.php:1738 +msgid "" +"The file does not specifies the schema version. It was probably generated " +"with a version older than 2.10. Giving up." +msgstr "" +"El archivo no especifica la versión del esquema. Probablemente fue generado " +"con una versión anterior a 2.10. Rechazado." + +#: inc/form.class.php:1764 +#, php-format +msgid "Failed to import %s" +msgstr "Error al importar %s" + +#: inc/form.class.php:1769 +#, php-format +msgid "Forms successfully imported from %s" +msgstr "Formularios importados correctamente desde %s" + +#: inc/form.class.php:1832 +#, php-format +msgid "The form %1$s already exists and is in an unmodifiable entity." +msgstr "El formulario %1$s ya existe y esta en una entidad no modificable." + +#: inc/form.class.php:1840 +#, php-format +msgid "You don't have right to update the entity %1$s." +msgstr "No tiene derecho a actualizar la entidad %1$s." + +#: inc/form.class.php:1850 +#, php-format +msgid "The entity %1$s is required for the form %2$s." +msgstr "La entidad %1$s es necesaria para el formulario %2$s." + +#: inc/form.class.php:1952 +msgid "Failed to create JSON document type" +msgstr "Error al crear el tipo de documento JSON" + +#: inc/form.class.php:1959 +msgid "JSON document type not found" +msgstr "Tipo de documento JSON no encontrado" + +#: inc/form.class.php:1966 +msgid "Failed to update JSON document type" +msgstr "Error al actualizar el tipo de documento JSON" + +#: inc/form.class.php:1986 +msgid "Forms without category" +msgstr "Formularios sin categoría" + +#: inc/form.class.php:2007 +msgid "No form available" +msgstr "No hay formulario disponible" + +#: inc/form.class.php:2205 entrée standard:47 +msgid "Add a target" +msgstr "Agregar un destino" + +#: inc/form.class.php:2236 inc/targetticket.class.php:398 +#: inc/abstractitiltarget.class.php:1828 inc/abstractitiltarget.class.php:2124 +#: entrée standard:92 standard:94 +msgid "Add" +msgstr "Agregar" + +#: inc/form.class.php:2254 inc/form.class.php:2277 inc/form.class.php:2299 +msgid "Unsupported target type." +msgstr "Tipo de Destino no soportado" + +#: inc/form.class.php:2333 +msgid "plugin_formcreator_load_check" +msgstr "plugin_formcreator_load_check" + +#: inc/targetchange.class.php:44 entrée standard:43 +msgid "Target change" +msgid_plural "Target changes" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/targetchange.class.php:344 entrée standard:48 +msgid "Change title" +msgstr "Cambiar título" + +#: inc/targetchange.class.php:374 entrée standard:56 +msgid "Control list" +msgstr "Lista de control" + +#: inc/targetchange.class.php:384 entrée standard:58 +msgid "Deployment plan" +msgstr "Plan de despliegue" + +#: inc/targetchange.class.php:394 entrée standard:60 +msgid "Backup plan" +msgstr "Plan de Backup" + +#: inc/targetchange.class.php:404 +msgid "Check list" +msgstr "Lista de verificación" + +#: inc/questionfilter.class.php:52 +msgid "Question filter" +msgid_plural "Question filters" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/section.class.php:71 entrée standard:53 standard:44 +msgid "Section" +msgid_plural "Sections" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/section.class.php:123 inc/section.class.php:166 +#: inc/question.class.php:348 +msgid "The title is required" +msgstr "Se requiere el título" + +#: inc/section.class.php:553 inc/question.class.php:234 entrée standard:37 +msgid "Count of conditions" +msgstr "Recuento de condiciones" + +#: inc/restrictedformcriteria.class.php:179 +#, php-format +msgid "Failed to find %1$s %2$s" +msgstr "No se pudo buscar %1$s %2$s" + +#: inc/question.class.php:73 inc/abstractitiltarget.class.php:1127 entrée +#: standard:41 +msgid "Question" +msgid_plural "Questions" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/question.class.php:197 entrée standard:43 standard:50 standard:44 +#: standard:49 standard:79 +msgid "Required" +msgstr "Obligatorio" + +#: inc/question.class.php:355 +msgid "The section is required" +msgstr "Se requiere la sección" + +#: inc/question.class.php:365 +#, php-format +msgid "Field type %1$s is not available for question %2$s." +msgstr "El tipo de campo %1$sno esta disponible para esta pregunta %2$s." + +#: inc/question.class.php:379 +msgid "This type of question is not compatible with public forms." +msgstr "Este tipo de pregunta no es compatible con los formularios públicos." + +#: inc/question.class.php:469 +msgid "The field type cannot be changed. Delete then recreate the question." +msgstr "" + +#: inc/question.class.php:1184 +msgid "Service levels" +msgstr "Niveles de servicio" + +#: inc/question.class.php:1185 inc/abstractitiltarget.class.php:851 +msgid "SLA" +msgstr "SLA" + +#: inc/question.class.php:1186 inc/abstractitiltarget.class.php:924 +msgid "OLA" +msgstr "Acuerdo de Nivel de Operación" + +#: inc/question.class.php:1205 inc/question.class.php:1248 +#: inc/question.class.php:1251 +msgid "Assets" +msgstr "Activos" + +#: inc/question.class.php:1219 hook.php:780 hook.php:797 +msgid "Assistance" +msgstr "Asistencia" + +#: inc/question.class.php:1225 +msgid "Management" +msgstr "Gestión" + +#: inc/question.class.php:1236 +msgid "Tools" +msgstr "Herramientas" + +#: inc/question.class.php:1237 +msgid "Notes" +msgstr "Notas" + +#: inc/question.class.php:1238 +msgid "RSS feed" +msgstr "Canal RSS" + +#: inc/question.class.php:1240 +msgid "Administration" +msgstr "Administración" + +#: inc/question.class.php:1248 inc/question.class.php:1251 +msgid "Plugin" +msgid_plural "Plugins" +msgstr[0] "Complemento" +msgstr[1] "Complementos" +msgstr[2] "Complementos" + +#: inc/abstractquestionparameter.class.php:98 +msgid "Parameter" +msgstr "Parámetro" + +#: inc/abstractquestionparameter.class.php:105 +msgid "Field name" +msgstr "Nombre del campo" + +#: inc/abstracttarget.class.php:97 +msgid "Current active entity" +msgstr "Entidad activa actual" + +#: inc/abstracttarget.class.php:98 +msgid "Default requester user's entity" +msgstr "Entidad del usuario solicitante predeterminada" + +#: inc/abstracttarget.class.php:99 +msgid "First dynamic requester user's entity (alphabetical)" +msgstr "Entidad solicitante del primer solicitante dinámico (alfabético)" + +#: inc/abstracttarget.class.php:100 +msgid "Last dynamic requester user's entity (alphabetical)" +msgstr "Entidad solicitante del último solicitante dinámico (alfabético)" + +#: inc/abstracttarget.class.php:101 +msgid "The form entity" +msgstr "La entidad de formulario" + +#: inc/abstracttarget.class.php:102 +msgid "Default entity of the validator" +msgstr "La entidad predeterminada del validador" + +#: inc/abstracttarget.class.php:103 +msgid "Specific entity" +msgstr "Entidad específica" + +#: inc/abstracttarget.class.php:104 +msgid "Default entity of a user type question answer" +msgstr "Entidad predeterminada de un tipo de usuario pregunta respuesta" + +#: inc/abstracttarget.class.php:105 +msgid "From a GLPI object > Entity type question answer" +msgstr "De un objeto GLPI> Tipo de entidad pregunta respuesta" + +#: inc/abstracttarget.class.php:116 +msgid "Always generated" +msgstr "Generar siempre" + +#: inc/abstracttarget.class.php:117 +msgid "Disabled unless" +msgstr "Deshabilitado a menos que" + +#: inc/abstracttarget.class.php:118 +msgid "Generated unless" +msgstr "Generado a menos que" + +#: inc/abstracttarget.class.php:129 +msgid "A target must be associated to a form." +msgstr "Un destino debe de ser asociado a el formulario." + +#: inc/abstracttarget.class.php:134 +msgid "A target must be associated to an existing form." +msgstr "Un destino debe estar asociado a un formulario existente" + +#: inc/abstracttarget.class.php:139 +msgid "Name is required." +msgstr "Se requiere el nombre." + +#: inc/abstracttarget.class.php:502 +msgid "Destination entity" +msgstr "Entidad destino" + +#: inc/abstracttarget.class.php:518 +msgid "User type question" +msgstr "Pregunta de tipo de usuario" + +#: inc/abstracttarget.class.php:519 +msgid "Entity type question" +msgstr "Tipo de entidad pregunta" + +#: inc/command/cleanticketscommand.class.php:53 +msgid "Searching for invalid items..." +msgstr "Buscando elementos no válidos..." + +#: inc/command/cleanticketscommand.class.php:61 +msgid "Done." +msgstr "Hecho." + +#: inc/command/cleanticketscommand.class.php:135 +msgid "Step 1: double encoded < and > signs." +msgstr "Paso 1: signos < y > de doble codificación." + +#: inc/command/cleanticketscommand.class.php:146 +#: inc/command/cleanticketscommand.class.php:196 +#: inc/command/cleanticketscommand.class.php:260 +msgid "No invalid items found." +msgstr "No se encontraron elementos no válidos." + +#: inc/command/cleanticketscommand.class.php:187 +msgid "Step 2: literal BR tag." +msgstr "Paso 2: etiqueta literal BR." + +#: inc/command/cleanticketscommand.class.php:251 +msgid "Step 3: litteral > sign." +msgstr "Paso 3: literal signo >." + +#: inc/filter/itilcategoryfilter.class.php:52 +#: inc/filter/itilcategoryfilter.class.php:54 +msgid "Request categories" +msgstr "Categorías de solicitud" + +#: inc/filter/itilcategoryfilter.class.php:53 +#: inc/filter/itilcategoryfilter.class.php:54 +msgid "Incident categories" +msgstr "Categorías de incidentes" + +#: inc/filter/itilcategoryfilter.class.php:55 +msgid "Change categories" +msgstr "Categorías de cambio" + +#: inc/supervisorvalidator.class.php:44 +msgid "Requester supervisor" +msgid_plural "Requester supervisors" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/supervisorvalidator.class.php:52 +msgid "My supervisor" +msgstr "" + +#: inc/questionregex.class.php:52 +msgid "Question regular expression" +msgid_plural "Question regular expressions" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/questiondependency.class.php:66 +msgid "Question dependency" +msgid_plural "Question dependencies" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/answer.class.php:66 entrée standard:43 +msgid "Answer" +msgid_plural "Answers" +msgstr[0] "Respuesta" +msgstr[1] "Respuestas" +msgstr[2] "Respuestas" + +#: inc/item_targetticket.class.php:52 +msgid "Composite ticket relation" +msgid_plural "Composite ticket relations" +msgstr[0] "Relación de caso compuesto" +msgstr[1] "Relaciones de casos compuesto" +msgstr[2] "Relaciones de casos compuesto" + +#: inc/targetticket.class.php:57 entrée standard:43 +msgid "Target ticket" +msgid_plural "Target tickets" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/targetticket.class.php:100 +msgid "Specific asset" +msgstr "Especificar activo" + +#: inc/targetticket.class.php:101 inc/targetticket.class.php:117 +#: inc/abstractitiltarget.class.php:207 inc/abstractitiltarget.class.php:215 +#: inc/abstractitiltarget.class.php:223 inc/abstractitiltarget.class.php:231 +#: inc/abstractitiltarget.class.php:240 inc/abstractitiltarget.class.php:249 +msgid "Equals to the answer to the question" +msgstr "Igual a la respuesta a la pregunta" + +#: inc/targetticket.class.php:102 inc/abstractitiltarget.class.php:232 +#: inc/abstractitiltarget.class.php:241 inc/abstractitiltarget.class.php:250 +msgid "Last valid answer" +msgstr "Última respuesta válida" + +#: inc/targetticket.class.php:108 +msgid "Source from template or user default or GLPI default" +msgstr "" +"Origen de plantilla o valor predeterminado de usuario o valor predeterminado" +" de GLPI" + +#: inc/targetticket.class.php:109 +msgid "Formcreator" +msgstr "Formcreator" + +#: inc/targetticket.class.php:115 +msgid "Default or from a template" +msgstr "Por defecto o de una plantilla" + +#: inc/targetticket.class.php:116 +msgid "Specific type" +msgstr "Tipo específico" + +#: inc/targetticket.class.php:189 entrée standard:48 +msgid "Ticket title" +msgstr "Título del requerimiento" + +#: inc/targetticket.class.php:307 +msgid "Add validation message as first ticket followup" +msgstr "Agregar mensaje de validación como seguimiento del primer ticket" + +#: inc/targetticket.class.php:341 +msgid "Add a field" +msgstr "Agregar un campo" + +#: inc/targetticket.class.php:369 +msgid "Managed fields" +msgstr "Campos administrados" + +#: inc/targetticket.class.php:376 +msgid "No managed field" +msgstr "Ningún campo administrado" + +#: inc/targetticket.class.php:396 +msgid "Link to an other ticket" +msgstr "Enlace a otro ticket" + +#: inc/targetticket.class.php:405 +msgid "An other destination of this form" +msgstr "Otro destino de este formulario" + +#: inc/targetticket.class.php:406 +msgid "An existing ticket" +msgstr "Un Ticket existente." + +#: inc/targetticket.class.php:407 +msgid "A ticket from an answer to a question" +msgstr "Un ticket a partir de una respuesta a una pregunta" + +#: inc/targetticket.class.php:488 +msgctxt "button" +msgid "Delete permanently" +msgstr "Eliminar permanentemente" + +#: inc/targetticket.class.php:743 +msgid "Invalid link type" +msgstr "Tipo de enlace inválido" + +#: inc/targetticket.class.php:763 +msgid "Invalid linked item type" +msgstr "Tipo de elemento vinculado no válido" + +#: inc/targetticket.class.php:776 +msgid "Linked item does not exists" +msgstr "El elemento vinculado no existe." + +#: inc/targetticket.class.php:789 +msgid "Failed to link the item" +msgstr "Error al vincular el elemento." + +#: inc/targetticket.class.php:905 install/install.php:497 +msgid "Your form has been accepted by the validator" +msgstr "Su formulario ha sido aceptado por el validador" + +#: inc/targetticket.class.php:1137 +msgid "Request source" +msgstr "Tipo de solicitud" + +#: inc/targetticket.class.php:1162 +msgid "Type " +msgstr "Tipo" + +#: inc/targetticket.class.php:1190 +msgid "Associated elements" +msgstr "Elementos asociados" + +#: inc/targetticket.class.php:1201 +msgid "Item " +msgstr "Elemento" + +#: inc/translation.class.php:153 +msgid "No more string to translate" +msgstr "No hay mas cadenas para traducir" + +#: inc/translation.class.php:164 +msgid "Internal error: translatable string not found." +msgstr "Error interno: cadena traducible no encontrada." + +#: inc/translation.class.php:216 +msgid "Language not found." +msgstr "Idioma no encontrado" + +#: inc/translation.class.php:236 +msgid "Failed to add the translation." +msgstr "No se pudo agregar la traducción." + +#: inc/abstractitiltarget.class.php:187 +msgid "Tags from questions" +msgstr "Etiquetas de preguntas" + +#: inc/abstractitiltarget.class.php:188 +msgid "Specific tags" +msgstr "Etiquetas específicas" + +#: inc/abstractitiltarget.class.php:189 +msgid "Tags from questions and specific tags" +msgstr "Etiquetas de preguntas y etiquetas específicas" + +#: inc/abstractitiltarget.class.php:190 +msgid "Tags from questions or specific tags" +msgstr "Etiquetas de preguntas o etiquetas específicas" + +#: inc/abstractitiltarget.class.php:196 +msgid "TTR from template or none" +msgstr "" + +#: inc/abstractitiltarget.class.php:197 +msgid "equals to the answer to the question" +msgstr "Equivale a la respuesta a la pregunta" + +#: inc/abstractitiltarget.class.php:198 +msgid "calculated from the ticket creation date" +msgstr "Calculado a partir de la fecha de creación del ticket" + +#: inc/abstractitiltarget.class.php:199 +msgid "calculated from the answer to the question" +msgstr "Calculado a partir de la respuesta a la pregunta" + +#: inc/abstractitiltarget.class.php:205 +msgid "SLA from template or none" +msgstr "Plantilla de SLA o ninguna" + +#: inc/abstractitiltarget.class.php:206 +msgid "Specific SLA" +msgstr "Especificar SLA" + +#: inc/abstractitiltarget.class.php:213 +msgid "OLA from template or none" +msgstr "Plantilla de OLA o ninguna" + +#: inc/abstractitiltarget.class.php:214 +msgid "Specific OLA" +msgstr "Especificar OLA" + +#: inc/abstractitiltarget.class.php:221 +msgid "Urgency from template or Medium" +msgstr "Urgencia de plantilla o medio" + +#: inc/abstractitiltarget.class.php:222 +msgid "Specific urgency" +msgstr "Urgencia específica" + +#: inc/abstractitiltarget.class.php:229 +msgid "Category from template or none" +msgstr "Categoría de la plantilla o ninguna" + +#: inc/abstractitiltarget.class.php:230 +msgid "Specific category" +msgstr "Categoría específica" + +#: inc/abstractitiltarget.class.php:238 +msgid "Location from template or none" +msgstr "Ubicación desde la plantilla o ninguno" + +#: inc/abstractitiltarget.class.php:239 +msgid "Specific location" +msgstr "Ubicación específica" + +#: inc/abstractitiltarget.class.php:247 +msgid "Contract from template or none" +msgstr "" + +#: inc/abstractitiltarget.class.php:248 +msgid "Specific contract" +msgstr "" + +#: inc/abstractitiltarget.class.php:256 +msgid "No validation" +msgstr "Sin validación" + +#: inc/abstractitiltarget.class.php:257 +msgid "Specific user or group" +msgstr "Usuario o grupo específicos" + +#: inc/abstractitiltarget.class.php:258 +msgid "User from question answer" +msgstr "Usuario desde la respuesta a la pregunta" + +#: inc/abstractitiltarget.class.php:259 +msgid "Group from question answer" +msgstr "Grupo a partir de respuesta de pregunta" + +#: inc/abstractitiltarget.class.php:839 +msgid "Minute" +msgid_plural "Minutes" +msgstr[0] "Minuto" +msgstr[1] "Minutos" +msgstr[2] "Minutos" + +#: inc/abstractitiltarget.class.php:840 +msgid "Hour" +msgid_plural "Hours" +msgstr[0] "Hora" +msgstr[1] "Horas" +msgstr[2] "Horas" + +#: inc/abstractitiltarget.class.php:841 +msgid "Day" +msgid_plural "Days" +msgstr[0] "Día" +msgstr[1] "Días" +msgstr[2] "Días" + +#: inc/abstractitiltarget.class.php:842 +msgid "Month" +msgid_plural "Months" +msgstr[0] "Mes" +msgstr[1] "Meses" +msgstr[2] "Meses" + +#: inc/abstractitiltarget.class.php:874 +msgid "SLA (TTO/TTR)" +msgstr "SLA ( TTO / TTR )" + +#: inc/abstractitiltarget.class.php:875 inc/abstractitiltarget.class.php:948 +msgid "Question (TTO/TTR)" +msgstr "Pregunta ( TTO / TTR )" + +#: inc/abstractitiltarget.class.php:947 +msgid "OLA (TTO/TTR)" +msgstr "OLA ( TTO / TTR )" + +#: inc/abstractitiltarget.class.php:1051 +msgid "Urgency " +msgstr "Urgencia" + +#: inc/abstractitiltarget.class.php:1080 +msgid "Ticket tags" +msgstr "Etiquetas de ticket" + +#: inc/abstractitiltarget.class.php:1128 +msgid "Tags" +msgstr "Etiquetas" + +#: inc/abstractitiltarget.class.php:1247 +msgid "Location" +msgstr "Lugar" + +#: inc/abstractitiltarget.class.php:1259 +msgid "Location " +msgstr "Ubicación" + +#: inc/abstractitiltarget.class.php:1312 +msgid "Contract" +msgstr "" + +#: inc/abstractitiltarget.class.php:1324 +msgid "Contract " +msgstr "" + +#: inc/abstractitiltarget.class.php:1635 +msgid "The description cannot be empty!" +msgstr "¡La descripción no puede estar vacía!" + +#: inc/abstractitiltarget.class.php:1811 +msgid "Watcher" +msgid_plural "Watchers" +msgstr[0] "Observador" +msgstr[1] "Observadores" +msgstr[2] "Observadores" + +#: inc/abstractitiltarget.class.php:1830 +msgid "Cancel" +msgstr "Cancelar" + +#: inc/abstractitiltarget.class.php:2118 inc/abstractitiltarget.class.php:2548 +#: inc/abstractitiltarget.class.php:2552 +msgid "Email followup" +msgstr "Seguimiento por correo" + +#: inc/abstractitiltarget.class.php:2149 inc/abstractitiltarget.class.php:2536 +msgid "User" +msgstr "Usuario" + +#: inc/abstractitiltarget.class.php:2160 inc/abstractitiltarget.class.php:2540 +msgid "Group" +msgstr "Grupo" + +#: inc/abstractitiltarget.class.php:2171 +msgid "Group from the object" +msgstr "Grupo desde un objeto" + +#: inc/abstractitiltarget.class.php:2177 +msgid "Tech group from the object" +msgstr "Grupo técnico del objeto" + +#: inc/abstractitiltarget.class.php:2189 inc/abstractitiltarget.class.php:2544 +msgid "Supplier" +msgstr "Proveedor" + +#: inc/abstractitiltarget.class.php:2548 +msgid "Yes" +msgstr "Sí" + +#: install/install.php:163 +#, php-format +msgid "Upgrade tables to innoDB; run %s" +msgstr "Actualizar tablas a innoDB; corra %s" + +#: install/install.php:199 +#, php-format +msgid "" +"The database schema is not consistent with the previous version of " +"Formcreator %s. To see the logs run the command %s" +msgstr "" +"El esquema de la base de datos no es coherente con la versión anterior de " +"Formcreator %s. Para ver los registros, ejecute el comando %s" + +#: install/install.php:208 +#, php-format +msgid "To ignore the inconsistencies and upgrade anyway run %s" +msgstr "" +"Para ignorar las inconsistencias y actualizar de todos modos, ejecute %s" + +#: install/install.php:225 +msgid "" +"Upgrade from version older than 2.5.0 is no longer supported. Please upgrade" +" to GLPI 9.5.7, upgrade Formcreator to version 2.12.5, then upgrade again to" +" GLPI 10 or later and Formcreator 2.13 or later." +msgstr "" +"Ya no se admite la actualización desde una versión anterior a la 2.5.0. " +"Actualice a GLPI 9.5.7, actualice Formcreator a la versión 2.12.5, luego " +"actualice nuevamente a GLPI 10 o posterior y Formcreator 2.13 o posterior." + +#: install/install.php:251 +#, php-format +msgid "" +"A fatal error occured in the upgrade from %s! Upgrade aborted. Please check " +"logs to fix the problem then try again." +msgstr "" + +#: install/install.php:294 +#, php-format +msgid "" +"The database schema is not consistent with the current version of " +"Formcreator %s. To see the logs enable the plugin and run the command %s" +msgstr "" +"El esquema de la base de datos no es coherente con la versión actual de " +"Formcreator %s. Para ver los registros, habilite el complemento y ejecute el" +" comando %s" + +#: install/install.php:305 +msgid "The tables of the plugin passed the schema integrity check." +msgstr "" +"Las tablas del complemento pasaron la verificación de integridad del " +"esquema." + +#: install/install.php:478 +msgid "A form has been created" +msgstr "Se ha creado un formulario" + +#: install/install.php:479 +msgid "Your request has been saved" +msgstr "Su solicitud ha sido guardado" + +#: install/install.php:480 +msgid "" +"Hi,\\nYour request from GLPI has been successfully saved with number " +"##formcreator.request_id## and transmitted to the helpdesk team.\\nYou can " +"see your answers onto the following link:\\n##formcreator.validation_link##" +msgstr "" +"Hola, \\ nTu solicitud de GLPI se ha guardado con éxito con el número ## " +"formcreator.request_id ## y se ha transmitido al equipo de helpdesk. \\ " +"NPuede ver sus respuestas en el siguiente enlace: \\ n ## " +"formcreator.validation_link ##" + +#: install/install.php:484 +msgid "A form need validation" +msgstr "" + +#: install/install.php:485 +msgid "A form from GLPI need to be validated" +msgstr "" + +#: install/install.php:486 +msgid "" +"Hi,\\nA form from GLPI need to be validated and you have been choosen as the" +" validator.\\nYou can access it by clicking onto this " +"link:\\n##formcreator.validation_link##" +msgstr "" + +#: install/install.php:491 +msgid "Your form has been refused by the validator" +msgstr "Su formulario ha sido rechazado por el validador" + +#: install/install.php:492 +msgid "" +"Hi,\\nWe are sorry to inform you that your form has been refused by the " +"validator for the reason " +"below:\\n##formcreator.validation_comment##\\n\\nYou can still modify and " +"resubmit it by clicking onto this link:\\n##formcreator.validation_link##" +msgstr "" +"Hola, \\ nLo sentimos informarle que el validador ha rechazado su formulario" +" por las razones siguientes: \\ n ## formcreator.validation_comment ## \\ n " +"\\ nAún puede modificarlo y volver a enviarlo haciendo clic en este enlace: " +"\\ n ## formcreator.validation_link ##" + +#: install/install.php:498 +msgid "" +"Hi,\\nWe are pleased to inform you that your form has been accepted by the " +"validator.\\nYour request will be considered soon." +msgstr "" +"Hola, \\ nNos complace informarle que su formulario ha sido aceptado por el " +"validador. \\ NLa solicitud será considerada pronto." + +#: install/install.php:503 +msgid "Your form has been deleted by an administrator" +msgstr "Su formulario ha sido eliminado por un administrador" + +#: install/install.php:504 +msgid "" +"Hi,\\nWe are sorry to inform you that your request cannot be considered and " +"has been deleted by an administrator." +msgstr "" +"Hola, \\ nLo sentimos informarle que su solicitud no puede ser considerada y" +" ha sido eliminada por un administrador." + +#: install/install.php:732 +msgid "Formcreator - Sync service catalog issues" +msgstr "" +"Creador de formularios - Sincronizar problemas con el catálogo de servicios" + +#: install/install.php:945 +msgid "Failed to check the sanity of the tables!" +msgstr "¡No se pudo verificar la integridad de las tablas!" + +#: install/install.php:959 +#, php-format +msgid "Table schema differs for table \"%s\"." +msgstr "El esquema de tabla difiere para la tabla \"%s\"." + +#: install/install.php:962 +#, php-format +msgid "Table \"%s\" is missing." +msgstr "Falta la tabla \"%s\"." + +#: install/install.php:965 +#, php-format +msgid "Unknown table \"%s\" has been found in database." +msgstr "Se ha encontrado la tabla desconocida \"%s\" en la base de datos." + +#: hook.php:439 +msgctxt "button" +msgid "Duplicate" +msgstr "Duplicado" + +#: hook.php:440 +msgid "Transfer" +msgstr "Transferir" + +#: hook.php:441 +msgctxt "button" +msgid "Export" +msgstr "Exportar" + +#: hook.php:442 +msgctxt "button" +msgid "Access rights" +msgstr "Derechos de acceso" + +#: hook.php:756 +msgid "Cancel my ticket" +msgstr "Cancelar mi ticket" + +#: hook.php:774 +msgid "Old" +msgstr "Antiguo" + +#: hook.php:781 +#, php-format +msgid "Number of %s" +msgstr "Número de %s" + +#: hook.php:798 +msgid "Issues summary" +msgstr "Resumen de asuntos" + +#: hook.php:843 +msgid "" +"Formcreator's mini dashboard not usable as default. This Setting has been " +"ignored." +msgstr "" +"El mini tablero de Formcreator no se puede usar de forma predeterminada. " +"Esta configuración ha sido ignorada." + +#: js/scripts.js:300 +msgid "No form found. Please choose a form below instead." +msgstr "" +"No se encontró ningún formulario. Por favor, elija un formulario a " +"continuación en su lugar." + +#: js/scripts.js:302 +msgid "No form found." +msgstr "No se encontró ningún formulario." + +#: js/scripts.js:306 +msgid "No FAQ item found." +msgstr "No se encontró ningún ítem de preguntas frecuentes." + +#: js/scripts.js:707 +msgid "Are you sure you want to delete this question?" +msgstr "¿Seguro que quieres eliminar esta pregunta?" + +#: js/scripts.js:917 +msgid "Are you sure you want to delete this section?" +msgstr "¿Seguro que quieres eliminar esta sección?" + +#: js/scripts.js:1161 +msgid "Add translations" +msgstr "Agregar traducciones" + +#: js/scripts.js:1300 js/scripts.js:1324 +msgid "An error occured while querying forms" +msgstr "Se ha producido un error al consultar formularios" + +#: js/scripts.js:1416 entrée standard:139 +msgid "Send" +msgstr "Enviar" + +#: js/scripts.js:1425 +msgid "An internal error occurred. Please report it to administrator." +msgstr "Ha ocurrido un error interno. Por favor reportarlo al administrador." + +#: js/scripts.js:1468 +msgid "Are you sure you want to delete this validator ?" +msgstr "" + +#: js/scripts.js:1520 +msgid "Are you sure you want to duplicate this target?" +msgstr "¿Estás seguro de que quieres duplicar este destino?" + +#: js/scripts.js:1537 +msgid "Are you sure you want to delete this target?" +msgstr "¿Está seguro de que desea eliminar este destino?" + +#: entrée standard:57 standard:61 standard:60 standard:59 standard:43 +#: standard:69 standard:52 standard:76 +msgid "Default values" +msgstr "Valores por defecto" + +#: entrée standard:52 standard:59 standard:58 +msgid "Show empty" +msgstr "Mostrar vacío" + +#: entrée standard:39 +msgid "LDAP directory" +msgid_plural "LDAP directories" +msgstr[0] "Directorio LDAP" +msgstr[1] "Directorios LDAP" +msgstr[2] "Directorios LDAP" + +#: entrée standard:78 +msgid "Attribute" +msgstr "Atributo" + +#: entrée standard:70 standard:68 +msgid "Values" +msgstr "Valores" + +#: entrée standard:90 +msgid "Show ticket categories" +msgstr "Mostrar categorías de ticket" + +#: entrée standard:146 standard:118 +msgid "Selectable root" +msgstr "Raíz seleccionable" + +#: entrée standard:38 +msgid "GLPI object" +msgid_plural "GLPI objects" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: entrée standard:63 +msgid "Direct access on homepage" +msgstr "Acceso directo en la página principal" + +#: entrée standard:86 +msgid "Default form in service catalog" +msgstr "Formulario predeterminado en el catálogo de servicios" + +#: entrée standard:113 standard:114 +msgid "Are you a robot ?" +msgstr "¿Eres un robot?" + +#: entrée standard:64 +msgid "Condition to show the section" +msgstr "Condición para mostrar la sección" + +#: entrée standard:40 +msgid "Condition to generate the target" +msgstr "Condición para generar un destino" + +#: entrée standard:40 +msgid "General" +msgstr "" + +#: entrée standard:45 +msgid "validation percent" +msgstr "" + +#: entrée standard:52 +msgid "Add a validator" +msgstr "" + +#: entrée standard:57 standard:36 +msgid "Validation level" +msgstr "" + +#: entrée standard:73 +msgid "Validator type" +msgstr "" + +#: entrée standard:98 +msgid "Validators" +msgstr "Validadores" + +#: entrée standard:106 standard:5 +msgid "Actions" +msgstr "Acciones" + +#: entrée standard:54 +msgid "Impacts" +msgstr "Impactos" + +#: entrée standard:62 +msgid "Checklist" +msgstr "Lista de verificación" + +#: entrée standard:36 +msgid "Answers title" +msgstr "Título de las respuestas" + +#: entrée standard:45 +msgid "Add a section" +msgstr "Agregar sección" + +#: entrée standard:55 +msgid "Condition to show the submit button" +msgstr "Condición para mostrar el botón enviar" + +#: entrée standard:33 +msgid "No form answer yet" +msgstr "No hay respuesta de formulario todavía" + +#: entrée standard:38 +#, php-format +msgid "%s latest items" +msgstr "%s últimos artículos" + +#: entrée standard:54 +msgid "Please activate the form to view the link" +msgstr "Por favor, active el formulario para ver el enlace" + +#: entrée standard:63 +msgid "Enable captcha" +msgstr "Habilitar captcha" + +#: entrée standard:79 +msgid "Restricted to" +msgstr "Restringido a" + +#: entrée standard:83 +msgid "Add a question" +msgstr "Agregar pregunta" + +#: entrée standard:39 +msgid "List of available tags" +msgstr "Lista de etiquetas disponibles" + +#: entrée standard:42 +msgid "Title" +msgstr "Título" + +#: entrée standard:47 +msgid "Full form" +msgstr "Formulario completo" + +#: entrée standard:37 +msgid "Validation status" +msgstr "" + +#: entrée standard:36 +#, php-format +msgid "My %1$d last forms (requester)" +msgstr "Mis %1$d últimos formularios (solicitante)" + +#: entrée standard:39 +msgid "No form posted yet" +msgstr "No hay formulario todavía" + +#: entrée standard:63 +msgid "All my forms (requester)" +msgstr "Todos mis formularios (solicitante)" + +#: entrée standard:36 +#, php-format +msgid "My %1$d last forms (validator)" +msgstr "Mis %1$d últimos formularios (validador)" + +#: entrée standard:63 +msgid "All my forms (validator)" +msgstr "Todos mis formularios (autorizante)" + +#: entrée standard:42 +msgid "Min" +msgstr "Mín" + +#: entrée standard:53 +msgid "Max" +msgstr "Máx" diff --git a/locales/es_CL.po b/locales/es_CL.po new file mode 100644 index 000000000..79170eff1 --- /dev/null +++ b/locales/es_CL.po @@ -0,0 +1,2723 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-05-31 16:21+0200\n" +"PO-Revision-Date: 2022-06-15 12:10+0000\n" +"Language-Team: Spanish (Chile) (https://app.transifex.com/teclib/teams/28042/es_CL/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: es_CL\n" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" + +#: ajax/question_update.php:38 ajax/section_update.php:37 +msgid "Bad request" +msgstr "" + +#: ajax/question_update.php:47 ajax/question_move.php:45 +#: ajax/question_delete.php:42 ajax/question_toggle_required.php:49 +msgid "Question not found" +msgstr "" + +#: ajax/question_update.php:53 ajax/question_duplicate.php:49 +#: ajax/question_move.php:50 ajax/section_add.php:38 +#: ajax/section_delete.php:50 ajax/section_move.php:55 +#: ajax/section_duplicate.php:50 ajax/question_delete.php:49 +#: ajax/question_toggle_required.php:55 ajax/section_update.php:44 +msgid "You don't have right for this action" +msgstr "" + +#: ajax/question_duplicate.php:43 +msgid "Source question not found" +msgstr "" + +#: ajax/question_move.php:73 +msgid "Could not move some questions" +msgstr "" + +#: ajax/section_add.php:44 +msgid "Could not add the section" +msgstr "" + +#: ajax/commontree.php:55 entrée standard:128 standard:100 +msgid "Subtree root" +msgstr "" + +#: ajax/commontree.php:59 +msgid "Selectable" +msgstr "" + +#: ajax/commontree.php:74 entrée standard:137 standard:109 +msgid "Limit subtree depth" +msgstr "" + +#: ajax/commontree.php:84 +msgid "No limit" +msgstr "" + +#: ajax/section_delete.php:44 ajax/section_move.php:49 +#: ajax/section_duplicate.php:44 +msgid "Source section not found" +msgstr "" + +#: ajax/section_delete.php:56 +msgid "Could not delete the section" +msgstr "" + +#: ajax/question_add.php:45 +msgid "Could not add the question" +msgstr "" + +#: ajax/section_move.php:66 +msgid "Could not move the section" +msgstr "" + +#: ajax/target_actor.php:51 +msgid "Failed to add the actor" +msgstr "" + +#: ajax/target_actor.php:62 +msgid "Failed to delete the actor" +msgstr "" + +#: ajax/section_duplicate.php:56 +msgid "Could not duplicate the section" +msgstr "" + +#: ajax/section_update.php:50 +msgid "Could not update the section" +msgstr "" + +#: front/knowbaseitem.php:42 front/knowbaseitem.php:47 +#: front/wizardreminders.php:49 front/wizardreminders.php:51 +#: front/wizard.php:45 front/wizard.php:50 front/wizardfeeds.php:49 +#: front/wizardfeeds.php:51 front/issue.php:44 front/issue.php:50 +#: front/formanswer.php:44 front/reservation.php:46 front/reservation.php:48 +#: front/knowbaseitem.form.php:48 front/knowbaseitem.form.php:50 +#: front/reservationitem.php:42 front/reservationitem.php:44 +#: front/formanswer.form.php:74 front/reservation.form.php:46 +#: front/reservation.form.php:48 +msgid "Service catalog" +msgstr "" + +#: front/issue.form.php:46 +msgid "Item not found" +msgstr "" + +#: front/targetticket.form.php:46 front/targetticket.form.php:56 +#: front/targetticket.form.php:81 front/targetchange.form.php:46 +#: front/targetproblem.form.php:46 +msgid "No right to update this item." +msgstr "" + +#: front/targetticket.form.php:75 +msgid "Bad request while deleting an actor." +msgstr "" + +#: front/targetticket.form.php:95 front/targetchange.form.php:81 +#: front/formanswer.php:47 front/targetproblem.form.php:81 +#: front/formanswer.form.php:77 front/form.php:43 inc/common.class.php:654 +#: inc/common.class.php:661 +msgid "Form Creator" +msgstr "" + +#: front/targetticket.form.php:105 front/targetchange.form.php:90 +#: front/targetproblem.form.php:90 +#, php-format +msgid "%1$s = %2$s" +msgstr "" + +#: front/formlist.php:46 front/formlist.php:52 inc/common.class.php:648 +msgid "Form list" +msgstr "" + +#: front/formdisplay.php:90 inc/formanswer.class.php:1077 +#: inc/formanswer.class.php:1325 inc/formanswer.class.php:1376 +msgid "The form has been successfully saved!" +msgstr "" + +#. TRANS: %s is the user login +#: front/reservation.form.php:71 +#, php-format +msgid "%1$s purges the reservation for item %2$s" +msgstr "" + +#: front/reservation.form.php:124 +#, php-format +msgid "%1$s adds the reservation %2$s for item %3$s" +msgstr "" + +#: inc/knowbase.class.php:60 inc/entityconfig.class.php:478 +#: inc/form.class.php:611 +msgid "Category" +msgid_plural "Categories" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/knowbase.class.php:62 inc/form.class.php:614 entrée standard:39 +msgid "See all" +msgstr "" + +#: inc/knowbase.class.php:83 +msgid "Please, describe your need here" +msgstr "" + +#: inc/field/textareafield.class.php:186 +msgid "Textarea" +msgstr "" + +#: inc/field/textareafield.class.php:249 inc/field/dropdownfield.class.php:594 +#: inc/field/ldapselectfield.class.php:115 +#: inc/field/urgencyfield.class.php:166 inc/field/tagfield.class.php:166 +#: inc/field/timefield.class.php:114 inc/field/fieldsfield.class.php:489 +#: inc/field/requesttypefield.class.php:161 +msgid "A required field is empty:" +msgstr "" + +#: inc/field/textareafield.class.php:267 inc/field/integerfield.class.php:112 +#: inc/field/floatfield.class.php:194 inc/conditionnabletrait.class.php:70 +msgid "The regular expression is invalid" +msgstr "" + +#: inc/field/dropdownfield.class.php:81 inc/filter/entityfilter.class.php:48 +msgid "User and form" +msgstr "" + +#: inc/field/dropdownfield.class.php:87 +msgid "Search filter" +msgstr "" + +#: inc/field/dropdownfield.class.php:585 entrée standard:38 +msgid "Dropdown" +msgid_plural "Dropdowns" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/field/dropdownfield.class.php:616 +msgid "Invalid value for " +msgstr "" + +#: inc/field/dropdownfield.class.php:628 +#, php-format +msgid "The itemtype field is required: %s" +msgstr "" + +#: inc/field/dropdownfield.class.php:644 +#, php-format +msgid "Invalid dropdown type: %s" +msgstr "" + +#: inc/field/dropdownfield.class.php:704 inc/questionfilter.class.php:62 +#: entrée standard:68 +msgid "Filter" +msgstr "" + +#: inc/field/dropdownfield.class.php:987 entrée standard:162 standard:134 +msgid "Entity restriction" +msgstr "" + +#: inc/field/dropdownfield.class.php:996 +msgid "" +"To respect the GLPI entity system, \"Form\" should be selected. Others " +"settings will break the entity restrictions" +msgstr "" + +#: inc/field/ldapselectfield.class.php:96 +msgid "LDAP Select" +msgstr "" + +#: inc/field/ldapselectfield.class.php:140 +msgid "LDAP directory not defined!" +msgstr "" + +#: inc/field/ldapselectfield.class.php:147 +msgid "LDAP directory not found!" +msgstr "" + +#: inc/field/radiosfield.class.php:108 +msgid "Radios" +msgstr "" + +#: inc/field/radiosfield.class.php:114 inc/field/fieldsfield.class.php:513 +#: inc/field/checkboxesfield.class.php:245 +msgid "The field value is required:" +msgstr "" + +#: inc/field/radiosfield.class.php:192 inc/field/selectfield.class.php:104 +#: inc/field/datetimefield.class.php:119 inc/field/actorfield.class.php:258 +#: inc/field/checkboxesfield.class.php:191 inc/field/floatfield.class.php:125 +#: inc/field/datefield.class.php:116 +#, php-format +msgid "A required field is empty: %s" +msgstr "" + +#: inc/field/integerfield.class.php:59 +#, php-format +msgid "This is not an integer: %s" +msgstr "" + +#: inc/field/integerfield.class.php:71 inc/field/floatfield.class.php:156 +#, php-format +msgid "Specific format does not match: %s" +msgstr "" + +#: inc/field/integerfield.class.php:85 inc/field/floatfield.class.php:167 +#, php-format +msgid "The following number must be greater than %d: %s" +msgstr "" + +#: inc/field/integerfield.class.php:91 inc/field/floatfield.class.php:173 +#, php-format +msgid "The following number must be lower than %d: %s" +msgstr "" + +#: inc/field/integerfield.class.php:101 +msgid "Integer" +msgstr "" + +#: inc/field/undefinedfield.class.php:44 +msgid "Undefined" +msgstr "" + +#: inc/field/ipfield.class.php:123 +msgid "IP address" +msgid_plural "IP addresses" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/field/urgencyfield.class.php:86 inc/abstractitiltarget.class.php:1040 +msgid "Urgency" +msgstr "" + +#: inc/field/urgencyfield.class.php:120 +msgctxt "urgency" +msgid "Very high" +msgstr "" + +#: inc/field/urgencyfield.class.php:121 +msgctxt "urgency" +msgid "High" +msgstr "" + +#: inc/field/urgencyfield.class.php:122 +msgctxt "urgency" +msgid "Medium" +msgstr "" + +#: inc/field/urgencyfield.class.php:123 +msgctxt "urgency" +msgid "Low" +msgstr "" + +#: inc/field/urgencyfield.class.php:124 +msgctxt "urgency" +msgid "Very low" +msgstr "" + +#: inc/field/tagfield.class.php:52 +msgid "Warning: Tag plugin is disabled or missing" +msgstr "" + +#: inc/field/tagfield.class.php:200 +msgid "Tag" +msgid_plural "Tags" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/field/hostnamefield.class.php:116 +msgid "Hostname" +msgid_plural "Hostnames" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/field/timefield.class.php:130 +msgid "Time" +msgstr "" + +#: inc/field/emailfield.class.php:89 +#, php-format +msgid "This is not a valid e-mail: %s" +msgstr "" + +#: inc/field/emailfield.class.php:100 +msgid "Email" +msgid_plural "Emails" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/field/selectfield.class.php:97 +msgid "Select" +msgstr "" + +#: inc/field/datetimefield.class.php:140 +msgid "Date & time" +msgstr "" + +#: inc/field/actorfield.class.php:84 +msgid "Actor" +msgid_plural "Actors" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/field/actorfield.class.php:268 +#, php-format +msgid "Invalid value: %s" +msgstr "" + +#: inc/field/actorfield.class.php:291 +#, php-format +msgid "User not found or invalid email address: %s" +msgstr "" + +#: inc/field/filefield.class.php:124 +msgid "No attached document" +msgstr "" + +#: inc/field/filefield.class.php:133 inc/field/filefield.class.php:254 +#: inc/field/filefield.class.php:261 +msgid "Attached document" +msgstr "" + +#: inc/field/filefield.class.php:175 +#, php-format +msgid "A required file is missing: %s" +msgstr "" + +#: inc/field/filefield.class.php:192 +msgid "File" +msgstr "" + +#: inc/field/multiselectfield.class.php:86 +msgid "Multiselect" +msgstr "" + +#: inc/field/fieldsfield.class.php:154 +msgid "Warning: Additional Fields plugin is disabled or missing" +msgstr "" + +#: inc/field/fieldsfield.class.php:168 +msgid "Block" +msgstr "" + +#: inc/field/fieldsfield.class.php:172 inc/targetticket.class.php:346 +msgid "Field" +msgstr "" + +#: inc/field/fieldsfield.class.php:254 +msgid "show" +msgstr "" + +#: inc/field/fieldsfield.class.php:390 +#, php-format +msgid "Field '%1$s' type not implemented yet!" +msgstr "" + +#: inc/field/fieldsfield.class.php:467 +msgid "Some numeric fields contains non numeric values" +msgstr "" + +#: inc/field/fieldsfield.class.php:472 +msgid "Some URL fields contains invalid links" +msgstr "" + +#: inc/field/fieldsfield.class.php:566 +msgid "Additionnal fields" +msgstr "" + +#: inc/field/checkboxesfield.class.php:133 +msgid "Checkboxes" +msgstr "" + +#: inc/field/checkboxesfield.class.php:227 +#, php-format +msgid "The following question needs at least %d answers: %s" +msgstr "" + +#: inc/field/checkboxesfield.class.php:233 +#, php-format +msgid "The following question does not accept more than %d answers: %s" +msgstr "" + +#: inc/field/checkboxesfield.class.php:305 +msgid "Range min" +msgstr "" + +#: inc/field/checkboxesfield.class.php:306 +msgid "Range max" +msgstr "" + +#: inc/field/requesttypefield.class.php:87 inc/targetticket.class.php:1150 +msgid "Request type" +msgstr "" + +#: inc/field/floatfield.class.php:142 +#, php-format +msgid "This is not a number: %s" +msgstr "" + +#: inc/field/floatfield.class.php:183 +msgid "Decimal number" +msgstr "" + +#: inc/field/floatfield.class.php:235 inc/questionregex.class.php:62 entrée +#: standard:42 +msgid "Regular expression" +msgstr "" + +#: inc/field/floatfield.class.php:240 +msgid "Range" +msgstr "" + +#: inc/field/floatfield.class.php:246 +msgid "Additional validation" +msgstr "" + +#: inc/field/datefield.class.php:137 +msgid "Date" +msgstr "" + +#: inc/field/descriptionfield.class.php:106 inc/form.class.php:151 +#: inc/question.class.php:188 entrée standard:82 standard:52 standard:114 +msgid "Description" +msgstr "" + +#: inc/field/descriptionfield.class.php:113 +msgid "A description field should have a description:" +msgstr "" + +#: inc/field/hiddenfield.class.php:96 +msgid "Hidden field" +msgid_plural "Hidden fields" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/condition.class.php:65 +msgid "Condition" +msgid_plural "Conditions" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/condition.class.php:103 +msgid "is visible" +msgstr "" + +#: inc/condition.class.php:104 +msgid "is not visible" +msgstr "" + +#: inc/condition.class.php:105 +msgid "regular expression matches" +msgstr "" + +#: inc/condition.class.php:116 +msgid "Always displayed" +msgstr "" + +#: inc/condition.class.php:117 +msgid "Hidden unless" +msgstr "" + +#: inc/condition.class.php:118 +msgid "Displayed unless" +msgstr "" + +#: inc/condition.class.php:178 inc/target_actor.class.php:233 +#: inc/form_language.class.php:565 inc/form_validator.class.php:248 +#: inc/targetproblem.class.php:527 inc/questionrange.class.php:199 +#: inc/form.class.php:1908 inc/targetchange.class.php:304 +#: inc/questionfilter.class.php:222 inc/section.class.php:381 +#: inc/restrictedformcriteria.class.php:200 inc/question.class.php:867 +#: inc/questionparameter/range.class.php:198 inc/questionregex.class.php:188 +#: inc/questiondependency.class.php:196 inc/item_targetticket.class.php:154 +#: inc/targetticket.class.php:1461 +#, php-format +msgid "Failed to add or update the %1$s %2$s" +msgstr "" + +#: inc/condition.class.php:200 inc/target_actor.class.php:254 +#: inc/form_language.class.php:581 inc/form_validator.class.php:288 +#: inc/targetproblem.class.php:362 inc/questionrange.class.php:131 +#: inc/form.class.php:1569 inc/targetchange.class.php:149 +#: inc/questionfilter.class.php:154 inc/section.class.php:406 +#: inc/restrictedformcriteria.class.php:226 inc/question.class.php:894 +#: inc/questionparameter/range.class.php:133 inc/questionregex.class.php:120 +#: inc/questiondependency.class.php:211 inc/item_targetticket.class.php:64 +#: inc/targetticket.class.php:1500 +#, php-format +msgid "Cannot export an empty object: %s" +msgstr "" + +#: inc/condition.class.php:268 +msgid "Conditions" +msgstr "" + +#: inc/linker.class.php:78 +msgid "Importing" +msgstr "" + +#: inc/linker.class.php:80 +msgid "Import in progress" +msgstr "" + +#: inc/issue.class.php:43 +msgid "Issue" +msgid_plural "Issues" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/issue.class.php:56 +msgid "Update issue data from tickets and form answers" +msgstr "" + +#: inc/issue.class.php:393 +msgid "Satisfaction survey expired" +msgstr "" + +#: inc/issue.class.php:531 inc/form_language.class.php:229 +#: inc/form.class.php:2208 entrée standard:52 standard:49 standard:57 +#: standard:38 standard:39 standard:105 standard:46 +msgid "Name" +msgstr "" + +#: inc/issue.class.php:543 inc/formanswer.class.php:229 +#: inc/formanswer.class.php:320 inc/targetproblem.class.php:610 +#: inc/form.class.php:142 inc/targetchange.class.php:335 +#: inc/section.class.php:95 inc/question.class.php:178 +#: inc/targetticket.class.php:180 entrée standard:45 +msgid "ID" +msgstr "" + +#: inc/issue.class.php:552 inc/form.class.php:2217 entrée standard:111 +#: standard:65 standard:104 standard:4 +msgid "Type" +msgid_plural "Types" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/issue.class.php:565 inc/formanswer.class.php:307 +msgid "Status" +msgstr "" + +#: inc/issue.class.php:577 +msgid "Opening date" +msgstr "" + +#: inc/issue.class.php:586 +msgid "Last update" +msgstr "" + +#: inc/issue.class.php:595 inc/abstracttarget.class.php:517 +msgid "Entity" +msgid_plural "Entities" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/issue.class.php:605 inc/notificationtargetformanswer.class.php:76 +#: inc/notificationtargetformanswer.class.php:96 +#: inc/target_actor.class.php:101 inc/formanswer.class.php:248 +#: inc/formanswer.class.php:762 inc/abstractitiltarget.class.php:1804 entrée +#: standard:48 +msgid "Requester" +msgid_plural "Requesters" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/issue.class.php:619 inc/formanswer.class.php:258 +msgid "Form approver" +msgstr "" + +#: inc/issue.class.php:651 inc/formanswer.class.php:691 +#: inc/formanswer.class.php:698 inc/formanswer.class.php:777 +#: inc/form_language.class.php:243 +msgid "Comment" +msgstr "" + +#: inc/issue.class.php:663 +msgid "Ticket approver" +msgstr "" + +#: inc/issue.class.php:736 +msgid "Technician" +msgstr "" + +#: inc/issue.class.php:767 +msgid "Technician group" +msgstr "" + +#: inc/issue.class.php:799 inc/formanswer.class.php:287 +msgid "Form approver group" +msgstr "" + +#: inc/issue.class.php:829 +msgid "Ticket approver group" +msgstr "" + +#: inc/issue.class.php:863 inc/abstractitiltarget.class.php:787 entrée +#: standard:108 +msgid "Time to resolve" +msgstr "" + +#: inc/issue.class.php:874 +msgid "Time to resolve + Progress" +msgstr "" + +#: inc/issue.class.php:884 +msgid "Internal time to resolve" +msgstr "" + +#: inc/issue.class.php:895 +msgid "Internal time to resolve + Progress" +msgstr "" + +#: inc/issue.class.php:905 +msgid "Resolution date" +msgstr "" + +#: inc/issue.class.php:914 +msgid "Internal time to own" +msgstr "" + +#: inc/issue.class.php:925 +msgid "Internal time to own + Progress" +msgstr "" + +#: inc/issue.class.php:935 entrée standard:109 +msgid "Time to own" +msgstr "" + +#: inc/issue.class.php:946 +msgid "Time to own + Progress" +msgstr "" + +#: inc/issue.class.php:958 +msgid "Approver substitute" +msgstr "" + +#: inc/issue.class.php:1022 +msgid "Substitute of a member of approver group" +msgstr "" + +#: inc/issue.class.php:1095 +msgid "Form approver substitute" +msgstr "" + +#: inc/issue.class.php:1163 +msgid "Current form approver group" +msgstr "" + +#: inc/issue.class.php:1193 +msgid "Current form approver" +msgstr "" + +#: inc/issue.class.php:1227 +msgid "Ticket requester" +msgstr "" + +#: inc/issue.class.php:1274 +msgid "Ticket observer" +msgstr "" + +#: inc/issue.class.php:1322 +msgid "Ticket technician" +msgstr "" + +#: inc/issue.class.php:1469 +#, php-format +msgid "%1$s %2$s" +msgstr "" + +#: inc/issue.class.php:1727 inc/filter/itilcategoryfilter.class.php:56 +#: hook.php:766 +msgid "All" +msgstr "" + +#: inc/issue.class.php:1733 hook.php:767 +msgid "New" +msgstr "" + +#: inc/issue.class.php:1739 hook.php:768 +msgid "Assigned" +msgstr "" + +#: inc/issue.class.php:1745 inc/formanswer.class.php:78 +#: inc/form_validator.class.php:70 hook.php:769 +msgid "Waiting" +msgstr "" + +#: inc/issue.class.php:1751 hook.php:770 +msgid "To validate" +msgstr "" + +#: inc/issue.class.php:1757 hook.php:771 +msgid "Solved" +msgstr "" + +#: inc/issue.class.php:1763 hook.php:772 +msgid "Closed" +msgstr "" + +#: inc/category.class.php:50 hook.php:72 +msgid "Form category" +msgid_plural "Form categories" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/category.class.php:80 +msgid "Knowbase category" +msgstr "" + +#: inc/category.class.php:86 +msgid "As child of" +msgstr "" + +#: inc/category.class.php:92 inc/form.class.php:247 entrée standard:65 +msgid "Icon" +msgstr "" + +#: inc/category.class.php:98 inc/form.class.php:255 entrée standard:67 +msgid "Icon color" +msgstr "" + +#: inc/category.class.php:104 inc/form.class.php:263 entrée standard:80 +msgid "Background color" +msgstr "" + +#: inc/formlist.class.php:46 inc/entityconfig.class.php:93 +#: inc/form.class.php:111 inc/form.class.php:516 inc/form.class.php:2015 +#: entrée standard:47 +msgid "Form" +msgid_plural "Forms" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/notificationtargetformanswer.class.php:43 +msgid "The form as been saved" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:44 +msgid "A form need to be validate" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:45 install/install.php:490 +msgid "The form is refused" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:46 install/install.php:496 +msgid "The form is accepted" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:47 install/install.php:502 +msgid "The form is deleted" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:74 +msgid "Form ID" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:75 +#: inc/notificationtargetformanswer.class.php:95 +msgid "Form name" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:77 +#: inc/form_validator.class.php:91 +msgid "Validator" +msgid_plural "Validators" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/notificationtargetformanswer.class.php:78 +#: inc/notificationtargetformanswer.class.php:98 inc/formanswer.class.php:278 +#: entrée standard:49 +msgid "Creation date" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:79 +#: inc/notificationtargetformanswer.class.php:99 +msgid "Full form answers" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:80 +msgid "Validation comment" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:81 +#: inc/notificationtargetformanswer.class.php:101 +msgid "Validation link" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:82 +msgid "Request ID" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:94 +msgid "Form #" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:97 +msgctxt "tag" +msgid "Validator" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:100 +msgid "Refused comment" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:102 +msgid "Request #" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:114 +msgid "Author" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:115 +#: inc/abstractitiltarget.class.php:1374 +msgid "Approver" +msgstr "" + +#: inc/target_actor.class.php:70 inc/abstractitiltarget.class.php:2141 +msgid "Form author" +msgstr "" + +#: inc/target_actor.class.php:71 inc/abstractitiltarget.class.php:2144 +msgid "Form validator" +msgstr "" + +#: inc/target_actor.class.php:72 +msgid "Specific person" +msgstr "" + +#: inc/target_actor.class.php:73 inc/abstractitiltarget.class.php:2154 +msgid "Person from the question" +msgstr "" + +#: inc/target_actor.class.php:74 +msgid "Specific group" +msgstr "" + +#: inc/target_actor.class.php:75 inc/abstractitiltarget.class.php:2165 +msgid "Group from the question" +msgstr "" + +#: inc/target_actor.class.php:76 +msgid "Group from an object" +msgstr "" + +#: inc/target_actor.class.php:77 +msgid "Tech group from an object" +msgstr "" + +#: inc/target_actor.class.php:78 +msgid "Specific supplier" +msgstr "" + +#: inc/target_actor.class.php:79 inc/abstractitiltarget.class.php:2194 +msgid "Supplier from the question" +msgstr "" + +#: inc/target_actor.class.php:80 inc/abstractitiltarget.class.php:2183 +msgid "Actors from the question" +msgstr "" + +#: inc/target_actor.class.php:81 inc/abstractitiltarget.class.php:2198 +msgid "Form author's supervisor" +msgstr "" + +#: inc/target_actor.class.php:102 +msgid "Observer" +msgstr "" + +#: inc/target_actor.class.php:103 inc/abstractitiltarget.class.php:1818 +msgid "Assigned to" +msgstr "" + +#: inc/target_actor.class.php:109 +msgid "Target actor" +msgid_plural "Target actors" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/target_actor.class.php:115 inc/target_actor.class.php:131 +#: inc/target_actor.class.php:140 +msgid "Bad request while adding an actor." +msgstr "" + +#: inc/target_actor.class.php:197 +#, php-format +msgid "Failed to find a user: %1$s" +msgstr "" + +#: inc/target_actor.class.php:206 +#, php-format +msgid "Failed to find a group: %1$s" +msgstr "" + +#: inc/target_actor.class.php:215 +#, php-format +msgid "Failed to find a supplier: %1$s" +msgstr "" + +#: inc/formanswer.class.php:79 inc/form_validator.class.php:72 +msgid "Refused" +msgstr "" + +#: inc/formanswer.class.php:80 inc/form_validator.class.php:71 +msgid "Accepted" +msgstr "" + +#: inc/formanswer.class.php:214 +msgid "Form answer" +msgid_plural "Form answers" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/formanswer.class.php:676 +msgid "Print this form" +msgstr "" + +#: inc/formanswer.class.php:701 +msgid "Form accepted by validator." +msgstr "" + +#: inc/formanswer.class.php:703 +msgid "Form successfully saved." +msgstr "" + +#: inc/formanswer.class.php:770 +msgid "Save" +msgstr "" + +#: inc/formanswer.class.php:782 +msgid "Required if refused" +msgstr "" + +#: inc/formanswer.class.php:788 +msgid "Refuse" +msgstr "" + +#: inc/formanswer.class.php:796 +msgid "Edit answers" +msgstr "" + +#: inc/formanswer.class.php:802 +msgid "Cancel edition" +msgstr "" + +#: inc/formanswer.class.php:809 +msgid "Accept" +msgstr "" + +#: inc/formanswer.class.php:828 +msgid "Refused comment is required!" +msgstr "" + +#: inc/formanswer.class.php:882 inc/formanswer.class.php:899 +msgid "" +"An internal error occured when verifying your answers. Please report it to " +"your administrator." +msgstr "" + +#: inc/formanswer.class.php:933 +msgid "You are not the validator of these answers" +msgstr "" + +#: inc/formanswer.class.php:1083 +#, php-format +msgid "Item sucessfully added: %1$s (%2$s: %3$s)" +msgstr "" + +#: inc/formanswer.class.php:1166 inc/formanswer.class.php:1168 +msgid "Form data" +msgstr "" + +#: inc/formanswer.class.php:1301 +msgid "" +"You are a validator of the form, then your approval hs been added " +"automatically." +msgstr "" + +#: inc/formanswer.class.php:1310 inc/formanswer.class.php:1363 +msgid "Cannot generate targets!" +msgstr "" + +#: inc/formanswer.class.php:1511 +msgid "No captcha set." +msgstr "" + +#: inc/formanswer.class.php:1517 +msgid "You failed the captcha test." +msgstr "" + +#: inc/formanswer.class.php:1540 +msgid "You must select validator!" +msgstr "" + +#: inc/common.class.php:229 +msgid "You cannot delete this issue. Maybe it is taken into account." +msgstr "" + +#: inc/common.class.php:234 +msgid "Failed to delete this issue. An internal error occured." +msgstr "" + +#: inc/common.class.php:745 +msgid "Seek assistance" +msgstr "" + +#: inc/common.class.php:751 inc/common.class.php:755 +msgid "My requests for assistance" +msgstr "" + +#: inc/common.class.php:791 +msgid "Consult reminders" +msgstr "" + +#: inc/common.class.php:811 +msgid "Consult feeds" +msgstr "" + +#: inc/abstractfield.class.php:89 inc/question.class.php:758 +msgid "Apply" +msgstr "" + +#: inc/formaccesstype.class.php:41 entrée standard:39 +msgid "Access type" +msgid_plural "Access types" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/form_language.class.php:51 +msgid "Form language" +msgid_plural "Form languages" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/form_language.class.php:78 inc/form_language.class.php:364 +msgid "Translation" +msgid_plural "Translations" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/form_language.class.php:119 +msgid "The name cannot be empty." +msgstr "" + +#: inc/form_language.class.php:127 +msgid "The language must be associated to a form." +msgstr "" + +#: inc/form_language.class.php:135 +msgid "The specified language is not available." +msgstr "" + +#: inc/form_language.class.php:265 +msgid "Add a translation" +msgstr "" + +#: inc/form_language.class.php:299 js/scripts.js:1214 +msgid "Update a translation" +msgstr "" + +#: inc/form_language.class.php:329 inc/form_language.class.php:331 +msgid "New translation" +msgstr "" + +#: inc/form_language.class.php:334 +msgid "Filter list" +msgstr "" + +#: inc/form_language.class.php:339 inc/form_language.class.php:438 +msgid "No translation found" +msgstr "" + +#: inc/form_language.class.php:344 +msgid "Do you want to delete the selected items?" +msgstr "" + +#: inc/form_language.class.php:353 inc/form_language.class.php:401 +#: inc/abstractitiltarget.class.php:1710 entrée standard:124 standard:31 +msgid "Delete" +msgstr "" + +#: inc/form_language.class.php:363 +msgid "Original string" +msgstr "" + +#: inc/form_language.class.php:424 +msgid "Add a new language" +msgstr "" + +#: inc/form_language.class.php:457 inc/form_language.class.php:489 +#: inc/form.class.php:178 entrée standard:72 +msgid "Language" +msgstr "" + +#: inc/form_validator.class.php:69 inc/targetticket.class.php:99 +#: inc/abstractitiltarget.class.php:186 +msgid "None" +msgstr "" + +#: inc/form_validator.class.php:78 inc/abstractitiltarget.class.php:2552 +msgid "No" +msgstr "" + +#: inc/form_validator.class.php:81 +msgid "Supervisor of the requester" +msgstr "" + +#: inc/form_validator.class.php:116 inc/translation.class.php:221 +msgid "Form not found." +msgstr "" + +#: inc/form_validator.class.php:121 inc/form_validator.class.php:129 +#: inc/form_validator.class.php:138 +msgid "Invalid validator." +msgstr "" + +#: inc/form_validator.class.php:147 +#, php-format +msgid "Only level 1 is allowed for %s." +msgstr "" + +#: inc/form_validator.class.php:156 +msgid "Invalid validator type." +msgstr "" + +#: inc/form_validator.class.php:194 entrée standard:103 +msgid "Level" +msgstr "" + +#: inc/form_validator.class.php:592 inc/abstractitiltarget.class.php:1354 +msgid "Validation" +msgstr "" + +#: inc/form_validator.class.php:594 +msgid "Choose a validator" +msgstr "" + +#: inc/profile.class.php:62 inc/targetproblem.class.php:147 +#: inc/entityconfig.class.php:520 inc/targetchange.class.php:484 +#: inc/targetticket.class.php:323 inc/targetticket.class.php:358 +#: inc/abstractitiltarget.class.php:2124 +msgctxt "button" +msgid "Save" +msgstr "" + +#: inc/targetproblem.class.php:43 entrée standard:43 +msgid "Target problem" +msgid_plural "Target problems" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/targetproblem.class.php:109 inc/targetproblem.class.php:565 +#: inc/targetchange.class.php:105 inc/targetchange.class.php:441 +#: inc/targetticket.class.php:135 inc/targetticket.class.php:238 +msgid "Properties" +msgstr "" + +#: inc/targetproblem.class.php:509 inc/targetchange.class.php:286 +#: inc/targetticket.class.php:1443 +#, php-format +msgid "" +"Failed to add or update the %1$s %2$s: a question is missing and is used in " +"a parameter of the target" +msgstr "" + +#: inc/targetproblem.class.php:566 inc/targetchange.class.php:106 +#: inc/targetticket.class.php:136 inc/abstractitiltarget.class.php:1216 +msgid "Actors" +msgstr "" + +#: inc/targetproblem.class.php:619 entrée standard:48 +msgid "Problem title" +msgstr "" + +#: inc/targetproblem.class.php:629 inc/targetchange.class.php:354 +#: inc/targetticket.class.php:199 +msgid "Content" +msgstr "" + +#: inc/targetproblem.class.php:639 inc/targetchange.class.php:364 +msgid "Impact" +msgstr "" + +#: inc/targetproblem.class.php:649 entrée standard:56 +msgid "Cause" +msgstr "" + +#: inc/targetproblem.class.php:659 entrée standard:58 +msgid "Symptom" +msgstr "" + +#: inc/entityconfig.class.php:101 inc/entityconfig.class.php:110 +#: inc/entityconfig.class.php:118 inc/entityconfig.class.php:126 +#: inc/entityconfig.class.php:134 inc/entityconfig.class.php:142 +#: inc/entityconfig.class.php:150 inc/entityconfig.class.php:158 +#: inc/entityconfig.class.php:166 inc/entityconfig.class.php:180 +#: inc/entityconfig.class.php:188 inc/entityconfig.class.php:196 +msgid "Inheritance of the parent entity" +msgstr "" + +#: inc/entityconfig.class.php:102 +msgid "GLPi's helpdesk" +msgstr "" + +#: inc/entityconfig.class.php:103 +msgid "Service catalog simplified" +msgstr "" + +#: inc/entityconfig.class.php:104 +msgid "Service catalog extended" +msgstr "" + +#: inc/entityconfig.class.php:111 +msgid "All available forms" +msgstr "" + +#: inc/entityconfig.class.php:112 +msgid "Only default forms" +msgstr "" + +#: inc/entityconfig.class.php:119 +msgid "Popularity sort" +msgstr "" + +#: inc/entityconfig.class.php:120 +msgid "Alphabetic sort" +msgstr "" + +#: inc/entityconfig.class.php:127 +msgid "Merged with Forms" +msgstr "" + +#: inc/entityconfig.class.php:128 +msgid "Distinct menu entry" +msgstr "" + +#: inc/entityconfig.class.php:135 inc/entityconfig.class.php:143 +#: inc/entityconfig.class.php:151 inc/entityconfig.class.php:159 +#: inc/entityconfig.class.php:189 inc/form.class.php:271 entrée standard:100 +msgid "Visible" +msgstr "" + +#: inc/entityconfig.class.php:136 inc/entityconfig.class.php:144 +#: inc/entityconfig.class.php:152 inc/entityconfig.class.php:160 +#: inc/entityconfig.class.php:190 +msgid "Hidden" +msgstr "" + +#: inc/entityconfig.class.php:167 +msgid "Variable height" +msgstr "" + +#: inc/entityconfig.class.php:168 +msgid "Uniform height" +msgstr "" + +#: inc/entityconfig.class.php:173 +msgid "Search for assistance" +msgstr "" + +#: inc/entityconfig.class.php:174 +msgid "User's assistance requests" +msgstr "" + +#: inc/entityconfig.class.php:181 +msgid "Only forms" +msgstr "" + +#: inc/entityconfig.class.php:182 +msgid "Forms and list of requests" +msgstr "" + +#: inc/entityconfig.class.php:197 +msgid "Folded" +msgstr "" + +#: inc/entityconfig.class.php:198 +msgid "Unfolded" +msgstr "" + +#: inc/entityconfig.class.php:298 +msgid "Helpdesk" +msgstr "" + +#: inc/entityconfig.class.php:306 inc/entityconfig.class.php:534 entrée +#: standard:44 +msgid "Helpdesk mode" +msgstr "" + +#: inc/entityconfig.class.php:317 inc/entityconfig.class.php:604 +msgid "Default Form list mode" +msgstr "" + +#: inc/entityconfig.class.php:335 inc/entityconfig.class.php:544 +msgid "Sort order" +msgstr "" + +#: inc/entityconfig.class.php:351 inc/entityconfig.class.php:554 +msgid "Knowledge base" +msgstr "" + +#: inc/entityconfig.class.php:366 +msgid "Search" +msgstr "" + +#: inc/entityconfig.class.php:382 inc/entityconfig.class.php:614 +msgid "Counters dashboard" +msgstr "" + +#: inc/entityconfig.class.php:398 +msgid "Header message" +msgstr "" + +#: inc/entityconfig.class.php:414 inc/entityconfig.class.php:624 +msgid "Search issue" +msgstr "" + +#: inc/entityconfig.class.php:430 inc/entityconfig.class.php:594 +msgid "Service catalog home page" +msgstr "" + +#: inc/entityconfig.class.php:446 inc/entityconfig.class.php:634 +msgid "Tile design" +msgstr "" + +#: inc/entityconfig.class.php:462 +msgid "Home page" +msgstr "" + +#: inc/entityconfig.class.php:494 +msgid "Menu visibility (only for vertical menu)" +msgstr "" + +#: inc/entityconfig.class.php:506 inc/entityconfig.class.php:584 +#: inc/form.class.php:225 entrée standard:84 +msgid "Header" +msgid_plural "Headers" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/entityconfig.class.php:564 +msgid "Display search field" +msgstr "" + +#: inc/entityconfig.class.php:574 +msgid "Display header" +msgstr "" + +#: inc/questionrange.class.php:52 inc/questionparameter/range.class.php:56 +msgid "Question range" +msgid_plural "Question ranges" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/questionrange.class.php:62 inc/questionparameter/range.class.php:66 +msgid "Minimum range" +msgstr "" + +#: inc/questionrange.class.php:71 inc/questionparameter/range.class.php:75 +msgid "maximum range" +msgstr "" + +#: inc/form.class.php:66 inc/form.class.php:429 +msgid "Public access" +msgstr "" + +#: inc/form.class.php:67 inc/form.class.php:433 +msgid "Private access" +msgstr "" + +#: inc/form.class.php:68 inc/form.class.php:437 +msgid "Restricted access" +msgstr "" + +#: inc/form.class.php:122 +msgid "Answers waiting for validation" +msgstr "" + +#: inc/form.class.php:124 inc/form.class.php:1663 inc/form.class.php:1689 +msgid "Import forms" +msgstr "" + +#: inc/form.class.php:169 +msgid "Recursive" +msgstr "" + +#: inc/form.class.php:190 +msgid "Homepage" +msgstr "" + +#: inc/form.class.php:203 +msgid "Access" +msgstr "" + +#: inc/form.class.php:234 inc/form.class.php:327 inc/form.class.php:394 entrée +#: standard:54 +msgid "Active" +msgstr "" + +#: inc/form.class.php:286 inc/form.class.php:338 inc/form.class.php:413 +msgid "Default form" +msgstr "" + +#: inc/form.class.php:296 entrée standard:106 +msgid "Next form" +msgstr "" + +#: inc/form.class.php:326 inc/form.class.php:391 +msgid "Inactive" +msgstr "" + +#: inc/form.class.php:337 inc/form.class.php:410 +msgid "Not default form" +msgstr "" + +#: inc/form.class.php:361 inc/form.class.php:445 entrée standard:75 +msgid "All languages" +msgstr "" + +#: inc/form.class.php:508 entrée standard:3 +msgid "Target" +msgid_plural "Targets" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/form.class.php:511 +msgid "Preview" +msgstr "" + +#: inc/form.class.php:512 +msgid "Form answer properties" +msgstr "" + +#: inc/form.class.php:854 +msgid "What are you looking for?" +msgstr "" + +#: inc/form.class.php:993 inc/form.class.php:1156 +#: inc/abstracttarget.class.php:162 inc/abstractitiltarget.class.php:1625 +msgid "The name cannot be empty!" +msgstr "" + +#: inc/form.class.php:1026 inc/form.class.php:1191 +msgid "A loop is generated!" +msgstr "" + +#: inc/form.class.php:1167 +msgid "Cannot use empty name for form answers. Keeping the previous value." +msgstr "" + +#: inc/form.class.php:1303 +#, php-format +msgid "The question %s is not compatible with public forms" +msgstr "" + +#: inc/form.class.php:1386 +msgid "Errored duplicate" +msgstr "" + +#: inc/form.class.php:1397 entrée standard:23 +msgid "Duplicate" +msgstr "" + +#: inc/form.class.php:1442 inc/form.class.php:1452 +msgctxt "button" +msgid "Post" +msgstr "" + +#: inc/form.class.php:1475 +#, php-format +msgid "Form duplicated: %s" +msgstr "" + +#: inc/form.class.php:1491 +#, php-format +msgid "Form Transfered: %s" +msgstr "" + +#: inc/form.class.php:1515 +msgid "Back" +msgstr "" + +#: inc/form.class.php:1526 +#, php-format +msgid "Form updated: %s" +msgstr "" + +#: inc/form.class.php:1636 +msgid "Upload of JSON files not allowed." +msgstr "" + +#: inc/form.class.php:1639 +msgid "You may allow JSON files right now." +msgstr "" + +#: inc/form.class.php:1640 +msgctxt "button" +msgid "Create" +msgstr "" + +#: inc/form.class.php:1643 inc/form.class.php:1654 +msgid "Please contact your GLPI administrator." +msgstr "" + +#: inc/form.class.php:1644 inc/form.class.php:1655 +msgctxt "button" +msgid "Back" +msgstr "" + +#: inc/form.class.php:1647 +msgid "Upload of JSON files not enabled." +msgstr "" + +#: inc/form.class.php:1650 inc/form.class.php:1653 +msgid "You may enable JSON files right now." +msgstr "" + +#: inc/form.class.php:1651 +msgctxt "button" +msgid "Enable" +msgstr "" + +#: inc/form.class.php:1698 +msgctxt "button" +msgid "Send" +msgstr "" + +#: inc/form.class.php:1717 +msgid "Forms import impossible, the file is empty" +msgstr "" + +#: inc/form.class.php:1721 inc/form.class.php:1725 +msgid "Forms import impossible, the file seems corrupt" +msgstr "" + +#: inc/form.class.php:1731 +msgid "Forms import impossible, the file was generated with another version" +msgstr "" + +#: inc/form.class.php:1738 +msgid "" +"The file does not specifies the schema version. It was probably generated " +"with a version older than 2.10. Giving up." +msgstr "" + +#: inc/form.class.php:1764 +#, php-format +msgid "Failed to import %s" +msgstr "" + +#: inc/form.class.php:1769 +#, php-format +msgid "Forms successfully imported from %s" +msgstr "" + +#: inc/form.class.php:1832 +#, php-format +msgid "The form %1$s already exists and is in an unmodifiable entity." +msgstr "" + +#: inc/form.class.php:1840 +#, php-format +msgid "You don't have right to update the entity %1$s." +msgstr "" + +#: inc/form.class.php:1850 +#, php-format +msgid "The entity %1$s is required for the form %2$s." +msgstr "" + +#: inc/form.class.php:1952 +msgid "Failed to create JSON document type" +msgstr "" + +#: inc/form.class.php:1959 +msgid "JSON document type not found" +msgstr "" + +#: inc/form.class.php:1966 +msgid "Failed to update JSON document type" +msgstr "" + +#: inc/form.class.php:1986 +msgid "Forms without category" +msgstr "" + +#: inc/form.class.php:2007 +msgid "No form available" +msgstr "" + +#: inc/form.class.php:2205 entrée standard:47 +msgid "Add a target" +msgstr "" + +#: inc/form.class.php:2236 inc/targetticket.class.php:398 +#: inc/abstractitiltarget.class.php:1828 inc/abstractitiltarget.class.php:2124 +#: entrée standard:92 standard:94 +msgid "Add" +msgstr "" + +#: inc/form.class.php:2254 inc/form.class.php:2277 inc/form.class.php:2299 +msgid "Unsupported target type." +msgstr "" + +#: inc/form.class.php:2333 +msgid "plugin_formcreator_load_check" +msgstr "" + +#: inc/targetchange.class.php:44 entrée standard:43 +msgid "Target change" +msgid_plural "Target changes" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/targetchange.class.php:344 entrée standard:48 +msgid "Change title" +msgstr "" + +#: inc/targetchange.class.php:374 entrée standard:56 +msgid "Control list" +msgstr "" + +#: inc/targetchange.class.php:384 entrée standard:58 +msgid "Deployment plan" +msgstr "" + +#: inc/targetchange.class.php:394 entrée standard:60 +msgid "Backup plan" +msgstr "" + +#: inc/targetchange.class.php:404 +msgid "Check list" +msgstr "" + +#: inc/questionfilter.class.php:52 +msgid "Question filter" +msgid_plural "Question filters" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/section.class.php:71 entrée standard:53 standard:44 +msgid "Section" +msgid_plural "Sections" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/section.class.php:123 inc/section.class.php:166 +#: inc/question.class.php:348 +msgid "The title is required" +msgstr "" + +#: inc/section.class.php:553 inc/question.class.php:234 entrée standard:37 +msgid "Count of conditions" +msgstr "" + +#: inc/restrictedformcriteria.class.php:179 +#, php-format +msgid "Failed to find %1$s %2$s" +msgstr "" + +#: inc/question.class.php:73 inc/abstractitiltarget.class.php:1127 entrée +#: standard:41 +msgid "Question" +msgid_plural "Questions" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/question.class.php:197 entrée standard:43 standard:50 standard:44 +#: standard:49 standard:79 +msgid "Required" +msgstr "" + +#: inc/question.class.php:355 +msgid "The section is required" +msgstr "" + +#: inc/question.class.php:365 +#, php-format +msgid "Field type %1$s is not available for question %2$s." +msgstr "" + +#: inc/question.class.php:379 +msgid "This type of question is not compatible with public forms." +msgstr "" + +#: inc/question.class.php:469 +msgid "The field type cannot be changed. Delete then recreate the question." +msgstr "" + +#: inc/question.class.php:1184 +msgid "Service levels" +msgstr "" + +#: inc/question.class.php:1185 inc/abstractitiltarget.class.php:851 +msgid "SLA" +msgstr "" + +#: inc/question.class.php:1186 inc/abstractitiltarget.class.php:924 +msgid "OLA" +msgstr "" + +#: inc/question.class.php:1205 inc/question.class.php:1248 +#: inc/question.class.php:1251 +msgid "Assets" +msgstr "" + +#: inc/question.class.php:1219 hook.php:780 hook.php:797 +msgid "Assistance" +msgstr "" + +#: inc/question.class.php:1225 +msgid "Management" +msgstr "" + +#: inc/question.class.php:1236 +msgid "Tools" +msgstr "" + +#: inc/question.class.php:1237 +msgid "Notes" +msgstr "" + +#: inc/question.class.php:1238 +msgid "RSS feed" +msgstr "" + +#: inc/question.class.php:1240 +msgid "Administration" +msgstr "" + +#: inc/question.class.php:1248 inc/question.class.php:1251 +msgid "Plugin" +msgid_plural "Plugins" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/abstractquestionparameter.class.php:98 +msgid "Parameter" +msgstr "" + +#: inc/abstractquestionparameter.class.php:105 +msgid "Field name" +msgstr "" + +#: inc/abstracttarget.class.php:97 +msgid "Current active entity" +msgstr "" + +#: inc/abstracttarget.class.php:98 +msgid "Default requester user's entity" +msgstr "" + +#: inc/abstracttarget.class.php:99 +msgid "First dynamic requester user's entity (alphabetical)" +msgstr "" + +#: inc/abstracttarget.class.php:100 +msgid "Last dynamic requester user's entity (alphabetical)" +msgstr "" + +#: inc/abstracttarget.class.php:101 +msgid "The form entity" +msgstr "" + +#: inc/abstracttarget.class.php:102 +msgid "Default entity of the validator" +msgstr "" + +#: inc/abstracttarget.class.php:103 +msgid "Specific entity" +msgstr "" + +#: inc/abstracttarget.class.php:104 +msgid "Default entity of a user type question answer" +msgstr "" + +#: inc/abstracttarget.class.php:105 +msgid "From a GLPI object > Entity type question answer" +msgstr "" + +#: inc/abstracttarget.class.php:116 +msgid "Always generated" +msgstr "" + +#: inc/abstracttarget.class.php:117 +msgid "Disabled unless" +msgstr "" + +#: inc/abstracttarget.class.php:118 +msgid "Generated unless" +msgstr "" + +#: inc/abstracttarget.class.php:129 +msgid "A target must be associated to a form." +msgstr "" + +#: inc/abstracttarget.class.php:134 +msgid "A target must be associated to an existing form." +msgstr "" + +#: inc/abstracttarget.class.php:139 +msgid "Name is required." +msgstr "" + +#: inc/abstracttarget.class.php:502 +msgid "Destination entity" +msgstr "" + +#: inc/abstracttarget.class.php:518 +msgid "User type question" +msgstr "" + +#: inc/abstracttarget.class.php:519 +msgid "Entity type question" +msgstr "" + +#: inc/command/cleanticketscommand.class.php:53 +msgid "Searching for invalid items..." +msgstr "" + +#: inc/command/cleanticketscommand.class.php:61 +msgid "Done." +msgstr "" + +#: inc/command/cleanticketscommand.class.php:135 +msgid "Step 1: double encoded < and > signs." +msgstr "" + +#: inc/command/cleanticketscommand.class.php:146 +#: inc/command/cleanticketscommand.class.php:196 +#: inc/command/cleanticketscommand.class.php:260 +msgid "No invalid items found." +msgstr "" + +#: inc/command/cleanticketscommand.class.php:187 +msgid "Step 2: literal BR tag." +msgstr "" + +#: inc/command/cleanticketscommand.class.php:251 +msgid "Step 3: litteral > sign." +msgstr "" + +#: inc/filter/itilcategoryfilter.class.php:52 +#: inc/filter/itilcategoryfilter.class.php:54 +msgid "Request categories" +msgstr "" + +#: inc/filter/itilcategoryfilter.class.php:53 +#: inc/filter/itilcategoryfilter.class.php:54 +msgid "Incident categories" +msgstr "" + +#: inc/filter/itilcategoryfilter.class.php:55 +msgid "Change categories" +msgstr "" + +#: inc/supervisorvalidator.class.php:44 +msgid "Requester supervisor" +msgid_plural "Requester supervisors" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/supervisorvalidator.class.php:52 +msgid "My supervisor" +msgstr "" + +#: inc/questionregex.class.php:52 +msgid "Question regular expression" +msgid_plural "Question regular expressions" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/questiondependency.class.php:66 +msgid "Question dependency" +msgid_plural "Question dependencies" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/answer.class.php:66 entrée standard:43 +msgid "Answer" +msgid_plural "Answers" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/item_targetticket.class.php:52 +msgid "Composite ticket relation" +msgid_plural "Composite ticket relations" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/targetticket.class.php:57 entrée standard:43 +msgid "Target ticket" +msgid_plural "Target tickets" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/targetticket.class.php:100 +msgid "Specific asset" +msgstr "" + +#: inc/targetticket.class.php:101 inc/targetticket.class.php:117 +#: inc/abstractitiltarget.class.php:207 inc/abstractitiltarget.class.php:215 +#: inc/abstractitiltarget.class.php:223 inc/abstractitiltarget.class.php:231 +#: inc/abstractitiltarget.class.php:240 inc/abstractitiltarget.class.php:249 +msgid "Equals to the answer to the question" +msgstr "" + +#: inc/targetticket.class.php:102 inc/abstractitiltarget.class.php:232 +#: inc/abstractitiltarget.class.php:241 inc/abstractitiltarget.class.php:250 +msgid "Last valid answer" +msgstr "" + +#: inc/targetticket.class.php:108 +msgid "Source from template or user default or GLPI default" +msgstr "" + +#: inc/targetticket.class.php:109 +msgid "Formcreator" +msgstr "" + +#: inc/targetticket.class.php:115 +msgid "Default or from a template" +msgstr "" + +#: inc/targetticket.class.php:116 +msgid "Specific type" +msgstr "" + +#: inc/targetticket.class.php:189 entrée standard:48 +msgid "Ticket title" +msgstr "" + +#: inc/targetticket.class.php:307 +msgid "Add validation message as first ticket followup" +msgstr "" + +#: inc/targetticket.class.php:341 +msgid "Add a field" +msgstr "" + +#: inc/targetticket.class.php:369 +msgid "Managed fields" +msgstr "" + +#: inc/targetticket.class.php:376 +msgid "No managed field" +msgstr "" + +#: inc/targetticket.class.php:396 +msgid "Link to an other ticket" +msgstr "" + +#: inc/targetticket.class.php:405 +msgid "An other destination of this form" +msgstr "" + +#: inc/targetticket.class.php:406 +msgid "An existing ticket" +msgstr "" + +#: inc/targetticket.class.php:407 +msgid "A ticket from an answer to a question" +msgstr "" + +#: inc/targetticket.class.php:488 +msgctxt "button" +msgid "Delete permanently" +msgstr "" + +#: inc/targetticket.class.php:743 +msgid "Invalid link type" +msgstr "" + +#: inc/targetticket.class.php:763 +msgid "Invalid linked item type" +msgstr "" + +#: inc/targetticket.class.php:776 +msgid "Linked item does not exists" +msgstr "" + +#: inc/targetticket.class.php:789 +msgid "Failed to link the item" +msgstr "" + +#: inc/targetticket.class.php:905 install/install.php:497 +msgid "Your form has been accepted by the validator" +msgstr "" + +#: inc/targetticket.class.php:1137 +msgid "Request source" +msgstr "" + +#: inc/targetticket.class.php:1162 +msgid "Type " +msgstr "" + +#: inc/targetticket.class.php:1190 +msgid "Associated elements" +msgstr "" + +#: inc/targetticket.class.php:1201 +msgid "Item " +msgstr "" + +#: inc/translation.class.php:153 +msgid "No more string to translate" +msgstr "" + +#: inc/translation.class.php:164 +msgid "Internal error: translatable string not found." +msgstr "" + +#: inc/translation.class.php:216 +msgid "Language not found." +msgstr "" + +#: inc/translation.class.php:236 +msgid "Failed to add the translation." +msgstr "" + +#: inc/abstractitiltarget.class.php:187 +msgid "Tags from questions" +msgstr "" + +#: inc/abstractitiltarget.class.php:188 +msgid "Specific tags" +msgstr "" + +#: inc/abstractitiltarget.class.php:189 +msgid "Tags from questions and specific tags" +msgstr "" + +#: inc/abstractitiltarget.class.php:190 +msgid "Tags from questions or specific tags" +msgstr "" + +#: inc/abstractitiltarget.class.php:196 +msgid "TTR from template or none" +msgstr "" + +#: inc/abstractitiltarget.class.php:197 +msgid "equals to the answer to the question" +msgstr "" + +#: inc/abstractitiltarget.class.php:198 +msgid "calculated from the ticket creation date" +msgstr "" + +#: inc/abstractitiltarget.class.php:199 +msgid "calculated from the answer to the question" +msgstr "" + +#: inc/abstractitiltarget.class.php:205 +msgid "SLA from template or none" +msgstr "" + +#: inc/abstractitiltarget.class.php:206 +msgid "Specific SLA" +msgstr "" + +#: inc/abstractitiltarget.class.php:213 +msgid "OLA from template or none" +msgstr "" + +#: inc/abstractitiltarget.class.php:214 +msgid "Specific OLA" +msgstr "" + +#: inc/abstractitiltarget.class.php:221 +msgid "Urgency from template or Medium" +msgstr "" + +#: inc/abstractitiltarget.class.php:222 +msgid "Specific urgency" +msgstr "" + +#: inc/abstractitiltarget.class.php:229 +msgid "Category from template or none" +msgstr "" + +#: inc/abstractitiltarget.class.php:230 +msgid "Specific category" +msgstr "" + +#: inc/abstractitiltarget.class.php:238 +msgid "Location from template or none" +msgstr "" + +#: inc/abstractitiltarget.class.php:239 +msgid "Specific location" +msgstr "" + +#: inc/abstractitiltarget.class.php:247 +msgid "Contract from template or none" +msgstr "" + +#: inc/abstractitiltarget.class.php:248 +msgid "Specific contract" +msgstr "" + +#: inc/abstractitiltarget.class.php:256 +msgid "No validation" +msgstr "" + +#: inc/abstractitiltarget.class.php:257 +msgid "Specific user or group" +msgstr "" + +#: inc/abstractitiltarget.class.php:258 +msgid "User from question answer" +msgstr "" + +#: inc/abstractitiltarget.class.php:259 +msgid "Group from question answer" +msgstr "" + +#: inc/abstractitiltarget.class.php:839 +msgid "Minute" +msgid_plural "Minutes" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/abstractitiltarget.class.php:840 +msgid "Hour" +msgid_plural "Hours" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/abstractitiltarget.class.php:841 +msgid "Day" +msgid_plural "Days" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/abstractitiltarget.class.php:842 +msgid "Month" +msgid_plural "Months" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/abstractitiltarget.class.php:874 +msgid "SLA (TTO/TTR)" +msgstr "" + +#: inc/abstractitiltarget.class.php:875 inc/abstractitiltarget.class.php:948 +msgid "Question (TTO/TTR)" +msgstr "" + +#: inc/abstractitiltarget.class.php:947 +msgid "OLA (TTO/TTR)" +msgstr "" + +#: inc/abstractitiltarget.class.php:1051 +msgid "Urgency " +msgstr "" + +#: inc/abstractitiltarget.class.php:1080 +msgid "Ticket tags" +msgstr "" + +#: inc/abstractitiltarget.class.php:1128 +msgid "Tags" +msgstr "" + +#: inc/abstractitiltarget.class.php:1247 +msgid "Location" +msgstr "" + +#: inc/abstractitiltarget.class.php:1259 +msgid "Location " +msgstr "" + +#: inc/abstractitiltarget.class.php:1312 +msgid "Contract" +msgstr "" + +#: inc/abstractitiltarget.class.php:1324 +msgid "Contract " +msgstr "" + +#: inc/abstractitiltarget.class.php:1635 +msgid "The description cannot be empty!" +msgstr "" + +#: inc/abstractitiltarget.class.php:1811 +msgid "Watcher" +msgid_plural "Watchers" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/abstractitiltarget.class.php:1830 +msgid "Cancel" +msgstr "" + +#: inc/abstractitiltarget.class.php:2118 inc/abstractitiltarget.class.php:2548 +#: inc/abstractitiltarget.class.php:2552 +msgid "Email followup" +msgstr "" + +#: inc/abstractitiltarget.class.php:2149 inc/abstractitiltarget.class.php:2536 +msgid "User" +msgstr "" + +#: inc/abstractitiltarget.class.php:2160 inc/abstractitiltarget.class.php:2540 +msgid "Group" +msgstr "" + +#: inc/abstractitiltarget.class.php:2171 +msgid "Group from the object" +msgstr "" + +#: inc/abstractitiltarget.class.php:2177 +msgid "Tech group from the object" +msgstr "" + +#: inc/abstractitiltarget.class.php:2189 inc/abstractitiltarget.class.php:2544 +msgid "Supplier" +msgstr "" + +#: inc/abstractitiltarget.class.php:2548 +msgid "Yes" +msgstr "" + +#: install/install.php:163 +#, php-format +msgid "Upgrade tables to innoDB; run %s" +msgstr "" + +#: install/install.php:199 +#, php-format +msgid "" +"The database schema is not consistent with the previous version of " +"Formcreator %s. To see the logs run the command %s" +msgstr "" + +#: install/install.php:208 +#, php-format +msgid "To ignore the inconsistencies and upgrade anyway run %s" +msgstr "" + +#: install/install.php:225 +msgid "" +"Upgrade from version older than 2.5.0 is no longer supported. Please upgrade" +" to GLPI 9.5.7, upgrade Formcreator to version 2.12.5, then upgrade again to" +" GLPI 10 or later and Formcreator 2.13 or later." +msgstr "" + +#: install/install.php:251 +#, php-format +msgid "" +"A fatal error occured in the upgrade from %s! Upgrade aborted. Please check " +"logs to fix the problem then try again." +msgstr "" + +#: install/install.php:294 +#, php-format +msgid "" +"The database schema is not consistent with the current version of " +"Formcreator %s. To see the logs enable the plugin and run the command %s" +msgstr "" + +#: install/install.php:305 +msgid "The tables of the plugin passed the schema integrity check." +msgstr "" + +#: install/install.php:478 +msgid "A form has been created" +msgstr "" + +#: install/install.php:479 +msgid "Your request has been saved" +msgstr "" + +#: install/install.php:480 +msgid "" +"Hi,\\nYour request from GLPI has been successfully saved with number " +"##formcreator.request_id## and transmitted to the helpdesk team.\\nYou can " +"see your answers onto the following link:\\n##formcreator.validation_link##" +msgstr "" + +#: install/install.php:484 +msgid "A form need validation" +msgstr "" + +#: install/install.php:485 +msgid "A form from GLPI need to be validated" +msgstr "" + +#: install/install.php:486 +msgid "" +"Hi,\\nA form from GLPI need to be validated and you have been choosen as the" +" validator.\\nYou can access it by clicking onto this " +"link:\\n##formcreator.validation_link##" +msgstr "" + +#: install/install.php:491 +msgid "Your form has been refused by the validator" +msgstr "" + +#: install/install.php:492 +msgid "" +"Hi,\\nWe are sorry to inform you that your form has been refused by the " +"validator for the reason " +"below:\\n##formcreator.validation_comment##\\n\\nYou can still modify and " +"resubmit it by clicking onto this link:\\n##formcreator.validation_link##" +msgstr "" + +#: install/install.php:498 +msgid "" +"Hi,\\nWe are pleased to inform you that your form has been accepted by the " +"validator.\\nYour request will be considered soon." +msgstr "" + +#: install/install.php:503 +msgid "Your form has been deleted by an administrator" +msgstr "" + +#: install/install.php:504 +msgid "" +"Hi,\\nWe are sorry to inform you that your request cannot be considered and " +"has been deleted by an administrator." +msgstr "" + +#: install/install.php:732 +msgid "Formcreator - Sync service catalog issues" +msgstr "" + +#: install/install.php:945 +msgid "Failed to check the sanity of the tables!" +msgstr "" + +#: install/install.php:959 +#, php-format +msgid "Table schema differs for table \"%s\"." +msgstr "" + +#: install/install.php:962 +#, php-format +msgid "Table \"%s\" is missing." +msgstr "" + +#: install/install.php:965 +#, php-format +msgid "Unknown table \"%s\" has been found in database." +msgstr "" + +#: hook.php:439 +msgctxt "button" +msgid "Duplicate" +msgstr "" + +#: hook.php:440 +msgid "Transfer" +msgstr "" + +#: hook.php:441 +msgctxt "button" +msgid "Export" +msgstr "" + +#: hook.php:442 +msgctxt "button" +msgid "Access rights" +msgstr "" + +#: hook.php:756 +msgid "Cancel my ticket" +msgstr "" + +#: hook.php:774 +msgid "Old" +msgstr "" + +#: hook.php:781 +#, php-format +msgid "Number of %s" +msgstr "" + +#: hook.php:798 +msgid "Issues summary" +msgstr "" + +#: hook.php:843 +msgid "" +"Formcreator's mini dashboard not usable as default. This Setting has been " +"ignored." +msgstr "" + +#: js/scripts.js:300 +msgid "No form found. Please choose a form below instead." +msgstr "" + +#: js/scripts.js:302 +msgid "No form found." +msgstr "" + +#: js/scripts.js:306 +msgid "No FAQ item found." +msgstr "" + +#: js/scripts.js:707 +msgid "Are you sure you want to delete this question?" +msgstr "" + +#: js/scripts.js:917 +msgid "Are you sure you want to delete this section?" +msgstr "" + +#: js/scripts.js:1161 +msgid "Add translations" +msgstr "" + +#: js/scripts.js:1300 js/scripts.js:1324 +msgid "An error occured while querying forms" +msgstr "" + +#: js/scripts.js:1416 entrée standard:139 +msgid "Send" +msgstr "" + +#: js/scripts.js:1425 +msgid "An internal error occurred. Please report it to administrator." +msgstr "" + +#: js/scripts.js:1468 +msgid "Are you sure you want to delete this validator ?" +msgstr "" + +#: js/scripts.js:1520 +msgid "Are you sure you want to duplicate this target?" +msgstr "" + +#: js/scripts.js:1537 +msgid "Are you sure you want to delete this target?" +msgstr "" + +#: entrée standard:57 standard:61 standard:60 standard:59 standard:43 +#: standard:69 standard:52 standard:76 +msgid "Default values" +msgstr "" + +#: entrée standard:52 standard:59 standard:58 +msgid "Show empty" +msgstr "" + +#: entrée standard:39 +msgid "LDAP directory" +msgid_plural "LDAP directories" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: entrée standard:78 +msgid "Attribute" +msgstr "" + +#: entrée standard:70 standard:68 +msgid "Values" +msgstr "" + +#: entrée standard:90 +msgid "Show ticket categories" +msgstr "" + +#: entrée standard:146 standard:118 +msgid "Selectable root" +msgstr "" + +#: entrée standard:38 +msgid "GLPI object" +msgid_plural "GLPI objects" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: entrée standard:63 +msgid "Direct access on homepage" +msgstr "" + +#: entrée standard:86 +msgid "Default form in service catalog" +msgstr "" + +#: entrée standard:113 standard:114 +msgid "Are you a robot ?" +msgstr "" + +#: entrée standard:64 +msgid "Condition to show the section" +msgstr "" + +#: entrée standard:40 +msgid "Condition to generate the target" +msgstr "" + +#: entrée standard:40 +msgid "General" +msgstr "" + +#: entrée standard:45 +msgid "validation percent" +msgstr "" + +#: entrée standard:52 +msgid "Add a validator" +msgstr "" + +#: entrée standard:57 standard:36 +msgid "Validation level" +msgstr "" + +#: entrée standard:73 +msgid "Validator type" +msgstr "" + +#: entrée standard:98 +msgid "Validators" +msgstr "" + +#: entrée standard:106 standard:5 +msgid "Actions" +msgstr "" + +#: entrée standard:54 +msgid "Impacts" +msgstr "" + +#: entrée standard:62 +msgid "Checklist" +msgstr "" + +#: entrée standard:36 +msgid "Answers title" +msgstr "" + +#: entrée standard:45 +msgid "Add a section" +msgstr "" + +#: entrée standard:55 +msgid "Condition to show the submit button" +msgstr "" + +#: entrée standard:33 +msgid "No form answer yet" +msgstr "" + +#: entrée standard:38 +#, php-format +msgid "%s latest items" +msgstr "" + +#: entrée standard:54 +msgid "Please activate the form to view the link" +msgstr "" + +#: entrée standard:63 +msgid "Enable captcha" +msgstr "" + +#: entrée standard:79 +msgid "Restricted to" +msgstr "" + +#: entrée standard:83 +msgid "Add a question" +msgstr "" + +#: entrée standard:39 +msgid "List of available tags" +msgstr "" + +#: entrée standard:42 +msgid "Title" +msgstr "" + +#: entrée standard:47 +msgid "Full form" +msgstr "" + +#: entrée standard:37 +msgid "Validation status" +msgstr "" + +#: entrée standard:36 +#, php-format +msgid "My %1$d last forms (requester)" +msgstr "" + +#: entrée standard:39 +msgid "No form posted yet" +msgstr "" + +#: entrée standard:63 +msgid "All my forms (requester)" +msgstr "" + +#: entrée standard:36 +#, php-format +msgid "My %1$d last forms (validator)" +msgstr "" + +#: entrée standard:63 +msgid "All my forms (validator)" +msgstr "" + +#: entrée standard:42 +msgid "Min" +msgstr "" + +#: entrée standard:53 +msgid "Max" +msgstr "" diff --git a/locales/es_CO.mo b/locales/es_CO.mo index c6d15b146..7115942d7 100644 Binary files a/locales/es_CO.mo and b/locales/es_CO.mo differ diff --git a/locales/es_CO.po b/locales/es_CO.po new file mode 100644 index 000000000..8db683b72 --- /dev/null +++ b/locales/es_CO.po @@ -0,0 +1,2751 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +# Translators: +# Haider López , 2022 +# miguelanruiz, 2022 +# Cristian Felipe de Jesús Casallas Prieto , 2022 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-05-31 16:21+0200\n" +"PO-Revision-Date: 2022-06-15 12:10+0000\n" +"Last-Translator: Cristian Felipe de Jesús Casallas Prieto , 2022\n" +"Language-Team: Spanish (Colombia) (https://app.transifex.com/teclib/teams/28042/es_CO/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: es_CO\n" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" + +#: ajax/question_update.php:38 ajax/section_update.php:37 +msgid "Bad request" +msgstr "Solicitud incorrecta" + +#: ajax/question_update.php:47 ajax/question_move.php:45 +#: ajax/question_delete.php:42 ajax/question_toggle_required.php:49 +msgid "Question not found" +msgstr "Pregunta no encontrada" + +#: ajax/question_update.php:53 ajax/question_duplicate.php:49 +#: ajax/question_move.php:50 ajax/section_add.php:38 +#: ajax/section_delete.php:50 ajax/section_move.php:55 +#: ajax/section_duplicate.php:50 ajax/question_delete.php:49 +#: ajax/question_toggle_required.php:55 ajax/section_update.php:44 +msgid "You don't have right for this action" +msgstr "No tienes derecho a esta acción" + +#: ajax/question_duplicate.php:43 +msgid "Source question not found" +msgstr "Pregunta de origen no encontrada" + +#: ajax/question_move.php:73 +msgid "Could not move some questions" +msgstr "No se pudieron mover algunas preguntas" + +#: ajax/section_add.php:44 +msgid "Could not add the section" +msgstr "No se pudo agregar la sección" + +#: ajax/commontree.php:55 entrée standard:128 standard:100 +msgid "Subtree root" +msgstr "Raíz del subárbol" + +#: ajax/commontree.php:59 +msgid "Selectable" +msgstr "Seleccionable" + +#: ajax/commontree.php:74 entrée standard:137 standard:109 +msgid "Limit subtree depth" +msgstr "Limite la profundidad del subárbol" + +#: ajax/commontree.php:84 +msgid "No limit" +msgstr "Sin límite" + +#: ajax/section_delete.php:44 ajax/section_move.php:49 +#: ajax/section_duplicate.php:44 +msgid "Source section not found" +msgstr "Sección de origen no encontrada" + +#: ajax/section_delete.php:56 +msgid "Could not delete the section" +msgstr "No se pudo eliminar la sección" + +#: ajax/question_add.php:45 +msgid "Could not add the question" +msgstr "" + +#: ajax/section_move.php:66 +msgid "Could not move the section" +msgstr "No se pudo mover la sección" + +#: ajax/target_actor.php:51 +msgid "Failed to add the actor" +msgstr "" + +#: ajax/target_actor.php:62 +msgid "Failed to delete the actor" +msgstr "" + +#: ajax/section_duplicate.php:56 +msgid "Could not duplicate the section" +msgstr "No se pudo duplicar la sección" + +#: ajax/section_update.php:50 +msgid "Could not update the section" +msgstr "No se pudo actualizar la sección" + +#: front/knowbaseitem.php:42 front/knowbaseitem.php:47 +#: front/wizardreminders.php:49 front/wizardreminders.php:51 +#: front/wizard.php:45 front/wizard.php:50 front/wizardfeeds.php:49 +#: front/wizardfeeds.php:51 front/issue.php:44 front/issue.php:50 +#: front/formanswer.php:44 front/reservation.php:46 front/reservation.php:48 +#: front/knowbaseitem.form.php:48 front/knowbaseitem.form.php:50 +#: front/reservationitem.php:42 front/reservationitem.php:44 +#: front/formanswer.form.php:74 front/reservation.form.php:46 +#: front/reservation.form.php:48 +msgid "Service catalog" +msgstr "Catálogo de servicios" + +#: front/issue.form.php:46 +msgid "Item not found" +msgstr "" + +#: front/targetticket.form.php:46 front/targetticket.form.php:56 +#: front/targetticket.form.php:81 front/targetchange.form.php:46 +#: front/targetproblem.form.php:46 +msgid "No right to update this item." +msgstr "" + +#: front/targetticket.form.php:75 +msgid "Bad request while deleting an actor." +msgstr "" + +#: front/targetticket.form.php:95 front/targetchange.form.php:81 +#: front/formanswer.php:47 front/targetproblem.form.php:81 +#: front/formanswer.form.php:77 front/form.php:43 inc/common.class.php:654 +#: inc/common.class.php:661 +msgid "Form Creator" +msgstr "Creador de formularios" + +#: front/targetticket.form.php:105 front/targetchange.form.php:90 +#: front/targetproblem.form.php:90 +#, php-format +msgid "%1$s = %2$s" +msgstr "" + +#: front/formlist.php:46 front/formlist.php:52 inc/common.class.php:648 +msgid "Form list" +msgstr "Lista de formularios" + +#: front/formdisplay.php:90 inc/formanswer.class.php:1077 +#: inc/formanswer.class.php:1325 inc/formanswer.class.php:1376 +msgid "The form has been successfully saved!" +msgstr "¡El formulario ha sido guardado exitosamente!" + +#. TRANS: %s is the user login +#: front/reservation.form.php:71 +#, php-format +msgid "%1$s purges the reservation for item %2$s" +msgstr "" + +#: front/reservation.form.php:124 +#, php-format +msgid "%1$s adds the reservation %2$s for item %3$s" +msgstr "" + +#: inc/knowbase.class.php:60 inc/entityconfig.class.php:478 +#: inc/form.class.php:611 +msgid "Category" +msgid_plural "Categories" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/knowbase.class.php:62 inc/form.class.php:614 entrée standard:39 +msgid "See all" +msgstr "" + +#: inc/knowbase.class.php:83 +msgid "Please, describe your need here" +msgstr "Por favor, describe su necesidad aquí" + +#: inc/field/textareafield.class.php:186 +msgid "Textarea" +msgstr "Área de texto" + +#: inc/field/textareafield.class.php:249 inc/field/dropdownfield.class.php:594 +#: inc/field/ldapselectfield.class.php:115 +#: inc/field/urgencyfield.class.php:166 inc/field/tagfield.class.php:166 +#: inc/field/timefield.class.php:114 inc/field/fieldsfield.class.php:489 +#: inc/field/requesttypefield.class.php:161 +msgid "A required field is empty:" +msgstr "Un campo requerido está vacío:" + +#: inc/field/textareafield.class.php:267 inc/field/integerfield.class.php:112 +#: inc/field/floatfield.class.php:194 inc/conditionnabletrait.class.php:70 +msgid "The regular expression is invalid" +msgstr "La expresión regular es invalida" + +#: inc/field/dropdownfield.class.php:81 inc/filter/entityfilter.class.php:48 +msgid "User and form" +msgstr "Usuario y formulario" + +#: inc/field/dropdownfield.class.php:87 +msgid "Search filter" +msgstr "" + +#: inc/field/dropdownfield.class.php:585 entrée standard:38 +msgid "Dropdown" +msgid_plural "Dropdowns" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/field/dropdownfield.class.php:616 +msgid "Invalid value for " +msgstr "Valor invalido para" + +#: inc/field/dropdownfield.class.php:628 +#, php-format +msgid "The itemtype field is required: %s" +msgstr "" + +#: inc/field/dropdownfield.class.php:644 +#, php-format +msgid "Invalid dropdown type: %s" +msgstr "Tipo de menú desplegable no válido: %s" + +#: inc/field/dropdownfield.class.php:704 inc/questionfilter.class.php:62 +#: entrée standard:68 +msgid "Filter" +msgstr "Filtro" + +#: inc/field/dropdownfield.class.php:987 entrée standard:162 standard:134 +msgid "Entity restriction" +msgstr "Restricción de entidad" + +#: inc/field/dropdownfield.class.php:996 +msgid "" +"To respect the GLPI entity system, \"Form\" should be selected. Others " +"settings will break the entity restrictions" +msgstr "" + +#: inc/field/ldapselectfield.class.php:96 +msgid "LDAP Select" +msgstr "Seleccionar LDAP" + +#: inc/field/ldapselectfield.class.php:140 +msgid "LDAP directory not defined!" +msgstr "¡El directorio LDAP no está definido!" + +#: inc/field/ldapselectfield.class.php:147 +msgid "LDAP directory not found!" +msgstr "¡Directorio LDAP no encontrado!" + +#: inc/field/radiosfield.class.php:108 +msgid "Radios" +msgstr "Botón de radio" + +#: inc/field/radiosfield.class.php:114 inc/field/fieldsfield.class.php:513 +#: inc/field/checkboxesfield.class.php:245 +msgid "The field value is required:" +msgstr "El valor del campo es requerido:" + +#: inc/field/radiosfield.class.php:192 inc/field/selectfield.class.php:104 +#: inc/field/datetimefield.class.php:119 inc/field/actorfield.class.php:258 +#: inc/field/checkboxesfield.class.php:191 inc/field/floatfield.class.php:125 +#: inc/field/datefield.class.php:116 +#, php-format +msgid "A required field is empty: %s" +msgstr "Un campo requerido esta vacío: %s" + +#: inc/field/integerfield.class.php:59 +#, php-format +msgid "This is not an integer: %s" +msgstr "Este no es un entero: %s" + +#: inc/field/integerfield.class.php:71 inc/field/floatfield.class.php:156 +#, php-format +msgid "Specific format does not match: %s" +msgstr "Formato especificado no coincide: %s" + +#: inc/field/integerfield.class.php:85 inc/field/floatfield.class.php:167 +#, php-format +msgid "The following number must be greater than %d: %s" +msgstr "El siguiente número debe ser mayor que %d: %s" + +#: inc/field/integerfield.class.php:91 inc/field/floatfield.class.php:173 +#, php-format +msgid "The following number must be lower than %d: %s" +msgstr "El siguiente número debe ser menor que %d: %s" + +#: inc/field/integerfield.class.php:101 +msgid "Integer" +msgstr "Entero" + +#: inc/field/undefinedfield.class.php:44 +msgid "Undefined" +msgstr "" + +#: inc/field/ipfield.class.php:123 +msgid "IP address" +msgid_plural "IP addresses" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/field/urgencyfield.class.php:86 inc/abstractitiltarget.class.php:1040 +msgid "Urgency" +msgstr "" + +#: inc/field/urgencyfield.class.php:120 +msgctxt "urgency" +msgid "Very high" +msgstr "" + +#: inc/field/urgencyfield.class.php:121 +msgctxt "urgency" +msgid "High" +msgstr "" + +#: inc/field/urgencyfield.class.php:122 +msgctxt "urgency" +msgid "Medium" +msgstr "Mediana" + +#: inc/field/urgencyfield.class.php:123 +msgctxt "urgency" +msgid "Low" +msgstr "" + +#: inc/field/urgencyfield.class.php:124 +msgctxt "urgency" +msgid "Very low" +msgstr "" + +#: inc/field/tagfield.class.php:52 +msgid "Warning: Tag plugin is disabled or missing" +msgstr "" + +#: inc/field/tagfield.class.php:200 +msgid "Tag" +msgid_plural "Tags" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/field/hostnamefield.class.php:116 +msgid "Hostname" +msgid_plural "Hostnames" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/field/timefield.class.php:130 +msgid "Time" +msgstr "Hora" + +#: inc/field/emailfield.class.php:89 +#, php-format +msgid "This is not a valid e-mail: %s" +msgstr "Este no es un correo electrónico valido: %s" + +#: inc/field/emailfield.class.php:100 +msgid "Email" +msgid_plural "Emails" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/field/selectfield.class.php:97 +msgid "Select" +msgstr "Seleccionar" + +#: inc/field/datetimefield.class.php:140 +msgid "Date & time" +msgstr "Fecha y hora" + +#: inc/field/actorfield.class.php:84 +msgid "Actor" +msgid_plural "Actors" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/field/actorfield.class.php:268 +#, php-format +msgid "Invalid value: %s" +msgstr "Valor invalido: %s" + +#: inc/field/actorfield.class.php:291 +#, php-format +msgid "User not found or invalid email address: %s" +msgstr "Usuario no encontrado o correo electrónico no valido: %s" + +#: inc/field/filefield.class.php:124 +msgid "No attached document" +msgstr "Documento no adjuntado" + +#: inc/field/filefield.class.php:133 inc/field/filefield.class.php:254 +#: inc/field/filefield.class.php:261 +msgid "Attached document" +msgstr "Documento adjuntado" + +#: inc/field/filefield.class.php:175 +#, php-format +msgid "A required file is missing: %s" +msgstr "Falta un archivo requerido: %s" + +#: inc/field/filefield.class.php:192 +msgid "File" +msgstr "" + +#: inc/field/multiselectfield.class.php:86 +msgid "Multiselect" +msgstr "Selección múltiple" + +#: inc/field/fieldsfield.class.php:154 +msgid "Warning: Additional Fields plugin is disabled or missing" +msgstr "" + +#: inc/field/fieldsfield.class.php:168 +msgid "Block" +msgstr "" + +#: inc/field/fieldsfield.class.php:172 inc/targetticket.class.php:346 +msgid "Field" +msgstr "" + +#: inc/field/fieldsfield.class.php:254 +msgid "show" +msgstr "" + +#: inc/field/fieldsfield.class.php:390 +#, php-format +msgid "Field '%1$s' type not implemented yet!" +msgstr "" + +#: inc/field/fieldsfield.class.php:467 +msgid "Some numeric fields contains non numeric values" +msgstr "" + +#: inc/field/fieldsfield.class.php:472 +msgid "Some URL fields contains invalid links" +msgstr "" + +#: inc/field/fieldsfield.class.php:566 +msgid "Additionnal fields" +msgstr "" + +#: inc/field/checkboxesfield.class.php:133 +msgid "Checkboxes" +msgstr "Checkboxes" + +#: inc/field/checkboxesfield.class.php:227 +#, php-format +msgid "The following question needs at least %d answers: %s" +msgstr "" + +#: inc/field/checkboxesfield.class.php:233 +#, php-format +msgid "The following question does not accept more than %d answers: %s" +msgstr "" + +#: inc/field/checkboxesfield.class.php:305 +msgid "Range min" +msgstr "" + +#: inc/field/checkboxesfield.class.php:306 +msgid "Range max" +msgstr "" + +#: inc/field/requesttypefield.class.php:87 inc/targetticket.class.php:1150 +msgid "Request type" +msgstr "Tipo de solicitud" + +#: inc/field/floatfield.class.php:142 +#, php-format +msgid "This is not a number: %s" +msgstr "Esto no es un número: %s" + +#: inc/field/floatfield.class.php:183 +msgid "Decimal number" +msgstr "" + +#: inc/field/floatfield.class.php:235 inc/questionregex.class.php:62 entrée +#: standard:42 +msgid "Regular expression" +msgstr "Expresión regular" + +#: inc/field/floatfield.class.php:240 +msgid "Range" +msgstr "Rango" + +#: inc/field/floatfield.class.php:246 +msgid "Additional validation" +msgstr "Validación adicional" + +#: inc/field/datefield.class.php:137 +msgid "Date" +msgstr "" + +#: inc/field/descriptionfield.class.php:106 inc/form.class.php:151 +#: inc/question.class.php:188 entrée standard:82 standard:52 standard:114 +msgid "Description" +msgstr "" + +#: inc/field/descriptionfield.class.php:113 +msgid "A description field should have a description:" +msgstr "Un campo de descripción debe tener una descripción:" + +#: inc/field/hiddenfield.class.php:96 +msgid "Hidden field" +msgid_plural "Hidden fields" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/condition.class.php:65 +msgid "Condition" +msgid_plural "Conditions" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/condition.class.php:103 +msgid "is visible" +msgstr "es visible" + +#: inc/condition.class.php:104 +msgid "is not visible" +msgstr "no es visible" + +#: inc/condition.class.php:105 +msgid "regular expression matches" +msgstr "coincidencias de expresiones regulares" + +#: inc/condition.class.php:116 +msgid "Always displayed" +msgstr "Mostrar siempre" + +#: inc/condition.class.php:117 +msgid "Hidden unless" +msgstr "Ocultar a menos que" + +#: inc/condition.class.php:118 +msgid "Displayed unless" +msgstr "Mostrar al menos que" + +#: inc/condition.class.php:178 inc/target_actor.class.php:233 +#: inc/form_language.class.php:565 inc/form_validator.class.php:248 +#: inc/targetproblem.class.php:527 inc/questionrange.class.php:199 +#: inc/form.class.php:1908 inc/targetchange.class.php:304 +#: inc/questionfilter.class.php:222 inc/section.class.php:381 +#: inc/restrictedformcriteria.class.php:200 inc/question.class.php:867 +#: inc/questionparameter/range.class.php:198 inc/questionregex.class.php:188 +#: inc/questiondependency.class.php:196 inc/item_targetticket.class.php:154 +#: inc/targetticket.class.php:1461 +#, php-format +msgid "Failed to add or update the %1$s %2$s" +msgstr "No se pudo agregar o actualizar el %1$s%2$s" + +#: inc/condition.class.php:200 inc/target_actor.class.php:254 +#: inc/form_language.class.php:581 inc/form_validator.class.php:288 +#: inc/targetproblem.class.php:362 inc/questionrange.class.php:131 +#: inc/form.class.php:1569 inc/targetchange.class.php:149 +#: inc/questionfilter.class.php:154 inc/section.class.php:406 +#: inc/restrictedformcriteria.class.php:226 inc/question.class.php:894 +#: inc/questionparameter/range.class.php:133 inc/questionregex.class.php:120 +#: inc/questiondependency.class.php:211 inc/item_targetticket.class.php:64 +#: inc/targetticket.class.php:1500 +#, php-format +msgid "Cannot export an empty object: %s" +msgstr "No se puede exportar un objeto vacío %s" + +#: inc/condition.class.php:268 +msgid "Conditions" +msgstr "Condiciones" + +#: inc/linker.class.php:78 +msgid "Importing" +msgstr "Importando" + +#: inc/linker.class.php:80 +msgid "Import in progress" +msgstr "" + +#: inc/issue.class.php:43 +msgid "Issue" +msgid_plural "Issues" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/issue.class.php:56 +msgid "Update issue data from tickets and form answers" +msgstr "Actualizar datos de problemas de tickets y respuestas de formularios" + +#: inc/issue.class.php:393 +msgid "Satisfaction survey expired" +msgstr "" + +#: inc/issue.class.php:531 inc/form_language.class.php:229 +#: inc/form.class.php:2208 entrée standard:52 standard:49 standard:57 +#: standard:38 standard:39 standard:105 standard:46 +msgid "Name" +msgstr "" + +#: inc/issue.class.php:543 inc/formanswer.class.php:229 +#: inc/formanswer.class.php:320 inc/targetproblem.class.php:610 +#: inc/form.class.php:142 inc/targetchange.class.php:335 +#: inc/section.class.php:95 inc/question.class.php:178 +#: inc/targetticket.class.php:180 entrée standard:45 +msgid "ID" +msgstr "" + +#: inc/issue.class.php:552 inc/form.class.php:2217 entrée standard:111 +#: standard:65 standard:104 standard:4 +msgid "Type" +msgid_plural "Types" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/issue.class.php:565 inc/formanswer.class.php:307 +msgid "Status" +msgstr "" + +#: inc/issue.class.php:577 +msgid "Opening date" +msgstr "" + +#: inc/issue.class.php:586 +msgid "Last update" +msgstr "" + +#: inc/issue.class.php:595 inc/abstracttarget.class.php:517 +msgid "Entity" +msgid_plural "Entities" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/issue.class.php:605 inc/notificationtargetformanswer.class.php:76 +#: inc/notificationtargetformanswer.class.php:96 +#: inc/target_actor.class.php:101 inc/formanswer.class.php:248 +#: inc/formanswer.class.php:762 inc/abstractitiltarget.class.php:1804 entrée +#: standard:48 +msgid "Requester" +msgid_plural "Requesters" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/issue.class.php:619 inc/formanswer.class.php:258 +msgid "Form approver" +msgstr "Aprobador del formulario" + +#: inc/issue.class.php:651 inc/formanswer.class.php:691 +#: inc/formanswer.class.php:698 inc/formanswer.class.php:777 +#: inc/form_language.class.php:243 +msgid "Comment" +msgstr "Comentario" + +#: inc/issue.class.php:663 +msgid "Ticket approver" +msgstr "Aprobador del ticket" + +#: inc/issue.class.php:736 +msgid "Technician" +msgstr "" + +#: inc/issue.class.php:767 +msgid "Technician group" +msgstr "" + +#: inc/issue.class.php:799 inc/formanswer.class.php:287 +msgid "Form approver group" +msgstr "Grupo de aprobación del formulario" + +#: inc/issue.class.php:829 +msgid "Ticket approver group" +msgstr "" + +#: inc/issue.class.php:863 inc/abstractitiltarget.class.php:787 entrée +#: standard:108 +msgid "Time to resolve" +msgstr "Tiempo para resolverlo" + +#: inc/issue.class.php:874 +msgid "Time to resolve + Progress" +msgstr "" + +#: inc/issue.class.php:884 +msgid "Internal time to resolve" +msgstr "" + +#: inc/issue.class.php:895 +msgid "Internal time to resolve + Progress" +msgstr "" + +#: inc/issue.class.php:905 +msgid "Resolution date" +msgstr "" + +#: inc/issue.class.php:914 +msgid "Internal time to own" +msgstr "" + +#: inc/issue.class.php:925 +msgid "Internal time to own + Progress" +msgstr "" + +#: inc/issue.class.php:935 entrée standard:109 +msgid "Time to own" +msgstr "Tiempo de posesión " + +#: inc/issue.class.php:946 +msgid "Time to own + Progress" +msgstr "" + +#: inc/issue.class.php:958 +msgid "Approver substitute" +msgstr "" + +#: inc/issue.class.php:1022 +msgid "Substitute of a member of approver group" +msgstr "" + +#: inc/issue.class.php:1095 +msgid "Form approver substitute" +msgstr "" + +#: inc/issue.class.php:1163 +msgid "Current form approver group" +msgstr "" + +#: inc/issue.class.php:1193 +msgid "Current form approver" +msgstr "" + +#: inc/issue.class.php:1227 +msgid "Ticket requester" +msgstr "" + +#: inc/issue.class.php:1274 +msgid "Ticket observer" +msgstr "" + +#: inc/issue.class.php:1322 +msgid "Ticket technician" +msgstr "" + +#: inc/issue.class.php:1469 +#, php-format +msgid "%1$s %2$s" +msgstr "" + +#: inc/issue.class.php:1727 inc/filter/itilcategoryfilter.class.php:56 +#: hook.php:766 +msgid "All" +msgstr "" + +#: inc/issue.class.php:1733 hook.php:767 +msgid "New" +msgstr "" + +#: inc/issue.class.php:1739 hook.php:768 +msgid "Assigned" +msgstr "" + +#: inc/issue.class.php:1745 inc/formanswer.class.php:78 +#: inc/form_validator.class.php:70 hook.php:769 +msgid "Waiting" +msgstr "Esperando" + +#: inc/issue.class.php:1751 hook.php:770 +msgid "To validate" +msgstr "Para validar" + +#: inc/issue.class.php:1757 hook.php:771 +msgid "Solved" +msgstr "" + +#: inc/issue.class.php:1763 hook.php:772 +msgid "Closed" +msgstr "Cerrado" + +#: inc/category.class.php:50 hook.php:72 +msgid "Form category" +msgid_plural "Form categories" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/category.class.php:80 +msgid "Knowbase category" +msgstr "Categoría de base de conocimiento" + +#: inc/category.class.php:86 +msgid "As child of" +msgstr "" + +#: inc/category.class.php:92 inc/form.class.php:247 entrée standard:65 +msgid "Icon" +msgstr "Icono" + +#: inc/category.class.php:98 inc/form.class.php:255 entrée standard:67 +msgid "Icon color" +msgstr "Color del icono" + +#: inc/category.class.php:104 inc/form.class.php:263 entrée standard:80 +msgid "Background color" +msgstr "Color del fondo" + +#: inc/formlist.class.php:46 inc/entityconfig.class.php:93 +#: inc/form.class.php:111 inc/form.class.php:516 inc/form.class.php:2015 +#: entrée standard:47 +msgid "Form" +msgid_plural "Forms" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/notificationtargetformanswer.class.php:43 +msgid "The form as been saved" +msgstr "El formulario ha sido guardado" + +#: inc/notificationtargetformanswer.class.php:44 +msgid "A form need to be validate" +msgstr "Un formulario necesita ser validado" + +#: inc/notificationtargetformanswer.class.php:45 install/install.php:490 +msgid "The form is refused" +msgstr "Se rechaza el formulario." + +#: inc/notificationtargetformanswer.class.php:46 install/install.php:496 +msgid "The form is accepted" +msgstr "Se acepta el formulario." + +#: inc/notificationtargetformanswer.class.php:47 install/install.php:502 +msgid "The form is deleted" +msgstr "Se elimina el formulario" + +#: inc/notificationtargetformanswer.class.php:74 +msgid "Form ID" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:75 +#: inc/notificationtargetformanswer.class.php:95 +msgid "Form name" +msgstr "Nombre de formulario" + +#: inc/notificationtargetformanswer.class.php:77 +#: inc/form_validator.class.php:91 +msgid "Validator" +msgid_plural "Validators" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/notificationtargetformanswer.class.php:78 +#: inc/notificationtargetformanswer.class.php:98 inc/formanswer.class.php:278 +#: entrée standard:49 +msgid "Creation date" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:79 +#: inc/notificationtargetformanswer.class.php:99 +msgid "Full form answers" +msgstr "Todas las respuestas del formulario" + +#: inc/notificationtargetformanswer.class.php:80 +msgid "Validation comment" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:81 +#: inc/notificationtargetformanswer.class.php:101 +msgid "Validation link" +msgstr "Enlace de validación" + +#: inc/notificationtargetformanswer.class.php:82 +msgid "Request ID" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:94 +msgid "Form #" +msgstr "Formulario #" + +#: inc/notificationtargetformanswer.class.php:97 +msgctxt "tag" +msgid "Validator" +msgstr "Validador" + +#: inc/notificationtargetformanswer.class.php:100 +msgid "Refused comment" +msgstr "Comentario rechazado" + +#: inc/notificationtargetformanswer.class.php:102 +msgid "Request #" +msgstr "Solicitud #" + +#: inc/notificationtargetformanswer.class.php:114 +msgid "Author" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:115 +#: inc/abstractitiltarget.class.php:1374 +msgid "Approver" +msgstr "" + +#: inc/target_actor.class.php:70 inc/abstractitiltarget.class.php:2141 +msgid "Form author" +msgstr "Autor del formulario" + +#: inc/target_actor.class.php:71 inc/abstractitiltarget.class.php:2144 +msgid "Form validator" +msgstr "Validador del formulario" + +#: inc/target_actor.class.php:72 +msgid "Specific person" +msgstr "Especificar persona" + +#: inc/target_actor.class.php:73 inc/abstractitiltarget.class.php:2154 +msgid "Person from the question" +msgstr "Persona para la pregunta" + +#: inc/target_actor.class.php:74 +msgid "Specific group" +msgstr "Especificar grupo" + +#: inc/target_actor.class.php:75 inc/abstractitiltarget.class.php:2165 +msgid "Group from the question" +msgstr "Grupo para la pregunta" + +#: inc/target_actor.class.php:76 +msgid "Group from an object" +msgstr "Grupo de un objeto" + +#: inc/target_actor.class.php:77 +msgid "Tech group from an object" +msgstr "Grupo técnico de un objeto" + +#: inc/target_actor.class.php:78 +msgid "Specific supplier" +msgstr "Especificar proveedor" + +#: inc/target_actor.class.php:79 inc/abstractitiltarget.class.php:2194 +msgid "Supplier from the question" +msgstr "Proveedor para la pregunta" + +#: inc/target_actor.class.php:80 inc/abstractitiltarget.class.php:2183 +msgid "Actors from the question" +msgstr "Actores para la pregunta" + +#: inc/target_actor.class.php:81 inc/abstractitiltarget.class.php:2198 +msgid "Form author's supervisor" +msgstr "Supervisor del autor del formulario" + +#: inc/target_actor.class.php:102 +msgid "Observer" +msgstr "" + +#: inc/target_actor.class.php:103 inc/abstractitiltarget.class.php:1818 +msgid "Assigned to" +msgstr "" + +#: inc/target_actor.class.php:109 +msgid "Target actor" +msgid_plural "Target actors" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/target_actor.class.php:115 inc/target_actor.class.php:131 +#: inc/target_actor.class.php:140 +msgid "Bad request while adding an actor." +msgstr "" + +#: inc/target_actor.class.php:197 +#, php-format +msgid "Failed to find a user: %1$s" +msgstr "" + +#: inc/target_actor.class.php:206 +#, php-format +msgid "Failed to find a group: %1$s" +msgstr "" + +#: inc/target_actor.class.php:215 +#, php-format +msgid "Failed to find a supplier: %1$s" +msgstr "" + +#: inc/formanswer.class.php:79 inc/form_validator.class.php:72 +msgid "Refused" +msgstr "Rechazado" + +#: inc/formanswer.class.php:80 inc/form_validator.class.php:71 +msgid "Accepted" +msgstr "Aceptado" + +#: inc/formanswer.class.php:214 +msgid "Form answer" +msgid_plural "Form answers" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/formanswer.class.php:676 +msgid "Print this form" +msgstr "Imprimir este formulario" + +#: inc/formanswer.class.php:701 +msgid "Form accepted by validator." +msgstr "Formulario aceptado por el validador." + +#: inc/formanswer.class.php:703 +msgid "Form successfully saved." +msgstr "Formulario guardado exitosamente." + +#: inc/formanswer.class.php:770 +msgid "Save" +msgstr "" + +#: inc/formanswer.class.php:782 +msgid "Required if refused" +msgstr "Requerido si es rechazado" + +#: inc/formanswer.class.php:788 +msgid "Refuse" +msgstr "Rechazar" + +#: inc/formanswer.class.php:796 +msgid "Edit answers" +msgstr "Editar respuestas" + +#: inc/formanswer.class.php:802 +msgid "Cancel edition" +msgstr "Cancelar edición" + +#: inc/formanswer.class.php:809 +msgid "Accept" +msgstr "Aceptar" + +#: inc/formanswer.class.php:828 +msgid "Refused comment is required!" +msgstr "¡Se requiere comentario rechazado!" + +#: inc/formanswer.class.php:882 inc/formanswer.class.php:899 +msgid "" +"An internal error occured when verifying your answers. Please report it to " +"your administrator." +msgstr "" + +#: inc/formanswer.class.php:933 +msgid "You are not the validator of these answers" +msgstr "No eres el validador de estas respuestas" + +#: inc/formanswer.class.php:1083 +#, php-format +msgid "Item sucessfully added: %1$s (%2$s: %3$s)" +msgstr "" + +#: inc/formanswer.class.php:1166 inc/formanswer.class.php:1168 +msgid "Form data" +msgstr "Datos del formulario" + +#: inc/formanswer.class.php:1301 +msgid "" +"You are a validator of the form, then your approval hs been added " +"automatically." +msgstr "" + +#: inc/formanswer.class.php:1310 inc/formanswer.class.php:1363 +msgid "Cannot generate targets!" +msgstr "¡No puede generar objetivos!" + +#: inc/formanswer.class.php:1511 +msgid "No captcha set." +msgstr "" + +#: inc/formanswer.class.php:1517 +msgid "You failed the captcha test." +msgstr "" + +#: inc/formanswer.class.php:1540 +msgid "You must select validator!" +msgstr "Debe seleccionar un validador" + +#: inc/common.class.php:229 +msgid "You cannot delete this issue. Maybe it is taken into account." +msgstr "No puede eliminar este problema. Se tomara en cuenta." + +#: inc/common.class.php:234 +msgid "Failed to delete this issue. An internal error occured." +msgstr "No se pudo eliminar este problema. Ocurrió un error interno." + +#: inc/common.class.php:745 +msgid "Seek assistance" +msgstr "Buscar asistencia" + +#: inc/common.class.php:751 inc/common.class.php:755 +msgid "My requests for assistance" +msgstr "Mis solicitudes de asistencia" + +#: inc/common.class.php:791 +msgid "Consult reminders" +msgstr "" + +#: inc/common.class.php:811 +msgid "Consult feeds" +msgstr "Consultar fuentes" + +#: inc/abstractfield.class.php:89 inc/question.class.php:758 +msgid "Apply" +msgstr "" + +#: inc/formaccesstype.class.php:41 entrée standard:39 +msgid "Access type" +msgid_plural "Access types" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/form_language.class.php:51 +msgid "Form language" +msgid_plural "Form languages" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/form_language.class.php:78 inc/form_language.class.php:364 +msgid "Translation" +msgid_plural "Translations" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/form_language.class.php:119 +msgid "The name cannot be empty." +msgstr "" + +#: inc/form_language.class.php:127 +msgid "The language must be associated to a form." +msgstr "" + +#: inc/form_language.class.php:135 +msgid "The specified language is not available." +msgstr "" + +#: inc/form_language.class.php:265 +msgid "Add a translation" +msgstr "Agregar una traducción" + +#: inc/form_language.class.php:299 js/scripts.js:1214 +msgid "Update a translation" +msgstr "" + +#: inc/form_language.class.php:329 inc/form_language.class.php:331 +msgid "New translation" +msgstr "Nueva traducción" + +#: inc/form_language.class.php:334 +msgid "Filter list" +msgstr "Lista de filtros" + +#: inc/form_language.class.php:339 inc/form_language.class.php:438 +msgid "No translation found" +msgstr "No se encontró traducción" + +#: inc/form_language.class.php:344 +msgid "Do you want to delete the selected items?" +msgstr "¿Quieres eliminar los elementos seleccionados?" + +#: inc/form_language.class.php:353 inc/form_language.class.php:401 +#: inc/abstractitiltarget.class.php:1710 entrée standard:124 standard:31 +msgid "Delete" +msgstr "Eliminar" + +#: inc/form_language.class.php:363 +msgid "Original string" +msgstr "Cadena original" + +#: inc/form_language.class.php:424 +msgid "Add a new language" +msgstr "" + +#: inc/form_language.class.php:457 inc/form_language.class.php:489 +#: inc/form.class.php:178 entrée standard:72 +msgid "Language" +msgstr "" + +#: inc/form_validator.class.php:69 inc/targetticket.class.php:99 +#: inc/abstractitiltarget.class.php:186 +msgid "None" +msgstr "Ninguno" + +#: inc/form_validator.class.php:78 inc/abstractitiltarget.class.php:2552 +msgid "No" +msgstr "" + +#: inc/form_validator.class.php:81 +msgid "Supervisor of the requester" +msgstr "" + +#: inc/form_validator.class.php:116 inc/translation.class.php:221 +msgid "Form not found." +msgstr "Formulario no encontrado" + +#: inc/form_validator.class.php:121 inc/form_validator.class.php:129 +#: inc/form_validator.class.php:138 +msgid "Invalid validator." +msgstr "" + +#: inc/form_validator.class.php:147 +#, php-format +msgid "Only level 1 is allowed for %s." +msgstr "" + +#: inc/form_validator.class.php:156 +msgid "Invalid validator type." +msgstr "" + +#: inc/form_validator.class.php:194 entrée standard:103 +msgid "Level" +msgstr "" + +#: inc/form_validator.class.php:592 inc/abstractitiltarget.class.php:1354 +msgid "Validation" +msgstr "Validación" + +#: inc/form_validator.class.php:594 +msgid "Choose a validator" +msgstr "Elegir un validador" + +#: inc/profile.class.php:62 inc/targetproblem.class.php:147 +#: inc/entityconfig.class.php:520 inc/targetchange.class.php:484 +#: inc/targetticket.class.php:323 inc/targetticket.class.php:358 +#: inc/abstractitiltarget.class.php:2124 +msgctxt "button" +msgid "Save" +msgstr "" + +#: inc/targetproblem.class.php:43 entrée standard:43 +msgid "Target problem" +msgid_plural "Target problems" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/targetproblem.class.php:109 inc/targetproblem.class.php:565 +#: inc/targetchange.class.php:105 inc/targetchange.class.php:441 +#: inc/targetticket.class.php:135 inc/targetticket.class.php:238 +msgid "Properties" +msgstr "" + +#: inc/targetproblem.class.php:509 inc/targetchange.class.php:286 +#: inc/targetticket.class.php:1443 +#, php-format +msgid "" +"Failed to add or update the %1$s %2$s: a question is missing and is used in " +"a parameter of the target" +msgstr "" +"No se pudo agregar o actualizar %1$s%2$s: falta una pregunta y se usa en un " +"parámetro del objetivo" + +#: inc/targetproblem.class.php:566 inc/targetchange.class.php:106 +#: inc/targetticket.class.php:136 inc/abstractitiltarget.class.php:1216 +msgid "Actors" +msgstr "Actores" + +#: inc/targetproblem.class.php:619 entrée standard:48 +msgid "Problem title" +msgstr "" + +#: inc/targetproblem.class.php:629 inc/targetchange.class.php:354 +#: inc/targetticket.class.php:199 +msgid "Content" +msgstr "Contenido" + +#: inc/targetproblem.class.php:639 inc/targetchange.class.php:364 +msgid "Impact" +msgstr "Impacto" + +#: inc/targetproblem.class.php:649 entrée standard:56 +msgid "Cause" +msgstr "" + +#: inc/targetproblem.class.php:659 entrée standard:58 +msgid "Symptom" +msgstr "" + +#: inc/entityconfig.class.php:101 inc/entityconfig.class.php:110 +#: inc/entityconfig.class.php:118 inc/entityconfig.class.php:126 +#: inc/entityconfig.class.php:134 inc/entityconfig.class.php:142 +#: inc/entityconfig.class.php:150 inc/entityconfig.class.php:158 +#: inc/entityconfig.class.php:166 inc/entityconfig.class.php:180 +#: inc/entityconfig.class.php:188 inc/entityconfig.class.php:196 +msgid "Inheritance of the parent entity" +msgstr "" + +#: inc/entityconfig.class.php:102 +msgid "GLPi's helpdesk" +msgstr "Mesa de ayuda de GLPI" + +#: inc/entityconfig.class.php:103 +msgid "Service catalog simplified" +msgstr "Catálogo de servicio simplificado " + +#: inc/entityconfig.class.php:104 +msgid "Service catalog extended" +msgstr "Catálogo de servicio extendido" + +#: inc/entityconfig.class.php:111 +msgid "All available forms" +msgstr "" + +#: inc/entityconfig.class.php:112 +msgid "Only default forms" +msgstr "" + +#: inc/entityconfig.class.php:119 +msgid "Popularity sort" +msgstr "Ordenar por popularidad" + +#: inc/entityconfig.class.php:120 +msgid "Alphabetic sort" +msgstr "Ordenar alfabeticamente" + +#: inc/entityconfig.class.php:127 +msgid "Merged with Forms" +msgstr "Fusionado con formularios" + +#: inc/entityconfig.class.php:128 +msgid "Distinct menu entry" +msgstr "Entrada de menú distinta" + +#: inc/entityconfig.class.php:135 inc/entityconfig.class.php:143 +#: inc/entityconfig.class.php:151 inc/entityconfig.class.php:159 +#: inc/entityconfig.class.php:189 inc/form.class.php:271 entrée standard:100 +msgid "Visible" +msgstr "Visible" + +#: inc/entityconfig.class.php:136 inc/entityconfig.class.php:144 +#: inc/entityconfig.class.php:152 inc/entityconfig.class.php:160 +#: inc/entityconfig.class.php:190 +msgid "Hidden" +msgstr "Oculto" + +#: inc/entityconfig.class.php:167 +msgid "Variable height" +msgstr "" + +#: inc/entityconfig.class.php:168 +msgid "Uniform height" +msgstr "" + +#: inc/entityconfig.class.php:173 +msgid "Search for assistance" +msgstr "" + +#: inc/entityconfig.class.php:174 +msgid "User's assistance requests" +msgstr "" + +#: inc/entityconfig.class.php:181 +msgid "Only forms" +msgstr "" + +#: inc/entityconfig.class.php:182 +msgid "Forms and list of requests" +msgstr "" + +#: inc/entityconfig.class.php:197 +msgid "Folded" +msgstr "" + +#: inc/entityconfig.class.php:198 +msgid "Unfolded" +msgstr "" + +#: inc/entityconfig.class.php:298 +msgid "Helpdesk" +msgstr "Mesa de ayuda " + +#: inc/entityconfig.class.php:306 inc/entityconfig.class.php:534 entrée +#: standard:44 +msgid "Helpdesk mode" +msgstr "Modo de mesa de ayuda" + +#: inc/entityconfig.class.php:317 inc/entityconfig.class.php:604 +msgid "Default Form list mode" +msgstr "" + +#: inc/entityconfig.class.php:335 inc/entityconfig.class.php:544 +msgid "Sort order" +msgstr "Orden de clasificación" + +#: inc/entityconfig.class.php:351 inc/entityconfig.class.php:554 +msgid "Knowledge base" +msgstr "Base de conocimiento" + +#: inc/entityconfig.class.php:366 +msgid "Search" +msgstr "Búsqueda" + +#: inc/entityconfig.class.php:382 inc/entityconfig.class.php:614 +msgid "Counters dashboard" +msgstr "" + +#: inc/entityconfig.class.php:398 +msgid "Header message" +msgstr "Mensaje del encabezado" + +#: inc/entityconfig.class.php:414 inc/entityconfig.class.php:624 +msgid "Search issue" +msgstr "" + +#: inc/entityconfig.class.php:430 inc/entityconfig.class.php:594 +msgid "Service catalog home page" +msgstr "" + +#: inc/entityconfig.class.php:446 inc/entityconfig.class.php:634 +msgid "Tile design" +msgstr "" + +#: inc/entityconfig.class.php:462 +msgid "Home page" +msgstr "" + +#: inc/entityconfig.class.php:494 +msgid "Menu visibility (only for vertical menu)" +msgstr "" + +#: inc/entityconfig.class.php:506 inc/entityconfig.class.php:584 +#: inc/form.class.php:225 entrée standard:84 +msgid "Header" +msgid_plural "Headers" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/entityconfig.class.php:564 +msgid "Display search field" +msgstr "Mostrar campo de búsqueda" + +#: inc/entityconfig.class.php:574 +msgid "Display header" +msgstr "Mostrar encabezado" + +#: inc/questionrange.class.php:52 inc/questionparameter/range.class.php:56 +msgid "Question range" +msgid_plural "Question ranges" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/questionrange.class.php:62 inc/questionparameter/range.class.php:66 +msgid "Minimum range" +msgstr "Rango mínimo" + +#: inc/questionrange.class.php:71 inc/questionparameter/range.class.php:75 +msgid "maximum range" +msgstr "Rango máximo" + +#: inc/form.class.php:66 inc/form.class.php:429 +msgid "Public access" +msgstr "Acceso público " + +#: inc/form.class.php:67 inc/form.class.php:433 +msgid "Private access" +msgstr "Acceso privado " + +#: inc/form.class.php:68 inc/form.class.php:437 +msgid "Restricted access" +msgstr "Acceso restringido " + +#: inc/form.class.php:122 +msgid "Answers waiting for validation" +msgstr "" + +#: inc/form.class.php:124 inc/form.class.php:1663 inc/form.class.php:1689 +msgid "Import forms" +msgstr "Importar formularios" + +#: inc/form.class.php:169 +msgid "Recursive" +msgstr "" + +#: inc/form.class.php:190 +msgid "Homepage" +msgstr "Página principal" + +#: inc/form.class.php:203 +msgid "Access" +msgstr "Acceso" + +#: inc/form.class.php:234 inc/form.class.php:327 inc/form.class.php:394 entrée +#: standard:54 +msgid "Active" +msgstr "" + +#: inc/form.class.php:286 inc/form.class.php:338 inc/form.class.php:413 +msgid "Default form" +msgstr "" + +#: inc/form.class.php:296 entrée standard:106 +msgid "Next form" +msgstr "" + +#: inc/form.class.php:326 inc/form.class.php:391 +msgid "Inactive" +msgstr "" + +#: inc/form.class.php:337 inc/form.class.php:410 +msgid "Not default form" +msgstr "" + +#: inc/form.class.php:361 inc/form.class.php:445 entrée standard:75 +msgid "All languages" +msgstr "" + +#: inc/form.class.php:508 entrée standard:3 +msgid "Target" +msgid_plural "Targets" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/form.class.php:511 +msgid "Preview" +msgstr "" + +#: inc/form.class.php:512 +msgid "Form answer properties" +msgstr "" + +#: inc/form.class.php:854 +msgid "What are you looking for?" +msgstr "¿Que estas buscando?" + +#: inc/form.class.php:993 inc/form.class.php:1156 +#: inc/abstracttarget.class.php:162 inc/abstractitiltarget.class.php:1625 +msgid "The name cannot be empty!" +msgstr "¡El nombre no puede estar vacío!" + +#: inc/form.class.php:1026 inc/form.class.php:1191 +msgid "A loop is generated!" +msgstr "" + +#: inc/form.class.php:1167 +msgid "Cannot use empty name for form answers. Keeping the previous value." +msgstr "" + +#: inc/form.class.php:1303 +#, php-format +msgid "The question %s is not compatible with public forms" +msgstr "La pregunta %s no es compatible con formularios públicos" + +#: inc/form.class.php:1386 +msgid "Errored duplicate" +msgstr "Error duplicado" + +#: inc/form.class.php:1397 entrée standard:23 +msgid "Duplicate" +msgstr "Duplicado" + +#: inc/form.class.php:1442 inc/form.class.php:1452 +msgctxt "button" +msgid "Post" +msgstr "" + +#: inc/form.class.php:1475 +#, php-format +msgid "Form duplicated: %s" +msgstr "Formulario duplicado:%s" + +#: inc/form.class.php:1491 +#, php-format +msgid "Form Transfered: %s" +msgstr "Formulario transferido: %s" + +#: inc/form.class.php:1515 +msgid "Back" +msgstr "Atrás" + +#: inc/form.class.php:1526 +#, php-format +msgid "Form updated: %s" +msgstr "" + +#: inc/form.class.php:1636 +msgid "Upload of JSON files not allowed." +msgstr "Subir archivos JSON no está permitido." + +#: inc/form.class.php:1639 +msgid "You may allow JSON files right now." +msgstr "Puede permitir archivos JSON ahora." + +#: inc/form.class.php:1640 +msgctxt "button" +msgid "Create" +msgstr "Crear" + +#: inc/form.class.php:1643 inc/form.class.php:1654 +msgid "Please contact your GLPI administrator." +msgstr "Por favor contacta con el administrador del GLPI." + +#: inc/form.class.php:1644 inc/form.class.php:1655 +msgctxt "button" +msgid "Back" +msgstr "Atrás" + +#: inc/form.class.php:1647 +msgid "Upload of JSON files not enabled." +msgstr "Subir archivos JSON no esta habilitado." + +#: inc/form.class.php:1650 inc/form.class.php:1653 +msgid "You may enable JSON files right now." +msgstr "Puede habilitar archivos JSON ahora." + +#: inc/form.class.php:1651 +msgctxt "button" +msgid "Enable" +msgstr "Habilitar" + +#: inc/form.class.php:1698 +msgctxt "button" +msgid "Send" +msgstr "" + +#: inc/form.class.php:1717 +msgid "Forms import impossible, the file is empty" +msgstr "Imposible importar el formulario, el archivo esta vacío" + +#: inc/form.class.php:1721 inc/form.class.php:1725 +msgid "Forms import impossible, the file seems corrupt" +msgstr "Imposible importar el formulario, el archivo esta corrupto" + +#: inc/form.class.php:1731 +msgid "Forms import impossible, the file was generated with another version" +msgstr "" +"Imposible importar formulario, el archivo fue generado con otra versión" + +#: inc/form.class.php:1738 +msgid "" +"The file does not specifies the schema version. It was probably generated " +"with a version older than 2.10. Giving up." +msgstr "" +"El archivo no especifica la versión del esquema. Probablemente fue generado " +"con una versión anterior a 2.10. Rechazado." + +#: inc/form.class.php:1764 +#, php-format +msgid "Failed to import %s" +msgstr "Fallo al importar %s" + +#: inc/form.class.php:1769 +#, php-format +msgid "Forms successfully imported from %s" +msgstr "Formularios importados correctamente de %s" + +#: inc/form.class.php:1832 +#, php-format +msgid "The form %1$s already exists and is in an unmodifiable entity." +msgstr "" +"El formulario %1$s ya existe y está en una entidad que no se puede " +"modificar." + +#: inc/form.class.php:1840 +#, php-format +msgid "You don't have right to update the entity %1$s." +msgstr "" + +#: inc/form.class.php:1850 +#, php-format +msgid "The entity %1$s is required for the form %2$s." +msgstr "Se requiere la entidad %1$s para el formulario %2$s." + +#: inc/form.class.php:1952 +msgid "Failed to create JSON document type" +msgstr "Fallo al crear el tipo de documento JSON" + +#: inc/form.class.php:1959 +msgid "JSON document type not found" +msgstr "No se encontró el tipo de documento JSON" + +#: inc/form.class.php:1966 +msgid "Failed to update JSON document type" +msgstr "Fallo al actualizar el tipo de documento JSON" + +#: inc/form.class.php:1986 +msgid "Forms without category" +msgstr "Formularios sin categoría" + +#: inc/form.class.php:2007 +msgid "No form available" +msgstr "Formulario no disponible" + +#: inc/form.class.php:2205 entrée standard:47 +msgid "Add a target" +msgstr "Agregar un objetivo" + +#: inc/form.class.php:2236 inc/targetticket.class.php:398 +#: inc/abstractitiltarget.class.php:1828 inc/abstractitiltarget.class.php:2124 +#: entrée standard:92 standard:94 +msgid "Add" +msgstr "Agregar" + +#: inc/form.class.php:2254 inc/form.class.php:2277 inc/form.class.php:2299 +msgid "Unsupported target type." +msgstr "Tipo de objetivo no soportado." + +#: inc/form.class.php:2333 +msgid "plugin_formcreator_load_check" +msgstr "Verificación de carga del plugin de Formcreator" + +#: inc/targetchange.class.php:44 entrée standard:43 +msgid "Target change" +msgid_plural "Target changes" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/targetchange.class.php:344 entrée standard:48 +msgid "Change title" +msgstr "Cambiar título" + +#: inc/targetchange.class.php:374 entrée standard:56 +msgid "Control list" +msgstr "Lista de control" + +#: inc/targetchange.class.php:384 entrée standard:58 +msgid "Deployment plan" +msgstr "Plan de despliegue" + +#: inc/targetchange.class.php:394 entrée standard:60 +msgid "Backup plan" +msgstr "Plan de respaldo" + +#: inc/targetchange.class.php:404 +msgid "Check list" +msgstr "Lista de verificación" + +#: inc/questionfilter.class.php:52 +msgid "Question filter" +msgid_plural "Question filters" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/section.class.php:71 entrée standard:53 standard:44 +msgid "Section" +msgid_plural "Sections" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/section.class.php:123 inc/section.class.php:166 +#: inc/question.class.php:348 +msgid "The title is required" +msgstr "El titulo es requerido" + +#: inc/section.class.php:553 inc/question.class.php:234 entrée standard:37 +msgid "Count of conditions" +msgstr "Recuento de condiciones" + +#: inc/restrictedformcriteria.class.php:179 +#, php-format +msgid "Failed to find %1$s %2$s" +msgstr "" + +#: inc/question.class.php:73 inc/abstractitiltarget.class.php:1127 entrée +#: standard:41 +msgid "Question" +msgid_plural "Questions" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/question.class.php:197 entrée standard:43 standard:50 standard:44 +#: standard:49 standard:79 +msgid "Required" +msgstr "Requerido" + +#: inc/question.class.php:355 +msgid "The section is required" +msgstr "La sección es requerida" + +#: inc/question.class.php:365 +#, php-format +msgid "Field type %1$s is not available for question %2$s." +msgstr "El tipo de campo %1$s no está disponible para la pregunta %2$s." + +#: inc/question.class.php:379 +msgid "This type of question is not compatible with public forms." +msgstr "Este tipo de pregunta no es compatible con formularios públicos" + +#: inc/question.class.php:469 +msgid "The field type cannot be changed. Delete then recreate the question." +msgstr "" + +#: inc/question.class.php:1184 +msgid "Service levels" +msgstr "" + +#: inc/question.class.php:1185 inc/abstractitiltarget.class.php:851 +msgid "SLA" +msgstr "SLA" + +#: inc/question.class.php:1186 inc/abstractitiltarget.class.php:924 +msgid "OLA" +msgstr "OLA" + +#: inc/question.class.php:1205 inc/question.class.php:1248 +#: inc/question.class.php:1251 +msgid "Assets" +msgstr "" + +#: inc/question.class.php:1219 hook.php:780 hook.php:797 +msgid "Assistance" +msgstr "" + +#: inc/question.class.php:1225 +msgid "Management" +msgstr "" + +#: inc/question.class.php:1236 +msgid "Tools" +msgstr "" + +#: inc/question.class.php:1237 +msgid "Notes" +msgstr "" + +#: inc/question.class.php:1238 +msgid "RSS feed" +msgstr "" + +#: inc/question.class.php:1240 +msgid "Administration" +msgstr "" + +#: inc/question.class.php:1248 inc/question.class.php:1251 +msgid "Plugin" +msgid_plural "Plugins" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/abstractquestionparameter.class.php:98 +msgid "Parameter" +msgstr "Parametro" + +#: inc/abstractquestionparameter.class.php:105 +msgid "Field name" +msgstr "Nombre del campo" + +#: inc/abstracttarget.class.php:97 +msgid "Current active entity" +msgstr "Entidad activa actual" + +#: inc/abstracttarget.class.php:98 +msgid "Default requester user's entity" +msgstr "Entidad predeterminada del usuario solicitante" + +#: inc/abstracttarget.class.php:99 +msgid "First dynamic requester user's entity (alphabetical)" +msgstr "Primera entidad del usuario solicitante dinámico (alfabético)" + +#: inc/abstracttarget.class.php:100 +msgid "Last dynamic requester user's entity (alphabetical)" +msgstr "Última entidad del usuario solicitante dinámico (alfabético)" + +#: inc/abstracttarget.class.php:101 +msgid "The form entity" +msgstr "Entidad del formulario" + +#: inc/abstracttarget.class.php:102 +msgid "Default entity of the validator" +msgstr "Entidad predeterminada del validador" + +#: inc/abstracttarget.class.php:103 +msgid "Specific entity" +msgstr "Especificar entidad" + +#: inc/abstracttarget.class.php:104 +msgid "Default entity of a user type question answer" +msgstr "" +"Entidad predeterminada de una respuesta de pregunta de tipo de usuario" + +#: inc/abstracttarget.class.php:105 +msgid "From a GLPI object > Entity type question answer" +msgstr "Desde un objeto GLPI > Respuesta a la pregunta de tipo de entidad" + +#: inc/abstracttarget.class.php:116 +msgid "Always generated" +msgstr "" + +#: inc/abstracttarget.class.php:117 +msgid "Disabled unless" +msgstr "" + +#: inc/abstracttarget.class.php:118 +msgid "Generated unless" +msgstr "" + +#: inc/abstracttarget.class.php:129 +msgid "A target must be associated to a form." +msgstr "Un objetivo debe estar asociado a un formulario." + +#: inc/abstracttarget.class.php:134 +msgid "A target must be associated to an existing form." +msgstr "Un objetivo debe estar asociado a un formulario existente." + +#: inc/abstracttarget.class.php:139 +msgid "Name is required." +msgstr "Nombre es requerido" + +#: inc/abstracttarget.class.php:502 +msgid "Destination entity" +msgstr "" + +#: inc/abstracttarget.class.php:518 +msgid "User type question" +msgstr "Pregunta de tipo de usuario" + +#: inc/abstracttarget.class.php:519 +msgid "Entity type question" +msgstr "Pregunta del tipo entidad" + +#: inc/command/cleanticketscommand.class.php:53 +msgid "Searching for invalid items..." +msgstr "" + +#: inc/command/cleanticketscommand.class.php:61 +msgid "Done." +msgstr "" + +#: inc/command/cleanticketscommand.class.php:135 +msgid "Step 1: double encoded < and > signs." +msgstr "" + +#: inc/command/cleanticketscommand.class.php:146 +#: inc/command/cleanticketscommand.class.php:196 +#: inc/command/cleanticketscommand.class.php:260 +msgid "No invalid items found." +msgstr "" + +#: inc/command/cleanticketscommand.class.php:187 +msgid "Step 2: literal BR tag." +msgstr "" + +#: inc/command/cleanticketscommand.class.php:251 +msgid "Step 3: litteral > sign." +msgstr "" + +#: inc/filter/itilcategoryfilter.class.php:52 +#: inc/filter/itilcategoryfilter.class.php:54 +msgid "Request categories" +msgstr "Categorías de solicitud" + +#: inc/filter/itilcategoryfilter.class.php:53 +#: inc/filter/itilcategoryfilter.class.php:54 +msgid "Incident categories" +msgstr "Categorías de Incidentes" + +#: inc/filter/itilcategoryfilter.class.php:55 +msgid "Change categories" +msgstr "Categorías de cambio" + +#: inc/supervisorvalidator.class.php:44 +msgid "Requester supervisor" +msgid_plural "Requester supervisors" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/supervisorvalidator.class.php:52 +msgid "My supervisor" +msgstr "" + +#: inc/questionregex.class.php:52 +msgid "Question regular expression" +msgid_plural "Question regular expressions" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/questiondependency.class.php:66 +msgid "Question dependency" +msgid_plural "Question dependencies" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/answer.class.php:66 entrée standard:43 +msgid "Answer" +msgid_plural "Answers" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/item_targetticket.class.php:52 +msgid "Composite ticket relation" +msgid_plural "Composite ticket relations" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/targetticket.class.php:57 entrée standard:43 +msgid "Target ticket" +msgid_plural "Target tickets" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/targetticket.class.php:100 +msgid "Specific asset" +msgstr "Especificar activo" + +#: inc/targetticket.class.php:101 inc/targetticket.class.php:117 +#: inc/abstractitiltarget.class.php:207 inc/abstractitiltarget.class.php:215 +#: inc/abstractitiltarget.class.php:223 inc/abstractitiltarget.class.php:231 +#: inc/abstractitiltarget.class.php:240 inc/abstractitiltarget.class.php:249 +msgid "Equals to the answer to the question" +msgstr "Equivale a la respuesta a la pregunta" + +#: inc/targetticket.class.php:102 inc/abstractitiltarget.class.php:232 +#: inc/abstractitiltarget.class.php:241 inc/abstractitiltarget.class.php:250 +msgid "Last valid answer" +msgstr "Última respuesta valida" + +#: inc/targetticket.class.php:108 +msgid "Source from template or user default or GLPI default" +msgstr "" + +#: inc/targetticket.class.php:109 +msgid "Formcreator" +msgstr "" + +#: inc/targetticket.class.php:115 +msgid "Default or from a template" +msgstr "Por defecto o de una plantilla" + +#: inc/targetticket.class.php:116 +msgid "Specific type" +msgstr "Especificar tipo" + +#: inc/targetticket.class.php:189 entrée standard:48 +msgid "Ticket title" +msgstr "Título del ticket" + +#: inc/targetticket.class.php:307 +msgid "Add validation message as first ticket followup" +msgstr "Agregar mensaje de validación como seguimiento del primer ticket" + +#: inc/targetticket.class.php:341 +msgid "Add a field" +msgstr "" + +#: inc/targetticket.class.php:369 +msgid "Managed fields" +msgstr "" + +#: inc/targetticket.class.php:376 +msgid "No managed field" +msgstr "" + +#: inc/targetticket.class.php:396 +msgid "Link to an other ticket" +msgstr "Enlace para otro ticket" + +#: inc/targetticket.class.php:405 +msgid "An other destination of this form" +msgstr "A otro destino de este formulario" + +#: inc/targetticket.class.php:406 +msgid "An existing ticket" +msgstr "Un Ticket existente." + +#: inc/targetticket.class.php:407 +msgid "A ticket from an answer to a question" +msgstr "" + +#: inc/targetticket.class.php:488 +msgctxt "button" +msgid "Delete permanently" +msgstr "" + +#: inc/targetticket.class.php:743 +msgid "Invalid link type" +msgstr "Tipo de enlace inválido" + +#: inc/targetticket.class.php:763 +msgid "Invalid linked item type" +msgstr "Tipo de elemento vinculado no válido" + +#: inc/targetticket.class.php:776 +msgid "Linked item does not exists" +msgstr "El elemento vinculado no existe." + +#: inc/targetticket.class.php:789 +msgid "Failed to link the item" +msgstr "Error al vincular el elemento." + +#: inc/targetticket.class.php:905 install/install.php:497 +msgid "Your form has been accepted by the validator" +msgstr "Su formulario ha sido aceptado por el validador" + +#: inc/targetticket.class.php:1137 +msgid "Request source" +msgstr "" + +#: inc/targetticket.class.php:1162 +msgid "Type " +msgstr "Tipo" + +#: inc/targetticket.class.php:1190 +msgid "Associated elements" +msgstr "" + +#: inc/targetticket.class.php:1201 +msgid "Item " +msgstr "Item" + +#: inc/translation.class.php:153 +msgid "No more string to translate" +msgstr "No mas cadenas para traducir" + +#: inc/translation.class.php:164 +msgid "Internal error: translatable string not found." +msgstr "" + +#: inc/translation.class.php:216 +msgid "Language not found." +msgstr "Idioma no encontrado" + +#: inc/translation.class.php:236 +msgid "Failed to add the translation." +msgstr "Fallo al agregar una traducción." + +#: inc/abstractitiltarget.class.php:187 +msgid "Tags from questions" +msgstr "Etiquetas de preguntas" + +#: inc/abstractitiltarget.class.php:188 +msgid "Specific tags" +msgstr "Especificar etiquetas" + +#: inc/abstractitiltarget.class.php:189 +msgid "Tags from questions and specific tags" +msgstr "Etiquetas de preguntas y etiquetas específicas" + +#: inc/abstractitiltarget.class.php:190 +msgid "Tags from questions or specific tags" +msgstr "Etiquetas de preguntas o etiquetas específicas" + +#: inc/abstractitiltarget.class.php:196 +msgid "TTR from template or none" +msgstr "" + +#: inc/abstractitiltarget.class.php:197 +msgid "equals to the answer to the question" +msgstr "Equivale a la respuesta a la pregunta" + +#: inc/abstractitiltarget.class.php:198 +msgid "calculated from the ticket creation date" +msgstr "Calculado a partir de la fecha de creación del ticket" + +#: inc/abstractitiltarget.class.php:199 +msgid "calculated from the answer to the question" +msgstr "Calculado a partir de la respuesta a la pregunta" + +#: inc/abstractitiltarget.class.php:205 +msgid "SLA from template or none" +msgstr "Plantilla de SLA o nada" + +#: inc/abstractitiltarget.class.php:206 +msgid "Specific SLA" +msgstr "Especificar SLA" + +#: inc/abstractitiltarget.class.php:213 +msgid "OLA from template or none" +msgstr "Plantilla de OLA o nada" + +#: inc/abstractitiltarget.class.php:214 +msgid "Specific OLA" +msgstr "Especificar OLA" + +#: inc/abstractitiltarget.class.php:221 +msgid "Urgency from template or Medium" +msgstr "Urgencia de la plantilla o medio" + +#: inc/abstractitiltarget.class.php:222 +msgid "Specific urgency" +msgstr "Especificar urgencia" + +#: inc/abstractitiltarget.class.php:229 +msgid "Category from template or none" +msgstr "Categoría de la plantilla o nada" + +#: inc/abstractitiltarget.class.php:230 +msgid "Specific category" +msgstr "Especificar categoría" + +#: inc/abstractitiltarget.class.php:238 +msgid "Location from template or none" +msgstr "Ubicación de la plantilla o nada" + +#: inc/abstractitiltarget.class.php:239 +msgid "Specific location" +msgstr "Especificar ubicación" + +#: inc/abstractitiltarget.class.php:247 +msgid "Contract from template or none" +msgstr "" + +#: inc/abstractitiltarget.class.php:248 +msgid "Specific contract" +msgstr "" + +#: inc/abstractitiltarget.class.php:256 +msgid "No validation" +msgstr "" + +#: inc/abstractitiltarget.class.php:257 +msgid "Specific user or group" +msgstr "" + +#: inc/abstractitiltarget.class.php:258 +msgid "User from question answer" +msgstr "" + +#: inc/abstractitiltarget.class.php:259 +msgid "Group from question answer" +msgstr "" + +#: inc/abstractitiltarget.class.php:839 +msgid "Minute" +msgid_plural "Minutes" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/abstractitiltarget.class.php:840 +msgid "Hour" +msgid_plural "Hours" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/abstractitiltarget.class.php:841 +msgid "Day" +msgid_plural "Days" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/abstractitiltarget.class.php:842 +msgid "Month" +msgid_plural "Months" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/abstractitiltarget.class.php:874 +msgid "SLA (TTO/TTR)" +msgstr "SLA ( TTO / TTR )" + +#: inc/abstractitiltarget.class.php:875 inc/abstractitiltarget.class.php:948 +msgid "Question (TTO/TTR)" +msgstr "Pregunta ( TTO / TTR )" + +#: inc/abstractitiltarget.class.php:947 +msgid "OLA (TTO/TTR)" +msgstr "OLA ( TTO / TTR )" + +#: inc/abstractitiltarget.class.php:1051 +msgid "Urgency " +msgstr "Urgencia" + +#: inc/abstractitiltarget.class.php:1080 +msgid "Ticket tags" +msgstr "Etiquetas del ticket" + +#: inc/abstractitiltarget.class.php:1128 +msgid "Tags" +msgstr "Etiquetas" + +#: inc/abstractitiltarget.class.php:1247 +msgid "Location" +msgstr "" + +#: inc/abstractitiltarget.class.php:1259 +msgid "Location " +msgstr "Ubicación" + +#: inc/abstractitiltarget.class.php:1312 +msgid "Contract" +msgstr "" + +#: inc/abstractitiltarget.class.php:1324 +msgid "Contract " +msgstr "" + +#: inc/abstractitiltarget.class.php:1635 +msgid "The description cannot be empty!" +msgstr "¡La descripción no puede estar vacía!" + +#: inc/abstractitiltarget.class.php:1811 +msgid "Watcher" +msgid_plural "Watchers" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/abstractitiltarget.class.php:1830 +msgid "Cancel" +msgstr "Cancelar" + +#: inc/abstractitiltarget.class.php:2118 inc/abstractitiltarget.class.php:2548 +#: inc/abstractitiltarget.class.php:2552 +msgid "Email followup" +msgstr "" + +#: inc/abstractitiltarget.class.php:2149 inc/abstractitiltarget.class.php:2536 +msgid "User" +msgstr "Usuario" + +#: inc/abstractitiltarget.class.php:2160 inc/abstractitiltarget.class.php:2540 +msgid "Group" +msgstr "" + +#: inc/abstractitiltarget.class.php:2171 +msgid "Group from the object" +msgstr "Grupo para un objeto" + +#: inc/abstractitiltarget.class.php:2177 +msgid "Tech group from the object" +msgstr "Grupo técnico para un objeto" + +#: inc/abstractitiltarget.class.php:2189 inc/abstractitiltarget.class.php:2544 +msgid "Supplier" +msgstr "" + +#: inc/abstractitiltarget.class.php:2548 +msgid "Yes" +msgstr "" + +#: install/install.php:163 +#, php-format +msgid "Upgrade tables to innoDB; run %s" +msgstr "" + +#: install/install.php:199 +#, php-format +msgid "" +"The database schema is not consistent with the previous version of " +"Formcreator %s. To see the logs run the command %s" +msgstr "" + +#: install/install.php:208 +#, php-format +msgid "To ignore the inconsistencies and upgrade anyway run %s" +msgstr "" + +#: install/install.php:225 +msgid "" +"Upgrade from version older than 2.5.0 is no longer supported. Please upgrade" +" to GLPI 9.5.7, upgrade Formcreator to version 2.12.5, then upgrade again to" +" GLPI 10 or later and Formcreator 2.13 or later." +msgstr "" + +#: install/install.php:251 +#, php-format +msgid "" +"A fatal error occured in the upgrade from %s! Upgrade aborted. Please check " +"logs to fix the problem then try again." +msgstr "" + +#: install/install.php:294 +#, php-format +msgid "" +"The database schema is not consistent with the current version of " +"Formcreator %s. To see the logs enable the plugin and run the command %s" +msgstr "" + +#: install/install.php:305 +msgid "The tables of the plugin passed the schema integrity check." +msgstr "" + +#: install/install.php:478 +msgid "A form has been created" +msgstr "Se ha creado un formulario" + +#: install/install.php:479 +msgid "Your request has been saved" +msgstr "Su solicitud ha sido guardada" + +#: install/install.php:480 +msgid "" +"Hi,\\nYour request from GLPI has been successfully saved with number " +"##formcreator.request_id## and transmitted to the helpdesk team.\\nYou can " +"see your answers onto the following link:\\n##formcreator.validation_link##" +msgstr "" +"Hola,\\\\n Su solicitud del GLPI ha sido exitosamente guardada con el numero" +" ##formcreator.request_id## y notificado al equipo de la mesa de ayuda.\\\\n" +" Puede ver las respuestas del equipo en el siguiente link:\\\\n " +"##formcreator.validation_link##" + +#: install/install.php:484 +msgid "A form need validation" +msgstr "" + +#: install/install.php:485 +msgid "A form from GLPI need to be validated" +msgstr "" + +#: install/install.php:486 +msgid "" +"Hi,\\nA form from GLPI need to be validated and you have been choosen as the" +" validator.\\nYou can access it by clicking onto this " +"link:\\n##formcreator.validation_link##" +msgstr "" + +#: install/install.php:491 +msgid "Your form has been refused by the validator" +msgstr "Su formulario ha sido rechazado por el validador" + +#: install/install.php:492 +msgid "" +"Hi,\\nWe are sorry to inform you that your form has been refused by the " +"validator for the reason " +"below:\\n##formcreator.validation_comment##\\n\\nYou can still modify and " +"resubmit it by clicking onto this link:\\n##formcreator.validation_link##" +msgstr "" +"Hola,\\nSentimos informarle que su formulario ha sido rechazado por el " +"validador por la siguiente " +"razón:\\n##formcreator.validation_comment##\\n\\nUsted puede modificarlo y " +"volver a enviarlo haciendo clic en este " +"enlace:\\n##formcreator.validation_link##" + +#: install/install.php:498 +msgid "" +"Hi,\\nWe are pleased to inform you that your form has been accepted by the " +"validator.\\nYour request will be considered soon." +msgstr "" +"Hola,\\nNos complace informarle que su formulario ha sido aceptado por el " +"validador.\\n Su solicitud será considerada pronto." + +#: install/install.php:503 +msgid "Your form has been deleted by an administrator" +msgstr "Tu formulario ha sido eliminado por un administrador" + +#: install/install.php:504 +msgid "" +"Hi,\\nWe are sorry to inform you that your request cannot be considered and " +"has been deleted by an administrator." +msgstr "" +"Hola,\\nLamentamos informarle de que su solicitud no puede ser considerada, " +"y ha sido eliminado por un administrador." + +#: install/install.php:732 +msgid "Formcreator - Sync service catalog issues" +msgstr "" +"Formcreator - Problemas en la sincronización del catálogo de servicios" + +#: install/install.php:945 +msgid "Failed to check the sanity of the tables!" +msgstr "" + +#: install/install.php:959 +#, php-format +msgid "Table schema differs for table \"%s\"." +msgstr "" + +#: install/install.php:962 +#, php-format +msgid "Table \"%s\" is missing." +msgstr "" + +#: install/install.php:965 +#, php-format +msgid "Unknown table \"%s\" has been found in database." +msgstr "" + +#: hook.php:439 +msgctxt "button" +msgid "Duplicate" +msgstr "Duplicado" + +#: hook.php:440 +msgid "Transfer" +msgstr "" + +#: hook.php:441 +msgctxt "button" +msgid "Export" +msgstr "" + +#: hook.php:442 +msgctxt "button" +msgid "Access rights" +msgstr "" + +#: hook.php:756 +msgid "Cancel my ticket" +msgstr "Cancelar mi tiquete" + +#: hook.php:774 +msgid "Old" +msgstr "" + +#: hook.php:781 +#, php-format +msgid "Number of %s" +msgstr "" + +#: hook.php:798 +msgid "Issues summary" +msgstr "" + +#: hook.php:843 +msgid "" +"Formcreator's mini dashboard not usable as default. This Setting has been " +"ignored." +msgstr "" + +#: js/scripts.js:300 +msgid "No form found. Please choose a form below instead." +msgstr "" + +#: js/scripts.js:302 +msgid "No form found." +msgstr "" + +#: js/scripts.js:306 +msgid "No FAQ item found." +msgstr "" + +#: js/scripts.js:707 +msgid "Are you sure you want to delete this question?" +msgstr "¿Esta seguro que quieres eliminar esta pregunta?" + +#: js/scripts.js:917 +msgid "Are you sure you want to delete this section?" +msgstr "¿Esta seguro que quiere eliminar esta sección?" + +#: js/scripts.js:1161 +msgid "Add translations" +msgstr "" + +#: js/scripts.js:1300 js/scripts.js:1324 +msgid "An error occured while querying forms" +msgstr "Ocurrió un error al consultar los formularios" + +#: js/scripts.js:1416 entrée standard:139 +msgid "Send" +msgstr "" + +#: js/scripts.js:1425 +msgid "An internal error occurred. Please report it to administrator." +msgstr "" + +#: js/scripts.js:1468 +msgid "Are you sure you want to delete this validator ?" +msgstr "" + +#: js/scripts.js:1520 +msgid "Are you sure you want to duplicate this target?" +msgstr "" + +#: js/scripts.js:1537 +msgid "Are you sure you want to delete this target?" +msgstr "" + +#: entrée standard:57 standard:61 standard:60 standard:59 standard:43 +#: standard:69 standard:52 standard:76 +msgid "Default values" +msgstr "" + +#: entrée standard:52 standard:59 standard:58 +msgid "Show empty" +msgstr "Mostrar vacío" + +#: entrée standard:39 +msgid "LDAP directory" +msgid_plural "LDAP directories" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: entrée standard:78 +msgid "Attribute" +msgstr "Atributo " + +#: entrée standard:70 standard:68 +msgid "Values" +msgstr "" + +#: entrée standard:90 +msgid "Show ticket categories" +msgstr "Mostrar categorías de los tickets" + +#: entrée standard:146 standard:118 +msgid "Selectable root" +msgstr "" + +#: entrée standard:38 +msgid "GLPI object" +msgid_plural "GLPI objects" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: entrée standard:63 +msgid "Direct access on homepage" +msgstr "Acceso directo en la página de inicio" + +#: entrée standard:86 +msgid "Default form in service catalog" +msgstr "Formulario predeterminado en el catálogo de servicios" + +#: entrée standard:113 standard:114 +msgid "Are you a robot ?" +msgstr "¿Eres un robot?" + +#: entrée standard:64 +msgid "Condition to show the section" +msgstr "Condición para mostrar la sección" + +#: entrée standard:40 +msgid "Condition to generate the target" +msgstr "" + +#: entrée standard:40 +msgid "General" +msgstr "" + +#: entrée standard:45 +msgid "validation percent" +msgstr "" + +#: entrée standard:52 +msgid "Add a validator" +msgstr "" + +#: entrée standard:57 standard:36 +msgid "Validation level" +msgstr "" + +#: entrée standard:73 +msgid "Validator type" +msgstr "" + +#: entrée standard:98 +msgid "Validators" +msgstr "" + +#: entrée standard:106 standard:5 +msgid "Actions" +msgstr "" + +#: entrée standard:54 +msgid "Impacts" +msgstr "" + +#: entrée standard:62 +msgid "Checklist" +msgstr "" + +#: entrée standard:36 +msgid "Answers title" +msgstr "" + +#: entrée standard:45 +msgid "Add a section" +msgstr "Agregar una sección" + +#: entrée standard:55 +msgid "Condition to show the submit button" +msgstr "" + +#: entrée standard:33 +msgid "No form answer yet" +msgstr "" + +#: entrée standard:38 +#, php-format +msgid "%s latest items" +msgstr "" + +#: entrée standard:54 +msgid "Please activate the form to view the link" +msgstr "Por favor activa el formulario para ver el enlace" + +#: entrée standard:63 +msgid "Enable captcha" +msgstr "Habilitar captcha" + +#: entrée standard:79 +msgid "Restricted to" +msgstr "" + +#: entrée standard:83 +msgid "Add a question" +msgstr "Agregar una pregunta" + +#: entrée standard:39 +msgid "List of available tags" +msgstr "" + +#: entrée standard:42 +msgid "Title" +msgstr "" + +#: entrée standard:47 +msgid "Full form" +msgstr "Formulario completo" + +#: entrée standard:37 +msgid "Validation status" +msgstr "" + +#: entrée standard:36 +#, php-format +msgid "My %1$d last forms (requester)" +msgstr "Mi ultimo formulario %1$d ( solicitante )" + +#: entrée standard:39 +msgid "No form posted yet" +msgstr "Aún no se ha publicado el formulario" + +#: entrée standard:63 +msgid "All my forms (requester)" +msgstr "Todos mis formularios (Solicitante) " + +#: entrée standard:36 +#, php-format +msgid "My %1$d last forms (validator)" +msgstr "Mi ultimo formulario %1$d (validador)" + +#: entrée standard:63 +msgid "All my forms (validator)" +msgstr "Todos mis formularios (validador)" + +#: entrée standard:42 +msgid "Min" +msgstr "Mínimo" + +#: entrée standard:53 +msgid "Max" +msgstr "Máximo" diff --git a/locales/es_EC.mo b/locales/es_EC.mo new file mode 100644 index 000000000..101155c62 Binary files /dev/null and b/locales/es_EC.mo differ diff --git a/locales/es_EC.po b/locales/es_EC.po new file mode 100644 index 000000000..d603d6eaf --- /dev/null +++ b/locales/es_EC.po @@ -0,0 +1,2987 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +# Translators: +<<<<<<< HEAD +======= +# Thierry Bugier , 2023 +>>>>>>> support/2.13.0 +# Soporte Infraestructura Standby, 2023 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +<<<<<<< HEAD +"POT-Creation-Date: 2023-05-31 16:21+0200\n" +"PO-Revision-Date: 2022-06-15 12:10+0000\n" +======= +"POT-Creation-Date: 2023-11-13 14:56+0100\n" +"PO-Revision-Date: 2021-08-30 07:22+0000\n" +>>>>>>> support/2.13.0 +"Last-Translator: Soporte Infraestructura Standby, 2023\n" +"Language-Team: Spanish (Ecuador) (https://app.transifex.com/teclib/teams/28042/es_EC/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: es_EC\n" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" + +#: ajax/question_update.php:38 ajax/section_update.php:37 +msgid "Bad request" +msgstr "Solicitud incorrecta" + +#: ajax/question_update.php:47 ajax/question_move.php:45 +#: ajax/question_delete.php:42 ajax/question_toggle_required.php:49 +msgid "Question not found" +msgstr "Pregunta no encontrada" + +#: ajax/question_update.php:53 ajax/question_duplicate.php:49 +#: ajax/question_move.php:50 ajax/section_add.php:38 +#: ajax/section_delete.php:50 ajax/section_move.php:55 +#: ajax/section_duplicate.php:50 ajax/question_delete.php:49 +#: ajax/question_toggle_required.php:55 ajax/section_update.php:44 +msgid "You don't have right for this action" +msgstr "No tiene derecho a esta acción" + +#: ajax/question_duplicate.php:43 +msgid "Source question not found" +msgstr "Pregunta de origen no encontrada" + +#: ajax/question_move.php:73 +msgid "Could not move some questions" +msgstr "No se pudieron mover algunas preguntas" + +#: ajax/section_add.php:44 +msgid "Could not add the section" +msgstr "No se pudo agregar la sección" + +#: ajax/commontree.php:55 entrée standard:128 standard:100 +msgid "Subtree root" +msgstr "Raíz del subárbol" + +#: ajax/commontree.php:59 +msgid "Selectable" +msgstr "Seleccionable" + +#: ajax/commontree.php:74 entrée standard:137 standard:109 +msgid "Limit subtree depth" +msgstr "Limite la profundidad del subárbol" + +#: ajax/commontree.php:84 +msgid "No limit" +msgstr "Sin límite" + +<<<<<<< HEAD +======= +#: ajax/homepage_link.php:36 inc/formlist.class.php:46 inc/form.class.php:111 +#: entrée standard:47 +msgid "Form" +msgid_plural "Forms" +msgstr[0] "Formulario" +msgstr[1] "Formularios" +msgstr[2] "Formularios" + +>>>>>>> support/2.13.0 +#: ajax/section_delete.php:44 ajax/section_move.php:49 +#: ajax/section_duplicate.php:44 +msgid "Source section not found" +msgstr "Sección de origen no encontrada" + +#: ajax/section_delete.php:56 +msgid "Could not delete the section" +msgstr "No se pudo eliminar la sección" + +#: ajax/question_add.php:45 +msgid "Could not add the question" +msgstr "No se ha podido añadir la pregunta" + +#: ajax/section_move.php:66 +msgid "Could not move the section" +msgstr "No se pudo mover la sección" + +#: ajax/target_actor.php:51 +msgid "Failed to add the actor" +msgstr "Error al añadir el actor" + +#: ajax/target_actor.php:62 +msgid "Failed to delete the actor" +msgstr "Error al eliminar el actor" + +#: ajax/section_duplicate.php:56 +msgid "Could not duplicate the section" +msgstr "No se pudo duplicar la sección" + +#: ajax/section_update.php:50 +msgid "Could not update the section" +msgstr "No se pudo actualizar la sección" + +#: front/knowbaseitem.php:42 front/knowbaseitem.php:47 +#: front/wizardreminders.php:49 front/wizardreminders.php:51 +#: front/wizard.php:45 front/wizard.php:50 front/wizardfeeds.php:49 +#: front/wizardfeeds.php:51 front/issue.php:44 front/issue.php:50 +#: front/formanswer.php:44 front/reservation.php:46 front/reservation.php:48 +#: front/knowbaseitem.form.php:48 front/knowbaseitem.form.php:50 +#: front/reservationitem.php:42 front/reservationitem.php:44 +#: front/formanswer.form.php:74 front/reservation.form.php:46 +#: front/reservation.form.php:48 +msgid "Service catalog" +msgstr "Catálogo de servicios" + +#: front/issue.form.php:46 +msgid "Item not found" +msgstr "Elemento no encontrado" + +#: front/targetticket.form.php:46 front/targetticket.form.php:56 +#: front/targetticket.form.php:81 front/targetchange.form.php:46 +#: front/targetproblem.form.php:46 +msgid "No right to update this item." +msgstr "No hay derecho a actualizar este elemento." + +#: front/targetticket.form.php:75 +msgid "Bad request while deleting an actor." +msgstr "Solicitud errónea al eliminar un actor." + +#: front/targetticket.form.php:95 front/targetchange.form.php:81 +#: front/formanswer.php:47 front/targetproblem.form.php:81 +#: front/formanswer.form.php:77 front/form.php:43 inc/common.class.php:654 +#: inc/common.class.php:661 +msgid "Form Creator" +msgstr "Creador de Formularios" + +#: front/targetticket.form.php:105 front/targetchange.form.php:90 +#: front/targetproblem.form.php:90 +#, php-format +msgid "%1$s = %2$s" +msgstr "%1$s = %2$s" + +#: front/formlist.php:46 front/formlist.php:52 inc/common.class.php:648 +msgid "Form list" +msgstr "Lista de formularios" + +#: front/formdisplay.php:90 inc/formanswer.class.php:1077 +#: inc/formanswer.class.php:1325 inc/formanswer.class.php:1376 +msgid "The form has been successfully saved!" +msgstr "¡El formulario ha sido guardado exitosamente!" + +#. TRANS: %s is the user login +#: front/reservation.form.php:71 +#, php-format +msgid "%1$s purges the reservation for item %2$s" +msgstr "%1$s depura la reserva del elemento %2$s" + +#: front/reservation.form.php:124 +#, php-format +msgid "%1$s adds the reservation %2$s for item %3$s" +msgstr "%1$s añade la reserve %2$s para el elemento %3$s" + +#: inc/knowbase.class.php:60 inc/entityconfig.class.php:478 +#: inc/form.class.php:611 +msgid "Category" +msgid_plural "Categories" +msgstr[0] "Categoría" +msgstr[1] "Categorías" +msgstr[2] "Categorías" + +#: inc/knowbase.class.php:62 inc/form.class.php:614 entrée standard:39 +msgid "See all" +msgstr "Ver todos" + +#: inc/knowbase.class.php:83 +msgid "Please, describe your need here" +msgstr "Por favor, describa su necesidad aquí" + +#: inc/field/textareafield.class.php:186 +msgid "Textarea" +msgstr "Área de texto" + +#: inc/field/textareafield.class.php:249 inc/field/dropdownfield.class.php:594 +#: inc/field/ldapselectfield.class.php:115 +#: inc/field/urgencyfield.class.php:166 inc/field/tagfield.class.php:166 +#: inc/field/timefield.class.php:114 inc/field/fieldsfield.class.php:489 +#: inc/field/requesttypefield.class.php:161 +msgid "A required field is empty:" +msgstr "Un campo requerido está vacío:" + +#: inc/field/textareafield.class.php:267 inc/field/integerfield.class.php:112 +#: inc/field/floatfield.class.php:194 inc/conditionnabletrait.class.php:70 +msgid "The regular expression is invalid" +msgstr "La expresión regular es invalida" + +#: inc/field/dropdownfield.class.php:81 inc/filter/entityfilter.class.php:48 +msgid "User and form" +msgstr "Usuario y formulario" + +#: inc/field/dropdownfield.class.php:87 +msgid "Search filter" +msgstr "Filtro de búsqueda" + +#: inc/field/dropdownfield.class.php:585 entrée standard:38 +msgid "Dropdown" +msgid_plural "Dropdowns" +msgstr[0] "Menú desplegable" +msgstr[1] "Menús desplegables" +msgstr[2] "Menús desplegables" + +#: inc/field/dropdownfield.class.php:616 +msgid "Invalid value for " +msgstr "Valor invalido para " + +#: inc/field/dropdownfield.class.php:628 +#, php-format +msgid "The itemtype field is required: %s" +msgstr "El campo tipo de elemento es obligatorio: %s" + +#: inc/field/dropdownfield.class.php:644 +#, php-format +msgid "Invalid dropdown type: %s" +msgstr "Tipo de menú desplegable no válido: %s" + +#: inc/field/dropdownfield.class.php:704 inc/questionfilter.class.php:62 +#: entrée standard:68 +msgid "Filter" +msgstr "Filtro" + +#: inc/field/dropdownfield.class.php:987 entrée standard:162 standard:134 +msgid "Entity restriction" +msgstr "Restricción de entidad" + +#: inc/field/dropdownfield.class.php:996 +msgid "" +"To respect the GLPI entity system, \"Form\" should be selected. Others " +"settings will break the entity restrictions" +msgstr "" +"Para respetar el sistema de entidades de GLPI, debe seleccionarse " +"\"Formulario\". Otros ajustes romperán las restricciones de entidad" + +#: inc/field/ldapselectfield.class.php:96 +msgid "LDAP Select" +msgstr "Seleccionar LDAP" + +#: inc/field/ldapselectfield.class.php:140 +msgid "LDAP directory not defined!" +msgstr "¡El directorio LDAP no está definido!" + +#: inc/field/ldapselectfield.class.php:147 +msgid "LDAP directory not found!" +msgstr "¡Directorio LDAP no encontrado!" + +<<<<<<< HEAD +======= +#: inc/field/ldapselectfield.class.php:154 +msgid "LDAP attribute is required!" +msgstr "¡Se requiere el atributo LDAP!" + +#: inc/field/textfield.class.php:146 inc/field/floatfield.class.php:156 +#, php-format +msgid "Specific format does not match: %s" +msgstr "Formato especificado no coincide: %s" + +#: inc/field/textfield.class.php:155 +#, php-format +msgid "The text is too short (minimum %d characters): %s" +msgstr "El texto es demasiado corto (mínimo %d caracteres): %s" + +#: inc/field/textfield.class.php:160 +#, php-format +msgid "The text is too long (maximum %d characters): %s" +msgstr "El texto es demasiado largo (máximo %d caracteres): %s" + +#: inc/field/textfield.class.php:168 +msgid "Text" +msgstr "Texto" + +#: inc/field/textfield.class.php:217 inc/field/floatfield.class.php:238 +#: inc/questionregex.class.php:62 entrée standard:42 +msgid "Regular expression" +msgstr "Expresión regular" + +#: inc/field/textfield.class.php:222 inc/field/floatfield.class.php:243 +msgid "Range" +msgstr "Rango" + +#: inc/field/textfield.class.php:228 inc/field/floatfield.class.php:249 +msgid "Additional validation" +msgstr "Validación adicional" + +>>>>>>> support/2.13.0 +#: inc/field/radiosfield.class.php:108 +msgid "Radios" +msgstr "Botón de radio" + +<<<<<<< HEAD +#: inc/field/radiosfield.class.php:114 inc/field/fieldsfield.class.php:513 +#: inc/field/checkboxesfield.class.php:245 +msgid "The field value is required:" +msgstr "El valor del campo es requerido:" + +#: inc/field/radiosfield.class.php:192 inc/field/selectfield.class.php:104 +#: inc/field/datetimefield.class.php:119 inc/field/actorfield.class.php:258 +#: inc/field/checkboxesfield.class.php:191 inc/field/floatfield.class.php:125 +#: inc/field/datefield.class.php:116 +======= +#: inc/field/radiosfield.class.php:116 inc/field/checkboxesfield.class.php:256 +msgid "The field value is required." +msgstr "El valor del campo es requerido." + +#: inc/field/radiosfield.class.php:127 +msgid "Only one default value is allowed." +msgstr "Sólo se permite un valor predeterminado." + +#: inc/field/radiosfield.class.php:138 +msgid "The default value is not in the list of available values." +msgstr "El valor predeterminado no está en la lista de valores disponibles." + +#: inc/field/radiosfield.class.php:215 inc/field/selectfield.class.php:105 +#: inc/field/datetimefield.class.php:119 inc/field/actorfield.class.php:257 +#: inc/field/checkboxesfield.class.php:190 inc/field/floatfield.class.php:124 +>>>>>>> support/2.13.0 +#, php-format +msgid "A required field is empty: %s" +msgstr "Un campo requerido esta vacío: %s" + +<<<<<<< HEAD +#: inc/field/integerfield.class.php:59 +======= +#: inc/field/radiosfield.class.php:234 inc/field/selectfield.class.php:123 +#, php-format +msgid "This value %1$s is not allowed: %2$s" +msgstr "Este valor %1$s no está permitido: %2$s" + +#: inc/field/integerfield.class.php:60 +>>>>>>> support/2.13.0 +#, php-format +msgid "This is not an integer: %s" +msgstr "Este no es un entero: %s" + +#: inc/field/integerfield.class.php:71 inc/field/floatfield.class.php:156 +#, php-format +msgid "Specific format does not match: %s" +msgstr "Formato especificado no coincide: %s" + +#: inc/field/integerfield.class.php:85 inc/field/floatfield.class.php:167 +#, php-format +msgid "The following number must be greater than %d: %s" +msgstr "El siguiente número debe ser mayor que %d: %s" + +#: inc/field/integerfield.class.php:91 inc/field/floatfield.class.php:173 +#, php-format +msgid "The following number must be lower than %d: %s" +msgstr "El siguiente número debe ser menor que %d: %s" + +#: inc/field/integerfield.class.php:101 +msgid "Integer" +msgstr "Entero" + +#: inc/field/undefinedfield.class.php:44 +msgid "Undefined" +msgstr "Indefinido" + +#: inc/field/ipfield.class.php:123 +msgid "IP address" +msgid_plural "IP addresses" +msgstr[0] "Direcciones IP" +msgstr[1] "Direcciones IP" +msgstr[2] "Direcciones IP" + +#: inc/field/urgencyfield.class.php:86 inc/abstractitiltarget.class.php:1040 +msgid "Urgency" +msgstr "Urgencia" + +#: inc/field/urgencyfield.class.php:120 +msgctxt "urgency" +msgid "Very high" +msgstr "Muy alto" + +#: inc/field/urgencyfield.class.php:121 +msgctxt "urgency" +msgid "High" +msgstr "Alto" + +#: inc/field/urgencyfield.class.php:122 +msgctxt "urgency" +msgid "Medium" +msgstr "Medio" + +#: inc/field/urgencyfield.class.php:123 +msgctxt "urgency" +msgid "Low" +msgstr "Bajo" + +#: inc/field/urgencyfield.class.php:124 +msgctxt "urgency" +msgid "Very low" +msgstr "Muy bajo" + +#: inc/field/tagfield.class.php:52 +msgid "Warning: Tag plugin is disabled or missing" +msgstr "Advertencia: El complemento Etiquetas está deshabilitado o no existe" + +#: inc/field/tagfield.class.php:200 +msgid "Tag" +msgid_plural "Tags" +msgstr[0] "Etiqueta" +msgstr[1] "Etiquetas" +msgstr[2] "Etiquetas" + +<<<<<<< HEAD +#: inc/field/hostnamefield.class.php:116 +======= +#: inc/field/glpiselectfield.class.php:83 entrée standard:38 +msgid "GLPI object" +msgid_plural "GLPI objects" +msgstr[0] "Objeto GLPI" +msgstr[1] "Objetos GLPI" +msgstr[2] "Objetos GLPI" + +#: inc/field/glpiselectfield.class.php:100 inc/field/fieldsfield.class.php:512 +msgid "The field value is required:" +msgstr "El valor del campo es requerido:" + +#: inc/field/hostnamefield.class.php:115 +>>>>>>> support/2.13.0 +msgid "Hostname" +msgid_plural "Hostnames" +msgstr[0] "Nombre de host" +msgstr[1] "Nombres de host" +msgstr[2] "Nombres de host" + +#: inc/field/timefield.class.php:130 +msgid "Time" +msgstr "Hora" + +#: inc/field/emailfield.class.php:89 +#, php-format +msgid "This is not a valid e-mail: %s" +msgstr "Este no es un correo electrónico valido: %s" + +#: inc/field/emailfield.class.php:100 +msgid "Email" +msgid_plural "Emails" +msgstr[0] "Correo electrónico" +msgstr[1] "Correos electrónicos" +msgstr[2] "Correos electrónicos" + +#: inc/field/selectfield.class.php:97 +msgid "Select" +msgstr "Seleccionar" + +#: inc/field/datetimefield.class.php:140 +msgid "Date & time" +msgstr "Fecha y hora" + +#: inc/field/actorfield.class.php:84 +msgid "Actor" +msgid_plural "Actors" +msgstr[0] "Actor" +msgstr[1] "Actores" +msgstr[2] "Actores" + +#: inc/field/actorfield.class.php:268 +#, php-format +msgid "Invalid value: %s" +msgstr "Valor invalido: %s" + +#: inc/field/actorfield.class.php:291 +#, php-format +msgid "User not found or invalid email address: %s" +msgstr "Usuario no encontrado o correo electrónico no valido: %s" + +#: inc/field/filefield.class.php:124 +msgid "No attached document" +msgstr "Documento no adjuntado" + +#: inc/field/filefield.class.php:133 inc/field/filefield.class.php:254 +#: inc/field/filefield.class.php:261 +msgid "Attached document" +msgstr "Documento adjuntado" + +#: inc/field/filefield.class.php:175 +#, php-format +msgid "A required file is missing: %s" +msgstr "Falta un archivo requerido: %s" + +#: inc/field/filefield.class.php:192 +msgid "File" +msgstr "Archivo" + +#: inc/field/multiselectfield.class.php:86 +msgid "Multiselect" +msgstr "Selección múltiple" + +#: inc/field/fieldsfield.class.php:154 +msgid "Warning: Additional Fields plugin is disabled or missing" +msgstr "" +"Advertencia: El complemento Campos Adicionales está deshabilitado o no " +"existe" + +#: inc/field/fieldsfield.class.php:168 +msgid "Block" +msgstr "Bloquear" + +#: inc/field/fieldsfield.class.php:172 inc/targetticket.class.php:346 +msgid "Field" +msgstr "Campo" + +#: inc/field/fieldsfield.class.php:254 +msgid "show" +msgstr "mostrar" + +#: inc/field/fieldsfield.class.php:390 +#, php-format +msgid "Field '%1$s' type not implemented yet!" +msgstr "¡El tipo de campo '%1$s' aún no se ha implementado!" + +#: inc/field/fieldsfield.class.php:467 +msgid "Some numeric fields contains non numeric values" +msgstr "Algunos campos numéricos contienen valores no numéricos" + +#: inc/field/fieldsfield.class.php:472 +msgid "Some URL fields contains invalid links" +msgstr "Algunos campos URL contienen enlaces no válidos" + +#: inc/field/fieldsfield.class.php:566 +msgid "Additionnal fields" +msgstr "Campos adicionales" + +#: inc/field/checkboxesfield.class.php:133 +msgid "Checkboxes" +msgstr "Casillas de verificación" + +<<<<<<< HEAD +#: inc/field/checkboxesfield.class.php:227 +======= +#: inc/field/checkboxesfield.class.php:208 +#, php-format +msgid "Empty values are not allowed: %s" +msgstr "No se permiten valores vacíos: %s" + +#: inc/field/checkboxesfield.class.php:216 +#, php-format +msgid "This value %1$s is not alowed: %2$s" +msgstr "Este valor %1$s no está permitido: %2$s" + +#: inc/field/checkboxesfield.class.php:236 +>>>>>>> support/2.13.0 +#, php-format +msgid "The following question needs at least %d answers: %s" +msgstr "La siguiente pregunta necesita al menos %d respuestas: %s" + +#: inc/field/checkboxesfield.class.php:233 +#, php-format +msgid "The following question does not accept more than %d answers: %s" +msgstr "La siguiente pregunta no admite más que %d respuestas: %s" + +<<<<<<< HEAD +#: inc/field/checkboxesfield.class.php:305 +======= +#: inc/field/checkboxesfield.class.php:270 +msgid "The default values are not in the list of available values." +msgstr "" +"Los valores predeterminados no están en la lista de valores disponibles." + +#: inc/field/checkboxesfield.class.php:325 +>>>>>>> support/2.13.0 +msgid "Range min" +msgstr "Rango mínimo" + +#: inc/field/checkboxesfield.class.php:306 +msgid "Range max" +msgstr "Rango máximo" + +#: inc/field/requesttypefield.class.php:87 inc/targetticket.class.php:1150 +msgid "Request type" +msgstr "Tipo de solicitud" + +#: inc/field/floatfield.class.php:142 +#, php-format +msgid "This is not a number: %s" +msgstr "Esto no es un número: %s" + +#: inc/field/floatfield.class.php:183 +msgid "Decimal number" +msgstr "Número decimal" + +#: inc/field/floatfield.class.php:235 inc/questionregex.class.php:62 entrée +#: standard:42 +msgid "Regular expression" +msgstr "Expresión regular" + +#: inc/field/floatfield.class.php:240 +msgid "Range" +msgstr "Rango" + +#: inc/field/floatfield.class.php:246 +msgid "Additional validation" +msgstr "Validación adicional" + +#: inc/field/datefield.class.php:137 +msgid "Date" +msgstr "Fecha" + +#: inc/field/descriptionfield.class.php:106 inc/form.class.php:151 +#: inc/question.class.php:188 entrée standard:82 standard:52 standard:114 +msgid "Description" +msgstr "Descripción" + +#: inc/field/descriptionfield.class.php:113 +msgid "A description field should have a description:" +msgstr "Un campo de descripción debe tener una descripción:" + +#: inc/field/hiddenfield.class.php:96 +msgid "Hidden field" +msgid_plural "Hidden fields" +msgstr[0] "Campo oculto" +msgstr[1] "Campos ocultos" +msgstr[2] "Campos ocultos" + +#: inc/condition.class.php:65 +msgid "Condition" +msgid_plural "Conditions" +msgstr[0] "Condición" +msgstr[1] "Condiciones" +msgstr[2] "Condiciones" + +#: inc/condition.class.php:103 +msgid "is visible" +msgstr "es visible" + +#: inc/condition.class.php:104 +msgid "is not visible" +msgstr "no es visible" + +#: inc/condition.class.php:105 +msgid "regular expression matches" +msgstr "coincide con la expresión regular" + +#: inc/condition.class.php:116 +msgid "Always displayed" +msgstr "Mostrar siempre" + +#: inc/condition.class.php:117 +msgid "Hidden unless" +msgstr "Ocultar a menos que" + +#: inc/condition.class.php:118 +msgid "Displayed unless" +msgstr "Mostrar al menos que" + +#: inc/condition.class.php:178 inc/target_actor.class.php:233 +#: inc/form_language.class.php:565 inc/form_validator.class.php:248 +#: inc/targetproblem.class.php:527 inc/questionrange.class.php:199 +#: inc/form.class.php:1908 inc/targetchange.class.php:304 +#: inc/questionfilter.class.php:222 inc/section.class.php:381 +#: inc/restrictedformcriteria.class.php:200 inc/question.class.php:867 +#: inc/questionparameter/range.class.php:198 inc/questionregex.class.php:188 +#: inc/questiondependency.class.php:196 inc/item_targetticket.class.php:154 +#: inc/targetticket.class.php:1461 +#, php-format +msgid "Failed to add or update the %1$s %2$s" +msgstr "No se pudo agregar o actualizar el %1$s %2$s" + +#: inc/condition.class.php:200 inc/target_actor.class.php:254 +#: inc/form_language.class.php:581 inc/form_validator.class.php:288 +#: inc/targetproblem.class.php:362 inc/questionrange.class.php:131 +#: inc/form.class.php:1569 inc/targetchange.class.php:149 +#: inc/questionfilter.class.php:154 inc/section.class.php:406 +#: inc/restrictedformcriteria.class.php:226 inc/question.class.php:894 +#: inc/questionparameter/range.class.php:133 inc/questionregex.class.php:120 +#: inc/questiondependency.class.php:211 inc/item_targetticket.class.php:64 +#: inc/targetticket.class.php:1500 +#, php-format +msgid "Cannot export an empty object: %s" +msgstr "No se puede exportar un objeto vacío %s" + +#: inc/condition.class.php:268 +msgid "Conditions" +msgstr "Condiciones" + +#: inc/linker.class.php:78 +msgid "Importing" +msgstr "Importando" + +#: inc/linker.class.php:80 +msgid "Import in progress" +msgstr "Importación en curso" + +#: inc/issue.class.php:43 +msgid "Issue" +msgid_plural "Issues" +msgstr[0] "Problema" +msgstr[1] "Problemas" +msgstr[2] "Problemas" + +#: inc/issue.class.php:56 +msgid "Update issue data from tickets and form answers" +msgstr "Actualizar datos de problemas de casos y respuestas de formularios" + +#: inc/issue.class.php:393 +msgid "Satisfaction survey expired" +msgstr "Encuesta de satisfacción caducada" + +#: inc/issue.class.php:531 inc/form_language.class.php:229 +#: inc/form.class.php:2208 entrée standard:52 standard:49 standard:57 +#: standard:38 standard:39 standard:105 standard:46 +msgid "Name" +msgstr "Nombre" + +#: inc/issue.class.php:543 inc/formanswer.class.php:229 +#: inc/formanswer.class.php:320 inc/targetproblem.class.php:610 +#: inc/form.class.php:142 inc/targetchange.class.php:335 +#: inc/section.class.php:95 inc/question.class.php:178 +#: inc/targetticket.class.php:180 entrée standard:45 +msgid "ID" +msgstr "ID" + +#: inc/issue.class.php:552 inc/form.class.php:2217 entrée standard:111 +#: standard:65 standard:104 standard:4 +msgid "Type" +msgid_plural "Types" +msgstr[0] "Tipo" +msgstr[1] "Tipos" +msgstr[2] "Tipos" + +#: inc/issue.class.php:565 inc/formanswer.class.php:307 +msgid "Status" +msgstr "Estado" + +#: inc/issue.class.php:577 +msgid "Opening date" +msgstr "Fecha de apertura" + +#: inc/issue.class.php:586 +msgid "Last update" +msgstr "Última actualización" + +#: inc/issue.class.php:595 inc/abstracttarget.class.php:517 +msgid "Entity" +msgid_plural "Entities" +msgstr[0] "Entidad" +msgstr[1] "Entidades" +msgstr[2] "Entidades" + +#: inc/issue.class.php:605 inc/notificationtargetformanswer.class.php:76 +#: inc/notificationtargetformanswer.class.php:96 +#: inc/target_actor.class.php:101 inc/formanswer.class.php:248 +#: inc/formanswer.class.php:762 inc/abstractitiltarget.class.php:1804 entrée +#: standard:48 +msgid "Requester" +msgid_plural "Requesters" +msgstr[0] "Solicitante" +msgstr[1] "Solicitantes" +msgstr[2] "Solicitantes" + +#: inc/issue.class.php:619 inc/formanswer.class.php:258 +msgid "Form approver" +msgstr "Aprobador del formulario" + +#: inc/issue.class.php:651 inc/formanswer.class.php:691 +#: inc/formanswer.class.php:698 inc/formanswer.class.php:777 +#: inc/form_language.class.php:243 +msgid "Comment" +msgstr "Comentario" + +#: inc/issue.class.php:663 +msgid "Ticket approver" +msgstr "Aprobador del caso" + +#: inc/issue.class.php:736 +msgid "Technician" +msgstr "Técnico" + +#: inc/issue.class.php:767 +msgid "Technician group" +msgstr "Grupo de técnicos" + +#: inc/issue.class.php:799 inc/formanswer.class.php:287 +msgid "Form approver group" +msgstr "Grupo de aprobación del formulario" + +#: inc/issue.class.php:829 +msgid "Ticket approver group" +msgstr "Grupo de aprobación del caso" + +#: inc/issue.class.php:863 inc/abstractitiltarget.class.php:787 entrée +#: standard:108 +msgid "Time to resolve" +msgstr "Tiempo para resolverlo" + +#: inc/issue.class.php:874 +msgid "Time to resolve + Progress" +msgstr "Tiempo para resolver + Progreso" + +#: inc/issue.class.php:884 +msgid "Internal time to resolve" +msgstr "Tiempo interno de resolución" + +#: inc/issue.class.php:895 +msgid "Internal time to resolve + Progress" +msgstr "Tiempo interno para resolver + Progreso" + +#: inc/issue.class.php:905 +msgid "Resolution date" +msgstr "Fecha de resolución" + +#: inc/issue.class.php:914 +msgid "Internal time to own" +msgstr "Tiempo interno de propiedad" + +#: inc/issue.class.php:925 +msgid "Internal time to own + Progress" +msgstr "Tiempo interno para poseer + Progreso" + +#: inc/issue.class.php:935 entrée standard:109 +msgid "Time to own" +msgstr "Tiempo para adueñarse" + +#: inc/issue.class.php:946 +msgid "Time to own + Progress" +msgstr "Tiempo para poseer + Progreso" + +#: inc/issue.class.php:958 +msgid "Approver substitute" +msgstr "Sustituto del aprobador" + +#: inc/issue.class.php:1022 +msgid "Substitute of a member of approver group" +msgstr "Sustitución de un miembro del grupo de aprobación" + +#: inc/issue.class.php:1095 +msgid "Form approver substitute" +msgstr "Sustituto del aprobador de formularios" + +#: inc/issue.class.php:1163 +msgid "Current form approver group" +msgstr "Grupo de aprobador de formulario actual" + +#: inc/issue.class.php:1193 +msgid "Current form approver" +msgstr "Aprobador de formulario actual" + +#: inc/issue.class.php:1227 +msgid "Ticket requester" +msgstr "Solicitante del caso" + +#: inc/issue.class.php:1274 +msgid "Ticket observer" +msgstr "Observador del caso" + +#: inc/issue.class.php:1322 +msgid "Ticket technician" +msgstr "Técnico del caso" + +#: inc/issue.class.php:1469 +#, php-format +msgid "%1$s %2$s" +msgstr "%1$s%2$s" + +#: inc/issue.class.php:1727 inc/filter/itilcategoryfilter.class.php:56 +#: hook.php:766 +msgid "All" +msgstr "Todos" + +#: inc/issue.class.php:1733 hook.php:767 +msgid "New" +msgstr "Nuevo" + +#: inc/issue.class.php:1739 hook.php:768 +msgid "Assigned" +msgstr "Asignado" + +#: inc/issue.class.php:1745 inc/formanswer.class.php:78 +#: inc/form_validator.class.php:70 hook.php:769 +msgid "Waiting" +msgstr "Esperando" + +#: inc/issue.class.php:1751 hook.php:770 +msgid "To validate" +msgstr "Para validar" + +#: inc/issue.class.php:1757 hook.php:771 +msgid "Solved" +msgstr "Resuelto" + +#: inc/issue.class.php:1763 hook.php:772 +msgid "Closed" +msgstr "Cerrado" + +#: inc/category.class.php:50 hook.php:72 +msgid "Form category" +msgid_plural "Form categories" +msgstr[0] "Categoría de formulario" +msgstr[1] "Categorías de formulario" +msgstr[2] "Categorías de formulario" + +#: inc/category.class.php:80 +msgid "Knowbase category" +msgstr "Categoría de base de conocimiento" + +#: inc/category.class.php:86 +msgid "As child of" +msgstr "Como hijo de" + +#: inc/category.class.php:92 inc/form.class.php:247 entrée standard:65 +msgid "Icon" +msgstr "Icono" + +#: inc/category.class.php:98 inc/form.class.php:255 entrée standard:67 +msgid "Icon color" +msgstr "Color del icono" + +#: inc/category.class.php:104 inc/form.class.php:263 entrée standard:80 +msgid "Background color" +msgstr "Color del fondo" + +#: inc/formlist.class.php:46 inc/entityconfig.class.php:93 +#: inc/form.class.php:111 inc/form.class.php:516 inc/form.class.php:2015 +#: entrée standard:47 +msgid "Form" +msgid_plural "Forms" +msgstr[0] "Formularios" +msgstr[1] "Formularios" +msgstr[2] "Formularios" + +#: inc/notificationtargetformanswer.class.php:43 +msgid "The form as been saved" +msgstr "El formulario ha sido guardado" + +#: inc/notificationtargetformanswer.class.php:44 +msgid "A form need to be validate" +msgstr "Un formulario necesita ser validado" + +#: inc/notificationtargetformanswer.class.php:45 install/install.php:490 +msgid "The form is refused" +msgstr "Se rechaza el formulario" + +#: inc/notificationtargetformanswer.class.php:46 install/install.php:496 +msgid "The form is accepted" +msgstr "Se acepta el formulario" + +#: inc/notificationtargetformanswer.class.php:47 install/install.php:502 +msgid "The form is deleted" +msgstr "Se elimina el formulario" + +#: inc/notificationtargetformanswer.class.php:74 +msgid "Form ID" +msgstr "ID del Formulario " + +#: inc/notificationtargetformanswer.class.php:75 +#: inc/notificationtargetformanswer.class.php:95 +msgid "Form name" +msgstr "Nombre de formulario" + +#: inc/notificationtargetformanswer.class.php:77 +#: inc/form_validator.class.php:91 +msgid "Validator" +msgid_plural "Validators" +msgstr[0] "Validadores" +msgstr[1] "Validadores" +msgstr[2] "Validadores" + +#: inc/notificationtargetformanswer.class.php:78 +#: inc/notificationtargetformanswer.class.php:98 inc/formanswer.class.php:278 +#: entrée standard:49 +msgid "Creation date" +msgstr "Fecha de creación" + +#: inc/notificationtargetformanswer.class.php:79 +#: inc/notificationtargetformanswer.class.php:99 +msgid "Full form answers" +msgstr "Todas las respuestas del formulario" + +#: inc/notificationtargetformanswer.class.php:80 +msgid "Validation comment" +msgstr "Comentario de validación" + +#: inc/notificationtargetformanswer.class.php:81 +#: inc/notificationtargetformanswer.class.php:101 +msgid "Validation link" +msgstr "Enlace de validación" + +#: inc/notificationtargetformanswer.class.php:82 +msgid "Request ID" +msgstr "ID de Solicitud" + +#: inc/notificationtargetformanswer.class.php:94 +msgid "Form #" +msgstr "# de Formulario" + +#: inc/notificationtargetformanswer.class.php:97 +msgctxt "tag" +msgid "Validator" +msgstr "Validador" + +#: inc/notificationtargetformanswer.class.php:100 +msgid "Refused comment" +msgstr "Comentario rechazado" + +#: inc/notificationtargetformanswer.class.php:102 +msgid "Request #" +msgstr "# de Solicitud" + +#: inc/notificationtargetformanswer.class.php:114 +msgid "Author" +msgstr "Autor" + +#: inc/notificationtargetformanswer.class.php:115 +#: inc/abstractitiltarget.class.php:1374 +msgid "Approver" +msgstr "Aprobador" + +#: inc/target_actor.class.php:70 inc/abstractitiltarget.class.php:2141 +msgid "Form author" +msgstr "Autor del formulario" + +#: inc/target_actor.class.php:71 inc/abstractitiltarget.class.php:2144 +msgid "Form validator" +msgstr "Validador del formulario" + +#: inc/target_actor.class.php:72 +msgid "Specific person" +msgstr "Especificar persona" + +#: inc/target_actor.class.php:73 inc/abstractitiltarget.class.php:2154 +msgid "Person from the question" +msgstr "Persona desde la pregunta" + +#: inc/target_actor.class.php:74 +msgid "Specific group" +msgstr "Especificar grupo" + +#: inc/target_actor.class.php:75 inc/abstractitiltarget.class.php:2165 +msgid "Group from the question" +msgstr "Grupo desde la pregunta" + +#: inc/target_actor.class.php:76 +msgid "Group from an object" +msgstr "Grupo de un objeto" + +#: inc/target_actor.class.php:77 +msgid "Tech group from an object" +msgstr "Grupo técnico de un objeto" + +#: inc/target_actor.class.php:78 +msgid "Specific supplier" +msgstr "Especificar proveedor" + +#: inc/target_actor.class.php:79 inc/abstractitiltarget.class.php:2194 +msgid "Supplier from the question" +msgstr "Proveedor de la pregunta" + +#: inc/target_actor.class.php:80 inc/abstractitiltarget.class.php:2183 +msgid "Actors from the question" +msgstr "Actores de la pregunta" + +#: inc/target_actor.class.php:81 inc/abstractitiltarget.class.php:2198 +msgid "Form author's supervisor" +msgstr "Supervisor del autor del formulario" + +#: inc/target_actor.class.php:102 +msgid "Observer" +msgstr "Observador" + +#: inc/target_actor.class.php:103 inc/abstractitiltarget.class.php:1818 +msgid "Assigned to" +msgstr "Asignado a" + +#: inc/target_actor.class.php:109 +msgid "Target actor" +msgid_plural "Target actors" +msgstr[0] "Actor objetivo" +msgstr[1] "Actores objetivo" +msgstr[2] "Actores objetivo" + +#: inc/target_actor.class.php:115 inc/target_actor.class.php:131 +#: inc/target_actor.class.php:140 +msgid "Bad request while adding an actor." +msgstr "Solicitud incorrecta al añadir un actor." + +#: inc/target_actor.class.php:197 +#, php-format +msgid "Failed to find a user: %1$s" +msgstr "Error al encontrar un usuario: %1$s" + +#: inc/target_actor.class.php:206 +#, php-format +msgid "Failed to find a group: %1$s" +msgstr "Error al encontrar un grupo: %1$s" + +#: inc/target_actor.class.php:215 +#, php-format +msgid "Failed to find a supplier: %1$s" +msgstr "Error al encontrar un proveedor: %1$s" + +#: inc/formanswer.class.php:79 inc/form_validator.class.php:72 +msgid "Refused" +msgstr "Rechazado" + +#: inc/formanswer.class.php:80 inc/form_validator.class.php:71 +msgid "Accepted" +msgstr "Aceptado" + +#: inc/formanswer.class.php:214 +msgid "Form answer" +msgid_plural "Form answers" +msgstr[0] "Formulario de respuesta" +msgstr[1] "Formulario de respuestas" +msgstr[2] "Formulario de respuestas" + +#: inc/formanswer.class.php:676 +msgid "Print this form" +msgstr "Imprimir este formulario" + +#: inc/formanswer.class.php:701 +msgid "Form accepted by validator." +msgstr "Formulario aceptado por el validador." + +#: inc/formanswer.class.php:703 +msgid "Form successfully saved." +msgstr "Formulario guardado exitosamente." + +#: inc/formanswer.class.php:770 +msgid "Save" +msgstr "Guardar" + +#: inc/formanswer.class.php:782 +msgid "Required if refused" +msgstr "Requerido si es rechazado" + +#: inc/formanswer.class.php:788 +msgid "Refuse" +msgstr "Rechazar" + +#: inc/formanswer.class.php:796 +msgid "Edit answers" +msgstr "Editar respuestas" + +#: inc/formanswer.class.php:802 +msgid "Cancel edition" +msgstr "Cancelar edición" + +#: inc/formanswer.class.php:809 +msgid "Accept" +msgstr "Aceptar" + +#: inc/formanswer.class.php:828 +msgid "Refused comment is required!" +msgstr "¡Se requiere comentario si es rechazado!" + +#: inc/formanswer.class.php:882 inc/formanswer.class.php:899 +msgid "" +"An internal error occured when verifying your answers. Please report it to " +"your administrator." +msgstr "" +"Se ha producido un error interno al verificar sus respuestas. Por favor, " +"comuníqueselo a su administrador." + +#: inc/formanswer.class.php:933 +msgid "You are not the validator of these answers" +msgstr "No es el validador de estas respuestas" + +#: inc/formanswer.class.php:1083 +#, php-format +msgid "Item sucessfully added: %1$s (%2$s: %3$s)" +msgstr "Elemento añadido con éxito: %1$s (%2$s: %3$s)" + +#: inc/formanswer.class.php:1166 inc/formanswer.class.php:1168 +msgid "Form data" +msgstr "Datos del formulario" + +#: inc/formanswer.class.php:1301 +msgid "" +"You are a validator of the form, then your approval hs been added " +"automatically." +msgstr "" +"Usted es un validador del formulario, entonces su aprobación ha sido añadida" +" automáticamente." + +#: inc/formanswer.class.php:1310 inc/formanswer.class.php:1363 +msgid "Cannot generate targets!" +msgstr "¡No puede generar objetivos!" + +<<<<<<< HEAD +#: inc/formanswer.class.php:1511 +msgid "No captcha set." +msgstr "No se ha establecido ningún captcha." + +#: inc/formanswer.class.php:1517 +msgid "You failed the captcha test." +msgstr "No pasó la prueba de captcha." + +#: inc/formanswer.class.php:1540 +======= +#: inc/formanswer.class.php:1434 +#, php-format +msgid "Answer is invalid in %1$s" +msgstr "La respuesta no es válida en %1$s" + +#: inc/formanswer.class.php:1462 +msgid "No turing test set" +msgstr "No hay pruebas de Turing" + +#: inc/formanswer.class.php:1468 +msgid "You failed the Turing test" +msgstr "Ha fallado la prueba de Turing" + +#: inc/formanswer.class.php:1492 +>>>>>>> support/2.13.0 +msgid "You must select validator!" +msgstr "¡Debe seleccionar el validador!" + +#: inc/common.class.php:229 +msgid "You cannot delete this issue. Maybe it is taken into account." +msgstr "" +"No puede eliminar este problema. Tal vez haya sido asignado y está en curso." + +#: inc/common.class.php:234 +msgid "Failed to delete this issue. An internal error occured." +msgstr "No se pudo eliminar este problema. Ocurrió un error interno." + +#: inc/common.class.php:745 +msgid "Seek assistance" +msgstr "Buscar asistencia" + +#: inc/common.class.php:751 inc/common.class.php:755 +msgid "My requests for assistance" +msgstr "Mis solicitudes de asistencia" + +#: inc/common.class.php:791 +msgid "Consult reminders" +msgstr "Consultar recordatorios" + +#: inc/common.class.php:811 +msgid "Consult feeds" +msgstr "Consultar fuentes" + +#: inc/abstractfield.class.php:89 inc/question.class.php:758 +msgid "Apply" +msgstr "Solicitar" + +#: inc/formaccesstype.class.php:41 entrée standard:39 +msgid "Access type" +msgid_plural "Access types" +msgstr[0] "Tipo de acceso" +msgstr[1] "Tipos de acceso" +msgstr[2] "Tipos de acceso" + +#: inc/form_language.class.php:51 +msgid "Form language" +msgid_plural "Form languages" +msgstr[0] "Idioma del formulario" +msgstr[1] "Idiomas del formulario" +msgstr[2] "Idiomas del formulario" + +#: inc/form_language.class.php:78 inc/form_language.class.php:364 +msgid "Translation" +msgid_plural "Translations" +msgstr[0] "Traducción" +msgstr[1] "Traducciones" +msgstr[2] "Traducciones" + +#: inc/form_language.class.php:119 +msgid "The name cannot be empty." +msgstr "El nombre no puede estar vacío." + +#: inc/form_language.class.php:127 +msgid "The language must be associated to a form." +msgstr "El idioma debe estar asociado a un formulario." + +#: inc/form_language.class.php:135 +msgid "The specified language is not available." +msgstr "El idioma especificado no está disponible." + +#: inc/form_language.class.php:265 +msgid "Add a translation" +msgstr "Agregar una traducción" + +#: inc/form_language.class.php:299 js/scripts.js:1214 +msgid "Update a translation" +msgstr "Actualizar una traducción" + +#: inc/form_language.class.php:329 inc/form_language.class.php:331 +msgid "New translation" +msgstr "Nueva traducción" + +#: inc/form_language.class.php:334 +msgid "Filter list" +msgstr "Lista de filtros" + +#: inc/form_language.class.php:339 inc/form_language.class.php:438 +msgid "No translation found" +msgstr "No se encontró traducción" + +#: inc/form_language.class.php:344 +msgid "Do you want to delete the selected items?" +msgstr "¿Quieres eliminar los elementos seleccionados?" + +#: inc/form_language.class.php:353 inc/form_language.class.php:401 +#: inc/abstractitiltarget.class.php:1710 entrée standard:124 standard:31 +msgid "Delete" +msgstr "Eliminar" + +#: inc/form_language.class.php:363 +msgid "Original string" +msgstr "Cadena original" + +#: inc/form_language.class.php:424 +msgid "Add a new language" +msgstr "Agregar un nuevo idioma" + +#: inc/form_language.class.php:457 inc/form_language.class.php:489 +#: inc/form.class.php:178 entrée standard:72 +msgid "Language" +msgstr "Idioma" + +#: inc/form_validator.class.php:69 inc/targetticket.class.php:99 +#: inc/abstractitiltarget.class.php:186 +msgid "None" +msgstr "Ninguno" + +<<<<<<< HEAD +#: inc/form_validator.class.php:78 inc/abstractitiltarget.class.php:2552 +======= +#: inc/form_validator.class.php:76 +msgid "Validator" +msgid_plural "Validators" +msgstr[0] "Validador" +msgstr[1] "Validadores" +msgstr[2] "Validadores" + +#: inc/form_validator.class.php:114 +msgid "Need validaton?" +msgstr "¿Necesita validación?" + +#: inc/form_validator.class.php:118 inc/abstractitiltarget.class.php:2522 +>>>>>>> support/2.13.0 +msgid "No" +msgstr "No" + +#: inc/form_validator.class.php:81 +msgid "Supervisor of the requester" +msgstr "Supervisor del solicitante" + +#: inc/form_validator.class.php:116 inc/translation.class.php:221 +msgid "Form not found." +msgstr "Formulario no encontrado." + +#: inc/form_validator.class.php:121 inc/form_validator.class.php:129 +#: inc/form_validator.class.php:138 +msgid "Invalid validator." +msgstr "Validador no válido." + +#: inc/form_validator.class.php:147 +#, php-format +msgid "Only level 1 is allowed for %s." +msgstr "Sólo se permite el nivel 1 para%s" + +#: inc/form_validator.class.php:156 +msgid "Invalid validator type." +msgstr "Tipo de validador no válido." + +#: inc/form_validator.class.php:194 entrée standard:103 +msgid "Level" +msgstr "Nivel" + +#: inc/form_validator.class.php:592 inc/abstractitiltarget.class.php:1354 +msgid "Validation" +msgstr "Validación" + +#: inc/form_validator.class.php:594 +msgid "Choose a validator" +msgstr "Elegir un validador" + +#: inc/profile.class.php:62 inc/targetproblem.class.php:147 +#: inc/entityconfig.class.php:520 inc/targetchange.class.php:484 +#: inc/targetticket.class.php:323 inc/targetticket.class.php:358 +#: inc/abstractitiltarget.class.php:2124 +msgctxt "button" +msgid "Save" +msgstr "Guardar" + +#: inc/targetproblem.class.php:43 entrée standard:43 +msgid "Target problem" +msgid_plural "Target problems" +msgstr[0] "Problema" +msgstr[1] "Problemas" +msgstr[2] "Problemas" + +#: inc/targetproblem.class.php:109 inc/targetproblem.class.php:565 +#: inc/targetchange.class.php:105 inc/targetchange.class.php:441 +#: inc/targetticket.class.php:135 inc/targetticket.class.php:238 +msgid "Properties" +msgstr "Propiedades" + +#: inc/targetproblem.class.php:509 inc/targetchange.class.php:286 +#: inc/targetticket.class.php:1443 +#, php-format +msgid "" +"Failed to add or update the %1$s %2$s: a question is missing and is used in " +"a parameter of the target" +msgstr "" +"No se pudo agregar o actualizar %1$s %2$s: falta una pregunta y se usa en un" +" parámetro del objetivo" + +#: inc/targetproblem.class.php:566 inc/targetchange.class.php:106 +#: inc/targetticket.class.php:136 inc/abstractitiltarget.class.php:1216 +msgid "Actors" +msgstr "Actores" + +#: inc/targetproblem.class.php:619 entrée standard:48 +msgid "Problem title" +msgstr "Título del Problema" + +#: inc/targetproblem.class.php:629 inc/targetchange.class.php:354 +#: inc/targetticket.class.php:199 +msgid "Content" +msgstr "Contenido" + +#: inc/targetproblem.class.php:639 inc/targetchange.class.php:364 +msgid "Impact" +msgstr "Impacto" + +#: inc/targetproblem.class.php:649 entrée standard:56 +msgid "Cause" +msgstr "Motivo" + +#: inc/targetproblem.class.php:659 entrée standard:58 +msgid "Symptom" +msgstr "Síntoma" + +#: inc/entityconfig.class.php:101 inc/entityconfig.class.php:110 +#: inc/entityconfig.class.php:118 inc/entityconfig.class.php:126 +#: inc/entityconfig.class.php:134 inc/entityconfig.class.php:142 +#: inc/entityconfig.class.php:150 inc/entityconfig.class.php:158 +#: inc/entityconfig.class.php:166 inc/entityconfig.class.php:180 +#: inc/entityconfig.class.php:188 inc/entityconfig.class.php:196 +msgid "Inheritance of the parent entity" +msgstr "Herencia de la entidad principal" + +#: inc/entityconfig.class.php:102 +msgid "GLPi's helpdesk" +msgstr "Mesa de ayuda de GLPI" + +#: inc/entityconfig.class.php:103 +msgid "Service catalog simplified" +msgstr "Catálogo de servicios simplificado" + +#: inc/entityconfig.class.php:104 +msgid "Service catalog extended" +msgstr "Catálogo de servicio extendido" + +#: inc/entityconfig.class.php:111 +msgid "All available forms" +msgstr "Todos los formularios disponibles" + +#: inc/entityconfig.class.php:112 +msgid "Only default forms" +msgstr "Sólo formularios predeterminados" + +#: inc/entityconfig.class.php:119 +msgid "Popularity sort" +msgstr "Ordenar por popularidad" + +#: inc/entityconfig.class.php:120 +msgid "Alphabetic sort" +msgstr "Ordenar alfabeticamente" + +#: inc/entityconfig.class.php:127 +msgid "Merged with Forms" +msgstr "Fusionado con formularios" + +#: inc/entityconfig.class.php:128 +msgid "Distinct menu entry" +msgstr "Entrada de menú distinta" + +#: inc/entityconfig.class.php:135 inc/entityconfig.class.php:143 +#: inc/entityconfig.class.php:151 inc/entityconfig.class.php:159 +#: inc/entityconfig.class.php:189 inc/form.class.php:271 entrée standard:100 +msgid "Visible" +msgstr "Visible" + +#: inc/entityconfig.class.php:136 inc/entityconfig.class.php:144 +#: inc/entityconfig.class.php:152 inc/entityconfig.class.php:160 +#: inc/entityconfig.class.php:190 +msgid "Hidden" +msgstr "Oculto" + +#: inc/entityconfig.class.php:167 +msgid "Variable height" +msgstr "Altura variable" + +#: inc/entityconfig.class.php:168 +msgid "Uniform height" +msgstr "Altura uniforme" + +#: inc/entityconfig.class.php:173 +msgid "Search for assistance" +msgstr "Buscar asistencia" + +#: inc/entityconfig.class.php:174 +msgid "User's assistance requests" +msgstr "Solicitudes de asistencia de los usuarios" + +#: inc/entityconfig.class.php:181 +msgid "Only forms" +msgstr "Sólo formularios" + +#: inc/entityconfig.class.php:182 +msgid "Forms and list of requests" +msgstr "Formularios y lista de solicitudes" + +#: inc/entityconfig.class.php:197 +msgid "Folded" +msgstr "Plegado" + +#: inc/entityconfig.class.php:198 +msgid "Unfolded" +msgstr "Desplegado" + +#: inc/entityconfig.class.php:298 +msgid "Helpdesk" +msgstr "Mesa de ayuda" + +#: inc/entityconfig.class.php:306 inc/entityconfig.class.php:534 entrée +#: standard:44 +msgid "Helpdesk mode" +msgstr "Modo de mesa de ayuda" + +#: inc/entityconfig.class.php:317 inc/entityconfig.class.php:604 +msgid "Default Form list mode" +msgstr "Modo de lista de Formularios predeterminado" + +#: inc/entityconfig.class.php:335 inc/entityconfig.class.php:544 +msgid "Sort order" +msgstr "Orden de clasificación" + +#: inc/entityconfig.class.php:351 inc/entityconfig.class.php:554 +msgid "Knowledge base" +msgstr "Base de conocimiento" + +#: inc/entityconfig.class.php:366 +msgid "Search" +msgstr "Búsqueda" + +#: inc/entityconfig.class.php:382 inc/entityconfig.class.php:614 +msgid "Counters dashboard" +msgstr "Panel de contadores" + +#: inc/entityconfig.class.php:398 +msgid "Header message" +msgstr "Mensaje del encabezado" + +#: inc/entityconfig.class.php:414 inc/entityconfig.class.php:624 +msgid "Search issue" +msgstr "Buscar problema" + +#: inc/entityconfig.class.php:430 inc/entityconfig.class.php:594 +msgid "Service catalog home page" +msgstr "Página principal del Catálogo de Servicios" + +#: inc/entityconfig.class.php:446 inc/entityconfig.class.php:634 +msgid "Tile design" +msgstr "Diseño de título" + +#: inc/entityconfig.class.php:462 +msgid "Home page" +msgstr "Página principal" + +#: inc/entityconfig.class.php:494 +msgid "Menu visibility (only for vertical menu)" +msgstr "Visibilidad del menú (solo para el menú vertical)" + +#: inc/entityconfig.class.php:506 inc/entityconfig.class.php:584 +#: inc/form.class.php:225 entrée standard:84 +msgid "Header" +msgid_plural "Headers" +msgstr[0] "Encabezado" +msgstr[1] "Encabezados" +msgstr[2] "Encabezados" + +#: inc/entityconfig.class.php:564 +msgid "Display search field" +msgstr "Mostrar campo de búsqueda" + +#: inc/entityconfig.class.php:574 +msgid "Display header" +msgstr "Mostrar encabezado" + +#: inc/questionrange.class.php:52 inc/questionparameter/range.class.php:56 +msgid "Question range" +msgid_plural "Question ranges" +msgstr[0] "Rango de pregunta" +msgstr[1] "Rangos de preguntas" +msgstr[2] "Rangos de preguntas" + +#: inc/questionrange.class.php:62 inc/questionparameter/range.class.php:66 +msgid "Minimum range" +msgstr "Rango mínimo" + +#: inc/questionrange.class.php:71 inc/questionparameter/range.class.php:75 +msgid "maximum range" +msgstr "rango máximo" + +#: inc/form.class.php:66 inc/form.class.php:429 +msgid "Public access" +msgstr "Acceso público" + +#: inc/form.class.php:67 inc/form.class.php:433 +msgid "Private access" +msgstr "Acceso privado" + +#: inc/form.class.php:68 inc/form.class.php:437 +msgid "Restricted access" +msgstr "Acceso restringido" + +#: inc/form.class.php:122 +msgid "Answers waiting for validation" +msgstr "Respuestas en espera de validación" + +#: inc/form.class.php:124 inc/form.class.php:1663 inc/form.class.php:1689 +msgid "Import forms" +msgstr "Importar formularios" + +#: inc/form.class.php:169 +msgid "Recursive" +msgstr "Recursivo" + +#: inc/form.class.php:190 +msgid "Homepage" +msgstr "Página principal" + +#: inc/form.class.php:203 +msgid "Access" +msgstr "Acceso" + +#: inc/form.class.php:234 inc/form.class.php:327 inc/form.class.php:394 entrée +#: standard:54 +msgid "Active" +msgstr "Activo" + +#: inc/form.class.php:286 inc/form.class.php:338 inc/form.class.php:413 +msgid "Default form" +msgstr "Forma predeterminada" + +#: inc/form.class.php:296 entrée standard:106 +msgid "Next form" +msgstr "Formulario siguiente" + +#: inc/form.class.php:326 inc/form.class.php:391 +msgid "Inactive" +msgstr "Inactivo" + +#: inc/form.class.php:337 inc/form.class.php:410 +msgid "Not default form" +msgstr "Formulario no predeterminado" + +#: inc/form.class.php:361 inc/form.class.php:445 entrée standard:75 +msgid "All languages" +msgstr "Todos los idiomas" + +#: inc/form.class.php:508 entrée standard:3 +msgid "Target" +msgid_plural "Targets" +msgstr[0] "Objetivo" +msgstr[1] "Objetivos" +msgstr[2] "Objetivos" + +#: inc/form.class.php:511 +msgid "Preview" +msgstr "Vista previa" + +#: inc/form.class.php:512 +msgid "Form answer properties" +msgstr "Propiedades del formulario de respuesta" + +#: inc/form.class.php:854 +msgid "What are you looking for?" +msgstr "¿Qué esta buscando?" + +<<<<<<< HEAD +#: inc/form.class.php:993 inc/form.class.php:1156 +#: inc/abstracttarget.class.php:162 inc/abstractitiltarget.class.php:1625 +======= +#: inc/form.class.php:909 +#, php-format +msgid "My %1$d last forms (requester)" +msgstr "Mis últimos %1$d formularios (Solicitante)" + +#: inc/form.class.php:936 +msgid "No form posted yet" +msgstr "Aún no se ha publicado el formulario" + +#: inc/form.class.php:964 +msgid "All my forms (requester)" +msgstr "Todos mis formularios (Solicitante)" + +#: inc/form.class.php:977 +#, php-format +msgid "My %1$d last forms (validator)" +msgstr "Mis ultimos %1$d formularios (Validador)" + +#: inc/form.class.php:1007 +msgid "No form waiting for validation" +msgstr "No hay formularios esperando para validación" + +#: inc/form.class.php:1035 +msgid "All my forms (validator)" +msgstr "Todos mis formularios (Validador)" + +#: inc/form.class.php:1095 inc/form.class.php:1229 +#: inc/abstracttarget.class.php:162 inc/abstractitiltarget.class.php:1573 +>>>>>>> support/2.13.0 +msgid "The name cannot be empty!" +msgstr "¡El nombre no puede estar vacío!" + +#: inc/form.class.php:1026 inc/form.class.php:1191 +msgid "A loop is generated!" +msgstr "Se genera un bucle." + +#: inc/form.class.php:1167 +msgid "Cannot use empty name for form answers. Keeping the previous value." +msgstr "" +"No se puede utilizar un nombre vacío para las respuestas del formulario. " +"Manteniendo el valor anterior." + +#: inc/form.class.php:1303 +#, php-format +msgid "The question %s is not compatible with public forms" +msgstr "La pregunta %s no es compatible con formularios públicos" + +#: inc/form.class.php:1386 +msgid "Errored duplicate" +msgstr "Duplicado con errores" + +#: inc/form.class.php:1397 entrée standard:23 +msgid "Duplicate" +msgstr "Duplicar" + +#: inc/form.class.php:1442 inc/form.class.php:1452 +msgctxt "button" +msgid "Post" +msgstr "Publicar" + +#: inc/form.class.php:1475 +#, php-format +msgid "Form duplicated: %s" +msgstr "Formulario duplicado: %s" + +#: inc/form.class.php:1491 +#, php-format +msgid "Form Transfered: %s" +msgstr "Formulario transferido: %s" + +#: inc/form.class.php:1515 +msgid "Back" +msgstr "Atrás" + +#: inc/form.class.php:1526 +#, php-format +msgid "Form updated: %s" +msgstr "Formulario actualizado: %s" + +#: inc/form.class.php:1636 +msgid "Upload of JSON files not allowed." +msgstr "Subir archivos JSON no está permitido." + +#: inc/form.class.php:1639 +msgid "You may allow JSON files right now." +msgstr "Puede permitir archivos JSON ahora." + +#: inc/form.class.php:1640 +msgctxt "button" +msgid "Create" +msgstr "Crear" + +#: inc/form.class.php:1643 inc/form.class.php:1654 +msgid "Please contact your GLPI administrator." +msgstr "Por favor contacta con el administrador del GLPI." + +#: inc/form.class.php:1644 inc/form.class.php:1655 +msgctxt "button" +msgid "Back" +msgstr "Atrás" + +#: inc/form.class.php:1647 +msgid "Upload of JSON files not enabled." +msgstr "Subir archivos JSON no esta habilitado." + +#: inc/form.class.php:1650 inc/form.class.php:1653 +msgid "You may enable JSON files right now." +msgstr "Puede habilitar archivos JSON ahora." + +#: inc/form.class.php:1651 +msgctxt "button" +msgid "Enable" +msgstr "Habilitar" + +#: inc/form.class.php:1698 +msgctxt "button" +msgid "Send" +msgstr "Enviar" + +#: inc/form.class.php:1717 +msgid "Forms import impossible, the file is empty" +msgstr "Imposible importar el formulario, el archivo esta vacío" + +#: inc/form.class.php:1721 inc/form.class.php:1725 +msgid "Forms import impossible, the file seems corrupt" +msgstr "Imposible importar el formulario, el archivo esta corrupto" + +#: inc/form.class.php:1731 +msgid "Forms import impossible, the file was generated with another version" +msgstr "" +"Imposible importar formulario, el archivo fue generado con otra versión" + +#: inc/form.class.php:1738 +msgid "" +"The file does not specifies the schema version. It was probably generated " +"with a version older than 2.10. Giving up." +msgstr "" +"El archivo no especifica la versión del esquema. Probablemente fue generado " +"con una versión anterior a 2.10. Rechazado." + +#: inc/form.class.php:1764 +#, php-format +msgid "Failed to import %s" +msgstr "Fallo al importar %s" + +#: inc/form.class.php:1769 +#, php-format +msgid "Forms successfully imported from %s" +msgstr "Formularios importados correctamente de %s" + +#: inc/form.class.php:1832 +#, php-format +msgid "The form %1$s already exists and is in an unmodifiable entity." +msgstr "" +"El formulario %1$s ya existe y está en una entidad que no se puede " +"modificar." + +#: inc/form.class.php:1840 +#, php-format +msgid "You don't have right to update the entity %1$s." +msgstr "No tiene derecho a actualizar la entidad %1$s." + +#: inc/form.class.php:1850 +#, php-format +msgid "The entity %1$s is required for the form %2$s." +msgstr "Se requiere la entidad %1$s para el formulario %2$s." + +#: inc/form.class.php:1952 +msgid "Failed to create JSON document type" +msgstr "Fallo al crear el tipo de documento JSON" + +#: inc/form.class.php:1959 +msgid "JSON document type not found" +msgstr "No se encontró el tipo de documento JSON" + +#: inc/form.class.php:1966 +msgid "Failed to update JSON document type" +msgstr "Fallo al actualizar el tipo de documento JSON" + +#: inc/form.class.php:1986 +msgid "Forms without category" +msgstr "Formularios sin categoría" + +#: inc/form.class.php:2007 +msgid "No form available" +msgstr "Formulario no disponible" + +#: inc/form.class.php:2205 entrée standard:47 +msgid "Add a target" +msgstr "Agregar un objetivo" + +#: inc/form.class.php:2236 inc/targetticket.class.php:398 +#: inc/abstractitiltarget.class.php:1828 inc/abstractitiltarget.class.php:2124 +#: entrée standard:92 standard:94 +msgid "Add" +msgstr "Agregar" + +#: inc/form.class.php:2254 inc/form.class.php:2277 inc/form.class.php:2299 +msgid "Unsupported target type." +msgstr "Tipo de objetivo no soportado." + +#: inc/form.class.php:2333 +msgid "plugin_formcreator_load_check" +msgstr "comprobación de carga del complemento formcreator" + +#: inc/targetchange.class.php:44 entrée standard:43 +msgid "Target change" +msgid_plural "Target changes" +msgstr[0] "Cambio" +msgstr[1] "Cambios" +msgstr[2] "Cambios" + +#: inc/targetchange.class.php:344 entrée standard:48 +msgid "Change title" +msgstr "Título del Cambio" + +#: inc/targetchange.class.php:374 entrée standard:56 +msgid "Control list" +msgstr "Lista de Control" + +#: inc/targetchange.class.php:384 entrée standard:58 +msgid "Deployment plan" +msgstr "Plan de Despliegue" + +#: inc/targetchange.class.php:394 entrée standard:60 +msgid "Backup plan" +msgstr "Plan de Respaldo" + +#: inc/targetchange.class.php:404 +msgid "Check list" +msgstr "Lista de verificación" + +#: inc/questionfilter.class.php:52 +msgid "Question filter" +msgid_plural "Question filters" +msgstr[0] "Filtros de preguntas" +msgstr[1] "Filtros de preguntas" +msgstr[2] "Filtros de preguntas" + +#: inc/section.class.php:71 entrée standard:53 standard:44 +msgid "Section" +msgid_plural "Sections" +msgstr[0] "Sección" +msgstr[1] "Secciones" +msgstr[2] "Secciones" + +#: inc/section.class.php:123 inc/section.class.php:166 +#: inc/question.class.php:348 +msgid "The title is required" +msgstr "El titulo es requerido" + +#: inc/section.class.php:553 inc/question.class.php:234 entrée standard:37 +msgid "Count of conditions" +msgstr "Recuento de condiciones" + +#: inc/restrictedformcriteria.class.php:179 +#, php-format +msgid "Failed to find %1$s %2$s" +msgstr "Error al encontrar %1$s %2$s" + +#: inc/question.class.php:73 inc/abstractitiltarget.class.php:1127 entrée +#: standard:41 +msgid "Question" +msgid_plural "Questions" +msgstr[0] "Pregunta" +msgstr[1] "Preguntas" +msgstr[2] "Preguntas" + +#: inc/question.class.php:197 entrée standard:43 standard:50 standard:44 +#: standard:49 standard:79 +msgid "Required" +msgstr "Requerido" + +#: inc/question.class.php:355 +msgid "The section is required" +msgstr "La sección es requerida" + +#: inc/question.class.php:365 +#, php-format +msgid "Field type %1$s is not available for question %2$s." +msgstr "El tipo de campo %1$s no está disponible para la pregunta %2$s." + +#: inc/question.class.php:379 +msgid "This type of question is not compatible with public forms." +msgstr "Este tipo de pregunta no es compatible con formularios públicos." + +#: inc/question.class.php:469 +msgid "The field type cannot be changed. Delete then recreate the question." +msgstr "" +"El tipo de campo no se puede cambiar. Elimine y vuelva a crear la pregunta." + +#: inc/question.class.php:1184 +msgid "Service levels" +msgstr "Niveles de Servicio" + +#: inc/question.class.php:1185 inc/abstractitiltarget.class.php:851 +msgid "SLA" +msgstr "SLA" + +#: inc/question.class.php:1186 inc/abstractitiltarget.class.php:924 +msgid "OLA" +msgstr "OLA" + +#: inc/question.class.php:1205 inc/question.class.php:1248 +#: inc/question.class.php:1251 +msgid "Assets" +msgstr "Activos" + +#: inc/question.class.php:1219 hook.php:780 hook.php:797 +msgid "Assistance" +msgstr "Asistencia" + +#: inc/question.class.php:1225 +msgid "Management" +msgstr "Gestión" + +#: inc/question.class.php:1236 +msgid "Tools" +msgstr "Herramientas" + +#: inc/question.class.php:1237 +msgid "Notes" +msgstr "Notas" + +#: inc/question.class.php:1238 +msgid "RSS feed" +msgstr "Fuente RSS" + +#: inc/question.class.php:1240 +msgid "Administration" +msgstr "Administración" + +#: inc/question.class.php:1248 inc/question.class.php:1251 +msgid "Plugin" +msgid_plural "Plugins" +msgstr[0] "Complemento" +msgstr[1] "Complementos" +msgstr[2] "Complementos" + +#: inc/abstractquestionparameter.class.php:98 +msgid "Parameter" +msgstr "Parámetro" + +#: inc/abstractquestionparameter.class.php:105 +msgid "Field name" +msgstr "Nombre del campo" + +#: inc/abstracttarget.class.php:97 +msgid "Current active entity" +msgstr "Entidad activa actual" + +#: inc/abstracttarget.class.php:98 +msgid "Default requester user's entity" +msgstr "Entidad predeterminada del usuario solicitante" + +#: inc/abstracttarget.class.php:99 +msgid "First dynamic requester user's entity (alphabetical)" +msgstr "Primera entidad del usuario solicitante dinámico (alfabético)" + +#: inc/abstracttarget.class.php:100 +msgid "Last dynamic requester user's entity (alphabetical)" +msgstr "Última entidad del usuario solicitante dinámico (alfabético)" + +#: inc/abstracttarget.class.php:101 +msgid "The form entity" +msgstr "Entidad del formulario" + +#: inc/abstracttarget.class.php:102 +msgid "Default entity of the validator" +msgstr "Entidad predeterminada del validador" + +#: inc/abstracttarget.class.php:103 +msgid "Specific entity" +msgstr "Especificar entidad" + +#: inc/abstracttarget.class.php:104 +msgid "Default entity of a user type question answer" +msgstr "" +"Entidad predeterminada de una respuesta de pregunta de tipo de usuario" + +#: inc/abstracttarget.class.php:105 +msgid "From a GLPI object > Entity type question answer" +msgstr "Desde un objeto GLPI > Respuesta a la pregunta de tipo de entidad" + +#: inc/abstracttarget.class.php:116 +msgid "Always generated" +msgstr "Siempre generado" + +#: inc/abstracttarget.class.php:117 +msgid "Disabled unless" +msgstr "Desactivado a menos que" + +#: inc/abstracttarget.class.php:118 +msgid "Generated unless" +msgstr "Generado a menos que" + +#: inc/abstracttarget.class.php:129 +msgid "A target must be associated to a form." +msgstr "Un objetivo debe estar asociado a un formulario." + +#: inc/abstracttarget.class.php:134 +msgid "A target must be associated to an existing form." +msgstr "Un objetivo debe estar asociado a un formulario existente." + +#: inc/abstracttarget.class.php:139 +msgid "Name is required." +msgstr "Se requiere el nombre." + +#: inc/abstracttarget.class.php:502 +msgid "Destination entity" +msgstr "Entidad de destino" + +#: inc/abstracttarget.class.php:518 +msgid "User type question" +msgstr "Pregunta de tipo de usuario" + +#: inc/abstracttarget.class.php:519 +msgid "Entity type question" +msgstr "Pregunta del tipo entidad" + +#: inc/command/cleanticketscommand.class.php:53 +msgid "Searching for invalid items..." +msgstr "Búsqueda de elementos no válidos..." + +#: inc/command/cleanticketscommand.class.php:61 +msgid "Done." +msgstr "Hecho." + +#: inc/command/cleanticketscommand.class.php:135 +msgid "Step 1: double encoded < and > signs." +msgstr "Paso 1: codificación doble de los signos < y >." + +#: inc/command/cleanticketscommand.class.php:146 +#: inc/command/cleanticketscommand.class.php:196 +#: inc/command/cleanticketscommand.class.php:260 +msgid "No invalid items found." +msgstr "No se han encontrado elementos no válidos." + +#: inc/command/cleanticketscommand.class.php:187 +msgid "Step 2: literal BR tag." +msgstr "Paso 2: etiqueta BR literal." + +#: inc/command/cleanticketscommand.class.php:251 +msgid "Step 3: litteral > sign." +msgstr "Paso 3: litteral > signo." + +#: inc/filter/itilcategoryfilter.class.php:52 +#: inc/filter/itilcategoryfilter.class.php:54 +msgid "Request categories" +msgstr "Categorías de Solicitudes" + +#: inc/filter/itilcategoryfilter.class.php:53 +#: inc/filter/itilcategoryfilter.class.php:54 +msgid "Incident categories" +msgstr "Categorías de Incidentes" + +#: inc/filter/itilcategoryfilter.class.php:55 +msgid "Change categories" +msgstr "Categorías de Cambios" + +#: inc/supervisorvalidator.class.php:44 +msgid "Requester supervisor" +msgid_plural "Requester supervisors" +msgstr[0] "Supervisores solicitantes" +msgstr[1] "Supervisores solicitantes" +msgstr[2] "Supervisores solicitantes" + +#: inc/supervisorvalidator.class.php:52 +msgid "My supervisor" +msgstr "Mi supervisor" + +#: inc/questionregex.class.php:52 +msgid "Question regular expression" +msgid_plural "Question regular expressions" +msgstr[0] "Expresión regular de la pregunta" +msgstr[1] "Expresiones regulares de pregunta" +msgstr[2] "Expresiones regulares de pregunta" + +#: inc/questiondependency.class.php:66 +msgid "Question dependency" +msgid_plural "Question dependencies" +msgstr[0] "Dependencia de la pregunta" +msgstr[1] "Dependencias de preguntas" +msgstr[2] "Dependencias de preguntas" + +#: inc/answer.class.php:66 entrée standard:43 +msgid "Answer" +msgid_plural "Answers" +msgstr[0] "Respuesta" +msgstr[1] "Respuestas" +msgstr[2] "Respuestas" + +#: inc/item_targetticket.class.php:52 +msgid "Composite ticket relation" +msgid_plural "Composite ticket relations" +msgstr[0] "Relación compuesta de casos" +msgstr[1] "Relaciones compuestas de casos" +msgstr[2] "Relaciones compuestas de casos" + +#: inc/targetticket.class.php:57 entrée standard:43 +msgid "Target ticket" +msgid_plural "Target tickets" +msgstr[0] "Caso" +msgstr[1] "Casos" +msgstr[2] "Casos" + +#: inc/targetticket.class.php:100 +msgid "Specific asset" +msgstr "Especificar activo" + +#: inc/targetticket.class.php:101 inc/targetticket.class.php:117 +#: inc/abstractitiltarget.class.php:207 inc/abstractitiltarget.class.php:215 +#: inc/abstractitiltarget.class.php:223 inc/abstractitiltarget.class.php:231 +#: inc/abstractitiltarget.class.php:240 inc/abstractitiltarget.class.php:249 +msgid "Equals to the answer to the question" +msgstr "Equivale a la respuesta a la pregunta" + +#: inc/targetticket.class.php:102 inc/abstractitiltarget.class.php:232 +#: inc/abstractitiltarget.class.php:241 inc/abstractitiltarget.class.php:250 +msgid "Last valid answer" +msgstr "Última respuesta valida" + +#: inc/targetticket.class.php:108 +msgid "Source from template or user default or GLPI default" +msgstr "Origen de la plantilla o usuario predeterminado o GLPI predeterminado" + +#: inc/targetticket.class.php:109 +msgid "Formcreator" +msgstr "Creador de Formularios" + +#: inc/targetticket.class.php:115 +msgid "Default or from a template" +msgstr "Por defecto o de una plantilla" + +#: inc/targetticket.class.php:116 +msgid "Specific type" +msgstr "Especificar tipo" + +#: inc/targetticket.class.php:189 entrée standard:48 +msgid "Ticket title" +msgstr "Título del Caso" + +#: inc/targetticket.class.php:307 +msgid "Add validation message as first ticket followup" +msgstr "Agregar mensaje de validación como seguimiento del primer caso" + +#: inc/targetticket.class.php:341 +msgid "Add a field" +msgstr "Añadir un campo" + +#: inc/targetticket.class.php:369 +msgid "Managed fields" +msgstr "Campos administrados" + +#: inc/targetticket.class.php:376 +msgid "No managed field" +msgstr "Sin campo administrado" + +#: inc/targetticket.class.php:396 +msgid "Link to an other ticket" +msgstr "Enlace a otro caso" + +#: inc/targetticket.class.php:405 +msgid "An other destination of this form" +msgstr "A otro destino de este formulario" + +#: inc/targetticket.class.php:406 +msgid "An existing ticket" +msgstr "Un Caso existente" + +#: inc/targetticket.class.php:407 +msgid "A ticket from an answer to a question" +msgstr "A un Caso de una respuesta a una pregunta" + +#: inc/targetticket.class.php:488 +msgctxt "button" +msgid "Delete permanently" +msgstr "Eliminar permanentemente" + +#: inc/targetticket.class.php:743 +msgid "Invalid link type" +msgstr "Tipo de enlace inválido" + +#: inc/targetticket.class.php:763 +msgid "Invalid linked item type" +msgstr "Tipo de elemento vinculado no válido" + +#: inc/targetticket.class.php:776 +msgid "Linked item does not exists" +msgstr "El elemento vinculado no existe" + +#: inc/targetticket.class.php:789 +msgid "Failed to link the item" +msgstr "Error al vincular el elemento" + +#: inc/targetticket.class.php:905 install/install.php:497 +msgid "Your form has been accepted by the validator" +msgstr "Su formulario ha sido aceptado por el validador" + +#: inc/targetticket.class.php:1137 +msgid "Request source" +msgstr "Fuente de la solicitud" + +#: inc/targetticket.class.php:1162 +msgid "Type " +msgstr "Tipo " + +#: inc/targetticket.class.php:1190 +msgid "Associated elements" +msgstr "Elementos asociados" + +#: inc/targetticket.class.php:1201 +msgid "Item " +msgstr "Elemento " + +#: inc/translation.class.php:153 +msgid "No more string to translate" +msgstr "No mas cadenas para traducir" + +#: inc/translation.class.php:164 +msgid "Internal error: translatable string not found." +msgstr "Error interno: no se encontró la cadena traducible." + +#: inc/translation.class.php:216 +msgid "Language not found." +msgstr "Idioma no encontrado." + +#: inc/translation.class.php:236 +msgid "Failed to add the translation." +msgstr "Fallo al agregar una traducción." + +#: inc/abstractitiltarget.class.php:187 +msgid "Tags from questions" +msgstr "Etiquetas de preguntas" + +#: inc/abstractitiltarget.class.php:188 +msgid "Specific tags" +msgstr "Especificar etiquetas" + +#: inc/abstractitiltarget.class.php:189 +msgid "Tags from questions and specific tags" +msgstr "Etiquetas desde preguntas y etiquetas específicas" + +#: inc/abstractitiltarget.class.php:190 +msgid "Tags from questions or specific tags" +msgstr "Etiquetas desde preguntas o etiquetas específicas" + +#: inc/abstractitiltarget.class.php:196 +msgid "TTR from template or none" +msgstr "TTR de plantilla o ninguno" + +#: inc/abstractitiltarget.class.php:197 +msgid "equals to the answer to the question" +msgstr "igual a la respuesta a la pregunta" + +#: inc/abstractitiltarget.class.php:198 +msgid "calculated from the ticket creation date" +msgstr "calculado a partir de la fecha de creación del caso" + +#: inc/abstractitiltarget.class.php:199 +msgid "calculated from the answer to the question" +msgstr "calculado a partir de la respuesta a la pregunta" + +#: inc/abstractitiltarget.class.php:205 +msgid "SLA from template or none" +msgstr "SLA desde la plantilla o ninguno" + +#: inc/abstractitiltarget.class.php:206 +msgid "Specific SLA" +msgstr "Especificar SLA" + +#: inc/abstractitiltarget.class.php:213 +msgid "OLA from template or none" +msgstr "OLA desde la plantilla o ninguno" + +#: inc/abstractitiltarget.class.php:214 +msgid "Specific OLA" +msgstr "Especificar OLA" + +#: inc/abstractitiltarget.class.php:221 +msgid "Urgency from template or Medium" +msgstr "Urgencia desde la plantilla o Medio" + +#: inc/abstractitiltarget.class.php:222 +msgid "Specific urgency" +msgstr "Especificar urgencia" + +#: inc/abstractitiltarget.class.php:229 +msgid "Category from template or none" +msgstr "Categoría desde la plantilla o ninguno" + +#: inc/abstractitiltarget.class.php:230 +msgid "Specific category" +msgstr "Especificar categoría" + +#: inc/abstractitiltarget.class.php:238 +msgid "Location from template or none" +msgstr "Ubicación desde la plantilla o ninguno" + +#: inc/abstractitiltarget.class.php:239 +msgid "Specific location" +msgstr "Especificar ubicación" + +#: inc/abstractitiltarget.class.php:247 +msgid "Contract from template or none" +msgstr "Contrato desde plantilla o ninguno" + +#: inc/abstractitiltarget.class.php:248 +msgid "Specific contract" +msgstr "Contrato específico" + +#: inc/abstractitiltarget.class.php:256 +msgid "No validation" +msgstr "Sin validación" + +#: inc/abstractitiltarget.class.php:257 +msgid "Specific user or group" +msgstr "Usuario o grupo específico" + +#: inc/abstractitiltarget.class.php:258 +msgid "User from question answer" +msgstr "Usuario desde la respuesta a la pregunta" + +#: inc/abstractitiltarget.class.php:259 +msgid "Group from question answer" +msgstr "Grupo desde la respuesta a la pregunta" + +#: inc/abstractitiltarget.class.php:839 +msgid "Minute" +msgid_plural "Minutes" +msgstr[0] "Minuto" +msgstr[1] "Minutos" +msgstr[2] "Minutos" + +#: inc/abstractitiltarget.class.php:840 +msgid "Hour" +msgid_plural "Hours" +msgstr[0] "Hora" +msgstr[1] "Horas" +msgstr[2] "Horas" + +#: inc/abstractitiltarget.class.php:841 +msgid "Day" +msgid_plural "Days" +msgstr[0] "Día" +msgstr[1] "Días" +msgstr[2] "Días" + +#: inc/abstractitiltarget.class.php:842 +msgid "Month" +msgid_plural "Months" +msgstr[0] "Mes" +msgstr[1] "Meses" +msgstr[2] "Meses" + +#: inc/abstractitiltarget.class.php:874 +msgid "SLA (TTO/TTR)" +msgstr "SLA (TTO/TTR)" + +#: inc/abstractitiltarget.class.php:875 inc/abstractitiltarget.class.php:948 +msgid "Question (TTO/TTR)" +msgstr "Pregunta (TTO/TTR )" + +#: inc/abstractitiltarget.class.php:947 +msgid "OLA (TTO/TTR)" +msgstr "OLA (TTO/TTR)" + +#: inc/abstractitiltarget.class.php:1051 +msgid "Urgency " +msgstr "Urgencia " + +#: inc/abstractitiltarget.class.php:1080 +msgid "Ticket tags" +msgstr "Etiquetas del Caso" + +#: inc/abstractitiltarget.class.php:1128 +msgid "Tags" +msgstr "Etiquetas" + +#: inc/abstractitiltarget.class.php:1247 +msgid "Location" +msgstr "Ubicación" + +#: inc/abstractitiltarget.class.php:1259 +msgid "Location " +msgstr "Ubicación " + +#: inc/abstractitiltarget.class.php:1312 +msgid "Contract" +msgstr "Contrato" + +#: inc/abstractitiltarget.class.php:1324 +msgid "Contract " +msgstr "Contrato" + +#: inc/abstractitiltarget.class.php:1635 +msgid "The description cannot be empty!" +msgstr "¡La descripción no puede estar vacía!" + +#: inc/abstractitiltarget.class.php:1811 +msgid "Watcher" +msgid_plural "Watchers" +msgstr[0] "Observador" +msgstr[1] "Observadores" +msgstr[2] "Observadores" + +#: inc/abstractitiltarget.class.php:1830 +msgid "Cancel" +msgstr "Cancelar" + +#: inc/abstractitiltarget.class.php:2118 inc/abstractitiltarget.class.php:2548 +#: inc/abstractitiltarget.class.php:2552 +msgid "Email followup" +msgstr "Seguimiento por correo electrónico" + +#: inc/abstractitiltarget.class.php:2149 inc/abstractitiltarget.class.php:2536 +msgid "User" +msgstr "Usuario" + +#: inc/abstractitiltarget.class.php:2160 inc/abstractitiltarget.class.php:2540 +msgid "Group" +msgstr "Grupo" + +#: inc/abstractitiltarget.class.php:2171 +msgid "Group from the object" +msgstr "Grupo desde un objeto" + +#: inc/abstractitiltarget.class.php:2177 +msgid "Tech group from the object" +msgstr "Grupo técnico desde un objeto" + +#: inc/abstractitiltarget.class.php:2189 inc/abstractitiltarget.class.php:2544 +msgid "Supplier" +msgstr "Proveedor" + +#: inc/abstractitiltarget.class.php:2548 +msgid "Yes" +msgstr "Si" + +#: install/install.php:163 +#, php-format +msgid "Upgrade tables to innoDB; run %s" +msgstr "Actualizar tablas a innoDB; ejecutar %s" + +#: install/install.php:199 +#, php-format +msgid "" +"The database schema is not consistent with the previous version of " +"Formcreator %s. To see the logs run the command %s" +msgstr "" +"El esquema de base de datos no es coherente con la versión anterior de " +"Formcreator %s. Para ver los registros, ejecute el comando %s" + +#: install/install.php:208 +#, php-format +msgid "To ignore the inconsistencies and upgrade anyway run %s" +msgstr "Para ignorar las incoherencias y actualizar de todos modos ejecute %s" + +#: install/install.php:225 +msgid "" +"Upgrade from version older than 2.5.0 is no longer supported. Please upgrade" +" to GLPI 9.5.7, upgrade Formcreator to version 2.12.5, then upgrade again to" +" GLPI 10 or later and Formcreator 2.13 or later." +msgstr "" +"Ya no se admite la actualización desde una versión anterior a la 2.5.0. " +"Actualice a GLPI 9.5.7, actualice Formcreator a la versión 2.12.5 y, a " +"continuación, actualice de nuevo a GLPI 10 o posterior y Formcreator 2.13 o " +"posterior." + +#: install/install.php:251 +#, php-format +msgid "" +"A fatal error occured in the upgrade from %s! Upgrade aborted. Please check " +"logs to fix the problem then try again." +msgstr "" +"Se ha producido un error grave en la actualización de %s! Actualización " +"anulada. Compruebe los registros para solucionar el problema e inténtelo de " +"nuevo." + +#: install/install.php:294 +#, php-format +msgid "" +"The database schema is not consistent with the current version of " +"Formcreator %s. To see the logs enable the plugin and run the command %s" +msgstr "" +"El esquema de la base de datos no es consistente con la versión actual de " +"Formcreator %s . Para ver los registros habilite el complemento y ejecute el" +" comando %s" + +#: install/install.php:305 +msgid "The tables of the plugin passed the schema integrity check." +msgstr "" +"Las tablas del plugin pasaron la verificación de integridad del esquema." + +#: install/install.php:478 +msgid "A form has been created" +msgstr "Se ha creado un formulario" + +#: install/install.php:479 +msgid "Your request has been saved" +msgstr "Su solicitud ha sido guardada" + +#: install/install.php:480 +msgid "" +"Hi,\\nYour request from GLPI has been successfully saved with number " +"##formcreator.request_id## and transmitted to the helpdesk team.\\nYou can " +"see your answers onto the following link:\\n##formcreator.validation_link##" +msgstr "" +"Hola,\\nSu solicitud desde GLPI ha sido exitosamente guardada con el número " +"##formcreator.request_id## y notificado al equipo de la mesa de " +"ayuda.\\nPuede ver las respuestas del equipo en el siguiente " +"enlace:\\n##formcreator.validation_link##" + +<<<<<<< HEAD +#: install/install.php:484 +msgid "A form need validation" +msgstr "Un formulario necesita validación" +======= +#: install/install.php:420 +msgid "A form from GLPI need to be validate" +msgstr "Un formulario de GLPI necesita ser validado" +>>>>>>> support/2.13.0 + +#: install/install.php:485 +msgid "A form from GLPI need to be validated" +msgstr "Un formulario de GLPI necesita ser validado" + +#: install/install.php:486 +msgid "" +"Hi,\\nA form from GLPI need to be validated and you have been choosen as the" +" validator.\\nYou can access it by clicking onto this " +"link:\\n##formcreator.validation_link##" +msgstr "" +"Hola,\\nUn formulario de GLPI necesita ser validado y usted ha sido elegido " +<<<<<<< HEAD +"como validador.\\nPuede acceder haciendo clic en este " +"enlace:\\n##formcreator.validation_link##" +======= +"como validador.\\nPuede acceder a él haciendo clic en este enlace:\\n## " +"formcreator.validation_link ##" +>>>>>>> support/2.13.0 + +#: install/install.php:491 +msgid "Your form has been refused by the validator" +msgstr "Su formulario ha sido rechazado por el validador" + +#: install/install.php:492 +msgid "" +"Hi,\\nWe are sorry to inform you that your form has been refused by the " +"validator for the reason " +"below:\\n##formcreator.validation_comment##\\n\\nYou can still modify and " +"resubmit it by clicking onto this link:\\n##formcreator.validation_link##" +msgstr "" +"Hola,\\nSentimos informarle que su formulario ha sido rechazado por el " +"validador por la siguiente " +"razón:\\n##formcreator.validation_comment##\\n\\nUsted puede modificarlo y " +"volver a enviarlo haciendo clic en este " +"enlace:\\n##formcreator.validation_link##" + +#: install/install.php:498 +msgid "" +"Hi,\\nWe are pleased to inform you that your form has been accepted by the " +"validator.\\nYour request will be considered soon." +msgstr "" +"Hola,\\nNos complace informarle que su formulario ha sido aceptado por el " +"validador.\\nSu solicitud será considerada pronto." + +#: install/install.php:503 +msgid "Your form has been deleted by an administrator" +msgstr "Su formulario ha sido eliminado por un administrador" + +#: install/install.php:504 +msgid "" +"Hi,\\nWe are sorry to inform you that your request cannot be considered and " +"has been deleted by an administrator." +msgstr "" +"Hola,\\nLamentamos informarle de que su solicitud no puede ser considerada, " +"y ha sido eliminado por un administrador." + +#: install/install.php:732 +msgid "Formcreator - Sync service catalog issues" +msgstr "" +"Formcreator - Problemas en la sincronización del catálogo de servicios" + +#: install/install.php:945 +msgid "Failed to check the sanity of the tables!" +msgstr "¡Falló la comprobación de la sanidad de las tablas!" + +#: install/install.php:959 +#, php-format +msgid "Table schema differs for table \"%s\"." +msgstr "El esquema de la tabla difiere para la tabla \"%s\"." + +#: install/install.php:962 +#, php-format +msgid "Table \"%s\" is missing." +msgstr "Falta la tabla \"%s\"." + +#: install/install.php:965 +#, php-format +msgid "Unknown table \"%s\" has been found in database." +msgstr "Se ha encontrado una tabla desconocida \"%s\" en la base de datos." + +#: hook.php:439 +msgctxt "button" +msgid "Duplicate" +msgstr "Duplicar" + +#: hook.php:440 +msgid "Transfer" +msgstr "Transferencia" + +#: hook.php:441 +msgctxt "button" +msgid "Export" +msgstr "Exportar" + +#: hook.php:442 +msgctxt "button" +msgid "Access rights" +msgstr "Derechos de acceso" + +#: hook.php:756 +msgid "Cancel my ticket" +msgstr "Cancelar mi caso" + +#: hook.php:774 +msgid "Old" +msgstr "Antiguo" + +#: hook.php:781 +#, php-format +msgid "Number of %s" +msgstr "Número de %s" + +#: hook.php:798 +msgid "Issues summary" +msgstr "Resumen de problemas" + +#: hook.php:843 +msgid "" +"Formcreator's mini dashboard not usable as default. This Setting has been " +"ignored." +msgstr "" +"El mini dashboard de Formcreator no se puede utilizar por defecto. Este " +"ajuste ha sido ignorado." + +#: js/scripts.js:300 +msgid "No form found. Please choose a form below instead." +msgstr "" +"No se ha encontrado ningún formulario. Por favor, elija un formulario de " +"abajo en su lugar." + +#: js/scripts.js:302 +msgid "No form found." +msgstr "No se ha encontrado ningún formulario." + +#: js/scripts.js:306 +msgid "No FAQ item found." +msgstr "No se ha encontrado ningún elemento de FAQ." + +#: js/scripts.js:707 +msgid "Are you sure you want to delete this question?" +msgstr "¿Esta seguro que quiere eliminar esta pregunta?" + +#: js/scripts.js:917 +msgid "Are you sure you want to delete this section?" +msgstr "¿Esta seguro que quiere eliminar esta sección?" + +#: js/scripts.js:1161 +msgid "Add translations" +msgstr "Añadir traducciones" + +#: js/scripts.js:1300 js/scripts.js:1324 +msgid "An error occured while querying forms" +msgstr "Ocurrió un error al consultar los formularios" + +#: js/scripts.js:1416 entrée standard:139 +msgid "Send" +msgstr "Enviar" + +#: js/scripts.js:1425 +msgid "An internal error occurred. Please report it to administrator." +msgstr "" +"Se ha producido un error interno. Por favor, comuníquelo al administrador." + +#: js/scripts.js:1468 +msgid "Are you sure you want to delete this validator ?" +msgstr "¿Está seguro de que desea eliminar este validador?" + +#: js/scripts.js:1520 +msgid "Are you sure you want to duplicate this target?" +msgstr "¿Está seguro de que desea duplicar este objetivo?" + +#: js/scripts.js:1537 +msgid "Are you sure you want to delete this target?" +msgstr "¿Está seguro de que desea eliminar este objetivo?" + +#: entrée standard:57 standard:61 standard:60 standard:59 standard:43 +#: standard:69 standard:52 standard:76 +msgid "Default values" +msgstr "Valores predeterminados" + +#: entrée standard:52 standard:59 standard:58 +msgid "Show empty" +msgstr "Mostrar vacío" + +#: entrée standard:39 +msgid "LDAP directory" +msgid_plural "LDAP directories" +msgstr[0] "Directorio LDAP" +msgstr[1] "Directorios LDAP" +msgstr[2] "Directorios LDAP" + +#: entrée standard:78 +msgid "Attribute" +msgstr "Atributo" + +#: entrée standard:70 standard:68 +msgid "Values" +msgstr "Valores" + +#: entrée standard:90 +msgid "Show ticket categories" +msgstr "Mostrar categorías de los casos" + +<<<<<<< HEAD +======= +#: entrée standard:109 +msgid "Time to own" +msgstr "Tiempo para apropiarse (TTO)" + +>>>>>>> support/2.13.0 +#: entrée standard:146 standard:118 +msgid "Selectable root" +msgstr "Raíz seleccionable" + +#: entrée standard:38 +msgid "GLPI object" +msgid_plural "GLPI objects" +msgstr[0] "Objetos GLPI" +msgstr[1] "Objetos GLPI" +msgstr[2] "Objetos GLPI" + +#: entrée standard:63 +msgid "Direct access on homepage" +msgstr "Acceso directo en la página de inicio" + +#: entrée standard:86 +msgid "Default form in service catalog" +msgstr "Formulario predeterminado en el catálogo de servicios" + +#: entrée standard:113 standard:114 +msgid "Are you a robot ?" +msgstr "¿Eres un robot?" + +#: entrée standard:64 +msgid "Condition to show the section" +msgstr "Condición para mostrar la sección" + +#: entrée standard:40 +msgid "Condition to generate the target" +msgstr "Condición para generar el objetivo" + +#: entrée standard:40 +msgid "General" +msgstr "General" + +#: entrée standard:45 +msgid "validation percent" +msgstr "Porcentaje de validación" + +#: entrée standard:52 +msgid "Add a validator" +msgstr "Agregar un validador" + +#: entrée standard:57 standard:36 +msgid "Validation level" +msgstr "Nivel de validación" + +#: entrée standard:73 +msgid "Validator type" +msgstr "Tipo de validador" + +#: entrée standard:98 +msgid "Validators" +msgstr "Validadores" + +#: entrée standard:106 standard:5 +msgid "Actions" +msgstr "Acciones" + +#: entrée standard:54 +msgid "Impacts" +msgstr "Impactos" + +#: entrée standard:62 +msgid "Checklist" +msgstr "Lista de Verificación" + +#: entrée standard:36 +msgid "Answers title" +msgstr "Título de las respuestas" + +#: entrée standard:45 +msgid "Add a section" +msgstr "Agregar una sección" + +#: entrée standard:55 +msgid "Condition to show the submit button" +msgstr "Condición para mostrar el botón de envío" + +#: entrée standard:33 +msgid "No form answer yet" +msgstr "Aún no hay respuesta" + +#: entrée standard:38 +#, php-format +msgid "%s latest items" +msgstr "%s últimos elementos" + +#: entrée standard:54 +msgid "Please activate the form to view the link" +msgstr "Por favor activa el formulario para ver el enlace" + +#: entrée standard:63 +msgid "Enable captcha" +msgstr "Habilitar captcha" + +#: entrée standard:79 +msgid "Restricted to" +msgstr "Restringido a" + +#: entrée standard:83 +msgid "Add a question" +msgstr "Agregar una pregunta" + +#: entrée standard:39 +msgid "List of available tags" +msgstr "Lista de etiquetas disponibles" + +#: entrée standard:42 +msgid "Title" +msgstr "Título" + +#: entrée standard:47 +msgid "Full form" +msgstr "Formulario completo" + +#: entrée standard:37 +msgid "Validation status" +msgstr "Estado de validación" + +#: entrée standard:36 +#, php-format +msgid "My %1$d last forms (requester)" +msgstr "Mi último formulario %1$d (Solicitante)" + +#: entrée standard:39 +msgid "No form posted yet" +msgstr "Aún no se ha publicado el formulario" + +#: entrée standard:63 +msgid "All my forms (requester)" +msgstr "Todos mis formularios (Solicitante)" + +#: entrée standard:36 +#, php-format +msgid "My %1$d last forms (validator)" +msgstr "Mi ultimo formulario %1$d (Validador)" + +#: entrée standard:63 +msgid "All my forms (validator)" +msgstr "Todos mis formularios (Validador)" + +#: entrée standard:42 +msgid "Min" +msgstr "Mínimo" + +#: entrée standard:53 +msgid "Max" +msgstr "Máximo" diff --git a/locales/es_ES.mo b/locales/es_ES.mo index 5780ce2f3..60682b7a6 100644 Binary files a/locales/es_ES.mo and b/locales/es_ES.mo differ diff --git a/locales/es_ES.po b/locales/es_ES.po index 8642f350a..2b90de87e 100644 --- a/locales/es_ES.po +++ b/locales/es_ES.po @@ -16,7 +16,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-30 14:13+0200\n" +"POT-Creation-Date: 2023-05-31 16:21+0200\n" "PO-Revision-Date: 2022-06-15 12:10+0000\n" "Last-Translator: 5b63a00e0726b96d7ef35c99d5553cd0_b787b5f <8bb2d0f7e8927228f17fba8639d787be_31711>, 2022\n" "Language-Team: Spanish (Spain) (https://app.transifex.com/teclib/teams/28042/es_ES/)\n" @@ -184,16 +184,15 @@ msgid "Textarea" msgstr "Textarea" #: inc/field/textareafield.class.php:249 inc/field/dropdownfield.class.php:594 -#: inc/field/ldapselectfield.class.php:115 inc/field/textfield.class.php:126 +#: inc/field/ldapselectfield.class.php:115 #: inc/field/urgencyfield.class.php:166 inc/field/tagfield.class.php:166 #: inc/field/timefield.class.php:114 inc/field/fieldsfield.class.php:489 #: inc/field/requesttypefield.class.php:161 msgid "A required field is empty:" msgstr "Un campo requerido está vacío:" -#: inc/field/textareafield.class.php:267 inc/field/textfield.class.php:179 -#: inc/field/integerfield.class.php:112 inc/field/floatfield.class.php:194 -#: inc/conditionnabletrait.class.php:70 +#: inc/field/textareafield.class.php:267 inc/field/integerfield.class.php:112 +#: inc/field/floatfield.class.php:194 inc/conditionnabletrait.class.php:70 msgid "The regular expression is invalid" msgstr "La expresión regular es inválida" @@ -256,45 +255,12 @@ msgstr "El directorio LDAP no está definido!" msgid "LDAP directory not found!" msgstr "El directorio LDAP no se ha encontrado!" -#: inc/field/textfield.class.php:147 inc/field/integerfield.class.php:71 -#: inc/field/floatfield.class.php:156 -#, php-format -msgid "Specific format does not match: %s" -msgstr "El formato especificado no coincide: %s" - -#: inc/field/textfield.class.php:156 -#, php-format -msgid "The text is too short (minimum %d characters): %s" -msgstr "El texto es demasiado corto (mínimo %d caracteres): %s" - -#: inc/field/textfield.class.php:161 -#, php-format -msgid "The text is too long (maximum %d characters): %s" -msgstr "El texto es demasiado largo (máximo %d caracteres): %s" - -#: inc/field/textfield.class.php:169 -msgid "Text" -msgstr "Texto" - -#: inc/field/textfield.class.php:218 inc/field/floatfield.class.php:235 -#: inc/questionregex.class.php:62 entrée standard:42 -msgid "Regular expression" -msgstr "Expresión regular" - -#: inc/field/textfield.class.php:223 inc/field/floatfield.class.php:240 -msgid "Range" -msgstr "Rango" - -#: inc/field/textfield.class.php:229 inc/field/floatfield.class.php:246 -msgid "Additional validation" -msgstr "Validación adicional" - #: inc/field/radiosfield.class.php:108 msgid "Radios" msgstr "Radios" -#: inc/field/radiosfield.class.php:114 inc/field/glpiselectfield.class.php:112 -#: inc/field/fieldsfield.class.php:513 inc/field/checkboxesfield.class.php:245 +#: inc/field/radiosfield.class.php:114 inc/field/fieldsfield.class.php:513 +#: inc/field/checkboxesfield.class.php:245 msgid "The field value is required:" msgstr "El campo valor es requerido:" @@ -311,6 +277,11 @@ msgstr "Un campo obligatorio está vacío: %s" msgid "This is not an integer: %s" msgstr "No es un entero: %s" +#: inc/field/integerfield.class.php:71 inc/field/floatfield.class.php:156 +#, php-format +msgid "Specific format does not match: %s" +msgstr "El formato especificado no coincide: %s" + #: inc/field/integerfield.class.php:85 inc/field/floatfield.class.php:167 #, php-format msgid "The following number must be greater than %d: %s" @@ -376,13 +347,6 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: inc/field/glpiselectfield.class.php:97 entrée standard:38 -msgid "GLPI object" -msgid_plural "GLPI objects" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" - #: inc/field/hostnamefield.class.php:116 msgid "Hostname" msgid_plural "Hostnames" @@ -521,6 +485,19 @@ msgstr "Esto no es un número: %s" msgid "Decimal number" msgstr "" +#: inc/field/floatfield.class.php:235 inc/questionregex.class.php:62 entrée +#: standard:42 +msgid "Regular expression" +msgstr "Expresión regular" + +#: inc/field/floatfield.class.php:240 +msgid "Range" +msgstr "Rango" + +#: inc/field/floatfield.class.php:246 +msgid "Additional validation" +msgstr "Validación adicional" + #: inc/field/datefield.class.php:137 msgid "Date" msgstr "Fecha" @@ -578,7 +555,7 @@ msgstr "Mostrar a meno que" #: inc/form.class.php:1908 inc/targetchange.class.php:304 #: inc/questionfilter.class.php:222 inc/section.class.php:381 #: inc/restrictedformcriteria.class.php:200 inc/question.class.php:867 -#: inc/questionparameter/range.class.php:202 inc/questionregex.class.php:188 +#: inc/questionparameter/range.class.php:198 inc/questionregex.class.php:188 #: inc/questiondependency.class.php:196 inc/item_targetticket.class.php:154 #: inc/targetticket.class.php:1461 #, php-format @@ -591,7 +568,7 @@ msgstr "Fallo al añadir o actualizar el %1$s %2$s" #: inc/form.class.php:1569 inc/targetchange.class.php:149 #: inc/questionfilter.class.php:154 inc/section.class.php:406 #: inc/restrictedformcriteria.class.php:226 inc/question.class.php:894 -#: inc/questionparameter/range.class.php:137 inc/questionregex.class.php:120 +#: inc/questionparameter/range.class.php:133 inc/questionregex.class.php:120 #: inc/questiondependency.class.php:211 inc/item_targetticket.class.php:64 #: inc/targetticket.class.php:1500 #, php-format @@ -777,38 +754,38 @@ msgstr "" msgid "Ticket technician" msgstr "" -#: inc/issue.class.php:1465 +#: inc/issue.class.php:1469 #, php-format msgid "%1$s %2$s" msgstr "" -#: inc/issue.class.php:1723 inc/filter/itilcategoryfilter.class.php:56 +#: inc/issue.class.php:1727 inc/filter/itilcategoryfilter.class.php:56 #: hook.php:766 msgid "All" msgstr "Todos" -#: inc/issue.class.php:1729 hook.php:767 +#: inc/issue.class.php:1733 hook.php:767 msgid "New" msgstr "Nuevo" -#: inc/issue.class.php:1735 hook.php:768 +#: inc/issue.class.php:1739 hook.php:768 msgid "Assigned" msgstr "Asignado" -#: inc/issue.class.php:1741 inc/formanswer.class.php:78 +#: inc/issue.class.php:1745 inc/formanswer.class.php:78 #: inc/form_validator.class.php:70 hook.php:769 msgid "Waiting" msgstr "Esperando" -#: inc/issue.class.php:1747 hook.php:770 +#: inc/issue.class.php:1751 hook.php:770 msgid "To validate" msgstr "Para validar" -#: inc/issue.class.php:1753 hook.php:771 +#: inc/issue.class.php:1757 hook.php:771 msgid "Solved" msgstr "Resuelto" -#: inc/issue.class.php:1759 hook.php:772 +#: inc/issue.class.php:1763 hook.php:772 msgid "Closed" msgstr "Cerrado" @@ -1102,15 +1079,15 @@ msgstr "" msgid "Cannot generate targets!" msgstr "¡No se puede generar objetivos!" -#: inc/formanswer.class.php:1512 +#: inc/formanswer.class.php:1511 msgid "No captcha set." msgstr "" -#: inc/formanswer.class.php:1518 +#: inc/formanswer.class.php:1517 msgid "You failed the captcha test." msgstr "" -#: inc/formanswer.class.php:1541 +#: inc/formanswer.class.php:1540 msgid "You must select validator!" msgstr "Debe seleccionar un validador" @@ -2635,6 +2612,13 @@ msgstr "Mostrar categorías de los tickets" msgid "Selectable root" msgstr "" +#: entrée standard:38 +msgid "GLPI object" +msgid_plural "GLPI objects" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + #: entrée standard:63 msgid "Direct access on homepage" msgstr "Acceso directo a la página principal" diff --git a/locales/es_MX.mo b/locales/es_MX.mo index 988c9d374..2e692f0fc 100644 Binary files a/locales/es_MX.mo and b/locales/es_MX.mo differ diff --git a/locales/es_MX.po b/locales/es_MX.po new file mode 100644 index 000000000..bbfd69c83 --- /dev/null +++ b/locales/es_MX.po @@ -0,0 +1,2752 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +# Translators: +# Jesus Fernandez , 2022 +# Carlos Moreno Rodríguez , 2023 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-05-31 16:21+0200\n" +"PO-Revision-Date: 2022-06-15 12:10+0000\n" +"Last-Translator: Carlos Moreno Rodríguez , 2023\n" +"Language-Team: Spanish (Mexico) (https://app.transifex.com/teclib/teams/28042/es_MX/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: es_MX\n" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" + +#: ajax/question_update.php:38 ajax/section_update.php:37 +msgid "Bad request" +msgstr "Solicitud incorrecta" + +#: ajax/question_update.php:47 ajax/question_move.php:45 +#: ajax/question_delete.php:42 ajax/question_toggle_required.php:49 +msgid "Question not found" +msgstr "Pregunta no encontrada" + +#: ajax/question_update.php:53 ajax/question_duplicate.php:49 +#: ajax/question_move.php:50 ajax/section_add.php:38 +#: ajax/section_delete.php:50 ajax/section_move.php:55 +#: ajax/section_duplicate.php:50 ajax/question_delete.php:49 +#: ajax/question_toggle_required.php:55 ajax/section_update.php:44 +msgid "You don't have right for this action" +msgstr "No tiene permisos para esta acción" + +#: ajax/question_duplicate.php:43 +msgid "Source question not found" +msgstr "Pregunta fuente no encontrada" + +#: ajax/question_move.php:73 +msgid "Could not move some questions" +msgstr "No pudo mover algunas preguntas" + +#: ajax/section_add.php:44 +msgid "Could not add the section" +msgstr "No pude agregar una sección" + +#: ajax/commontree.php:55 entrée standard:128 standard:100 +msgid "Subtree root" +msgstr "Por favor, describa su necesidad aquí" + +#: ajax/commontree.php:59 +msgid "Selectable" +msgstr "Seleccionable" + +#: ajax/commontree.php:74 entrée standard:137 standard:109 +msgid "Limit subtree depth" +msgstr "Limitar la profundidad de la rama" + +#: ajax/commontree.php:84 +msgid "No limit" +msgstr "Sin limites " + +#: ajax/section_delete.php:44 ajax/section_move.php:49 +#: ajax/section_duplicate.php:44 +msgid "Source section not found" +msgstr "Sección fuente no encontrada" + +#: ajax/section_delete.php:56 +msgid "Could not delete the section" +msgstr "No pude borrar la sección" + +#: ajax/question_add.php:45 +msgid "Could not add the question" +msgstr "No se pudo agregar la pregunta" + +#: ajax/section_move.php:66 +msgid "Could not move the section" +msgstr "No pude mover la sección" + +#: ajax/target_actor.php:51 +msgid "Failed to add the actor" +msgstr "No se pudo agregar el participante" + +#: ajax/target_actor.php:62 +msgid "Failed to delete the actor" +msgstr "No se pudo eliminar el participante" + +#: ajax/section_duplicate.php:56 +msgid "Could not duplicate the section" +msgstr "No pude duplicar la sección" + +#: ajax/section_update.php:50 +msgid "Could not update the section" +msgstr "No pude actualizar la sección" + +#: front/knowbaseitem.php:42 front/knowbaseitem.php:47 +#: front/wizardreminders.php:49 front/wizardreminders.php:51 +#: front/wizard.php:45 front/wizard.php:50 front/wizardfeeds.php:49 +#: front/wizardfeeds.php:51 front/issue.php:44 front/issue.php:50 +#: front/formanswer.php:44 front/reservation.php:46 front/reservation.php:48 +#: front/knowbaseitem.form.php:48 front/knowbaseitem.form.php:50 +#: front/reservationitem.php:42 front/reservationitem.php:44 +#: front/formanswer.form.php:74 front/reservation.form.php:46 +#: front/reservation.form.php:48 +msgid "Service catalog" +msgstr "Catálogo de servicios" + +#: front/issue.form.php:46 +msgid "Item not found" +msgstr "Elemento no encontrado" + +#: front/targetticket.form.php:46 front/targetticket.form.php:56 +#: front/targetticket.form.php:81 front/targetchange.form.php:46 +#: front/targetproblem.form.php:46 +msgid "No right to update this item." +msgstr "Sin permiso para actualizar el elemento" + +#: front/targetticket.form.php:75 +msgid "Bad request while deleting an actor." +msgstr "Solicitud incorrecta al eliminar un participante." + +#: front/targetticket.form.php:95 front/targetchange.form.php:81 +#: front/formanswer.php:47 front/targetproblem.form.php:81 +#: front/formanswer.form.php:77 front/form.php:43 inc/common.class.php:654 +#: inc/common.class.php:661 +msgid "Form Creator" +msgstr "Creador de formularios" + +#: front/targetticket.form.php:105 front/targetchange.form.php:90 +#: front/targetproblem.form.php:90 +#, php-format +msgid "%1$s = %2$s" +msgstr "%1$s = %2$s" + +#: front/formlist.php:46 front/formlist.php:52 inc/common.class.php:648 +msgid "Form list" +msgstr "Lista de formularios" + +#: front/formdisplay.php:90 inc/formanswer.class.php:1077 +#: inc/formanswer.class.php:1325 inc/formanswer.class.php:1376 +msgid "The form has been successfully saved!" +msgstr "¡El formulario ha sido exitosamente guardado!" + +#. TRANS: %s is the user login +#: front/reservation.form.php:71 +#, php-format +msgid "%1$s purges the reservation for item %2$s" +msgstr "%1$s eliminó la reserva del artículo %2$s" + +#: front/reservation.form.php:124 +#, php-format +msgid "%1$s adds the reservation %2$s for item %3$s" +msgstr "%1$s agregó la reservación %2$s para el artículo %3$s" + +#: inc/knowbase.class.php:60 inc/entityconfig.class.php:478 +#: inc/form.class.php:611 +msgid "Category" +msgid_plural "Categories" +msgstr[0] "Categoría" +msgstr[1] "Categorías" +msgstr[2] "Categorías" + +#: inc/knowbase.class.php:62 inc/form.class.php:614 entrée standard:39 +msgid "See all" +msgstr "Ver todo" + +#: inc/knowbase.class.php:83 +msgid "Please, describe your need here" +msgstr "Por favor, describa su necesidad aquí" + +#: inc/field/textareafield.class.php:186 +msgid "Textarea" +msgstr "Área de texto" + +#: inc/field/textareafield.class.php:249 inc/field/dropdownfield.class.php:594 +#: inc/field/ldapselectfield.class.php:115 +#: inc/field/urgencyfield.class.php:166 inc/field/tagfield.class.php:166 +#: inc/field/timefield.class.php:114 inc/field/fieldsfield.class.php:489 +#: inc/field/requesttypefield.class.php:161 +msgid "A required field is empty:" +msgstr "Un campo obligatorio esta vacío:" + +#: inc/field/textareafield.class.php:267 inc/field/integerfield.class.php:112 +#: inc/field/floatfield.class.php:194 inc/conditionnabletrait.class.php:70 +msgid "The regular expression is invalid" +msgstr "La expresión regular es invalida" + +#: inc/field/dropdownfield.class.php:81 inc/filter/entityfilter.class.php:48 +msgid "User and form" +msgstr "Usuario y forma" + +#: inc/field/dropdownfield.class.php:87 +msgid "Search filter" +msgstr "" + +#: inc/field/dropdownfield.class.php:585 entrée standard:38 +msgid "Dropdown" +msgid_plural "Dropdowns" +msgstr[0] "Opción de menú" +msgstr[1] "Opciones de menú" +msgstr[2] "Opciones de menú" + +#: inc/field/dropdownfield.class.php:616 +msgid "Invalid value for " +msgstr "Valor invalido para" + +#: inc/field/dropdownfield.class.php:628 +#, php-format +msgid "The itemtype field is required: %s" +msgstr "El campo de tipo de elemento es obligatorio: %s" + +#: inc/field/dropdownfield.class.php:644 +#, php-format +msgid "Invalid dropdown type: %s" +msgstr "Tipo de menú desplegable no válido: %s" + +#: inc/field/dropdownfield.class.php:704 inc/questionfilter.class.php:62 +#: entrée standard:68 +msgid "Filter" +msgstr "Filtro" + +#: inc/field/dropdownfield.class.php:987 entrée standard:162 standard:134 +msgid "Entity restriction" +msgstr "Restricción de entidad" + +#: inc/field/dropdownfield.class.php:996 +msgid "" +"To respect the GLPI entity system, \"Form\" should be selected. Others " +"settings will break the entity restrictions" +msgstr "" +"Para respetar el sistema de entidades de GLPI, se debe seleccionar " +"\"Formulario\". Otras configuraciones romperán las restricciones de la " +"entidad" + +#: inc/field/ldapselectfield.class.php:96 +msgid "LDAP Select" +msgstr "Seleccionar LDAP" + +#: inc/field/ldapselectfield.class.php:140 +msgid "LDAP directory not defined!" +msgstr "¡Directorio LDAP no definido!" + +#: inc/field/ldapselectfield.class.php:147 +msgid "LDAP directory not found!" +msgstr "¡Directorio LDAP no encontrado!" + +#: inc/field/radiosfield.class.php:108 +msgid "Radios" +msgstr "Botón de radio" + +#: inc/field/radiosfield.class.php:114 inc/field/fieldsfield.class.php:513 +#: inc/field/checkboxesfield.class.php:245 +msgid "The field value is required:" +msgstr "El valor del campo es obligatorio:" + +#: inc/field/radiosfield.class.php:192 inc/field/selectfield.class.php:104 +#: inc/field/datetimefield.class.php:119 inc/field/actorfield.class.php:258 +#: inc/field/checkboxesfield.class.php:191 inc/field/floatfield.class.php:125 +#: inc/field/datefield.class.php:116 +#, php-format +msgid "A required field is empty: %s" +msgstr "Un campo requerido esta vacío: %s" + +#: inc/field/integerfield.class.php:59 +#, php-format +msgid "This is not an integer: %s" +msgstr "Este no es un entero: %s" + +#: inc/field/integerfield.class.php:71 inc/field/floatfield.class.php:156 +#, php-format +msgid "Specific format does not match: %s" +msgstr "El formato especificado no coincide: %s" + +#: inc/field/integerfield.class.php:85 inc/field/floatfield.class.php:167 +#, php-format +msgid "The following number must be greater than %d: %s" +msgstr "El siguiente numero debe de ser mas grande de %d : %s" + +#: inc/field/integerfield.class.php:91 inc/field/floatfield.class.php:173 +#, php-format +msgid "The following number must be lower than %d: %s" +msgstr "El siguiente numero debe de ser menor a%d : %s" + +#: inc/field/integerfield.class.php:101 +msgid "Integer" +msgstr "Entero" + +#: inc/field/undefinedfield.class.php:44 +msgid "Undefined" +msgstr "Indefinido" + +#: inc/field/ipfield.class.php:123 +msgid "IP address" +msgid_plural "IP addresses" +msgstr[0] "Dirección IP" +msgstr[1] "Direcciones IP" +msgstr[2] "Direcciones IP" + +#: inc/field/urgencyfield.class.php:86 inc/abstractitiltarget.class.php:1040 +msgid "Urgency" +msgstr "Urgencia" + +#: inc/field/urgencyfield.class.php:120 +msgctxt "urgency" +msgid "Very high" +msgstr "Muy alto" + +#: inc/field/urgencyfield.class.php:121 +msgctxt "urgency" +msgid "High" +msgstr "Alto" + +#: inc/field/urgencyfield.class.php:122 +msgctxt "urgency" +msgid "Medium" +msgstr "Medio" + +#: inc/field/urgencyfield.class.php:123 +msgctxt "urgency" +msgid "Low" +msgstr "Bajo" + +#: inc/field/urgencyfield.class.php:124 +msgctxt "urgency" +msgid "Very low" +msgstr "Muy bajo" + +#: inc/field/tagfield.class.php:52 +msgid "Warning: Tag plugin is disabled or missing" +msgstr "¡Advertencia!: falta el complemento de etiquetas o está deshabilitado" + +#: inc/field/tagfield.class.php:200 +msgid "Tag" +msgid_plural "Tags" +msgstr[0] "Etiqueta" +msgstr[1] "Etiquetas" +msgstr[2] "Etiquetas" + +#: inc/field/hostnamefield.class.php:116 +msgid "Hostname" +msgid_plural "Hostnames" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/field/timefield.class.php:130 +msgid "Time" +msgstr "Hora" + +#: inc/field/emailfield.class.php:89 +#, php-format +msgid "This is not a valid e-mail: %s" +msgstr "Este no es un correo electrónico valido: %s" + +#: inc/field/emailfield.class.php:100 +msgid "Email" +msgid_plural "Emails" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/field/selectfield.class.php:97 +msgid "Select" +msgstr "Selector" + +#: inc/field/datetimefield.class.php:140 +msgid "Date & time" +msgstr "Fecha y hora" + +#: inc/field/actorfield.class.php:84 +msgid "Actor" +msgid_plural "Actors" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/field/actorfield.class.php:268 +#, php-format +msgid "Invalid value: %s" +msgstr "Valor invalido: %s" + +#: inc/field/actorfield.class.php:291 +#, php-format +msgid "User not found or invalid email address: %s" +msgstr "Usuario no encontrado o correo electrónico no valido: %s" + +#: inc/field/filefield.class.php:124 +msgid "No attached document" +msgstr "Documento no adjuntado" + +#: inc/field/filefield.class.php:133 inc/field/filefield.class.php:254 +#: inc/field/filefield.class.php:261 +msgid "Attached document" +msgstr "Documento adjuntado" + +#: inc/field/filefield.class.php:175 +#, php-format +msgid "A required file is missing: %s" +msgstr "Falta un archivo requerido: %s" + +#: inc/field/filefield.class.php:192 +msgid "File" +msgstr "" + +#: inc/field/multiselectfield.class.php:86 +msgid "Multiselect" +msgstr "Multiselector" + +#: inc/field/fieldsfield.class.php:154 +msgid "Warning: Additional Fields plugin is disabled or missing" +msgstr "" + +#: inc/field/fieldsfield.class.php:168 +msgid "Block" +msgstr "" + +#: inc/field/fieldsfield.class.php:172 inc/targetticket.class.php:346 +msgid "Field" +msgstr "" + +#: inc/field/fieldsfield.class.php:254 +msgid "show" +msgstr "" + +#: inc/field/fieldsfield.class.php:390 +#, php-format +msgid "Field '%1$s' type not implemented yet!" +msgstr "" + +#: inc/field/fieldsfield.class.php:467 +msgid "Some numeric fields contains non numeric values" +msgstr "" + +#: inc/field/fieldsfield.class.php:472 +msgid "Some URL fields contains invalid links" +msgstr "" + +#: inc/field/fieldsfield.class.php:566 +msgid "Additionnal fields" +msgstr "" + +#: inc/field/checkboxesfield.class.php:133 +msgid "Checkboxes" +msgstr "Casillas de verificación" + +#: inc/field/checkboxesfield.class.php:227 +#, php-format +msgid "The following question needs at least %d answers: %s" +msgstr "" + +#: inc/field/checkboxesfield.class.php:233 +#, php-format +msgid "The following question does not accept more than %d answers: %s" +msgstr "" + +#: inc/field/checkboxesfield.class.php:305 +msgid "Range min" +msgstr "" + +#: inc/field/checkboxesfield.class.php:306 +msgid "Range max" +msgstr "" + +#: inc/field/requesttypefield.class.php:87 inc/targetticket.class.php:1150 +msgid "Request type" +msgstr "Tipo de solicitud" + +#: inc/field/floatfield.class.php:142 +#, php-format +msgid "This is not a number: %s" +msgstr "Este no es un numero: %s" + +#: inc/field/floatfield.class.php:183 +msgid "Decimal number" +msgstr "" + +#: inc/field/floatfield.class.php:235 inc/questionregex.class.php:62 entrée +#: standard:42 +msgid "Regular expression" +msgstr "Expresión regular" + +#: inc/field/floatfield.class.php:240 +msgid "Range" +msgstr "Rango" + +#: inc/field/floatfield.class.php:246 +msgid "Additional validation" +msgstr "Validación adicional" + +#: inc/field/datefield.class.php:137 +msgid "Date" +msgstr "" + +#: inc/field/descriptionfield.class.php:106 inc/form.class.php:151 +#: inc/question.class.php:188 entrée standard:82 standard:52 standard:114 +msgid "Description" +msgstr "" + +#: inc/field/descriptionfield.class.php:113 +msgid "A description field should have a description:" +msgstr "un campo de descripción debe tener una descripción" + +#: inc/field/hiddenfield.class.php:96 +msgid "Hidden field" +msgid_plural "Hidden fields" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/condition.class.php:65 +msgid "Condition" +msgid_plural "Conditions" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/condition.class.php:103 +msgid "is visible" +msgstr "es visible" + +#: inc/condition.class.php:104 +msgid "is not visible" +msgstr "no es visible" + +#: inc/condition.class.php:105 +msgid "regular expression matches" +msgstr "coincidencias de expresiones regulares" + +#: inc/condition.class.php:116 +msgid "Always displayed" +msgstr "Mostrar siempre" + +#: inc/condition.class.php:117 +msgid "Hidden unless" +msgstr "Ocultar a menos que" + +#: inc/condition.class.php:118 +msgid "Displayed unless" +msgstr "Mostrar a no ser que" + +#: inc/condition.class.php:178 inc/target_actor.class.php:233 +#: inc/form_language.class.php:565 inc/form_validator.class.php:248 +#: inc/targetproblem.class.php:527 inc/questionrange.class.php:199 +#: inc/form.class.php:1908 inc/targetchange.class.php:304 +#: inc/questionfilter.class.php:222 inc/section.class.php:381 +#: inc/restrictedformcriteria.class.php:200 inc/question.class.php:867 +#: inc/questionparameter/range.class.php:198 inc/questionregex.class.php:188 +#: inc/questiondependency.class.php:196 inc/item_targetticket.class.php:154 +#: inc/targetticket.class.php:1461 +#, php-format +msgid "Failed to add or update the %1$s %2$s" +msgstr "Fallo al agregar o actualizar la %1$s %2$s" + +#: inc/condition.class.php:200 inc/target_actor.class.php:254 +#: inc/form_language.class.php:581 inc/form_validator.class.php:288 +#: inc/targetproblem.class.php:362 inc/questionrange.class.php:131 +#: inc/form.class.php:1569 inc/targetchange.class.php:149 +#: inc/questionfilter.class.php:154 inc/section.class.php:406 +#: inc/restrictedformcriteria.class.php:226 inc/question.class.php:894 +#: inc/questionparameter/range.class.php:133 inc/questionregex.class.php:120 +#: inc/questiondependency.class.php:211 inc/item_targetticket.class.php:64 +#: inc/targetticket.class.php:1500 +#, php-format +msgid "Cannot export an empty object: %s" +msgstr "No se puede exportar un objeto vacío %s" + +#: inc/condition.class.php:268 +msgid "Conditions" +msgstr "Condiciónes" + +#: inc/linker.class.php:78 +msgid "Importing" +msgstr "Importando" + +#: inc/linker.class.php:80 +msgid "Import in progress" +msgstr "" + +#: inc/issue.class.php:43 +msgid "Issue" +msgid_plural "Issues" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/issue.class.php:56 +msgid "Update issue data from tickets and form answers" +msgstr "Actualizar datos de problemas de tickets y respuestas de formularios" + +#: inc/issue.class.php:393 +msgid "Satisfaction survey expired" +msgstr "" + +#: inc/issue.class.php:531 inc/form_language.class.php:229 +#: inc/form.class.php:2208 entrée standard:52 standard:49 standard:57 +#: standard:38 standard:39 standard:105 standard:46 +msgid "Name" +msgstr "" + +#: inc/issue.class.php:543 inc/formanswer.class.php:229 +#: inc/formanswer.class.php:320 inc/targetproblem.class.php:610 +#: inc/form.class.php:142 inc/targetchange.class.php:335 +#: inc/section.class.php:95 inc/question.class.php:178 +#: inc/targetticket.class.php:180 entrée standard:45 +msgid "ID" +msgstr "" + +#: inc/issue.class.php:552 inc/form.class.php:2217 entrée standard:111 +#: standard:65 standard:104 standard:4 +msgid "Type" +msgid_plural "Types" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/issue.class.php:565 inc/formanswer.class.php:307 +msgid "Status" +msgstr "" + +#: inc/issue.class.php:577 +msgid "Opening date" +msgstr "" + +#: inc/issue.class.php:586 +msgid "Last update" +msgstr "" + +#: inc/issue.class.php:595 inc/abstracttarget.class.php:517 +msgid "Entity" +msgid_plural "Entities" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/issue.class.php:605 inc/notificationtargetformanswer.class.php:76 +#: inc/notificationtargetformanswer.class.php:96 +#: inc/target_actor.class.php:101 inc/formanswer.class.php:248 +#: inc/formanswer.class.php:762 inc/abstractitiltarget.class.php:1804 entrée +#: standard:48 +msgid "Requester" +msgid_plural "Requesters" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/issue.class.php:619 inc/formanswer.class.php:258 +msgid "Form approver" +msgstr "Aprobador del formulario" + +#: inc/issue.class.php:651 inc/formanswer.class.php:691 +#: inc/formanswer.class.php:698 inc/formanswer.class.php:777 +#: inc/form_language.class.php:243 +msgid "Comment" +msgstr "Comentario" + +#: inc/issue.class.php:663 +msgid "Ticket approver" +msgstr "Aprobador de ticket" + +#: inc/issue.class.php:736 +msgid "Technician" +msgstr "" + +#: inc/issue.class.php:767 +msgid "Technician group" +msgstr "" + +#: inc/issue.class.php:799 inc/formanswer.class.php:287 +msgid "Form approver group" +msgstr "Grupo de aprobación del formulario" + +#: inc/issue.class.php:829 +msgid "Ticket approver group" +msgstr "" + +#: inc/issue.class.php:863 inc/abstractitiltarget.class.php:787 entrée +#: standard:108 +msgid "Time to resolve" +msgstr "Tiempo para resolverlo" + +#: inc/issue.class.php:874 +msgid "Time to resolve + Progress" +msgstr "" + +#: inc/issue.class.php:884 +msgid "Internal time to resolve" +msgstr "" + +#: inc/issue.class.php:895 +msgid "Internal time to resolve + Progress" +msgstr "" + +#: inc/issue.class.php:905 +msgid "Resolution date" +msgstr "" + +#: inc/issue.class.php:914 +msgid "Internal time to own" +msgstr "" + +#: inc/issue.class.php:925 +msgid "Internal time to own + Progress" +msgstr "" + +#: inc/issue.class.php:935 entrée standard:109 +msgid "Time to own" +msgstr "Tiempo de posesión " + +#: inc/issue.class.php:946 +msgid "Time to own + Progress" +msgstr "" + +#: inc/issue.class.php:958 +msgid "Approver substitute" +msgstr "" + +#: inc/issue.class.php:1022 +msgid "Substitute of a member of approver group" +msgstr "" + +#: inc/issue.class.php:1095 +msgid "Form approver substitute" +msgstr "" + +#: inc/issue.class.php:1163 +msgid "Current form approver group" +msgstr "" + +#: inc/issue.class.php:1193 +msgid "Current form approver" +msgstr "" + +#: inc/issue.class.php:1227 +msgid "Ticket requester" +msgstr "" + +#: inc/issue.class.php:1274 +msgid "Ticket observer" +msgstr "" + +#: inc/issue.class.php:1322 +msgid "Ticket technician" +msgstr "" + +#: inc/issue.class.php:1469 +#, php-format +msgid "%1$s %2$s" +msgstr "" + +#: inc/issue.class.php:1727 inc/filter/itilcategoryfilter.class.php:56 +#: hook.php:766 +msgid "All" +msgstr "" + +#: inc/issue.class.php:1733 hook.php:767 +msgid "New" +msgstr "" + +#: inc/issue.class.php:1739 hook.php:768 +msgid "Assigned" +msgstr "" + +#: inc/issue.class.php:1745 inc/formanswer.class.php:78 +#: inc/form_validator.class.php:70 hook.php:769 +msgid "Waiting" +msgstr "Esperando" + +#: inc/issue.class.php:1751 hook.php:770 +msgid "To validate" +msgstr "Para validar" + +#: inc/issue.class.php:1757 hook.php:771 +msgid "Solved" +msgstr "" + +#: inc/issue.class.php:1763 hook.php:772 +msgid "Closed" +msgstr "Cerrado" + +#: inc/category.class.php:50 hook.php:72 +msgid "Form category" +msgid_plural "Form categories" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/category.class.php:80 +msgid "Knowbase category" +msgstr "Categoría base de conocimiento" + +#: inc/category.class.php:86 +msgid "As child of" +msgstr "" + +#: inc/category.class.php:92 inc/form.class.php:247 entrée standard:65 +msgid "Icon" +msgstr "Icono" + +#: inc/category.class.php:98 inc/form.class.php:255 entrée standard:67 +msgid "Icon color" +msgstr "Color del icono" + +#: inc/category.class.php:104 inc/form.class.php:263 entrée standard:80 +msgid "Background color" +msgstr "Color del fondo" + +#: inc/formlist.class.php:46 inc/entityconfig.class.php:93 +#: inc/form.class.php:111 inc/form.class.php:516 inc/form.class.php:2015 +#: entrée standard:47 +msgid "Form" +msgid_plural "Forms" +msgstr[0] "Formulario" +msgstr[1] "Formularios" +msgstr[2] "Formularios" + +#: inc/notificationtargetformanswer.class.php:43 +msgid "The form as been saved" +msgstr "El formulario ha sido salvado" + +#: inc/notificationtargetformanswer.class.php:44 +msgid "A form need to be validate" +msgstr "Un formulario necesita ser validado" + +#: inc/notificationtargetformanswer.class.php:45 install/install.php:490 +msgid "The form is refused" +msgstr "El formulario fue rechazado" + +#: inc/notificationtargetformanswer.class.php:46 install/install.php:496 +msgid "The form is accepted" +msgstr "El formulario fue aceptado" + +#: inc/notificationtargetformanswer.class.php:47 install/install.php:502 +msgid "The form is deleted" +msgstr "El formulario fue borrado" + +#: inc/notificationtargetformanswer.class.php:74 +msgid "Form ID" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:75 +#: inc/notificationtargetformanswer.class.php:95 +msgid "Form name" +msgstr "Nombre del formulario" + +#: inc/notificationtargetformanswer.class.php:77 +#: inc/form_validator.class.php:91 +msgid "Validator" +msgid_plural "Validators" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/notificationtargetformanswer.class.php:78 +#: inc/notificationtargetformanswer.class.php:98 inc/formanswer.class.php:278 +#: entrée standard:49 +msgid "Creation date" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:79 +#: inc/notificationtargetformanswer.class.php:99 +msgid "Full form answers" +msgstr "Todas las respuestas del formulario" + +#: inc/notificationtargetformanswer.class.php:80 +msgid "Validation comment" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:81 +#: inc/notificationtargetformanswer.class.php:101 +msgid "Validation link" +msgstr "Liga de validación" + +#: inc/notificationtargetformanswer.class.php:82 +msgid "Request ID" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:94 +msgid "Form #" +msgstr "Formulario #" + +#: inc/notificationtargetformanswer.class.php:97 +msgctxt "tag" +msgid "Validator" +msgstr "Validador" + +#: inc/notificationtargetformanswer.class.php:100 +msgid "Refused comment" +msgstr "Comentario rechazado" + +#: inc/notificationtargetformanswer.class.php:102 +msgid "Request #" +msgstr "Solicitud #" + +#: inc/notificationtargetformanswer.class.php:114 +msgid "Author" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:115 +#: inc/abstractitiltarget.class.php:1374 +msgid "Approver" +msgstr "" + +#: inc/target_actor.class.php:70 inc/abstractitiltarget.class.php:2141 +msgid "Form author" +msgstr "Autor del formulario" + +#: inc/target_actor.class.php:71 inc/abstractitiltarget.class.php:2144 +msgid "Form validator" +msgstr "Validador del formulario" + +#: inc/target_actor.class.php:72 +msgid "Specific person" +msgstr "Especificar persona" + +#: inc/target_actor.class.php:73 inc/abstractitiltarget.class.php:2154 +msgid "Person from the question" +msgstr "Persona para la pregunta" + +#: inc/target_actor.class.php:74 +msgid "Specific group" +msgstr "Especificar grupo" + +#: inc/target_actor.class.php:75 inc/abstractitiltarget.class.php:2165 +msgid "Group from the question" +msgstr "Grupo para la pregunta" + +#: inc/target_actor.class.php:76 +msgid "Group from an object" +msgstr "Grupo de un objeto" + +#: inc/target_actor.class.php:77 +msgid "Tech group from an object" +msgstr "Grupo técnico de un objeto" + +#: inc/target_actor.class.php:78 +msgid "Specific supplier" +msgstr "Especificar proveedor" + +#: inc/target_actor.class.php:79 inc/abstractitiltarget.class.php:2194 +msgid "Supplier from the question" +msgstr "Proveedor para la pregunta" + +#: inc/target_actor.class.php:80 inc/abstractitiltarget.class.php:2183 +msgid "Actors from the question" +msgstr "Actores para la pregunta" + +#: inc/target_actor.class.php:81 inc/abstractitiltarget.class.php:2198 +msgid "Form author's supervisor" +msgstr "Supervisor del autor del formulario" + +#: inc/target_actor.class.php:102 +msgid "Observer" +msgstr "" + +#: inc/target_actor.class.php:103 inc/abstractitiltarget.class.php:1818 +msgid "Assigned to" +msgstr "" + +#: inc/target_actor.class.php:109 +msgid "Target actor" +msgid_plural "Target actors" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/target_actor.class.php:115 inc/target_actor.class.php:131 +#: inc/target_actor.class.php:140 +msgid "Bad request while adding an actor." +msgstr "" + +#: inc/target_actor.class.php:197 +#, php-format +msgid "Failed to find a user: %1$s" +msgstr "" + +#: inc/target_actor.class.php:206 +#, php-format +msgid "Failed to find a group: %1$s" +msgstr "" + +#: inc/target_actor.class.php:215 +#, php-format +msgid "Failed to find a supplier: %1$s" +msgstr "" + +#: inc/formanswer.class.php:79 inc/form_validator.class.php:72 +msgid "Refused" +msgstr "Rechazado" + +#: inc/formanswer.class.php:80 inc/form_validator.class.php:71 +msgid "Accepted" +msgstr "Aceptado" + +#: inc/formanswer.class.php:214 +msgid "Form answer" +msgid_plural "Form answers" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/formanswer.class.php:676 +msgid "Print this form" +msgstr "Imprimir este formulario" + +#: inc/formanswer.class.php:701 +msgid "Form accepted by validator." +msgstr "Formulario aceptado por el validador." + +#: inc/formanswer.class.php:703 +msgid "Form successfully saved." +msgstr "Formulario exitosamente guardado." + +#: inc/formanswer.class.php:770 +msgid "Save" +msgstr "" + +#: inc/formanswer.class.php:782 +msgid "Required if refused" +msgstr "Requerido si es rechazad" + +#: inc/formanswer.class.php:788 +msgid "Refuse" +msgstr "Rechazado" + +#: inc/formanswer.class.php:796 +msgid "Edit answers" +msgstr "Editar respuestas" + +#: inc/formanswer.class.php:802 +msgid "Cancel edition" +msgstr "Cancelar edición" + +#: inc/formanswer.class.php:809 +msgid "Accept" +msgstr "Aceptado" + +#: inc/formanswer.class.php:828 +msgid "Refused comment is required!" +msgstr "!El comentario es obligatorio, si es rechazado!" + +#: inc/formanswer.class.php:882 inc/formanswer.class.php:899 +msgid "" +"An internal error occured when verifying your answers. Please report it to " +"your administrator." +msgstr "" + +#: inc/formanswer.class.php:933 +msgid "You are not the validator of these answers" +msgstr "No es el validador de estas respuestas" + +#: inc/formanswer.class.php:1083 +#, php-format +msgid "Item sucessfully added: %1$s (%2$s: %3$s)" +msgstr "" + +#: inc/formanswer.class.php:1166 inc/formanswer.class.php:1168 +msgid "Form data" +msgstr "Datos del formulario" + +#: inc/formanswer.class.php:1301 +msgid "" +"You are a validator of the form, then your approval hs been added " +"automatically." +msgstr "" + +#: inc/formanswer.class.php:1310 inc/formanswer.class.php:1363 +msgid "Cannot generate targets!" +msgstr "¡No se pueden generar los objetivos!" + +#: inc/formanswer.class.php:1511 +msgid "No captcha set." +msgstr "" + +#: inc/formanswer.class.php:1517 +msgid "You failed the captcha test." +msgstr "" + +#: inc/formanswer.class.php:1540 +msgid "You must select validator!" +msgstr "¡Debe de seleccionar un validador!" + +#: inc/common.class.php:229 +msgid "You cannot delete this issue. Maybe it is taken into account." +msgstr "No puedes eliminar el problema. Se tomara en cuenta." + +#: inc/common.class.php:234 +msgid "Failed to delete this issue. An internal error occured." +msgstr "no pude eliminar el problema" + +#: inc/common.class.php:745 +msgid "Seek assistance" +msgstr "Buscar asistencia" + +#: inc/common.class.php:751 inc/common.class.php:755 +msgid "My requests for assistance" +msgstr "Mi solicitud para asistencia" + +#: inc/common.class.php:791 +msgid "Consult reminders" +msgstr "" + +#: inc/common.class.php:811 +msgid "Consult feeds" +msgstr "Categorías de cambio" + +#: inc/abstractfield.class.php:89 inc/question.class.php:758 +msgid "Apply" +msgstr "" + +#: inc/formaccesstype.class.php:41 entrée standard:39 +msgid "Access type" +msgid_plural "Access types" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/form_language.class.php:51 +msgid "Form language" +msgid_plural "Form languages" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/form_language.class.php:78 inc/form_language.class.php:364 +msgid "Translation" +msgid_plural "Translations" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/form_language.class.php:119 +msgid "The name cannot be empty." +msgstr "" + +#: inc/form_language.class.php:127 +msgid "The language must be associated to a form." +msgstr "" + +#: inc/form_language.class.php:135 +msgid "The specified language is not available." +msgstr "" + +#: inc/form_language.class.php:265 +msgid "Add a translation" +msgstr "Agregar una traducción" + +#: inc/form_language.class.php:299 js/scripts.js:1214 +msgid "Update a translation" +msgstr "" + +#: inc/form_language.class.php:329 inc/form_language.class.php:331 +msgid "New translation" +msgstr "Nueva traducción" + +#: inc/form_language.class.php:334 +msgid "Filter list" +msgstr "Lista de filtros" + +#: inc/form_language.class.php:339 inc/form_language.class.php:438 +msgid "No translation found" +msgstr "No se encontró traducción" + +#: inc/form_language.class.php:344 +msgid "Do you want to delete the selected items?" +msgstr "¿Quiere borrar los siguientes artículos?" + +#: inc/form_language.class.php:353 inc/form_language.class.php:401 +#: inc/abstractitiltarget.class.php:1710 entrée standard:124 standard:31 +msgid "Delete" +msgstr "Borrar" + +#: inc/form_language.class.php:363 +msgid "Original string" +msgstr "Cadena original" + +#: inc/form_language.class.php:424 +msgid "Add a new language" +msgstr "" + +#: inc/form_language.class.php:457 inc/form_language.class.php:489 +#: inc/form.class.php:178 entrée standard:72 +msgid "Language" +msgstr "" + +#: inc/form_validator.class.php:69 inc/targetticket.class.php:99 +#: inc/abstractitiltarget.class.php:186 +msgid "None" +msgstr "Ninguno" + +#: inc/form_validator.class.php:78 inc/abstractitiltarget.class.php:2552 +msgid "No" +msgstr "" + +#: inc/form_validator.class.php:81 +msgid "Supervisor of the requester" +msgstr "" + +#: inc/form_validator.class.php:116 inc/translation.class.php:221 +msgid "Form not found." +msgstr "Formulario no encontrado" + +#: inc/form_validator.class.php:121 inc/form_validator.class.php:129 +#: inc/form_validator.class.php:138 +msgid "Invalid validator." +msgstr "" + +#: inc/form_validator.class.php:147 +#, php-format +msgid "Only level 1 is allowed for %s." +msgstr "" + +#: inc/form_validator.class.php:156 +msgid "Invalid validator type." +msgstr "" + +#: inc/form_validator.class.php:194 entrée standard:103 +msgid "Level" +msgstr "" + +#: inc/form_validator.class.php:592 inc/abstractitiltarget.class.php:1354 +msgid "Validation" +msgstr "Validación" + +#: inc/form_validator.class.php:594 +msgid "Choose a validator" +msgstr "Escoger un validador" + +#: inc/profile.class.php:62 inc/targetproblem.class.php:147 +#: inc/entityconfig.class.php:520 inc/targetchange.class.php:484 +#: inc/targetticket.class.php:323 inc/targetticket.class.php:358 +#: inc/abstractitiltarget.class.php:2124 +msgctxt "button" +msgid "Save" +msgstr "" + +#: inc/targetproblem.class.php:43 entrée standard:43 +msgid "Target problem" +msgid_plural "Target problems" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/targetproblem.class.php:109 inc/targetproblem.class.php:565 +#: inc/targetchange.class.php:105 inc/targetchange.class.php:441 +#: inc/targetticket.class.php:135 inc/targetticket.class.php:238 +msgid "Properties" +msgstr "" + +#: inc/targetproblem.class.php:509 inc/targetchange.class.php:286 +#: inc/targetticket.class.php:1443 +#, php-format +msgid "" +"Failed to add or update the %1$s %2$s: a question is missing and is used in " +"a parameter of the target" +msgstr "" +"Falle al agregar o actualizar la %1$s %2$s: una pregunta se perdió y es " +"usada en un parámetro de el objetivo" + +#: inc/targetproblem.class.php:566 inc/targetchange.class.php:106 +#: inc/targetticket.class.php:136 inc/abstractitiltarget.class.php:1216 +msgid "Actors" +msgstr "Actores" + +#: inc/targetproblem.class.php:619 entrée standard:48 +msgid "Problem title" +msgstr "" + +#: inc/targetproblem.class.php:629 inc/targetchange.class.php:354 +#: inc/targetticket.class.php:199 +msgid "Content" +msgstr "Contenido" + +#: inc/targetproblem.class.php:639 inc/targetchange.class.php:364 +msgid "Impact" +msgstr "Impacto" + +#: inc/targetproblem.class.php:649 entrée standard:56 +msgid "Cause" +msgstr "" + +#: inc/targetproblem.class.php:659 entrée standard:58 +msgid "Symptom" +msgstr "" + +#: inc/entityconfig.class.php:101 inc/entityconfig.class.php:110 +#: inc/entityconfig.class.php:118 inc/entityconfig.class.php:126 +#: inc/entityconfig.class.php:134 inc/entityconfig.class.php:142 +#: inc/entityconfig.class.php:150 inc/entityconfig.class.php:158 +#: inc/entityconfig.class.php:166 inc/entityconfig.class.php:180 +#: inc/entityconfig.class.php:188 inc/entityconfig.class.php:196 +msgid "Inheritance of the parent entity" +msgstr "" + +#: inc/entityconfig.class.php:102 +msgid "GLPi's helpdesk" +msgstr "Mesa de ayuda del GLPI" + +#: inc/entityconfig.class.php:103 +msgid "Service catalog simplified" +msgstr "Catálogo de servicios simplificado" + +#: inc/entityconfig.class.php:104 +msgid "Service catalog extended" +msgstr "Catálogo de servicios extendido" + +#: inc/entityconfig.class.php:111 +msgid "All available forms" +msgstr "" + +#: inc/entityconfig.class.php:112 +msgid "Only default forms" +msgstr "" + +#: inc/entityconfig.class.php:119 +msgid "Popularity sort" +msgstr "Ordenar por popularidad" + +#: inc/entityconfig.class.php:120 +msgid "Alphabetic sort" +msgstr "Ordenar alfabeticamente" + +#: inc/entityconfig.class.php:127 +msgid "Merged with Forms" +msgstr "Fusionado con el formulario" + +#: inc/entityconfig.class.php:128 +msgid "Distinct menu entry" +msgstr "Entrada de menú distinta" + +#: inc/entityconfig.class.php:135 inc/entityconfig.class.php:143 +#: inc/entityconfig.class.php:151 inc/entityconfig.class.php:159 +#: inc/entityconfig.class.php:189 inc/form.class.php:271 entrée standard:100 +msgid "Visible" +msgstr "Visible" + +#: inc/entityconfig.class.php:136 inc/entityconfig.class.php:144 +#: inc/entityconfig.class.php:152 inc/entityconfig.class.php:160 +#: inc/entityconfig.class.php:190 +msgid "Hidden" +msgstr "Oculto" + +#: inc/entityconfig.class.php:167 +msgid "Variable height" +msgstr "" + +#: inc/entityconfig.class.php:168 +msgid "Uniform height" +msgstr "" + +#: inc/entityconfig.class.php:173 +msgid "Search for assistance" +msgstr "" + +#: inc/entityconfig.class.php:174 +msgid "User's assistance requests" +msgstr "" + +#: inc/entityconfig.class.php:181 +msgid "Only forms" +msgstr "" + +#: inc/entityconfig.class.php:182 +msgid "Forms and list of requests" +msgstr "" + +#: inc/entityconfig.class.php:197 +msgid "Folded" +msgstr "" + +#: inc/entityconfig.class.php:198 +msgid "Unfolded" +msgstr "" + +#: inc/entityconfig.class.php:298 +msgid "Helpdesk" +msgstr "Mesa de ayuda" + +#: inc/entityconfig.class.php:306 inc/entityconfig.class.php:534 entrée +#: standard:44 +msgid "Helpdesk mode" +msgstr "Modo mesa de ayuda" + +#: inc/entityconfig.class.php:317 inc/entityconfig.class.php:604 +msgid "Default Form list mode" +msgstr "" + +#: inc/entityconfig.class.php:335 inc/entityconfig.class.php:544 +msgid "Sort order" +msgstr "Orden de clasificación" + +#: inc/entityconfig.class.php:351 inc/entityconfig.class.php:554 +msgid "Knowledge base" +msgstr "Base de conocimiento" + +#: inc/entityconfig.class.php:366 +msgid "Search" +msgstr "Búsqueda" + +#: inc/entityconfig.class.php:382 inc/entityconfig.class.php:614 +msgid "Counters dashboard" +msgstr "" + +#: inc/entityconfig.class.php:398 +msgid "Header message" +msgstr "Mensaje del encabezado" + +#: inc/entityconfig.class.php:414 inc/entityconfig.class.php:624 +msgid "Search issue" +msgstr "" + +#: inc/entityconfig.class.php:430 inc/entityconfig.class.php:594 +msgid "Service catalog home page" +msgstr "" + +#: inc/entityconfig.class.php:446 inc/entityconfig.class.php:634 +msgid "Tile design" +msgstr "" + +#: inc/entityconfig.class.php:462 +msgid "Home page" +msgstr "" + +#: inc/entityconfig.class.php:494 +msgid "Menu visibility (only for vertical menu)" +msgstr "" + +#: inc/entityconfig.class.php:506 inc/entityconfig.class.php:584 +#: inc/form.class.php:225 entrée standard:84 +msgid "Header" +msgid_plural "Headers" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/entityconfig.class.php:564 +msgid "Display search field" +msgstr "Mostrar campo de búsqueda" + +#: inc/entityconfig.class.php:574 +msgid "Display header" +msgstr "Mostrar encabezado" + +#: inc/questionrange.class.php:52 inc/questionparameter/range.class.php:56 +msgid "Question range" +msgid_plural "Question ranges" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/questionrange.class.php:62 inc/questionparameter/range.class.php:66 +msgid "Minimum range" +msgstr "Rango mínimo" + +#: inc/questionrange.class.php:71 inc/questionparameter/range.class.php:75 +msgid "maximum range" +msgstr "Rango máximo" + +#: inc/form.class.php:66 inc/form.class.php:429 +msgid "Public access" +msgstr "Acceso público" + +#: inc/form.class.php:67 inc/form.class.php:433 +msgid "Private access" +msgstr "Acceso privado" + +#: inc/form.class.php:68 inc/form.class.php:437 +msgid "Restricted access" +msgstr "Acceso restringido" + +#: inc/form.class.php:122 +msgid "Answers waiting for validation" +msgstr "" + +#: inc/form.class.php:124 inc/form.class.php:1663 inc/form.class.php:1689 +msgid "Import forms" +msgstr "Importar formularios" + +#: inc/form.class.php:169 +msgid "Recursive" +msgstr "" + +#: inc/form.class.php:190 +msgid "Homepage" +msgstr "Página principal" + +#: inc/form.class.php:203 +msgid "Access" +msgstr "Acceso" + +#: inc/form.class.php:234 inc/form.class.php:327 inc/form.class.php:394 entrée +#: standard:54 +msgid "Active" +msgstr "" + +#: inc/form.class.php:286 inc/form.class.php:338 inc/form.class.php:413 +msgid "Default form" +msgstr "" + +#: inc/form.class.php:296 entrée standard:106 +msgid "Next form" +msgstr "" + +#: inc/form.class.php:326 inc/form.class.php:391 +msgid "Inactive" +msgstr "" + +#: inc/form.class.php:337 inc/form.class.php:410 +msgid "Not default form" +msgstr "" + +#: inc/form.class.php:361 inc/form.class.php:445 entrée standard:75 +msgid "All languages" +msgstr "" + +#: inc/form.class.php:508 entrée standard:3 +msgid "Target" +msgid_plural "Targets" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/form.class.php:511 +msgid "Preview" +msgstr "" + +#: inc/form.class.php:512 +msgid "Form answer properties" +msgstr "" + +#: inc/form.class.php:854 +msgid "What are you looking for?" +msgstr "¿Que estas buscando?" + +#: inc/form.class.php:993 inc/form.class.php:1156 +#: inc/abstracttarget.class.php:162 inc/abstractitiltarget.class.php:1625 +msgid "The name cannot be empty!" +msgstr "¡El nombre no puede estar vacío!" + +#: inc/form.class.php:1026 inc/form.class.php:1191 +msgid "A loop is generated!" +msgstr "" + +#: inc/form.class.php:1167 +msgid "Cannot use empty name for form answers. Keeping the previous value." +msgstr "" + +#: inc/form.class.php:1303 +#, php-format +msgid "The question %s is not compatible with public forms" +msgstr "La pregunta %s no es compatible con formularios públicos" + +#: inc/form.class.php:1386 +msgid "Errored duplicate" +msgstr "Error duplicado" + +#: inc/form.class.php:1397 entrée standard:23 +msgid "Duplicate" +msgstr "Duplicado" + +#: inc/form.class.php:1442 inc/form.class.php:1452 +msgctxt "button" +msgid "Post" +msgstr "" + +#: inc/form.class.php:1475 +#, php-format +msgid "Form duplicated: %s" +msgstr "Formulario duplicado:%s" + +#: inc/form.class.php:1491 +#, php-format +msgid "Form Transfered: %s" +msgstr "Formulario transferido: %s" + +#: inc/form.class.php:1515 +msgid "Back" +msgstr "Retroceder" + +#: inc/form.class.php:1526 +#, php-format +msgid "Form updated: %s" +msgstr "" + +#: inc/form.class.php:1636 +msgid "Upload of JSON files not allowed." +msgstr "Subir archivos JSON no está permitido." + +#: inc/form.class.php:1639 +msgid "You may allow JSON files right now." +msgstr "Puede permitir archivos JSON ahora." + +#: inc/form.class.php:1640 +msgctxt "button" +msgid "Create" +msgstr "Crear" + +#: inc/form.class.php:1643 inc/form.class.php:1654 +msgid "Please contact your GLPI administrator." +msgstr "Por favor contacta al administrador del GLPI." + +#: inc/form.class.php:1644 inc/form.class.php:1655 +msgctxt "button" +msgid "Back" +msgstr "Retroceder" + +#: inc/form.class.php:1647 +msgid "Upload of JSON files not enabled." +msgstr "Subir archivos JSON no esta habilitado." + +#: inc/form.class.php:1650 inc/form.class.php:1653 +msgid "You may enable JSON files right now." +msgstr "Puede habilitar archivos JSON ahora." + +#: inc/form.class.php:1651 +msgctxt "button" +msgid "Enable" +msgstr "Habilitar" + +#: inc/form.class.php:1698 +msgctxt "button" +msgid "Send" +msgstr "" + +#: inc/form.class.php:1717 +msgid "Forms import impossible, the file is empty" +msgstr "imposible importar el formulario, el archivo esta vacío" + +#: inc/form.class.php:1721 inc/form.class.php:1725 +msgid "Forms import impossible, the file seems corrupt" +msgstr "Imposible importar el formulario, el archivo esta corrupto" + +#: inc/form.class.php:1731 +msgid "Forms import impossible, the file was generated with another version" +msgstr "" +"Imposible importar formulario, el archivo fue generado con otra versión" + +#: inc/form.class.php:1738 +msgid "" +"The file does not specifies the schema version. It was probably generated " +"with a version older than 2.10. Giving up." +msgstr "" +"El archivo no especifica la versión de l esquema. Probablemente fue generado" +" con una versión anterior a 2.10. Rechazado." + +#: inc/form.class.php:1764 +#, php-format +msgid "Failed to import %s" +msgstr "Error al importar formulario %s" + +#: inc/form.class.php:1769 +#, php-format +msgid "Forms successfully imported from %s" +msgstr "Formulario exitosamente importado de %s" + +#: inc/form.class.php:1832 +#, php-format +msgid "The form %1$s already exists and is in an unmodifiable entity." +msgstr "El formulario %1$s ya existe y esta en una entidad no modificable." + +#: inc/form.class.php:1840 +#, php-format +msgid "You don't have right to update the entity %1$s." +msgstr "" + +#: inc/form.class.php:1850 +#, php-format +msgid "The entity %1$s is required for the form %2$s." +msgstr "La entidad %1$s es necesaria para el formulario %2$s." + +#: inc/form.class.php:1952 +msgid "Failed to create JSON document type" +msgstr "Error al crear documento del tipo JSON" + +#: inc/form.class.php:1959 +msgid "JSON document type not found" +msgstr "Documento JSON no encontrado" + +#: inc/form.class.php:1966 +msgid "Failed to update JSON document type" +msgstr "Error al actualizar documento del tipo JSON" + +#: inc/form.class.php:1986 +msgid "Forms without category" +msgstr "Formulario sin categoría" + +#: inc/form.class.php:2007 +msgid "No form available" +msgstr "Formulario no disponible" + +#: inc/form.class.php:2205 entrée standard:47 +msgid "Add a target" +msgstr "Agregar un objetivo" + +#: inc/form.class.php:2236 inc/targetticket.class.php:398 +#: inc/abstractitiltarget.class.php:1828 inc/abstractitiltarget.class.php:2124 +#: entrée standard:92 standard:94 +msgid "Add" +msgstr "Agregar" + +#: inc/form.class.php:2254 inc/form.class.php:2277 inc/form.class.php:2299 +msgid "Unsupported target type." +msgstr "Tipo de objetivo no soportado" + +#: inc/form.class.php:2333 +msgid "plugin_formcreator_load_check" +msgstr "Verificación_de_carga_complemento_formcreator" + +#: inc/targetchange.class.php:44 entrée standard:43 +msgid "Target change" +msgid_plural "Target changes" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/targetchange.class.php:344 entrée standard:48 +msgid "Change title" +msgstr "Cambiar título" + +#: inc/targetchange.class.php:374 entrée standard:56 +msgid "Control list" +msgstr "Lista de control" + +#: inc/targetchange.class.php:384 entrée standard:58 +msgid "Deployment plan" +msgstr "Plan de despliegue" + +#: inc/targetchange.class.php:394 entrée standard:60 +msgid "Backup plan" +msgstr "Plan de respaldo" + +#: inc/targetchange.class.php:404 +msgid "Check list" +msgstr "Lista de verificación" + +#: inc/questionfilter.class.php:52 +msgid "Question filter" +msgid_plural "Question filters" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/section.class.php:71 entrée standard:53 standard:44 +msgid "Section" +msgid_plural "Sections" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/section.class.php:123 inc/section.class.php:166 +#: inc/question.class.php:348 +msgid "The title is required" +msgstr "El titulo es obligatorio" + +#: inc/section.class.php:553 inc/question.class.php:234 entrée standard:37 +msgid "Count of conditions" +msgstr "recuento de condiciones" + +#: inc/restrictedformcriteria.class.php:179 +#, php-format +msgid "Failed to find %1$s %2$s" +msgstr "" + +#: inc/question.class.php:73 inc/abstractitiltarget.class.php:1127 entrée +#: standard:41 +msgid "Question" +msgid_plural "Questions" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/question.class.php:197 entrée standard:43 standard:50 standard:44 +#: standard:49 standard:79 +msgid "Required" +msgstr "Obligatorio" + +#: inc/question.class.php:355 +msgid "The section is required" +msgstr "La sección es obligatoria" + +#: inc/question.class.php:365 +#, php-format +msgid "Field type %1$s is not available for question %2$s." +msgstr "El tipo de campo %1$sno esta disponible para esta pregunta %2$s." + +#: inc/question.class.php:379 +msgid "This type of question is not compatible with public forms." +msgstr "Este tipo de pregunta no es compatible con formularios públicos" + +#: inc/question.class.php:469 +msgid "The field type cannot be changed. Delete then recreate the question." +msgstr "" + +#: inc/question.class.php:1184 +msgid "Service levels" +msgstr "" + +#: inc/question.class.php:1185 inc/abstractitiltarget.class.php:851 +msgid "SLA" +msgstr "SLA" + +#: inc/question.class.php:1186 inc/abstractitiltarget.class.php:924 +msgid "OLA" +msgstr "OLA" + +#: inc/question.class.php:1205 inc/question.class.php:1248 +#: inc/question.class.php:1251 +msgid "Assets" +msgstr "" + +#: inc/question.class.php:1219 hook.php:780 hook.php:797 +msgid "Assistance" +msgstr "" + +#: inc/question.class.php:1225 +msgid "Management" +msgstr "" + +#: inc/question.class.php:1236 +msgid "Tools" +msgstr "" + +#: inc/question.class.php:1237 +msgid "Notes" +msgstr "" + +#: inc/question.class.php:1238 +msgid "RSS feed" +msgstr "" + +#: inc/question.class.php:1240 +msgid "Administration" +msgstr "" + +#: inc/question.class.php:1248 inc/question.class.php:1251 +msgid "Plugin" +msgid_plural "Plugins" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/abstractquestionparameter.class.php:98 +msgid "Parameter" +msgstr "Parametro" + +#: inc/abstractquestionparameter.class.php:105 +msgid "Field name" +msgstr "Nombre del campo" + +#: inc/abstracttarget.class.php:97 +msgid "Current active entity" +msgstr "Entidad actica actual" + +#: inc/abstracttarget.class.php:98 +msgid "Default requester user's entity" +msgstr "Entidad predeterminada del usuario solicitante" + +#: inc/abstracttarget.class.php:99 +msgid "First dynamic requester user's entity (alphabetical)" +msgstr "Primera entidad del usuario solicitante dinámico (alfabético)" + +#: inc/abstracttarget.class.php:100 +msgid "Last dynamic requester user's entity (alphabetical)" +msgstr "Última entidad del usuario solicitante dinámico (alfabético)" + +#: inc/abstracttarget.class.php:101 +msgid "The form entity" +msgstr "Entidad del formulario" + +#: inc/abstracttarget.class.php:102 +msgid "Default entity of the validator" +msgstr "Entidad predeterminada del validador" + +#: inc/abstracttarget.class.php:103 +msgid "Specific entity" +msgstr "Especificar entidad" + +#: inc/abstracttarget.class.php:104 +msgid "Default entity of a user type question answer" +msgstr "" +"Entidad predeterminada de la respuesta del usuario para este tipo de " +"pregunta" + +#: inc/abstracttarget.class.php:105 +msgid "From a GLPI object > Entity type question answer" +msgstr "Desde un objeto GLPI > Respuesta a la pregunta de tipo de entidad" + +#: inc/abstracttarget.class.php:116 +msgid "Always generated" +msgstr "" + +#: inc/abstracttarget.class.php:117 +msgid "Disabled unless" +msgstr "" + +#: inc/abstracttarget.class.php:118 +msgid "Generated unless" +msgstr "" + +#: inc/abstracttarget.class.php:129 +msgid "A target must be associated to a form." +msgstr "Un objetivo debe de ser asociado a el formulario." + +#: inc/abstracttarget.class.php:134 +msgid "A target must be associated to an existing form." +msgstr "Un objetivo debe de ser asociado a un formulario existente." + +#: inc/abstracttarget.class.php:139 +msgid "Name is required." +msgstr "Nombre es requerido" + +#: inc/abstracttarget.class.php:502 +msgid "Destination entity" +msgstr "" + +#: inc/abstracttarget.class.php:518 +msgid "User type question" +msgstr "Pregunta de tipo usuario" + +#: inc/abstracttarget.class.php:519 +msgid "Entity type question" +msgstr "Pregunta del tipo entidad" + +#: inc/command/cleanticketscommand.class.php:53 +msgid "Searching for invalid items..." +msgstr "" + +#: inc/command/cleanticketscommand.class.php:61 +msgid "Done." +msgstr "" + +#: inc/command/cleanticketscommand.class.php:135 +msgid "Step 1: double encoded < and > signs." +msgstr "" + +#: inc/command/cleanticketscommand.class.php:146 +#: inc/command/cleanticketscommand.class.php:196 +#: inc/command/cleanticketscommand.class.php:260 +msgid "No invalid items found." +msgstr "" + +#: inc/command/cleanticketscommand.class.php:187 +msgid "Step 2: literal BR tag." +msgstr "" + +#: inc/command/cleanticketscommand.class.php:251 +msgid "Step 3: litteral > sign." +msgstr "" + +#: inc/filter/itilcategoryfilter.class.php:52 +#: inc/filter/itilcategoryfilter.class.php:54 +msgid "Request categories" +msgstr "Solicitar categorías" + +#: inc/filter/itilcategoryfilter.class.php:53 +#: inc/filter/itilcategoryfilter.class.php:54 +msgid "Incident categories" +msgstr "Categorías de incidente" + +#: inc/filter/itilcategoryfilter.class.php:55 +msgid "Change categories" +msgstr "Categorías de cambio" + +#: inc/supervisorvalidator.class.php:44 +msgid "Requester supervisor" +msgid_plural "Requester supervisors" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/supervisorvalidator.class.php:52 +msgid "My supervisor" +msgstr "" + +#: inc/questionregex.class.php:52 +msgid "Question regular expression" +msgid_plural "Question regular expressions" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/questiondependency.class.php:66 +msgid "Question dependency" +msgid_plural "Question dependencies" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/answer.class.php:66 entrée standard:43 +msgid "Answer" +msgid_plural "Answers" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/item_targetticket.class.php:52 +msgid "Composite ticket relation" +msgid_plural "Composite ticket relations" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/targetticket.class.php:57 entrée standard:43 +msgid "Target ticket" +msgid_plural "Target tickets" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/targetticket.class.php:100 +msgid "Specific asset" +msgstr "Especificar activo" + +#: inc/targetticket.class.php:101 inc/targetticket.class.php:117 +#: inc/abstractitiltarget.class.php:207 inc/abstractitiltarget.class.php:215 +#: inc/abstractitiltarget.class.php:223 inc/abstractitiltarget.class.php:231 +#: inc/abstractitiltarget.class.php:240 inc/abstractitiltarget.class.php:249 +msgid "Equals to the answer to the question" +msgstr "Es igual la respuesta a la pregunta" + +#: inc/targetticket.class.php:102 inc/abstractitiltarget.class.php:232 +#: inc/abstractitiltarget.class.php:241 inc/abstractitiltarget.class.php:250 +msgid "Last valid answer" +msgstr "Última respuesta valida" + +#: inc/targetticket.class.php:108 +msgid "Source from template or user default or GLPI default" +msgstr "" + +#: inc/targetticket.class.php:109 +msgid "Formcreator" +msgstr "" + +#: inc/targetticket.class.php:115 +msgid "Default or from a template" +msgstr "Por defecto o de una plantilla" + +#: inc/targetticket.class.php:116 +msgid "Specific type" +msgstr "Especificar tipo" + +#: inc/targetticket.class.php:189 entrée standard:48 +msgid "Ticket title" +msgstr "Título del ticket" + +#: inc/targetticket.class.php:307 +msgid "Add validation message as first ticket followup" +msgstr "Agregar mensaje de validación como primer seguimiento del ticket" + +#: inc/targetticket.class.php:341 +msgid "Add a field" +msgstr "" + +#: inc/targetticket.class.php:369 +msgid "Managed fields" +msgstr "" + +#: inc/targetticket.class.php:376 +msgid "No managed field" +msgstr "" + +#: inc/targetticket.class.php:396 +msgid "Link to an other ticket" +msgstr "Ligar a otro ticket" + +#: inc/targetticket.class.php:405 +msgid "An other destination of this form" +msgstr "Otro destino de este formulario" + +#: inc/targetticket.class.php:406 +msgid "An existing ticket" +msgstr "Un ticket existente" + +#: inc/targetticket.class.php:407 +msgid "A ticket from an answer to a question" +msgstr "" + +#: inc/targetticket.class.php:488 +msgctxt "button" +msgid "Delete permanently" +msgstr "" + +#: inc/targetticket.class.php:743 +msgid "Invalid link type" +msgstr "Tipo ligado invalido" + +#: inc/targetticket.class.php:763 +msgid "Invalid linked item type" +msgstr "tipo de elemento vinculado no válido" + +#: inc/targetticket.class.php:776 +msgid "Linked item does not exists" +msgstr "Elemento ligado no existe" + +#: inc/targetticket.class.php:789 +msgid "Failed to link the item" +msgstr "Fallo al ligar elemento" + +#: inc/targetticket.class.php:905 install/install.php:497 +msgid "Your form has been accepted by the validator" +msgstr "Su formulario ha sido aceptado por el validador" + +#: inc/targetticket.class.php:1137 +msgid "Request source" +msgstr "" + +#: inc/targetticket.class.php:1162 +msgid "Type " +msgstr "Tipo" + +#: inc/targetticket.class.php:1190 +msgid "Associated elements" +msgstr "" + +#: inc/targetticket.class.php:1201 +msgid "Item " +msgstr "Elemento" + +#: inc/translation.class.php:153 +msgid "No more string to translate" +msgstr "No mas cadenas para traducir" + +#: inc/translation.class.php:164 +msgid "Internal error: translatable string not found." +msgstr "" + +#: inc/translation.class.php:216 +msgid "Language not found." +msgstr "Idioma no encontrado" + +#: inc/translation.class.php:236 +msgid "Failed to add the translation." +msgstr "Fallo al agregar una traducción." + +#: inc/abstractitiltarget.class.php:187 +msgid "Tags from questions" +msgstr "Etiquetas de preguntas" + +#: inc/abstractitiltarget.class.php:188 +msgid "Specific tags" +msgstr "Especificar etiquetas" + +#: inc/abstractitiltarget.class.php:189 +msgid "Tags from questions and specific tags" +msgstr "Etiquetas de preguntas y etiquetas específicas" + +#: inc/abstractitiltarget.class.php:190 +msgid "Tags from questions or specific tags" +msgstr "Etiquetas de preguntas y etiquetas específicas" + +#: inc/abstractitiltarget.class.php:196 +msgid "TTR from template or none" +msgstr "" + +#: inc/abstractitiltarget.class.php:197 +msgid "equals to the answer to the question" +msgstr "es igual la respuesta a la pregunta" + +#: inc/abstractitiltarget.class.php:198 +msgid "calculated from the ticket creation date" +msgstr "calculado de la fecha de creación del ticket" + +#: inc/abstractitiltarget.class.php:199 +msgid "calculated from the answer to the question" +msgstr "Calculado de la respuesta a la pregunta" + +#: inc/abstractitiltarget.class.php:205 +msgid "SLA from template or none" +msgstr "plantilla de SLA o ninguna" + +#: inc/abstractitiltarget.class.php:206 +msgid "Specific SLA" +msgstr "Especificar SLA" + +#: inc/abstractitiltarget.class.php:213 +msgid "OLA from template or none" +msgstr "plantilla de OLA o ninguna" + +#: inc/abstractitiltarget.class.php:214 +msgid "Specific OLA" +msgstr "Especificar OLA" + +#: inc/abstractitiltarget.class.php:221 +msgid "Urgency from template or Medium" +msgstr "Urgencia la plantilla o media" + +#: inc/abstractitiltarget.class.php:222 +msgid "Specific urgency" +msgstr "Especificar urgencia" + +#: inc/abstractitiltarget.class.php:229 +msgid "Category from template or none" +msgstr "Categoría de la plantilla o nada" + +#: inc/abstractitiltarget.class.php:230 +msgid "Specific category" +msgstr "Especificar categoría" + +#: inc/abstractitiltarget.class.php:238 +msgid "Location from template or none" +msgstr "Ubicación de la plantilla o nada" + +#: inc/abstractitiltarget.class.php:239 +msgid "Specific location" +msgstr "Especificar ubicación" + +#: inc/abstractitiltarget.class.php:247 +msgid "Contract from template or none" +msgstr "" + +#: inc/abstractitiltarget.class.php:248 +msgid "Specific contract" +msgstr "" + +#: inc/abstractitiltarget.class.php:256 +msgid "No validation" +msgstr "" + +#: inc/abstractitiltarget.class.php:257 +msgid "Specific user or group" +msgstr "" + +#: inc/abstractitiltarget.class.php:258 +msgid "User from question answer" +msgstr "" + +#: inc/abstractitiltarget.class.php:259 +msgid "Group from question answer" +msgstr "" + +#: inc/abstractitiltarget.class.php:839 +msgid "Minute" +msgid_plural "Minutes" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/abstractitiltarget.class.php:840 +msgid "Hour" +msgid_plural "Hours" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/abstractitiltarget.class.php:841 +msgid "Day" +msgid_plural "Days" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/abstractitiltarget.class.php:842 +msgid "Month" +msgid_plural "Months" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/abstractitiltarget.class.php:874 +msgid "SLA (TTO/TTR)" +msgstr "SLA ( TTO / TTR )" + +#: inc/abstractitiltarget.class.php:875 inc/abstractitiltarget.class.php:948 +msgid "Question (TTO/TTR)" +msgstr "Pregunta ( TTO / TTR )" + +#: inc/abstractitiltarget.class.php:947 +msgid "OLA (TTO/TTR)" +msgstr "OLA ( TTO / TTR )" + +#: inc/abstractitiltarget.class.php:1051 +msgid "Urgency " +msgstr "Urgencia" + +#: inc/abstractitiltarget.class.php:1080 +msgid "Ticket tags" +msgstr "Etiquetas del ticket" + +#: inc/abstractitiltarget.class.php:1128 +msgid "Tags" +msgstr "Etiquetas" + +#: inc/abstractitiltarget.class.php:1247 +msgid "Location" +msgstr "" + +#: inc/abstractitiltarget.class.php:1259 +msgid "Location " +msgstr "Ubicación" + +#: inc/abstractitiltarget.class.php:1312 +msgid "Contract" +msgstr "" + +#: inc/abstractitiltarget.class.php:1324 +msgid "Contract " +msgstr "" + +#: inc/abstractitiltarget.class.php:1635 +msgid "The description cannot be empty!" +msgstr "¡La descripción no puede estar vacía!" + +#: inc/abstractitiltarget.class.php:1811 +msgid "Watcher" +msgid_plural "Watchers" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/abstractitiltarget.class.php:1830 +msgid "Cancel" +msgstr "Cancelar" + +#: inc/abstractitiltarget.class.php:2118 inc/abstractitiltarget.class.php:2548 +#: inc/abstractitiltarget.class.php:2552 +msgid "Email followup" +msgstr "" + +#: inc/abstractitiltarget.class.php:2149 inc/abstractitiltarget.class.php:2536 +msgid "User" +msgstr "Usuario" + +#: inc/abstractitiltarget.class.php:2160 inc/abstractitiltarget.class.php:2540 +msgid "Group" +msgstr "" + +#: inc/abstractitiltarget.class.php:2171 +msgid "Group from the object" +msgstr "Grupo del objeto" + +#: inc/abstractitiltarget.class.php:2177 +msgid "Tech group from the object" +msgstr "Grupo técnico del objeto" + +#: inc/abstractitiltarget.class.php:2189 inc/abstractitiltarget.class.php:2544 +msgid "Supplier" +msgstr "" + +#: inc/abstractitiltarget.class.php:2548 +msgid "Yes" +msgstr "" + +#: install/install.php:163 +#, php-format +msgid "Upgrade tables to innoDB; run %s" +msgstr "" + +#: install/install.php:199 +#, php-format +msgid "" +"The database schema is not consistent with the previous version of " +"Formcreator %s. To see the logs run the command %s" +msgstr "" + +#: install/install.php:208 +#, php-format +msgid "To ignore the inconsistencies and upgrade anyway run %s" +msgstr "" + +#: install/install.php:225 +msgid "" +"Upgrade from version older than 2.5.0 is no longer supported. Please upgrade" +" to GLPI 9.5.7, upgrade Formcreator to version 2.12.5, then upgrade again to" +" GLPI 10 or later and Formcreator 2.13 or later." +msgstr "" + +#: install/install.php:251 +#, php-format +msgid "" +"A fatal error occured in the upgrade from %s! Upgrade aborted. Please check " +"logs to fix the problem then try again." +msgstr "" + +#: install/install.php:294 +#, php-format +msgid "" +"The database schema is not consistent with the current version of " +"Formcreator %s. To see the logs enable the plugin and run the command %s" +msgstr "" + +#: install/install.php:305 +msgid "The tables of the plugin passed the schema integrity check." +msgstr "" + +#: install/install.php:478 +msgid "A form has been created" +msgstr "Un formulario ha sido creado" + +#: install/install.php:479 +msgid "Your request has been saved" +msgstr "La solicitud ha sido guardada" + +#: install/install.php:480 +msgid "" +"Hi,\\nYour request from GLPI has been successfully saved with number " +"##formcreator.request_id## and transmitted to the helpdesk team.\\nYou can " +"see your answers onto the following link:\\n##formcreator.validation_link##" +msgstr "" +"Hola,\\\\n Su solicitud del GLPI ha sido exitosamente guardada con el " +"numero ##formcreator.request_id## y notificado al equipo de la mesa de " +"ayuda.\\\\n Puede ver las respuestas del equipo en el siguiente link:\\\\n " +"##formcreator.validation_link##" + +#: install/install.php:484 +msgid "A form need validation" +msgstr "" + +#: install/install.php:485 +msgid "A form from GLPI need to be validated" +msgstr "" + +#: install/install.php:486 +msgid "" +"Hi,\\nA form from GLPI need to be validated and you have been choosen as the" +" validator.\\nYou can access it by clicking onto this " +"link:\\n##formcreator.validation_link##" +msgstr "" + +#: install/install.php:491 +msgid "Your form has been refused by the validator" +msgstr "El formulario ha sido rechazado por el validador" + +#: install/install.php:492 +msgid "" +"Hi,\\nWe are sorry to inform you that your form has been refused by the " +"validator for the reason " +"below:\\n##formcreator.validation_comment##\\n\\nYou can still modify and " +"resubmit it by clicking onto this link:\\n##formcreator.validation_link##" +msgstr "" +"Sentimos informar que el formulario ha sido rechazado por el validador por " +"la siguiente razón:\\n ##formcreator.validation_comment##\\n\\n Puede " +"modificarlo y reenviarlo en la siguiente liga: " +"\\n##formcreator.validation_link##" + +#: install/install.php:498 +msgid "" +"Hi,\\nWe are pleased to inform you that your form has been accepted by the " +"validator.\\nYour request will be considered soon." +msgstr "" +"Hola, \\\\Nos complace informarle que su formulario ha sido aceptado por el " +"validador.\\\\n Su solicitud será procesada pronto." + +#: install/install.php:503 +msgid "Your form has been deleted by an administrator" +msgstr "El formulario ha sido borrado por el administrador" + +#: install/install.php:504 +msgid "" +"Hi,\\nWe are sorry to inform you that your request cannot be considered and " +"has been deleted by an administrator." +msgstr "" +"Hola, \\\\n Sentimos informarle que su solicitud no puede ser procesada y ha" +" sido borrada por un administrador." + +#: install/install.php:732 +msgid "Formcreator - Sync service catalog issues" +msgstr "" +"Creador de formularios - problemas de sincronización del catálogo de " +"servicios" + +#: install/install.php:945 +msgid "Failed to check the sanity of the tables!" +msgstr "" + +#: install/install.php:959 +#, php-format +msgid "Table schema differs for table \"%s\"." +msgstr "" + +#: install/install.php:962 +#, php-format +msgid "Table \"%s\" is missing." +msgstr "" + +#: install/install.php:965 +#, php-format +msgid "Unknown table \"%s\" has been found in database." +msgstr "" + +#: hook.php:439 +msgctxt "button" +msgid "Duplicate" +msgstr "Duplicado" + +#: hook.php:440 +msgid "Transfer" +msgstr "" + +#: hook.php:441 +msgctxt "button" +msgid "Export" +msgstr "" + +#: hook.php:442 +msgctxt "button" +msgid "Access rights" +msgstr "" + +#: hook.php:756 +msgid "Cancel my ticket" +msgstr "Cancelar mi ticket" + +#: hook.php:774 +msgid "Old" +msgstr "" + +#: hook.php:781 +#, php-format +msgid "Number of %s" +msgstr "" + +#: hook.php:798 +msgid "Issues summary" +msgstr "" + +#: hook.php:843 +msgid "" +"Formcreator's mini dashboard not usable as default. This Setting has been " +"ignored." +msgstr "" + +#: js/scripts.js:300 +msgid "No form found. Please choose a form below instead." +msgstr "" + +#: js/scripts.js:302 +msgid "No form found." +msgstr "" + +#: js/scripts.js:306 +msgid "No FAQ item found." +msgstr "" + +#: js/scripts.js:707 +msgid "Are you sure you want to delete this question?" +msgstr "¿Esta seguro que quiere borra esta pregunta?" + +#: js/scripts.js:917 +msgid "Are you sure you want to delete this section?" +msgstr "¿Esta seguro que quiere borra esta sección?" + +#: js/scripts.js:1161 +msgid "Add translations" +msgstr "" + +#: js/scripts.js:1300 js/scripts.js:1324 +msgid "An error occured while querying forms" +msgstr "Ocurrió un error al consultar los formularios" + +#: js/scripts.js:1416 entrée standard:139 +msgid "Send" +msgstr "" + +#: js/scripts.js:1425 +msgid "An internal error occurred. Please report it to administrator." +msgstr "" + +#: js/scripts.js:1468 +msgid "Are you sure you want to delete this validator ?" +msgstr "" + +#: js/scripts.js:1520 +msgid "Are you sure you want to duplicate this target?" +msgstr "" + +#: js/scripts.js:1537 +msgid "Are you sure you want to delete this target?" +msgstr "" + +#: entrée standard:57 standard:61 standard:60 standard:59 standard:43 +#: standard:69 standard:52 standard:76 +msgid "Default values" +msgstr "" + +#: entrée standard:52 standard:59 standard:58 +msgid "Show empty" +msgstr "Mostrar vacío" + +#: entrée standard:39 +msgid "LDAP directory" +msgid_plural "LDAP directories" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: entrée standard:78 +msgid "Attribute" +msgstr "Atributo" + +#: entrée standard:70 standard:68 +msgid "Values" +msgstr "" + +#: entrée standard:90 +msgid "Show ticket categories" +msgstr "Mostrar categorías del ticket" + +#: entrée standard:146 standard:118 +msgid "Selectable root" +msgstr "" + +#: entrée standard:38 +msgid "GLPI object" +msgid_plural "GLPI objects" +msgstr[0] "Objeto GLPI" +msgstr[1] "Objetos GLPI" +msgstr[2] "Objetos GLPI" + +#: entrée standard:63 +msgid "Direct access on homepage" +msgstr "Acceso directo a la página principal" + +#: entrée standard:86 +msgid "Default form in service catalog" +msgstr "Formulario por defecto en el catálogo de servicios" + +#: entrée standard:113 standard:114 +msgid "Are you a robot ?" +msgstr "¿Eres un robot?" + +#: entrée standard:64 +msgid "Condition to show the section" +msgstr "Condición para mostrar la sección" + +#: entrée standard:40 +msgid "Condition to generate the target" +msgstr "" + +#: entrée standard:40 +msgid "General" +msgstr "" + +#: entrée standard:45 +msgid "validation percent" +msgstr "" + +#: entrée standard:52 +msgid "Add a validator" +msgstr "" + +#: entrée standard:57 standard:36 +msgid "Validation level" +msgstr "" + +#: entrée standard:73 +msgid "Validator type" +msgstr "" + +#: entrée standard:98 +msgid "Validators" +msgstr "" + +#: entrée standard:106 standard:5 +msgid "Actions" +msgstr "" + +#: entrée standard:54 +msgid "Impacts" +msgstr "" + +#: entrée standard:62 +msgid "Checklist" +msgstr "" + +#: entrée standard:36 +msgid "Answers title" +msgstr "" + +#: entrée standard:45 +msgid "Add a section" +msgstr "Agregar una sección" + +#: entrée standard:55 +msgid "Condition to show the submit button" +msgstr "" + +#: entrée standard:33 +msgid "No form answer yet" +msgstr "" + +#: entrée standard:38 +#, php-format +msgid "%s latest items" +msgstr "" + +#: entrée standard:54 +msgid "Please activate the form to view the link" +msgstr "Por favor activa el formulario para ver la liga" + +#: entrée standard:63 +msgid "Enable captcha" +msgstr "Habilitar captcha" + +#: entrée standard:79 +msgid "Restricted to" +msgstr "" + +#: entrée standard:83 +msgid "Add a question" +msgstr "Agregar una pregunta" + +#: entrée standard:39 +msgid "List of available tags" +msgstr "" + +#: entrée standard:42 +msgid "Title" +msgstr "" + +#: entrée standard:47 +msgid "Full form" +msgstr "Forma completa" + +#: entrée standard:37 +msgid "Validation status" +msgstr "" + +#: entrée standard:36 +#, php-format +msgid "My %1$d last forms (requester)" +msgstr "Mi ultimo formulario %1$d ( solicitante )" + +#: entrée standard:39 +msgid "No form posted yet" +msgstr "No se ha enviado el formulario aún" + +#: entrée standard:63 +msgid "All my forms (requester)" +msgstr "Todos mis formularios (solicitante)" + +#: entrée standard:36 +#, php-format +msgid "My %1$d last forms (validator)" +msgstr "Mi ultimo formulario %1$d (validador)" + +#: entrée standard:63 +msgid "All my forms (validator)" +msgstr "Todos mis formularios (validador)" + +#: entrée standard:42 +msgid "Min" +msgstr "Mínimo" + +#: entrée standard:53 +msgid "Max" +msgstr "Máximo" diff --git a/locales/es_VE.mo b/locales/es_VE.mo index d7ae97676..b7dee47df 100644 Binary files a/locales/es_VE.mo and b/locales/es_VE.mo differ diff --git a/locales/es_VE.po b/locales/es_VE.po index 7de8307b9..aae38885f 100644 --- a/locales/es_VE.po +++ b/locales/es_VE.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-30 14:13+0200\n" +"POT-Creation-Date: 2023-05-31 16:21+0200\n" "PO-Revision-Date: 2022-06-15 12:10+0000\n" "Last-Translator: Francisco Bolivar, 2023\n" "Language-Team: Spanish (Venezuela) (https://app.transifex.com/teclib/teams/28042/es_VE/)\n" @@ -179,16 +179,15 @@ msgid "Textarea" msgstr "AreaDeTexto" #: inc/field/textareafield.class.php:249 inc/field/dropdownfield.class.php:594 -#: inc/field/ldapselectfield.class.php:115 inc/field/textfield.class.php:126 +#: inc/field/ldapselectfield.class.php:115 #: inc/field/urgencyfield.class.php:166 inc/field/tagfield.class.php:166 #: inc/field/timefield.class.php:114 inc/field/fieldsfield.class.php:489 #: inc/field/requesttypefield.class.php:161 msgid "A required field is empty:" msgstr "Un campo requerido está vacío:" -#: inc/field/textareafield.class.php:267 inc/field/textfield.class.php:179 -#: inc/field/integerfield.class.php:112 inc/field/floatfield.class.php:194 -#: inc/conditionnabletrait.class.php:70 +#: inc/field/textareafield.class.php:267 inc/field/integerfield.class.php:112 +#: inc/field/floatfield.class.php:194 inc/conditionnabletrait.class.php:70 msgid "The regular expression is invalid" msgstr "La expresión regular no es válida" @@ -251,45 +250,51 @@ msgstr "Directorio LDAP no definido!" msgid "LDAP directory not found!" msgstr "Directorio LDAP no encontrado!" -#: inc/field/textfield.class.php:147 inc/field/integerfield.class.php:71 -#: inc/field/floatfield.class.php:156 +<<<<<<< HEAD +======= +#: inc/field/ldapselectfield.class.php:154 +msgid "LDAP attribute is required!" +msgstr "¡Se requiere el atributo LDAP!" + +#: inc/field/textfield.class.php:146 inc/field/floatfield.class.php:156 #, php-format msgid "Specific format does not match: %s" msgstr "El formato especificado no coincide: %s" -#: inc/field/textfield.class.php:156 +#: inc/field/textfield.class.php:155 #, php-format msgid "The text is too short (minimum %d characters): %s" msgstr "El texto es demasiado corto (mínimo %d caracteres): %s" -#: inc/field/textfield.class.php:161 +#: inc/field/textfield.class.php:160 #, php-format msgid "The text is too long (maximum %d characters): %s" msgstr "El texto es demasiado largo (máximo %d caracteres): %s" -#: inc/field/textfield.class.php:169 +#: inc/field/textfield.class.php:168 msgid "Text" msgstr "Texto" -#: inc/field/textfield.class.php:218 inc/field/floatfield.class.php:235 +#: inc/field/textfield.class.php:217 inc/field/floatfield.class.php:238 #: inc/questionregex.class.php:62 entrée standard:42 msgid "Regular expression" msgstr "Expresión regular" -#: inc/field/textfield.class.php:223 inc/field/floatfield.class.php:240 +#: inc/field/textfield.class.php:222 inc/field/floatfield.class.php:243 msgid "Range" msgstr "Rango" -#: inc/field/textfield.class.php:229 inc/field/floatfield.class.php:246 +#: inc/field/textfield.class.php:228 inc/field/floatfield.class.php:249 msgid "Additional validation" msgstr "Validación adicional" +>>>>>>> support/2.13.0 #: inc/field/radiosfield.class.php:108 msgid "Radios" msgstr "Radios" -#: inc/field/radiosfield.class.php:114 inc/field/glpiselectfield.class.php:112 -#: inc/field/fieldsfield.class.php:513 inc/field/checkboxesfield.class.php:245 +#: inc/field/radiosfield.class.php:114 inc/field/fieldsfield.class.php:513 +#: inc/field/checkboxesfield.class.php:245 msgid "The field value is required:" msgstr "El campo valor es requerido:" @@ -306,6 +311,11 @@ msgstr "Un campo obligatorio está vacío: %s" msgid "This is not an integer: %s" msgstr "Este no es un número entero: %s" +#: inc/field/integerfield.class.php:71 inc/field/floatfield.class.php:156 +#, php-format +msgid "Specific format does not match: %s" +msgstr "El formato especificado no coincide: %s" + #: inc/field/integerfield.class.php:85 inc/field/floatfield.class.php:167 #, php-format msgid "The following number must be greater than %d: %s" @@ -371,13 +381,6 @@ msgstr[0] "Etiqueta" msgstr[1] "Etiquetas" msgstr[2] "Etiquetas" -#: inc/field/glpiselectfield.class.php:97 entrée standard:38 -msgid "GLPI object" -msgid_plural "GLPI objects" -msgstr[0] "Objeto de GLPI" -msgstr[1] "Objetos de GLPI" -msgstr[2] "Objetos de GLPI" - #: inc/field/hostnamefield.class.php:116 msgid "Hostname" msgid_plural "Hostnames" @@ -517,6 +520,19 @@ msgstr "Este no es un número: %s" msgid "Decimal number" msgstr "Número decimal" +#: inc/field/floatfield.class.php:235 inc/questionregex.class.php:62 entrée +#: standard:42 +msgid "Regular expression" +msgstr "Expresión regular" + +#: inc/field/floatfield.class.php:240 +msgid "Range" +msgstr "Rango" + +#: inc/field/floatfield.class.php:246 +msgid "Additional validation" +msgstr "Validación adicional" + #: inc/field/datefield.class.php:137 msgid "Date" msgstr "Fecha" @@ -574,7 +590,7 @@ msgstr "Desplegado a menos" #: inc/form.class.php:1908 inc/targetchange.class.php:304 #: inc/questionfilter.class.php:222 inc/section.class.php:381 #: inc/restrictedformcriteria.class.php:200 inc/question.class.php:867 -#: inc/questionparameter/range.class.php:202 inc/questionregex.class.php:188 +#: inc/questionparameter/range.class.php:198 inc/questionregex.class.php:188 #: inc/questiondependency.class.php:196 inc/item_targetticket.class.php:154 #: inc/targetticket.class.php:1461 #, php-format @@ -587,7 +603,7 @@ msgstr "No se pudo agregar o actualizar %1$s %2$s" #: inc/form.class.php:1569 inc/targetchange.class.php:149 #: inc/questionfilter.class.php:154 inc/section.class.php:406 #: inc/restrictedformcriteria.class.php:226 inc/question.class.php:894 -#: inc/questionparameter/range.class.php:137 inc/questionregex.class.php:120 +#: inc/questionparameter/range.class.php:133 inc/questionregex.class.php:120 #: inc/questiondependency.class.php:211 inc/item_targetticket.class.php:64 #: inc/targetticket.class.php:1500 #, php-format @@ -772,38 +788,38 @@ msgstr "Observador del caso" msgid "Ticket technician" msgstr "Técnico del caso" -#: inc/issue.class.php:1465 +#: inc/issue.class.php:1469 #, php-format msgid "%1$s %2$s" msgstr "%1$s %2$s" -#: inc/issue.class.php:1723 inc/filter/itilcategoryfilter.class.php:56 +#: inc/issue.class.php:1727 inc/filter/itilcategoryfilter.class.php:56 #: hook.php:766 msgid "All" msgstr "Todos" -#: inc/issue.class.php:1729 hook.php:767 +#: inc/issue.class.php:1733 hook.php:767 msgid "New" msgstr "Nuevos" -#: inc/issue.class.php:1735 hook.php:768 +#: inc/issue.class.php:1739 hook.php:768 msgid "Assigned" msgstr "Asignado" -#: inc/issue.class.php:1741 inc/formanswer.class.php:78 +#: inc/issue.class.php:1745 inc/formanswer.class.php:78 #: inc/form_validator.class.php:70 hook.php:769 msgid "Waiting" msgstr "Esperando" -#: inc/issue.class.php:1747 hook.php:770 +#: inc/issue.class.php:1751 hook.php:770 msgid "To validate" msgstr "Para validar" -#: inc/issue.class.php:1753 hook.php:771 +#: inc/issue.class.php:1757 hook.php:771 msgid "Solved" msgstr "Resuelto" -#: inc/issue.class.php:1759 hook.php:772 +#: inc/issue.class.php:1763 hook.php:772 msgid "Closed" msgstr "Cerrado" @@ -1101,15 +1117,15 @@ msgstr "" msgid "Cannot generate targets!" msgstr "¡No se puede generar objetivos!" -#: inc/formanswer.class.php:1512 +#: inc/formanswer.class.php:1511 msgid "No captcha set." msgstr "Sin captcha establecido." -#: inc/formanswer.class.php:1518 +#: inc/formanswer.class.php:1517 msgid "You failed the captcha test." msgstr "No pasaste la prueba de captcha." -#: inc/formanswer.class.php:1541 +#: inc/formanswer.class.php:1540 msgid "You must select validator!" msgstr "Debes seleccionar validador!" @@ -2656,6 +2672,13 @@ msgstr "Mostrar categorías de casos" msgid "Selectable root" msgstr "Raíz seleccionable" +#: entrée standard:38 +msgid "GLPI object" +msgid_plural "GLPI objects" +msgstr[0] "Objeto de GLPI" +msgstr[1] "Objetos de GLPI" +msgstr[2] "Objetos de GLPI" + #: entrée standard:63 msgid "Direct access on homepage" msgstr "Acceso directo a la página principal" diff --git a/locales/fi_FI.mo b/locales/fi_FI.mo index d23e4d0af..05eaaf2ff 100644 Binary files a/locales/fi_FI.mo and b/locales/fi_FI.mo differ diff --git a/locales/fi_FI.po b/locales/fi_FI.po new file mode 100644 index 000000000..b8ceece8a --- /dev/null +++ b/locales/fi_FI.po @@ -0,0 +1,2696 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +# Translators: +# Markku Vepsä, 2022 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-05-31 16:21+0200\n" +"PO-Revision-Date: 2022-06-15 12:10+0000\n" +"Last-Translator: Markku Vepsä, 2022\n" +"Language-Team: Finnish (Finland) (https://app.transifex.com/teclib/teams/28042/fi_FI/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: fi_FI\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: ajax/question_update.php:38 ajax/section_update.php:37 +msgid "Bad request" +msgstr "" + +#: ajax/question_update.php:47 ajax/question_move.php:45 +#: ajax/question_delete.php:42 ajax/question_toggle_required.php:49 +msgid "Question not found" +msgstr "" + +#: ajax/question_update.php:53 ajax/question_duplicate.php:49 +#: ajax/question_move.php:50 ajax/section_add.php:38 +#: ajax/section_delete.php:50 ajax/section_move.php:55 +#: ajax/section_duplicate.php:50 ajax/question_delete.php:49 +#: ajax/question_toggle_required.php:55 ajax/section_update.php:44 +msgid "You don't have right for this action" +msgstr "" + +#: ajax/question_duplicate.php:43 +msgid "Source question not found" +msgstr "" + +#: ajax/question_move.php:73 +msgid "Could not move some questions" +msgstr "" + +#: ajax/section_add.php:44 +msgid "Could not add the section" +msgstr "" + +#: ajax/commontree.php:55 entrée standard:128 standard:100 +msgid "Subtree root" +msgstr "" + +#: ajax/commontree.php:59 +msgid "Selectable" +msgstr "" + +#: ajax/commontree.php:74 entrée standard:137 standard:109 +msgid "Limit subtree depth" +msgstr "" + +#: ajax/commontree.php:84 +msgid "No limit" +msgstr "Ei rajoitusta" + +#: ajax/section_delete.php:44 ajax/section_move.php:49 +#: ajax/section_duplicate.php:44 +msgid "Source section not found" +msgstr "" + +#: ajax/section_delete.php:56 +msgid "Could not delete the section" +msgstr "" + +#: ajax/question_add.php:45 +msgid "Could not add the question" +msgstr "" + +#: ajax/section_move.php:66 +msgid "Could not move the section" +msgstr "" + +#: ajax/target_actor.php:51 +msgid "Failed to add the actor" +msgstr "" + +#: ajax/target_actor.php:62 +msgid "Failed to delete the actor" +msgstr "" + +#: ajax/section_duplicate.php:56 +msgid "Could not duplicate the section" +msgstr "" + +#: ajax/section_update.php:50 +msgid "Could not update the section" +msgstr "" + +#: front/knowbaseitem.php:42 front/knowbaseitem.php:47 +#: front/wizardreminders.php:49 front/wizardreminders.php:51 +#: front/wizard.php:45 front/wizard.php:50 front/wizardfeeds.php:49 +#: front/wizardfeeds.php:51 front/issue.php:44 front/issue.php:50 +#: front/formanswer.php:44 front/reservation.php:46 front/reservation.php:48 +#: front/knowbaseitem.form.php:48 front/knowbaseitem.form.php:50 +#: front/reservationitem.php:42 front/reservationitem.php:44 +#: front/formanswer.form.php:74 front/reservation.form.php:46 +#: front/reservation.form.php:48 +msgid "Service catalog" +msgstr "Palveluluettelo" + +#: front/issue.form.php:46 +msgid "Item not found" +msgstr "" + +#: front/targetticket.form.php:46 front/targetticket.form.php:56 +#: front/targetticket.form.php:81 front/targetchange.form.php:46 +#: front/targetproblem.form.php:46 +msgid "No right to update this item." +msgstr "" + +#: front/targetticket.form.php:75 +msgid "Bad request while deleting an actor." +msgstr "" + +#: front/targetticket.form.php:95 front/targetchange.form.php:81 +#: front/formanswer.php:47 front/targetproblem.form.php:81 +#: front/formanswer.form.php:77 front/form.php:43 inc/common.class.php:654 +#: inc/common.class.php:661 +msgid "Form Creator" +msgstr "Lomakkeen tekijä" + +#: front/targetticket.form.php:105 front/targetchange.form.php:90 +#: front/targetproblem.form.php:90 +#, php-format +msgid "%1$s = %2$s" +msgstr "" + +#: front/formlist.php:46 front/formlist.php:52 inc/common.class.php:648 +msgid "Form list" +msgstr "Lomakelista" + +#: front/formdisplay.php:90 inc/formanswer.class.php:1077 +#: inc/formanswer.class.php:1325 inc/formanswer.class.php:1376 +msgid "The form has been successfully saved!" +msgstr "Lomake on tallennettu onnistuneesti!" + +#. TRANS: %s is the user login +#: front/reservation.form.php:71 +#, php-format +msgid "%1$s purges the reservation for item %2$s" +msgstr "" + +#: front/reservation.form.php:124 +#, php-format +msgid "%1$s adds the reservation %2$s for item %3$s" +msgstr "" + +#: inc/knowbase.class.php:60 inc/entityconfig.class.php:478 +#: inc/form.class.php:611 +msgid "Category" +msgid_plural "Categories" +msgstr[0] "" +msgstr[1] "" + +#: inc/knowbase.class.php:62 inc/form.class.php:614 entrée standard:39 +msgid "See all" +msgstr "" + +#: inc/knowbase.class.php:83 +msgid "Please, describe your need here" +msgstr "Kuvaile tarpeesi tässä" + +#: inc/field/textareafield.class.php:186 +msgid "Textarea" +msgstr "Tekstialue" + +#: inc/field/textareafield.class.php:249 inc/field/dropdownfield.class.php:594 +#: inc/field/ldapselectfield.class.php:115 +#: inc/field/urgencyfield.class.php:166 inc/field/tagfield.class.php:166 +#: inc/field/timefield.class.php:114 inc/field/fieldsfield.class.php:489 +#: inc/field/requesttypefield.class.php:161 +msgid "A required field is empty:" +msgstr "Pakollinen kenttä on tyhjä:" + +#: inc/field/textareafield.class.php:267 inc/field/integerfield.class.php:112 +#: inc/field/floatfield.class.php:194 inc/conditionnabletrait.class.php:70 +msgid "The regular expression is invalid" +msgstr "Säännöllinen lauseke on virheellinen" + +#: inc/field/dropdownfield.class.php:81 inc/filter/entityfilter.class.php:48 +msgid "User and form" +msgstr "" + +#: inc/field/dropdownfield.class.php:87 +msgid "Search filter" +msgstr "" + +#: inc/field/dropdownfield.class.php:585 entrée standard:38 +msgid "Dropdown" +msgid_plural "Dropdowns" +msgstr[0] "" +msgstr[1] "" + +#: inc/field/dropdownfield.class.php:616 +msgid "Invalid value for " +msgstr "" + +#: inc/field/dropdownfield.class.php:628 +#, php-format +msgid "The itemtype field is required: %s" +msgstr "" + +#: inc/field/dropdownfield.class.php:644 +#, php-format +msgid "Invalid dropdown type: %s" +msgstr "" + +#: inc/field/dropdownfield.class.php:704 inc/questionfilter.class.php:62 +#: entrée standard:68 +msgid "Filter" +msgstr "Suodatin" + +#: inc/field/dropdownfield.class.php:987 entrée standard:162 standard:134 +msgid "Entity restriction" +msgstr "" + +#: inc/field/dropdownfield.class.php:996 +msgid "" +"To respect the GLPI entity system, \"Form\" should be selected. Others " +"settings will break the entity restrictions" +msgstr "" + +#: inc/field/ldapselectfield.class.php:96 +msgid "LDAP Select" +msgstr "LDAP valinta" + +#: inc/field/ldapselectfield.class.php:140 +msgid "LDAP directory not defined!" +msgstr "LDAP-hakemistoa ei ole määritetty!" + +#: inc/field/ldapselectfield.class.php:147 +msgid "LDAP directory not found!" +msgstr "LDAP-hakemistoa ei löydetty!" + +#: inc/field/radiosfield.class.php:108 +msgid "Radios" +msgstr "Valintanapit" + +#: inc/field/radiosfield.class.php:114 inc/field/fieldsfield.class.php:513 +#: inc/field/checkboxesfield.class.php:245 +msgid "The field value is required:" +msgstr "Kentän arvo on pakollinen:" + +#: inc/field/radiosfield.class.php:192 inc/field/selectfield.class.php:104 +#: inc/field/datetimefield.class.php:119 inc/field/actorfield.class.php:258 +#: inc/field/checkboxesfield.class.php:191 inc/field/floatfield.class.php:125 +#: inc/field/datefield.class.php:116 +#, php-format +msgid "A required field is empty: %s" +msgstr "" + +#: inc/field/integerfield.class.php:59 +#, php-format +msgid "This is not an integer: %s" +msgstr "" + +#: inc/field/integerfield.class.php:71 inc/field/floatfield.class.php:156 +#, php-format +msgid "Specific format does not match: %s" +msgstr "" + +#: inc/field/integerfield.class.php:85 inc/field/floatfield.class.php:167 +#, php-format +msgid "The following number must be greater than %d: %s" +msgstr "" + +#: inc/field/integerfield.class.php:91 inc/field/floatfield.class.php:173 +#, php-format +msgid "The following number must be lower than %d: %s" +msgstr "" + +#: inc/field/integerfield.class.php:101 +msgid "Integer" +msgstr "Kokonaisluku" + +#: inc/field/undefinedfield.class.php:44 +msgid "Undefined" +msgstr "" + +#: inc/field/ipfield.class.php:123 +msgid "IP address" +msgid_plural "IP addresses" +msgstr[0] "" +msgstr[1] "" + +#: inc/field/urgencyfield.class.php:86 inc/abstractitiltarget.class.php:1040 +msgid "Urgency" +msgstr "" + +#: inc/field/urgencyfield.class.php:120 +msgctxt "urgency" +msgid "Very high" +msgstr "" + +#: inc/field/urgencyfield.class.php:121 +msgctxt "urgency" +msgid "High" +msgstr "" + +#: inc/field/urgencyfield.class.php:122 +msgctxt "urgency" +msgid "Medium" +msgstr "Keskitaso" + +#: inc/field/urgencyfield.class.php:123 +msgctxt "urgency" +msgid "Low" +msgstr "" + +#: inc/field/urgencyfield.class.php:124 +msgctxt "urgency" +msgid "Very low" +msgstr "" + +#: inc/field/tagfield.class.php:52 +msgid "Warning: Tag plugin is disabled or missing" +msgstr "" + +#: inc/field/tagfield.class.php:200 +msgid "Tag" +msgid_plural "Tags" +msgstr[0] "" +msgstr[1] "" + +#: inc/field/hostnamefield.class.php:116 +msgid "Hostname" +msgid_plural "Hostnames" +msgstr[0] "" +msgstr[1] "" + +#: inc/field/timefield.class.php:130 +msgid "Time" +msgstr "" + +#: inc/field/emailfield.class.php:89 +#, php-format +msgid "This is not a valid e-mail: %s" +msgstr "" + +#: inc/field/emailfield.class.php:100 +msgid "Email" +msgid_plural "Emails" +msgstr[0] "" +msgstr[1] "" + +#: inc/field/selectfield.class.php:97 +msgid "Select" +msgstr "Valinta" + +#: inc/field/datetimefield.class.php:140 +msgid "Date & time" +msgstr "Päivämäärä & aika" + +#: inc/field/actorfield.class.php:84 +msgid "Actor" +msgid_plural "Actors" +msgstr[0] "" +msgstr[1] "" + +#: inc/field/actorfield.class.php:268 +#, php-format +msgid "Invalid value: %s" +msgstr "" + +#: inc/field/actorfield.class.php:291 +#, php-format +msgid "User not found or invalid email address: %s" +msgstr "" + +#: inc/field/filefield.class.php:124 +msgid "No attached document" +msgstr "" + +#: inc/field/filefield.class.php:133 inc/field/filefield.class.php:254 +#: inc/field/filefield.class.php:261 +msgid "Attached document" +msgstr "Liitetiedosto" + +#: inc/field/filefield.class.php:175 +#, php-format +msgid "A required file is missing: %s" +msgstr "" + +#: inc/field/filefield.class.php:192 +msgid "File" +msgstr "" + +#: inc/field/multiselectfield.class.php:86 +msgid "Multiselect" +msgstr "Monivalinta" + +#: inc/field/fieldsfield.class.php:154 +msgid "Warning: Additional Fields plugin is disabled or missing" +msgstr "" + +#: inc/field/fieldsfield.class.php:168 +msgid "Block" +msgstr "" + +#: inc/field/fieldsfield.class.php:172 inc/targetticket.class.php:346 +msgid "Field" +msgstr "" + +#: inc/field/fieldsfield.class.php:254 +msgid "show" +msgstr "" + +#: inc/field/fieldsfield.class.php:390 +#, php-format +msgid "Field '%1$s' type not implemented yet!" +msgstr "" + +#: inc/field/fieldsfield.class.php:467 +msgid "Some numeric fields contains non numeric values" +msgstr "" + +#: inc/field/fieldsfield.class.php:472 +msgid "Some URL fields contains invalid links" +msgstr "" + +#: inc/field/fieldsfield.class.php:566 +msgid "Additionnal fields" +msgstr "" + +#: inc/field/checkboxesfield.class.php:133 +msgid "Checkboxes" +msgstr "Valintaruudut" + +#: inc/field/checkboxesfield.class.php:227 +#, php-format +msgid "The following question needs at least %d answers: %s" +msgstr "" + +#: inc/field/checkboxesfield.class.php:233 +#, php-format +msgid "The following question does not accept more than %d answers: %s" +msgstr "" + +#: inc/field/checkboxesfield.class.php:305 +msgid "Range min" +msgstr "" + +#: inc/field/checkboxesfield.class.php:306 +msgid "Range max" +msgstr "" + +#: inc/field/requesttypefield.class.php:87 inc/targetticket.class.php:1150 +msgid "Request type" +msgstr "" + +#: inc/field/floatfield.class.php:142 +#, php-format +msgid "This is not a number: %s" +msgstr "" + +#: inc/field/floatfield.class.php:183 +msgid "Decimal number" +msgstr "" + +#: inc/field/floatfield.class.php:235 inc/questionregex.class.php:62 entrée +#: standard:42 +msgid "Regular expression" +msgstr "Säännöllinen lauseke" + +#: inc/field/floatfield.class.php:240 +msgid "Range" +msgstr "Alue" + +#: inc/field/floatfield.class.php:246 +msgid "Additional validation" +msgstr "Lisävahvistus" + +#: inc/field/datefield.class.php:137 +msgid "Date" +msgstr "" + +#: inc/field/descriptionfield.class.php:106 inc/form.class.php:151 +#: inc/question.class.php:188 entrée standard:82 standard:52 standard:114 +msgid "Description" +msgstr "" + +#: inc/field/descriptionfield.class.php:113 +msgid "A description field should have a description:" +msgstr "Kuvauskentällä pitäisi olla kuvaus:" + +#: inc/field/hiddenfield.class.php:96 +msgid "Hidden field" +msgid_plural "Hidden fields" +msgstr[0] "" +msgstr[1] "" + +#: inc/condition.class.php:65 +msgid "Condition" +msgid_plural "Conditions" +msgstr[0] "" +msgstr[1] "" + +#: inc/condition.class.php:103 +msgid "is visible" +msgstr "" + +#: inc/condition.class.php:104 +msgid "is not visible" +msgstr "" + +#: inc/condition.class.php:105 +msgid "regular expression matches" +msgstr "" + +#: inc/condition.class.php:116 +msgid "Always displayed" +msgstr "Aina näkyvissä" + +#: inc/condition.class.php:117 +msgid "Hidden unless" +msgstr "Piilotettu, ellei" + +#: inc/condition.class.php:118 +msgid "Displayed unless" +msgstr "Näytetään vain, jos" + +#: inc/condition.class.php:178 inc/target_actor.class.php:233 +#: inc/form_language.class.php:565 inc/form_validator.class.php:248 +#: inc/targetproblem.class.php:527 inc/questionrange.class.php:199 +#: inc/form.class.php:1908 inc/targetchange.class.php:304 +#: inc/questionfilter.class.php:222 inc/section.class.php:381 +#: inc/restrictedformcriteria.class.php:200 inc/question.class.php:867 +#: inc/questionparameter/range.class.php:198 inc/questionregex.class.php:188 +#: inc/questiondependency.class.php:196 inc/item_targetticket.class.php:154 +#: inc/targetticket.class.php:1461 +#, php-format +msgid "Failed to add or update the %1$s %2$s" +msgstr "" + +#: inc/condition.class.php:200 inc/target_actor.class.php:254 +#: inc/form_language.class.php:581 inc/form_validator.class.php:288 +#: inc/targetproblem.class.php:362 inc/questionrange.class.php:131 +#: inc/form.class.php:1569 inc/targetchange.class.php:149 +#: inc/questionfilter.class.php:154 inc/section.class.php:406 +#: inc/restrictedformcriteria.class.php:226 inc/question.class.php:894 +#: inc/questionparameter/range.class.php:133 inc/questionregex.class.php:120 +#: inc/questiondependency.class.php:211 inc/item_targetticket.class.php:64 +#: inc/targetticket.class.php:1500 +#, php-format +msgid "Cannot export an empty object: %s" +msgstr "" + +#: inc/condition.class.php:268 +msgid "Conditions" +msgstr "" + +#: inc/linker.class.php:78 +msgid "Importing" +msgstr "" + +#: inc/linker.class.php:80 +msgid "Import in progress" +msgstr "" + +#: inc/issue.class.php:43 +msgid "Issue" +msgid_plural "Issues" +msgstr[0] "" +msgstr[1] "" + +#: inc/issue.class.php:56 +msgid "Update issue data from tickets and form answers" +msgstr "Päivitä teemat tiketeistä ja lomakevastauksista" + +#: inc/issue.class.php:393 +msgid "Satisfaction survey expired" +msgstr "" + +#: inc/issue.class.php:531 inc/form_language.class.php:229 +#: inc/form.class.php:2208 entrée standard:52 standard:49 standard:57 +#: standard:38 standard:39 standard:105 standard:46 +msgid "Name" +msgstr "" + +#: inc/issue.class.php:543 inc/formanswer.class.php:229 +#: inc/formanswer.class.php:320 inc/targetproblem.class.php:610 +#: inc/form.class.php:142 inc/targetchange.class.php:335 +#: inc/section.class.php:95 inc/question.class.php:178 +#: inc/targetticket.class.php:180 entrée standard:45 +msgid "ID" +msgstr "" + +#: inc/issue.class.php:552 inc/form.class.php:2217 entrée standard:111 +#: standard:65 standard:104 standard:4 +msgid "Type" +msgid_plural "Types" +msgstr[0] "" +msgstr[1] "" + +#: inc/issue.class.php:565 inc/formanswer.class.php:307 +msgid "Status" +msgstr "" + +#: inc/issue.class.php:577 +msgid "Opening date" +msgstr "" + +#: inc/issue.class.php:586 +msgid "Last update" +msgstr "" + +#: inc/issue.class.php:595 inc/abstracttarget.class.php:517 +msgid "Entity" +msgid_plural "Entities" +msgstr[0] "" +msgstr[1] "" + +#: inc/issue.class.php:605 inc/notificationtargetformanswer.class.php:76 +#: inc/notificationtargetformanswer.class.php:96 +#: inc/target_actor.class.php:101 inc/formanswer.class.php:248 +#: inc/formanswer.class.php:762 inc/abstractitiltarget.class.php:1804 entrée +#: standard:48 +msgid "Requester" +msgid_plural "Requesters" +msgstr[0] "" +msgstr[1] "" + +#: inc/issue.class.php:619 inc/formanswer.class.php:258 +msgid "Form approver" +msgstr "Lomakkeen hyväksyjä" + +#: inc/issue.class.php:651 inc/formanswer.class.php:691 +#: inc/formanswer.class.php:698 inc/formanswer.class.php:777 +#: inc/form_language.class.php:243 +msgid "Comment" +msgstr "Kommentti" + +#: inc/issue.class.php:663 +msgid "Ticket approver" +msgstr "Tiketin hyväksyjä" + +#: inc/issue.class.php:736 +msgid "Technician" +msgstr "" + +#: inc/issue.class.php:767 +msgid "Technician group" +msgstr "" + +#: inc/issue.class.php:799 inc/formanswer.class.php:287 +msgid "Form approver group" +msgstr "Lomakkeen hyväksyjäryhmä" + +#: inc/issue.class.php:829 +msgid "Ticket approver group" +msgstr "" + +#: inc/issue.class.php:863 inc/abstractitiltarget.class.php:787 entrée +#: standard:108 +msgid "Time to resolve" +msgstr "" + +#: inc/issue.class.php:874 +msgid "Time to resolve + Progress" +msgstr "" + +#: inc/issue.class.php:884 +msgid "Internal time to resolve" +msgstr "" + +#: inc/issue.class.php:895 +msgid "Internal time to resolve + Progress" +msgstr "" + +#: inc/issue.class.php:905 +msgid "Resolution date" +msgstr "" + +#: inc/issue.class.php:914 +msgid "Internal time to own" +msgstr "" + +#: inc/issue.class.php:925 +msgid "Internal time to own + Progress" +msgstr "" + +#: inc/issue.class.php:935 entrée standard:109 +msgid "Time to own" +msgstr "" + +#: inc/issue.class.php:946 +msgid "Time to own + Progress" +msgstr "" + +#: inc/issue.class.php:958 +msgid "Approver substitute" +msgstr "" + +#: inc/issue.class.php:1022 +msgid "Substitute of a member of approver group" +msgstr "" + +#: inc/issue.class.php:1095 +msgid "Form approver substitute" +msgstr "" + +#: inc/issue.class.php:1163 +msgid "Current form approver group" +msgstr "" + +#: inc/issue.class.php:1193 +msgid "Current form approver" +msgstr "" + +#: inc/issue.class.php:1227 +msgid "Ticket requester" +msgstr "" + +#: inc/issue.class.php:1274 +msgid "Ticket observer" +msgstr "" + +#: inc/issue.class.php:1322 +msgid "Ticket technician" +msgstr "" + +#: inc/issue.class.php:1469 +#, php-format +msgid "%1$s %2$s" +msgstr "" + +#: inc/issue.class.php:1727 inc/filter/itilcategoryfilter.class.php:56 +#: hook.php:766 +msgid "All" +msgstr "" + +#: inc/issue.class.php:1733 hook.php:767 +msgid "New" +msgstr "" + +#: inc/issue.class.php:1739 hook.php:768 +msgid "Assigned" +msgstr "" + +#: inc/issue.class.php:1745 inc/formanswer.class.php:78 +#: inc/form_validator.class.php:70 hook.php:769 +msgid "Waiting" +msgstr "" + +#: inc/issue.class.php:1751 hook.php:770 +msgid "To validate" +msgstr "Vahvistus" + +#: inc/issue.class.php:1757 hook.php:771 +msgid "Solved" +msgstr "" + +#: inc/issue.class.php:1763 hook.php:772 +msgid "Closed" +msgstr "Suljettu" + +#: inc/category.class.php:50 hook.php:72 +msgid "Form category" +msgid_plural "Form categories" +msgstr[0] "" +msgstr[1] "" + +#: inc/category.class.php:80 +msgid "Knowbase category" +msgstr "Tietämyskannan kategoria" + +#: inc/category.class.php:86 +msgid "As child of" +msgstr "" + +#: inc/category.class.php:92 inc/form.class.php:247 entrée standard:65 +msgid "Icon" +msgstr "" + +#: inc/category.class.php:98 inc/form.class.php:255 entrée standard:67 +msgid "Icon color" +msgstr "" + +#: inc/category.class.php:104 inc/form.class.php:263 entrée standard:80 +msgid "Background color" +msgstr "" + +#: inc/formlist.class.php:46 inc/entityconfig.class.php:93 +#: inc/form.class.php:111 inc/form.class.php:516 inc/form.class.php:2015 +#: entrée standard:47 +msgid "Form" +msgid_plural "Forms" +msgstr[0] "" +msgstr[1] "" + +#: inc/notificationtargetformanswer.class.php:43 +msgid "The form as been saved" +msgstr "Lomake on tallennettu" + +#: inc/notificationtargetformanswer.class.php:44 +msgid "A form need to be validate" +msgstr "Lomake on vahvistettava" + +#: inc/notificationtargetformanswer.class.php:45 install/install.php:490 +msgid "The form is refused" +msgstr "Lomake on hylätty" + +#: inc/notificationtargetformanswer.class.php:46 install/install.php:496 +msgid "The form is accepted" +msgstr "Lomake on hyväksytty" + +#: inc/notificationtargetformanswer.class.php:47 install/install.php:502 +msgid "The form is deleted" +msgstr "Lomake on poistettu" + +#: inc/notificationtargetformanswer.class.php:74 +msgid "Form ID" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:75 +#: inc/notificationtargetformanswer.class.php:95 +msgid "Form name" +msgstr "Lomakkeen nimi" + +#: inc/notificationtargetformanswer.class.php:77 +#: inc/form_validator.class.php:91 +msgid "Validator" +msgid_plural "Validators" +msgstr[0] "" +msgstr[1] "" + +#: inc/notificationtargetformanswer.class.php:78 +#: inc/notificationtargetformanswer.class.php:98 inc/formanswer.class.php:278 +#: entrée standard:49 +msgid "Creation date" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:79 +#: inc/notificationtargetformanswer.class.php:99 +msgid "Full form answers" +msgstr "Täydet lomakevastaukset" + +#: inc/notificationtargetformanswer.class.php:80 +msgid "Validation comment" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:81 +#: inc/notificationtargetformanswer.class.php:101 +msgid "Validation link" +msgstr "Vahvistuslinkki" + +#: inc/notificationtargetformanswer.class.php:82 +msgid "Request ID" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:94 +msgid "Form #" +msgstr "Lomake #" + +#: inc/notificationtargetformanswer.class.php:97 +msgctxt "tag" +msgid "Validator" +msgstr "Vahvistaja" + +#: inc/notificationtargetformanswer.class.php:100 +msgid "Refused comment" +msgstr "Hylätty kommentti" + +#: inc/notificationtargetformanswer.class.php:102 +msgid "Request #" +msgstr "Pyyntö #" + +#: inc/notificationtargetformanswer.class.php:114 +msgid "Author" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:115 +#: inc/abstractitiltarget.class.php:1374 +msgid "Approver" +msgstr "" + +#: inc/target_actor.class.php:70 inc/abstractitiltarget.class.php:2141 +msgid "Form author" +msgstr "" + +#: inc/target_actor.class.php:71 inc/abstractitiltarget.class.php:2144 +msgid "Form validator" +msgstr "Lomakkeen vahvistaja" + +#: inc/target_actor.class.php:72 +msgid "Specific person" +msgstr "Tietty henkilö" + +#: inc/target_actor.class.php:73 inc/abstractitiltarget.class.php:2154 +msgid "Person from the question" +msgstr "Henkilö kysymyksestä" + +#: inc/target_actor.class.php:74 +msgid "Specific group" +msgstr "Tietty ryhmä" + +#: inc/target_actor.class.php:75 inc/abstractitiltarget.class.php:2165 +msgid "Group from the question" +msgstr "Ryhmä kysymyksestä" + +#: inc/target_actor.class.php:76 +msgid "Group from an object" +msgstr "" + +#: inc/target_actor.class.php:77 +msgid "Tech group from an object" +msgstr "" + +#: inc/target_actor.class.php:78 +msgid "Specific supplier" +msgstr "Tietty toimittaja" + +#: inc/target_actor.class.php:79 inc/abstractitiltarget.class.php:2194 +msgid "Supplier from the question" +msgstr "Toimittaja kysymyksestä" + +#: inc/target_actor.class.php:80 inc/abstractitiltarget.class.php:2183 +msgid "Actors from the question" +msgstr "Toimijat kysymyksestä" + +#: inc/target_actor.class.php:81 inc/abstractitiltarget.class.php:2198 +msgid "Form author's supervisor" +msgstr "" + +#: inc/target_actor.class.php:102 +msgid "Observer" +msgstr "" + +#: inc/target_actor.class.php:103 inc/abstractitiltarget.class.php:1818 +msgid "Assigned to" +msgstr "" + +#: inc/target_actor.class.php:109 +msgid "Target actor" +msgid_plural "Target actors" +msgstr[0] "" +msgstr[1] "" + +#: inc/target_actor.class.php:115 inc/target_actor.class.php:131 +#: inc/target_actor.class.php:140 +msgid "Bad request while adding an actor." +msgstr "" + +#: inc/target_actor.class.php:197 +#, php-format +msgid "Failed to find a user: %1$s" +msgstr "" + +#: inc/target_actor.class.php:206 +#, php-format +msgid "Failed to find a group: %1$s" +msgstr "" + +#: inc/target_actor.class.php:215 +#, php-format +msgid "Failed to find a supplier: %1$s" +msgstr "" + +#: inc/formanswer.class.php:79 inc/form_validator.class.php:72 +msgid "Refused" +msgstr "" + +#: inc/formanswer.class.php:80 inc/form_validator.class.php:71 +msgid "Accepted" +msgstr "" + +#: inc/formanswer.class.php:214 +msgid "Form answer" +msgid_plural "Form answers" +msgstr[0] "" +msgstr[1] "" + +#: inc/formanswer.class.php:676 +msgid "Print this form" +msgstr "Tulosta tämä lomake" + +#: inc/formanswer.class.php:701 +msgid "Form accepted by validator." +msgstr "Vahvistaja on hyväksynyt lomakkeen." + +#: inc/formanswer.class.php:703 +msgid "Form successfully saved." +msgstr "Lomake tallennettu onnistuneesti." + +#: inc/formanswer.class.php:770 +msgid "Save" +msgstr "" + +#: inc/formanswer.class.php:782 +msgid "Required if refused" +msgstr "Vaaditaan, jos hylätty" + +#: inc/formanswer.class.php:788 +msgid "Refuse" +msgstr "Hylkää" + +#: inc/formanswer.class.php:796 +msgid "Edit answers" +msgstr "" + +#: inc/formanswer.class.php:802 +msgid "Cancel edition" +msgstr "" + +#: inc/formanswer.class.php:809 +msgid "Accept" +msgstr "Hyväksy" + +#: inc/formanswer.class.php:828 +msgid "Refused comment is required!" +msgstr "Hylkäyksen syy vaaditaan!" + +#: inc/formanswer.class.php:882 inc/formanswer.class.php:899 +msgid "" +"An internal error occured when verifying your answers. Please report it to " +"your administrator." +msgstr "" + +#: inc/formanswer.class.php:933 +msgid "You are not the validator of these answers" +msgstr "Et ole näiden vastausten vahvistaja" + +#: inc/formanswer.class.php:1083 +#, php-format +msgid "Item sucessfully added: %1$s (%2$s: %3$s)" +msgstr "" + +#: inc/formanswer.class.php:1166 inc/formanswer.class.php:1168 +msgid "Form data" +msgstr "Lomakkeen tiedot" + +#: inc/formanswer.class.php:1301 +msgid "" +"You are a validator of the form, then your approval hs been added " +"automatically." +msgstr "" + +#: inc/formanswer.class.php:1310 inc/formanswer.class.php:1363 +msgid "Cannot generate targets!" +msgstr "Kohteita ei voi luoda!" + +#: inc/formanswer.class.php:1511 +msgid "No captcha set." +msgstr "" + +#: inc/formanswer.class.php:1517 +msgid "You failed the captcha test." +msgstr "" + +#: inc/formanswer.class.php:1540 +msgid "You must select validator!" +msgstr "Sinun on valittava vahvistaja!" + +#: inc/common.class.php:229 +msgid "You cannot delete this issue. Maybe it is taken into account." +msgstr "" + +#: inc/common.class.php:234 +msgid "Failed to delete this issue. An internal error occured." +msgstr "" + +#: inc/common.class.php:745 +msgid "Seek assistance" +msgstr "Hae apua" + +#: inc/common.class.php:751 inc/common.class.php:755 +msgid "My requests for assistance" +msgstr "Omat tukipyynnöt" + +#: inc/common.class.php:791 +msgid "Consult reminders" +msgstr "" + +#: inc/common.class.php:811 +msgid "Consult feeds" +msgstr "Kysy syötteiltä" + +#: inc/abstractfield.class.php:89 inc/question.class.php:758 +msgid "Apply" +msgstr "" + +#: inc/formaccesstype.class.php:41 entrée standard:39 +msgid "Access type" +msgid_plural "Access types" +msgstr[0] "" +msgstr[1] "" + +#: inc/form_language.class.php:51 +msgid "Form language" +msgid_plural "Form languages" +msgstr[0] "" +msgstr[1] "" + +#: inc/form_language.class.php:78 inc/form_language.class.php:364 +msgid "Translation" +msgid_plural "Translations" +msgstr[0] "" +msgstr[1] "" + +#: inc/form_language.class.php:119 +msgid "The name cannot be empty." +msgstr "" + +#: inc/form_language.class.php:127 +msgid "The language must be associated to a form." +msgstr "" + +#: inc/form_language.class.php:135 +msgid "The specified language is not available." +msgstr "" + +#: inc/form_language.class.php:265 +msgid "Add a translation" +msgstr "" + +#: inc/form_language.class.php:299 js/scripts.js:1214 +msgid "Update a translation" +msgstr "" + +#: inc/form_language.class.php:329 inc/form_language.class.php:331 +msgid "New translation" +msgstr "" + +#: inc/form_language.class.php:334 +msgid "Filter list" +msgstr "" + +#: inc/form_language.class.php:339 inc/form_language.class.php:438 +msgid "No translation found" +msgstr "" + +#: inc/form_language.class.php:344 +msgid "Do you want to delete the selected items?" +msgstr "" + +#: inc/form_language.class.php:353 inc/form_language.class.php:401 +#: inc/abstractitiltarget.class.php:1710 entrée standard:124 standard:31 +msgid "Delete" +msgstr "Poista" + +#: inc/form_language.class.php:363 +msgid "Original string" +msgstr "" + +#: inc/form_language.class.php:424 +msgid "Add a new language" +msgstr "" + +#: inc/form_language.class.php:457 inc/form_language.class.php:489 +#: inc/form.class.php:178 entrée standard:72 +msgid "Language" +msgstr "" + +#: inc/form_validator.class.php:69 inc/targetticket.class.php:99 +#: inc/abstractitiltarget.class.php:186 +msgid "None" +msgstr "Ei mitään" + +#: inc/form_validator.class.php:78 inc/abstractitiltarget.class.php:2552 +msgid "No" +msgstr "" + +#: inc/form_validator.class.php:81 +msgid "Supervisor of the requester" +msgstr "" + +#: inc/form_validator.class.php:116 inc/translation.class.php:221 +msgid "Form not found." +msgstr "" + +#: inc/form_validator.class.php:121 inc/form_validator.class.php:129 +#: inc/form_validator.class.php:138 +msgid "Invalid validator." +msgstr "" + +#: inc/form_validator.class.php:147 +#, php-format +msgid "Only level 1 is allowed for %s." +msgstr "" + +#: inc/form_validator.class.php:156 +msgid "Invalid validator type." +msgstr "" + +#: inc/form_validator.class.php:194 entrée standard:103 +msgid "Level" +msgstr "" + +#: inc/form_validator.class.php:592 inc/abstractitiltarget.class.php:1354 +msgid "Validation" +msgstr "" + +#: inc/form_validator.class.php:594 +msgid "Choose a validator" +msgstr "Valitse vahvistaja" + +#: inc/profile.class.php:62 inc/targetproblem.class.php:147 +#: inc/entityconfig.class.php:520 inc/targetchange.class.php:484 +#: inc/targetticket.class.php:323 inc/targetticket.class.php:358 +#: inc/abstractitiltarget.class.php:2124 +msgctxt "button" +msgid "Save" +msgstr "" + +#: inc/targetproblem.class.php:43 entrée standard:43 +msgid "Target problem" +msgid_plural "Target problems" +msgstr[0] "" +msgstr[1] "" + +#: inc/targetproblem.class.php:109 inc/targetproblem.class.php:565 +#: inc/targetchange.class.php:105 inc/targetchange.class.php:441 +#: inc/targetticket.class.php:135 inc/targetticket.class.php:238 +msgid "Properties" +msgstr "" + +#: inc/targetproblem.class.php:509 inc/targetchange.class.php:286 +#: inc/targetticket.class.php:1443 +#, php-format +msgid "" +"Failed to add or update the %1$s %2$s: a question is missing and is used in " +"a parameter of the target" +msgstr "" + +#: inc/targetproblem.class.php:566 inc/targetchange.class.php:106 +#: inc/targetticket.class.php:136 inc/abstractitiltarget.class.php:1216 +msgid "Actors" +msgstr "Toimijat" + +#: inc/targetproblem.class.php:619 entrée standard:48 +msgid "Problem title" +msgstr "" + +#: inc/targetproblem.class.php:629 inc/targetchange.class.php:354 +#: inc/targetticket.class.php:199 +msgid "Content" +msgstr "" + +#: inc/targetproblem.class.php:639 inc/targetchange.class.php:364 +msgid "Impact" +msgstr "" + +#: inc/targetproblem.class.php:649 entrée standard:56 +msgid "Cause" +msgstr "" + +#: inc/targetproblem.class.php:659 entrée standard:58 +msgid "Symptom" +msgstr "" + +#: inc/entityconfig.class.php:101 inc/entityconfig.class.php:110 +#: inc/entityconfig.class.php:118 inc/entityconfig.class.php:126 +#: inc/entityconfig.class.php:134 inc/entityconfig.class.php:142 +#: inc/entityconfig.class.php:150 inc/entityconfig.class.php:158 +#: inc/entityconfig.class.php:166 inc/entityconfig.class.php:180 +#: inc/entityconfig.class.php:188 inc/entityconfig.class.php:196 +msgid "Inheritance of the parent entity" +msgstr "" + +#: inc/entityconfig.class.php:102 +msgid "GLPi's helpdesk" +msgstr "GLPI-tukipalvelu" + +#: inc/entityconfig.class.php:103 +msgid "Service catalog simplified" +msgstr "Yksinkertaistettu palveluhakemisto" + +#: inc/entityconfig.class.php:104 +msgid "Service catalog extended" +msgstr "Laajennettu palveluhakemisto" + +#: inc/entityconfig.class.php:111 +msgid "All available forms" +msgstr "" + +#: inc/entityconfig.class.php:112 +msgid "Only default forms" +msgstr "" + +#: inc/entityconfig.class.php:119 +msgid "Popularity sort" +msgstr "Suosituimmuus lajittelu" + +#: inc/entityconfig.class.php:120 +msgid "Alphabetic sort" +msgstr "Aakkosellinen lajittelu" + +#: inc/entityconfig.class.php:127 +msgid "Merged with Forms" +msgstr "" + +#: inc/entityconfig.class.php:128 +msgid "Distinct menu entry" +msgstr "" + +#: inc/entityconfig.class.php:135 inc/entityconfig.class.php:143 +#: inc/entityconfig.class.php:151 inc/entityconfig.class.php:159 +#: inc/entityconfig.class.php:189 inc/form.class.php:271 entrée standard:100 +msgid "Visible" +msgstr "" + +#: inc/entityconfig.class.php:136 inc/entityconfig.class.php:144 +#: inc/entityconfig.class.php:152 inc/entityconfig.class.php:160 +#: inc/entityconfig.class.php:190 +msgid "Hidden" +msgstr "" + +#: inc/entityconfig.class.php:167 +msgid "Variable height" +msgstr "" + +#: inc/entityconfig.class.php:168 +msgid "Uniform height" +msgstr "" + +#: inc/entityconfig.class.php:173 +msgid "Search for assistance" +msgstr "" + +#: inc/entityconfig.class.php:174 +msgid "User's assistance requests" +msgstr "" + +#: inc/entityconfig.class.php:181 +msgid "Only forms" +msgstr "" + +#: inc/entityconfig.class.php:182 +msgid "Forms and list of requests" +msgstr "" + +#: inc/entityconfig.class.php:197 +msgid "Folded" +msgstr "" + +#: inc/entityconfig.class.php:198 +msgid "Unfolded" +msgstr "" + +#: inc/entityconfig.class.php:298 +msgid "Helpdesk" +msgstr "Helpdesk" + +#: inc/entityconfig.class.php:306 inc/entityconfig.class.php:534 entrée +#: standard:44 +msgid "Helpdesk mode" +msgstr "Helpdesk-tila" + +#: inc/entityconfig.class.php:317 inc/entityconfig.class.php:604 +msgid "Default Form list mode" +msgstr "" + +#: inc/entityconfig.class.php:335 inc/entityconfig.class.php:544 +msgid "Sort order" +msgstr "" + +#: inc/entityconfig.class.php:351 inc/entityconfig.class.php:554 +msgid "Knowledge base" +msgstr "" + +#: inc/entityconfig.class.php:366 +msgid "Search" +msgstr "" + +#: inc/entityconfig.class.php:382 inc/entityconfig.class.php:614 +msgid "Counters dashboard" +msgstr "" + +#: inc/entityconfig.class.php:398 +msgid "Header message" +msgstr "" + +#: inc/entityconfig.class.php:414 inc/entityconfig.class.php:624 +msgid "Search issue" +msgstr "" + +#: inc/entityconfig.class.php:430 inc/entityconfig.class.php:594 +msgid "Service catalog home page" +msgstr "" + +#: inc/entityconfig.class.php:446 inc/entityconfig.class.php:634 +msgid "Tile design" +msgstr "" + +#: inc/entityconfig.class.php:462 +msgid "Home page" +msgstr "" + +#: inc/entityconfig.class.php:494 +msgid "Menu visibility (only for vertical menu)" +msgstr "" + +#: inc/entityconfig.class.php:506 inc/entityconfig.class.php:584 +#: inc/form.class.php:225 entrée standard:84 +msgid "Header" +msgid_plural "Headers" +msgstr[0] "" +msgstr[1] "" + +#: inc/entityconfig.class.php:564 +msgid "Display search field" +msgstr "" + +#: inc/entityconfig.class.php:574 +msgid "Display header" +msgstr "" + +#: inc/questionrange.class.php:52 inc/questionparameter/range.class.php:56 +msgid "Question range" +msgid_plural "Question ranges" +msgstr[0] "" +msgstr[1] "" + +#: inc/questionrange.class.php:62 inc/questionparameter/range.class.php:66 +msgid "Minimum range" +msgstr "" + +#: inc/questionrange.class.php:71 inc/questionparameter/range.class.php:75 +msgid "maximum range" +msgstr "" + +#: inc/form.class.php:66 inc/form.class.php:429 +msgid "Public access" +msgstr "Julkinen pääsy" + +#: inc/form.class.php:67 inc/form.class.php:433 +msgid "Private access" +msgstr "Yksityinen pääsy" + +#: inc/form.class.php:68 inc/form.class.php:437 +msgid "Restricted access" +msgstr "Rajoitettu pääsy" + +#: inc/form.class.php:122 +msgid "Answers waiting for validation" +msgstr "" + +#: inc/form.class.php:124 inc/form.class.php:1663 inc/form.class.php:1689 +msgid "Import forms" +msgstr "Tuo lomakkeita" + +#: inc/form.class.php:169 +msgid "Recursive" +msgstr "" + +#: inc/form.class.php:190 +msgid "Homepage" +msgstr "Kotisivu" + +#: inc/form.class.php:203 +msgid "Access" +msgstr "Pääsy" + +#: inc/form.class.php:234 inc/form.class.php:327 inc/form.class.php:394 entrée +#: standard:54 +msgid "Active" +msgstr "" + +#: inc/form.class.php:286 inc/form.class.php:338 inc/form.class.php:413 +msgid "Default form" +msgstr "" + +#: inc/form.class.php:296 entrée standard:106 +msgid "Next form" +msgstr "" + +#: inc/form.class.php:326 inc/form.class.php:391 +msgid "Inactive" +msgstr "" + +#: inc/form.class.php:337 inc/form.class.php:410 +msgid "Not default form" +msgstr "" + +#: inc/form.class.php:361 inc/form.class.php:445 entrée standard:75 +msgid "All languages" +msgstr "" + +#: inc/form.class.php:508 entrée standard:3 +msgid "Target" +msgid_plural "Targets" +msgstr[0] "" +msgstr[1] "" + +#: inc/form.class.php:511 +msgid "Preview" +msgstr "" + +#: inc/form.class.php:512 +msgid "Form answer properties" +msgstr "" + +#: inc/form.class.php:854 +msgid "What are you looking for?" +msgstr "" + +#: inc/form.class.php:993 inc/form.class.php:1156 +#: inc/abstracttarget.class.php:162 inc/abstractitiltarget.class.php:1625 +msgid "The name cannot be empty!" +msgstr "Nimi ei voi olla tyhjä!" + +#: inc/form.class.php:1026 inc/form.class.php:1191 +msgid "A loop is generated!" +msgstr "" + +#: inc/form.class.php:1167 +msgid "Cannot use empty name for form answers. Keeping the previous value." +msgstr "" + +#: inc/form.class.php:1303 +#, php-format +msgid "The question %s is not compatible with public forms" +msgstr "Kysymys %s ei ole yhteensopiva julkisten lomakkeiden kanssa" + +#: inc/form.class.php:1386 +msgid "Errored duplicate" +msgstr "" + +#: inc/form.class.php:1397 entrée standard:23 +msgid "Duplicate" +msgstr "Monista" + +#: inc/form.class.php:1442 inc/form.class.php:1452 +msgctxt "button" +msgid "Post" +msgstr "" + +#: inc/form.class.php:1475 +#, php-format +msgid "Form duplicated: %s" +msgstr "Lomake monistettu: %s" + +#: inc/form.class.php:1491 +#, php-format +msgid "Form Transfered: %s" +msgstr "Lomake siirretty: %s" + +#: inc/form.class.php:1515 +msgid "Back" +msgstr "Takaisin" + +#: inc/form.class.php:1526 +#, php-format +msgid "Form updated: %s" +msgstr "" + +#: inc/form.class.php:1636 +msgid "Upload of JSON files not allowed." +msgstr "JSON-tiedostojen lataaminen ei ole sallittua." + +#: inc/form.class.php:1639 +msgid "You may allow JSON files right now." +msgstr "Nyt voit sallia JSON-tiedostot." + +#: inc/form.class.php:1640 +msgctxt "button" +msgid "Create" +msgstr "Luo" + +#: inc/form.class.php:1643 inc/form.class.php:1654 +msgid "Please contact your GLPI administrator." +msgstr "Ota yhteyttä GLPI-ylläpitäjään." + +#: inc/form.class.php:1644 inc/form.class.php:1655 +msgctxt "button" +msgid "Back" +msgstr "Takaisin" + +#: inc/form.class.php:1647 +msgid "Upload of JSON files not enabled." +msgstr "JSON-tiedostojen lataus ei ole käytössä." + +#: inc/form.class.php:1650 inc/form.class.php:1653 +msgid "You may enable JSON files right now." +msgstr "Nyt voit ottaa käyttöön JSON-tiedostot." + +#: inc/form.class.php:1651 +msgctxt "button" +msgid "Enable" +msgstr "Ota käyttöön" + +#: inc/form.class.php:1698 +msgctxt "button" +msgid "Send" +msgstr "" + +#: inc/form.class.php:1717 +msgid "Forms import impossible, the file is empty" +msgstr "" + +#: inc/form.class.php:1721 inc/form.class.php:1725 +msgid "Forms import impossible, the file seems corrupt" +msgstr "" + +#: inc/form.class.php:1731 +msgid "Forms import impossible, the file was generated with another version" +msgstr "" + +#: inc/form.class.php:1738 +msgid "" +"The file does not specifies the schema version. It was probably generated " +"with a version older than 2.10. Giving up." +msgstr "" + +#: inc/form.class.php:1764 +#, php-format +msgid "Failed to import %s" +msgstr "" + +#: inc/form.class.php:1769 +#, php-format +msgid "Forms successfully imported from %s" +msgstr "Lomakkeet on tuotu onnistuneesti %s" + +#: inc/form.class.php:1832 +#, php-format +msgid "The form %1$s already exists and is in an unmodifiable entity." +msgstr "" + +#: inc/form.class.php:1840 +#, php-format +msgid "You don't have right to update the entity %1$s." +msgstr "" + +#: inc/form.class.php:1850 +#, php-format +msgid "The entity %1$s is required for the form %2$s." +msgstr "" + +#: inc/form.class.php:1952 +msgid "Failed to create JSON document type" +msgstr "JSON-asiakirjatyyppiä ei voitu luoda" + +#: inc/form.class.php:1959 +msgid "JSON document type not found" +msgstr "JSON-dokumenttityyppiä ei löydy" + +#: inc/form.class.php:1966 +msgid "Failed to update JSON document type" +msgstr "JSON-dokumenttityypin päivittäminen epäonnistui" + +#: inc/form.class.php:1986 +msgid "Forms without category" +msgstr "Lomakkeet ilman kategoriaa" + +#: inc/form.class.php:2007 +msgid "No form available" +msgstr "" + +#: inc/form.class.php:2205 entrée standard:47 +msgid "Add a target" +msgstr "" + +#: inc/form.class.php:2236 inc/targetticket.class.php:398 +#: inc/abstractitiltarget.class.php:1828 inc/abstractitiltarget.class.php:2124 +#: entrée standard:92 standard:94 +msgid "Add" +msgstr "" + +#: inc/form.class.php:2254 inc/form.class.php:2277 inc/form.class.php:2299 +msgid "Unsupported target type." +msgstr "" + +#: inc/form.class.php:2333 +msgid "plugin_formcreator_load_check" +msgstr "" + +#: inc/targetchange.class.php:44 entrée standard:43 +msgid "Target change" +msgid_plural "Target changes" +msgstr[0] "" +msgstr[1] "" + +#: inc/targetchange.class.php:344 entrée standard:48 +msgid "Change title" +msgstr "Vaihda otsikko" + +#: inc/targetchange.class.php:374 entrée standard:56 +msgid "Control list" +msgstr "" + +#: inc/targetchange.class.php:384 entrée standard:58 +msgid "Deployment plan" +msgstr "" + +#: inc/targetchange.class.php:394 entrée standard:60 +msgid "Backup plan" +msgstr "" + +#: inc/targetchange.class.php:404 +msgid "Check list" +msgstr "" + +#: inc/questionfilter.class.php:52 +msgid "Question filter" +msgid_plural "Question filters" +msgstr[0] "" +msgstr[1] "" + +#: inc/section.class.php:71 entrée standard:53 standard:44 +msgid "Section" +msgid_plural "Sections" +msgstr[0] "" +msgstr[1] "" + +#: inc/section.class.php:123 inc/section.class.php:166 +#: inc/question.class.php:348 +msgid "The title is required" +msgstr "Otsikko on pakollinen" + +#: inc/section.class.php:553 inc/question.class.php:234 entrée standard:37 +msgid "Count of conditions" +msgstr "" + +#: inc/restrictedformcriteria.class.php:179 +#, php-format +msgid "Failed to find %1$s %2$s" +msgstr "" + +#: inc/question.class.php:73 inc/abstractitiltarget.class.php:1127 entrée +#: standard:41 +msgid "Question" +msgid_plural "Questions" +msgstr[0] "" +msgstr[1] "" + +#: inc/question.class.php:197 entrée standard:43 standard:50 standard:44 +#: standard:49 standard:79 +msgid "Required" +msgstr "Pakollinen" + +#: inc/question.class.php:355 +msgid "The section is required" +msgstr "Osio on pakollinen" + +#: inc/question.class.php:365 +#, php-format +msgid "Field type %1$s is not available for question %2$s." +msgstr "Kentän tyyppi %1$sei ole saatavilla kysymykseen %2$s. " + +#: inc/question.class.php:379 +msgid "This type of question is not compatible with public forms." +msgstr "" +"Tämän tyyppinen kysymys ei ole yhteensopiva julkisten lomakkeiden kanssa." + +#: inc/question.class.php:469 +msgid "The field type cannot be changed. Delete then recreate the question." +msgstr "" + +#: inc/question.class.php:1184 +msgid "Service levels" +msgstr "" + +#: inc/question.class.php:1185 inc/abstractitiltarget.class.php:851 +msgid "SLA" +msgstr "" + +#: inc/question.class.php:1186 inc/abstractitiltarget.class.php:924 +msgid "OLA" +msgstr "" + +#: inc/question.class.php:1205 inc/question.class.php:1248 +#: inc/question.class.php:1251 +msgid "Assets" +msgstr "" + +#: inc/question.class.php:1219 hook.php:780 hook.php:797 +msgid "Assistance" +msgstr "" + +#: inc/question.class.php:1225 +msgid "Management" +msgstr "" + +#: inc/question.class.php:1236 +msgid "Tools" +msgstr "" + +#: inc/question.class.php:1237 +msgid "Notes" +msgstr "" + +#: inc/question.class.php:1238 +msgid "RSS feed" +msgstr "" + +#: inc/question.class.php:1240 +msgid "Administration" +msgstr "" + +#: inc/question.class.php:1248 inc/question.class.php:1251 +msgid "Plugin" +msgid_plural "Plugins" +msgstr[0] "" +msgstr[1] "" + +#: inc/abstractquestionparameter.class.php:98 +msgid "Parameter" +msgstr "" + +#: inc/abstractquestionparameter.class.php:105 +msgid "Field name" +msgstr "" + +#: inc/abstracttarget.class.php:97 +msgid "Current active entity" +msgstr "Nykyinen aktiivinen yksikkö" + +#: inc/abstracttarget.class.php:98 +msgid "Default requester user's entity" +msgstr "Oletus toimeksiantajan yksikkö" + +#: inc/abstracttarget.class.php:99 +msgid "First dynamic requester user's entity (alphabetical)" +msgstr "Ensimmäisen dynaamisen toimeksiantajan yksikkö (aakkosellinen)" + +#: inc/abstracttarget.class.php:100 +msgid "Last dynamic requester user's entity (alphabetical)" +msgstr "Viimeisen dynaamisen toimeksiantajan yksikkö (aakkosellinen)" + +#: inc/abstracttarget.class.php:101 +msgid "The form entity" +msgstr "Lomakkeen yksikkö" + +#: inc/abstracttarget.class.php:102 +msgid "Default entity of the validator" +msgstr "Vahvistajan oletusyksikkö" + +#: inc/abstracttarget.class.php:103 +msgid "Specific entity" +msgstr "Tietty yksikkö" + +#: inc/abstracttarget.class.php:104 +msgid "Default entity of a user type question answer" +msgstr "Oletusyksikkö käyttäjätyypin kysymyksen vastaukselle" + +#: inc/abstracttarget.class.php:105 +msgid "From a GLPI object > Entity type question answer" +msgstr "GLPI-objektista > Yksikkötyypin kysymyksen vastaukseen" + +#: inc/abstracttarget.class.php:116 +msgid "Always generated" +msgstr "" + +#: inc/abstracttarget.class.php:117 +msgid "Disabled unless" +msgstr "" + +#: inc/abstracttarget.class.php:118 +msgid "Generated unless" +msgstr "" + +#: inc/abstracttarget.class.php:129 +msgid "A target must be associated to a form." +msgstr "" + +#: inc/abstracttarget.class.php:134 +msgid "A target must be associated to an existing form." +msgstr "" + +#: inc/abstracttarget.class.php:139 +msgid "Name is required." +msgstr "" + +#: inc/abstracttarget.class.php:502 +msgid "Destination entity" +msgstr "" + +#: inc/abstracttarget.class.php:518 +msgid "User type question" +msgstr "Käyttäjätyyppinen kysymys" + +#: inc/abstracttarget.class.php:519 +msgid "Entity type question" +msgstr "Yksikkötyyppinen kysymys" + +#: inc/command/cleanticketscommand.class.php:53 +msgid "Searching for invalid items..." +msgstr "" + +#: inc/command/cleanticketscommand.class.php:61 +msgid "Done." +msgstr "" + +#: inc/command/cleanticketscommand.class.php:135 +msgid "Step 1: double encoded < and > signs." +msgstr "" + +#: inc/command/cleanticketscommand.class.php:146 +#: inc/command/cleanticketscommand.class.php:196 +#: inc/command/cleanticketscommand.class.php:260 +msgid "No invalid items found." +msgstr "" + +#: inc/command/cleanticketscommand.class.php:187 +msgid "Step 2: literal BR tag." +msgstr "" + +#: inc/command/cleanticketscommand.class.php:251 +msgid "Step 3: litteral > sign." +msgstr "" + +#: inc/filter/itilcategoryfilter.class.php:52 +#: inc/filter/itilcategoryfilter.class.php:54 +msgid "Request categories" +msgstr "Pyynnön luokat" + +#: inc/filter/itilcategoryfilter.class.php:53 +#: inc/filter/itilcategoryfilter.class.php:54 +msgid "Incident categories" +msgstr "Tapauksen luokat" + +#: inc/filter/itilcategoryfilter.class.php:55 +msgid "Change categories" +msgstr "" + +#: inc/supervisorvalidator.class.php:44 +msgid "Requester supervisor" +msgid_plural "Requester supervisors" +msgstr[0] "" +msgstr[1] "" + +#: inc/supervisorvalidator.class.php:52 +msgid "My supervisor" +msgstr "" + +#: inc/questionregex.class.php:52 +msgid "Question regular expression" +msgid_plural "Question regular expressions" +msgstr[0] "" +msgstr[1] "" + +#: inc/questiondependency.class.php:66 +msgid "Question dependency" +msgid_plural "Question dependencies" +msgstr[0] "" +msgstr[1] "" + +#: inc/answer.class.php:66 entrée standard:43 +msgid "Answer" +msgid_plural "Answers" +msgstr[0] "" +msgstr[1] "" + +#: inc/item_targetticket.class.php:52 +msgid "Composite ticket relation" +msgid_plural "Composite ticket relations" +msgstr[0] "" +msgstr[1] "" + +#: inc/targetticket.class.php:57 entrée standard:43 +msgid "Target ticket" +msgid_plural "Target tickets" +msgstr[0] "" +msgstr[1] "" + +#: inc/targetticket.class.php:100 +msgid "Specific asset" +msgstr "" + +#: inc/targetticket.class.php:101 inc/targetticket.class.php:117 +#: inc/abstractitiltarget.class.php:207 inc/abstractitiltarget.class.php:215 +#: inc/abstractitiltarget.class.php:223 inc/abstractitiltarget.class.php:231 +#: inc/abstractitiltarget.class.php:240 inc/abstractitiltarget.class.php:249 +msgid "Equals to the answer to the question" +msgstr "Vastaa kysymykseen annettavaan vastaukseen" + +#: inc/targetticket.class.php:102 inc/abstractitiltarget.class.php:232 +#: inc/abstractitiltarget.class.php:241 inc/abstractitiltarget.class.php:250 +msgid "Last valid answer" +msgstr "" + +#: inc/targetticket.class.php:108 +msgid "Source from template or user default or GLPI default" +msgstr "" + +#: inc/targetticket.class.php:109 +msgid "Formcreator" +msgstr "" + +#: inc/targetticket.class.php:115 +msgid "Default or from a template" +msgstr "" + +#: inc/targetticket.class.php:116 +msgid "Specific type" +msgstr "" + +#: inc/targetticket.class.php:189 entrée standard:48 +msgid "Ticket title" +msgstr "Tiketin otsikko" + +#: inc/targetticket.class.php:307 +msgid "Add validation message as first ticket followup" +msgstr "Lisää vahvistusviesti ensimmäiseksi tiketin seurantaan" + +#: inc/targetticket.class.php:341 +msgid "Add a field" +msgstr "" + +#: inc/targetticket.class.php:369 +msgid "Managed fields" +msgstr "" + +#: inc/targetticket.class.php:376 +msgid "No managed field" +msgstr "" + +#: inc/targetticket.class.php:396 +msgid "Link to an other ticket" +msgstr "Linkki toiseen tikettiin" + +#: inc/targetticket.class.php:405 +msgid "An other destination of this form" +msgstr "Toinen kohde tässä lomakkeessa" + +#: inc/targetticket.class.php:406 +msgid "An existing ticket" +msgstr "Olemassa oleva tiketti" + +#: inc/targetticket.class.php:407 +msgid "A ticket from an answer to a question" +msgstr "" + +#: inc/targetticket.class.php:488 +msgctxt "button" +msgid "Delete permanently" +msgstr "" + +#: inc/targetticket.class.php:743 +msgid "Invalid link type" +msgstr "Virheellinen linkkityyppi" + +#: inc/targetticket.class.php:763 +msgid "Invalid linked item type" +msgstr "Virheellinen linkitetyn kohteen tyyppi" + +#: inc/targetticket.class.php:776 +msgid "Linked item does not exists" +msgstr "Linkitetty kohde ei ole olemassa" + +#: inc/targetticket.class.php:789 +msgid "Failed to link the item" +msgstr "Kohteen linkittäminen epäonnistui" + +#: inc/targetticket.class.php:905 install/install.php:497 +msgid "Your form has been accepted by the validator" +msgstr "Vahvistaja on hyväksynyt lomakkeesi" + +#: inc/targetticket.class.php:1137 +msgid "Request source" +msgstr "" + +#: inc/targetticket.class.php:1162 +msgid "Type " +msgstr "" + +#: inc/targetticket.class.php:1190 +msgid "Associated elements" +msgstr "" + +#: inc/targetticket.class.php:1201 +msgid "Item " +msgstr "" + +#: inc/translation.class.php:153 +msgid "No more string to translate" +msgstr "" + +#: inc/translation.class.php:164 +msgid "Internal error: translatable string not found." +msgstr "" + +#: inc/translation.class.php:216 +msgid "Language not found." +msgstr "" + +#: inc/translation.class.php:236 +msgid "Failed to add the translation." +msgstr "" + +#: inc/abstractitiltarget.class.php:187 +msgid "Tags from questions" +msgstr "Tunnisteet kysymyksistä" + +#: inc/abstractitiltarget.class.php:188 +msgid "Specific tags" +msgstr "Tietyt tunnisteet" + +#: inc/abstractitiltarget.class.php:189 +msgid "Tags from questions and specific tags" +msgstr "Tunnisteet kysymyksistä sekä tietyt tunnisteet" + +#: inc/abstractitiltarget.class.php:190 +msgid "Tags from questions or specific tags" +msgstr "Tunnisteet kysymyksistä tai tietyt tunnisteet" + +#: inc/abstractitiltarget.class.php:196 +msgid "TTR from template or none" +msgstr "" + +#: inc/abstractitiltarget.class.php:197 +msgid "equals to the answer to the question" +msgstr "vastaa kysymyksen vastausta" + +#: inc/abstractitiltarget.class.php:198 +msgid "calculated from the ticket creation date" +msgstr "laskettu tiketin luontipäivästä" + +#: inc/abstractitiltarget.class.php:199 +msgid "calculated from the answer to the question" +msgstr "laskettu vastauksesta kysymykseen " + +#: inc/abstractitiltarget.class.php:205 +msgid "SLA from template or none" +msgstr "" + +#: inc/abstractitiltarget.class.php:206 +msgid "Specific SLA" +msgstr "" + +#: inc/abstractitiltarget.class.php:213 +msgid "OLA from template or none" +msgstr "" + +#: inc/abstractitiltarget.class.php:214 +msgid "Specific OLA" +msgstr "" + +#: inc/abstractitiltarget.class.php:221 +msgid "Urgency from template or Medium" +msgstr "Kiireellisyys mallista tai keskitaso" + +#: inc/abstractitiltarget.class.php:222 +msgid "Specific urgency" +msgstr "Tietty kiireellisyys" + +#: inc/abstractitiltarget.class.php:229 +msgid "Category from template or none" +msgstr "Kategoria mallista tai ei mitään" + +#: inc/abstractitiltarget.class.php:230 +msgid "Specific category" +msgstr "Tietty kategoria" + +#: inc/abstractitiltarget.class.php:238 +msgid "Location from template or none" +msgstr "Sijainti mallista tai ei mitään" + +#: inc/abstractitiltarget.class.php:239 +msgid "Specific location" +msgstr "Tietty sijainti" + +#: inc/abstractitiltarget.class.php:247 +msgid "Contract from template or none" +msgstr "" + +#: inc/abstractitiltarget.class.php:248 +msgid "Specific contract" +msgstr "" + +#: inc/abstractitiltarget.class.php:256 +msgid "No validation" +msgstr "" + +#: inc/abstractitiltarget.class.php:257 +msgid "Specific user or group" +msgstr "" + +#: inc/abstractitiltarget.class.php:258 +msgid "User from question answer" +msgstr "" + +#: inc/abstractitiltarget.class.php:259 +msgid "Group from question answer" +msgstr "" + +#: inc/abstractitiltarget.class.php:839 +msgid "Minute" +msgid_plural "Minutes" +msgstr[0] "" +msgstr[1] "" + +#: inc/abstractitiltarget.class.php:840 +msgid "Hour" +msgid_plural "Hours" +msgstr[0] "" +msgstr[1] "" + +#: inc/abstractitiltarget.class.php:841 +msgid "Day" +msgid_plural "Days" +msgstr[0] "" +msgstr[1] "" + +#: inc/abstractitiltarget.class.php:842 +msgid "Month" +msgid_plural "Months" +msgstr[0] "" +msgstr[1] "" + +#: inc/abstractitiltarget.class.php:874 +msgid "SLA (TTO/TTR)" +msgstr "" + +#: inc/abstractitiltarget.class.php:875 inc/abstractitiltarget.class.php:948 +msgid "Question (TTO/TTR)" +msgstr "" + +#: inc/abstractitiltarget.class.php:947 +msgid "OLA (TTO/TTR)" +msgstr "" + +#: inc/abstractitiltarget.class.php:1051 +msgid "Urgency " +msgstr "Kiireellisyys" + +#: inc/abstractitiltarget.class.php:1080 +msgid "Ticket tags" +msgstr "Tiketin tunnisteet" + +#: inc/abstractitiltarget.class.php:1128 +msgid "Tags" +msgstr "Tunnisteet" + +#: inc/abstractitiltarget.class.php:1247 +msgid "Location" +msgstr "" + +#: inc/abstractitiltarget.class.php:1259 +msgid "Location " +msgstr "Sijainti" + +#: inc/abstractitiltarget.class.php:1312 +msgid "Contract" +msgstr "" + +#: inc/abstractitiltarget.class.php:1324 +msgid "Contract " +msgstr "" + +#: inc/abstractitiltarget.class.php:1635 +msgid "The description cannot be empty!" +msgstr "Kuvaus ei voi olla tyhjä!" + +#: inc/abstractitiltarget.class.php:1811 +msgid "Watcher" +msgid_plural "Watchers" +msgstr[0] "" +msgstr[1] "" + +#: inc/abstractitiltarget.class.php:1830 +msgid "Cancel" +msgstr "Peruuta" + +#: inc/abstractitiltarget.class.php:2118 inc/abstractitiltarget.class.php:2548 +#: inc/abstractitiltarget.class.php:2552 +msgid "Email followup" +msgstr "" + +#: inc/abstractitiltarget.class.php:2149 inc/abstractitiltarget.class.php:2536 +msgid "User" +msgstr "" + +#: inc/abstractitiltarget.class.php:2160 inc/abstractitiltarget.class.php:2540 +msgid "Group" +msgstr "" + +#: inc/abstractitiltarget.class.php:2171 +msgid "Group from the object" +msgstr "" + +#: inc/abstractitiltarget.class.php:2177 +msgid "Tech group from the object" +msgstr "" + +#: inc/abstractitiltarget.class.php:2189 inc/abstractitiltarget.class.php:2544 +msgid "Supplier" +msgstr "" + +#: inc/abstractitiltarget.class.php:2548 +msgid "Yes" +msgstr "" + +#: install/install.php:163 +#, php-format +msgid "Upgrade tables to innoDB; run %s" +msgstr "" + +#: install/install.php:199 +#, php-format +msgid "" +"The database schema is not consistent with the previous version of " +"Formcreator %s. To see the logs run the command %s" +msgstr "" + +#: install/install.php:208 +#, php-format +msgid "To ignore the inconsistencies and upgrade anyway run %s" +msgstr "" + +#: install/install.php:225 +msgid "" +"Upgrade from version older than 2.5.0 is no longer supported. Please upgrade" +" to GLPI 9.5.7, upgrade Formcreator to version 2.12.5, then upgrade again to" +" GLPI 10 or later and Formcreator 2.13 or later." +msgstr "" + +#: install/install.php:251 +#, php-format +msgid "" +"A fatal error occured in the upgrade from %s! Upgrade aborted. Please check " +"logs to fix the problem then try again." +msgstr "" + +#: install/install.php:294 +#, php-format +msgid "" +"The database schema is not consistent with the current version of " +"Formcreator %s. To see the logs enable the plugin and run the command %s" +msgstr "" + +#: install/install.php:305 +msgid "The tables of the plugin passed the schema integrity check." +msgstr "" + +#: install/install.php:478 +msgid "A form has been created" +msgstr "Lomake on luotu" + +#: install/install.php:479 +msgid "Your request has been saved" +msgstr "Pyyntösi on tallennettu" + +#: install/install.php:480 +msgid "" +"Hi,\\nYour request from GLPI has been successfully saved with number " +"##formcreator.request_id## and transmitted to the helpdesk team.\\nYou can " +"see your answers onto the following link:\\n##formcreator.validation_link##" +msgstr "" +"Hei, \\nGLPI:n pyyntösi on tallennettu numerolla ## formcreator.request_id##" +" ja lähetetty helpdesk-tiimiin. \\nVoit nähdä vastauksesi seuraavasta " +"linkistä: \\n## formcreator.validation_link##" + +#: install/install.php:484 +msgid "A form need validation" +msgstr "" + +#: install/install.php:485 +msgid "A form from GLPI need to be validated" +msgstr "" + +#: install/install.php:486 +msgid "" +"Hi,\\nA form from GLPI need to be validated and you have been choosen as the" +" validator.\\nYou can access it by clicking onto this " +"link:\\n##formcreator.validation_link##" +msgstr "" + +#: install/install.php:491 +msgid "Your form has been refused by the validator" +msgstr "Vahvistaja on hylännyt lomakkeesi" + +#: install/install.php:492 +msgid "" +"Hi,\\nWe are sorry to inform you that your form has been refused by the " +"validator for the reason " +"below:\\n##formcreator.validation_comment##\\n\\nYou can still modify and " +"resubmit it by clicking onto this link:\\n##formcreator.validation_link##" +msgstr "" +"Hei,\\nPahoittelemme, että vahvistaja on hylännyt lomakkeesi seuraavasta " +"syystä:\\n##formcreator.validation_comment##\\n\\nVoit edelleen muokata " +"lomaketta ja lähettää sen uudelleen napsauttamalla tätä " +"linkkiä:\\n##formcreator.validation_link##" + +#: install/install.php:498 +msgid "" +"Hi,\\nWe are pleased to inform you that your form has been accepted by the " +"validator.\\nYour request will be considered soon." +msgstr "" +"Hei,\\nMeillä on ilo ilmoittaa, että häväksyjä on hyväksynyt " +"lomakkeenne.\\nPyyntösi käsitellään pian." + +#: install/install.php:503 +msgid "Your form has been deleted by an administrator" +msgstr "Järjestelmänvalvoja on poistanut lomakkeen" + +#: install/install.php:504 +msgid "" +"Hi,\\nWe are sorry to inform you that your request cannot be considered and " +"has been deleted by an administrator." +msgstr "" +"Hei,\\nPahoittelemme, että pyyntöäsi ei voida ottaa huomioon, ja " +"järjestelmänvalvoja on poistanut sen." + +#: install/install.php:732 +msgid "Formcreator - Sync service catalog issues" +msgstr "Formcreator - Synkronoi palveluluettelon teemat" + +#: install/install.php:945 +msgid "Failed to check the sanity of the tables!" +msgstr "" + +#: install/install.php:959 +#, php-format +msgid "Table schema differs for table \"%s\"." +msgstr "" + +#: install/install.php:962 +#, php-format +msgid "Table \"%s\" is missing." +msgstr "" + +#: install/install.php:965 +#, php-format +msgid "Unknown table \"%s\" has been found in database." +msgstr "" + +#: hook.php:439 +msgctxt "button" +msgid "Duplicate" +msgstr "Monista" + +#: hook.php:440 +msgid "Transfer" +msgstr "" + +#: hook.php:441 +msgctxt "button" +msgid "Export" +msgstr "" + +#: hook.php:442 +msgctxt "button" +msgid "Access rights" +msgstr "" + +#: hook.php:756 +msgid "Cancel my ticket" +msgstr "" + +#: hook.php:774 +msgid "Old" +msgstr "" + +#: hook.php:781 +#, php-format +msgid "Number of %s" +msgstr "" + +#: hook.php:798 +msgid "Issues summary" +msgstr "" + +#: hook.php:843 +msgid "" +"Formcreator's mini dashboard not usable as default. This Setting has been " +"ignored." +msgstr "" + +#: js/scripts.js:300 +msgid "No form found. Please choose a form below instead." +msgstr "" + +#: js/scripts.js:302 +msgid "No form found." +msgstr "" + +#: js/scripts.js:306 +msgid "No FAQ item found." +msgstr "" + +#: js/scripts.js:707 +msgid "Are you sure you want to delete this question?" +msgstr "Haluatko varmasti poistaa tämän kysymyksen?" + +#: js/scripts.js:917 +msgid "Are you sure you want to delete this section?" +msgstr "Haluatko varmasti poistaa tämän osion?" + +#: js/scripts.js:1161 +msgid "Add translations" +msgstr "" + +#: js/scripts.js:1300 js/scripts.js:1324 +msgid "An error occured while querying forms" +msgstr "Lomakkeen kyselyssä tapahtui virhe" + +#: js/scripts.js:1416 entrée standard:139 +msgid "Send" +msgstr "" + +#: js/scripts.js:1425 +msgid "An internal error occurred. Please report it to administrator." +msgstr "" + +#: js/scripts.js:1468 +msgid "Are you sure you want to delete this validator ?" +msgstr "" + +#: js/scripts.js:1520 +msgid "Are you sure you want to duplicate this target?" +msgstr "" + +#: js/scripts.js:1537 +msgid "Are you sure you want to delete this target?" +msgstr "" + +#: entrée standard:57 standard:61 standard:60 standard:59 standard:43 +#: standard:69 standard:52 standard:76 +msgid "Default values" +msgstr "" + +#: entrée standard:52 standard:59 standard:58 +msgid "Show empty" +msgstr "Näytä tyhjä" + +#: entrée standard:39 +msgid "LDAP directory" +msgid_plural "LDAP directories" +msgstr[0] "" +msgstr[1] "" + +#: entrée standard:78 +msgid "Attribute" +msgstr "Ominaisuus" + +#: entrée standard:70 standard:68 +msgid "Values" +msgstr "Arvot" + +#: entrée standard:90 +msgid "Show ticket categories" +msgstr "Näytä tikettien luokat" + +#: entrée standard:146 standard:118 +msgid "Selectable root" +msgstr "" + +#: entrée standard:38 +msgid "GLPI object" +msgid_plural "GLPI objects" +msgstr[0] "" +msgstr[1] "" + +#: entrée standard:63 +msgid "Direct access on homepage" +msgstr "Suora pääsy kotisivulla" + +#: entrée standard:86 +msgid "Default form in service catalog" +msgstr "Oletuslomake palveluluettelossa" + +#: entrée standard:113 standard:114 +msgid "Are you a robot ?" +msgstr "" + +#: entrée standard:64 +msgid "Condition to show the section" +msgstr "" + +#: entrée standard:40 +msgid "Condition to generate the target" +msgstr "" + +#: entrée standard:40 +msgid "General" +msgstr "" + +#: entrée standard:45 +msgid "validation percent" +msgstr "" + +#: entrée standard:52 +msgid "Add a validator" +msgstr "" + +#: entrée standard:57 standard:36 +msgid "Validation level" +msgstr "" + +#: entrée standard:73 +msgid "Validator type" +msgstr "" + +#: entrée standard:98 +msgid "Validators" +msgstr "" + +#: entrée standard:106 standard:5 +msgid "Actions" +msgstr "" + +#: entrée standard:54 +msgid "Impacts" +msgstr "" + +#: entrée standard:62 +msgid "Checklist" +msgstr "" + +#: entrée standard:36 +msgid "Answers title" +msgstr "" + +#: entrée standard:45 +msgid "Add a section" +msgstr "Lisää osio" + +#: entrée standard:55 +msgid "Condition to show the submit button" +msgstr "" + +#: entrée standard:33 +msgid "No form answer yet" +msgstr "" + +#: entrée standard:38 +#, php-format +msgid "%s latest items" +msgstr "" + +#: entrée standard:54 +msgid "Please activate the form to view the link" +msgstr "" + +#: entrée standard:63 +msgid "Enable captcha" +msgstr "" + +#: entrée standard:79 +msgid "Restricted to" +msgstr "" + +#: entrée standard:83 +msgid "Add a question" +msgstr "Lisää kysymys" + +#: entrée standard:39 +msgid "List of available tags" +msgstr "" + +#: entrée standard:42 +msgid "Title" +msgstr "" + +#: entrée standard:47 +msgid "Full form" +msgstr "Täysi lomake" + +#: entrée standard:37 +msgid "Validation status" +msgstr "" + +#: entrée standard:36 +#, php-format +msgid "My %1$d last forms (requester)" +msgstr "" + +#: entrée standard:39 +msgid "No form posted yet" +msgstr "Lomaketta ei ole vielä lähetetty" + +#: entrée standard:63 +msgid "All my forms (requester)" +msgstr "Kaikki lomakkeeni (toimeksiantaja)" + +#: entrée standard:36 +#, php-format +msgid "My %1$d last forms (validator)" +msgstr "" + +#: entrée standard:63 +msgid "All my forms (validator)" +msgstr "Kaikki lomakkeeni (vahvistaja)" + +#: entrée standard:42 +msgid "Min" +msgstr "Min" + +#: entrée standard:53 +msgid "Max" +msgstr "Max" diff --git a/locales/fr_CA.mo b/locales/fr_CA.mo index 2a415c0b4..1e6ac28cb 100644 Binary files a/locales/fr_CA.mo and b/locales/fr_CA.mo differ diff --git a/locales/fr_CA.po b/locales/fr_CA.po index 7939389f7..02d89b47b 100644 --- a/locales/fr_CA.po +++ b/locales/fr_CA.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-30 14:13+0200\n" +"POT-Creation-Date: 2023-05-31 16:21+0200\n" "PO-Revision-Date: 2022-06-15 12:10+0000\n" "Last-Translator: Thierry Bugier , 2023\n" "Language-Team: French (Canada) (https://app.transifex.com/teclib/teams/28042/fr_CA/)\n" @@ -181,16 +181,15 @@ msgid "Textarea" msgstr "Zone de texte" #: inc/field/textareafield.class.php:249 inc/field/dropdownfield.class.php:594 -#: inc/field/ldapselectfield.class.php:115 inc/field/textfield.class.php:126 +#: inc/field/ldapselectfield.class.php:115 #: inc/field/urgencyfield.class.php:166 inc/field/tagfield.class.php:166 #: inc/field/timefield.class.php:114 inc/field/fieldsfield.class.php:489 #: inc/field/requesttypefield.class.php:161 msgid "A required field is empty:" msgstr "Un champ obligatoire est vide :" -#: inc/field/textareafield.class.php:267 inc/field/textfield.class.php:179 -#: inc/field/integerfield.class.php:112 inc/field/floatfield.class.php:194 -#: inc/conditionnabletrait.class.php:70 +#: inc/field/textareafield.class.php:267 inc/field/integerfield.class.php:112 +#: inc/field/floatfield.class.php:194 inc/conditionnabletrait.class.php:70 msgid "The regular expression is invalid" msgstr "L'expression régulière n'est pas valide" @@ -252,45 +251,12 @@ msgstr "Annuaire LDAP non défini !" msgid "LDAP directory not found!" msgstr "Annuaire LDAP introuvable !" -#: inc/field/textfield.class.php:147 inc/field/integerfield.class.php:71 -#: inc/field/floatfield.class.php:156 -#, php-format -msgid "Specific format does not match: %s" -msgstr "Le format spécifique ne correspond pas : %s" - -#: inc/field/textfield.class.php:156 -#, php-format -msgid "The text is too short (minimum %d characters): %s" -msgstr "Le texte est trop court (minimum %d caractères) : %s" - -#: inc/field/textfield.class.php:161 -#, php-format -msgid "The text is too long (maximum %d characters): %s" -msgstr "Le texte est trop long (maximum %d caractères) : %s" - -#: inc/field/textfield.class.php:169 -msgid "Text" -msgstr "Texte" - -#: inc/field/textfield.class.php:218 inc/field/floatfield.class.php:235 -#: inc/questionregex.class.php:62 entrée standard:42 -msgid "Regular expression" -msgstr "Expression régulière" - -#: inc/field/textfield.class.php:223 inc/field/floatfield.class.php:240 -msgid "Range" -msgstr "Étendue" - -#: inc/field/textfield.class.php:229 inc/field/floatfield.class.php:246 -msgid "Additional validation" -msgstr "Validation supplémentaire" - #: inc/field/radiosfield.class.php:108 msgid "Radios" msgstr "Boutons radio" -#: inc/field/radiosfield.class.php:114 inc/field/glpiselectfield.class.php:112 -#: inc/field/fieldsfield.class.php:513 inc/field/checkboxesfield.class.php:245 +#: inc/field/radiosfield.class.php:114 inc/field/fieldsfield.class.php:513 +#: inc/field/checkboxesfield.class.php:245 msgid "The field value is required:" msgstr "La valeur du champ est obligatoire :" @@ -307,6 +273,11 @@ msgstr "Un champ obligatoire est vide: %s" msgid "This is not an integer: %s" msgstr "Ce n'est pas un nombre entier : %s" +#: inc/field/integerfield.class.php:71 inc/field/floatfield.class.php:156 +#, php-format +msgid "Specific format does not match: %s" +msgstr "Le format spécifique ne correspond pas : %s" + #: inc/field/integerfield.class.php:85 inc/field/floatfield.class.php:167 #, php-format msgid "The following number must be greater than %d: %s" @@ -372,13 +343,6 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: inc/field/glpiselectfield.class.php:97 entrée standard:38 -msgid "GLPI object" -msgid_plural "GLPI objects" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" - #: inc/field/hostnamefield.class.php:116 msgid "Hostname" msgid_plural "Hostnames" @@ -517,6 +481,19 @@ msgstr "Ce n'est pas un nombre: %s" msgid "Decimal number" msgstr "" +#: inc/field/floatfield.class.php:235 inc/questionregex.class.php:62 entrée +#: standard:42 +msgid "Regular expression" +msgstr "Expression régulière" + +#: inc/field/floatfield.class.php:240 +msgid "Range" +msgstr "Étendue" + +#: inc/field/floatfield.class.php:246 +msgid "Additional validation" +msgstr "Validation supplémentaire" + #: inc/field/datefield.class.php:137 msgid "Date" msgstr "Date" @@ -574,7 +551,7 @@ msgstr "Affiché par défaut, sauf si" #: inc/form.class.php:1908 inc/targetchange.class.php:304 #: inc/questionfilter.class.php:222 inc/section.class.php:381 #: inc/restrictedformcriteria.class.php:200 inc/question.class.php:867 -#: inc/questionparameter/range.class.php:202 inc/questionregex.class.php:188 +#: inc/questionparameter/range.class.php:198 inc/questionregex.class.php:188 #: inc/questiondependency.class.php:196 inc/item_targetticket.class.php:154 #: inc/targetticket.class.php:1461 #, php-format @@ -587,7 +564,7 @@ msgstr "Échec de l'ajout ou de la modification de %1$s %2$s" #: inc/form.class.php:1569 inc/targetchange.class.php:149 #: inc/questionfilter.class.php:154 inc/section.class.php:406 #: inc/restrictedformcriteria.class.php:226 inc/question.class.php:894 -#: inc/questionparameter/range.class.php:137 inc/questionregex.class.php:120 +#: inc/questionparameter/range.class.php:133 inc/questionregex.class.php:120 #: inc/questiondependency.class.php:211 inc/item_targetticket.class.php:64 #: inc/targetticket.class.php:1500 #, php-format @@ -774,38 +751,38 @@ msgstr "" msgid "Ticket technician" msgstr "" -#: inc/issue.class.php:1465 +#: inc/issue.class.php:1469 #, php-format msgid "%1$s %2$s" msgstr "%1$s %2$s" -#: inc/issue.class.php:1723 inc/filter/itilcategoryfilter.class.php:56 +#: inc/issue.class.php:1727 inc/filter/itilcategoryfilter.class.php:56 #: hook.php:766 msgid "All" msgstr "Tous" -#: inc/issue.class.php:1729 hook.php:767 +#: inc/issue.class.php:1733 hook.php:767 msgid "New" msgstr "Nouveau" -#: inc/issue.class.php:1735 hook.php:768 +#: inc/issue.class.php:1739 hook.php:768 msgid "Assigned" msgstr "Assigné" -#: inc/issue.class.php:1741 inc/formanswer.class.php:78 +#: inc/issue.class.php:1745 inc/formanswer.class.php:78 #: inc/form_validator.class.php:70 hook.php:769 msgid "Waiting" msgstr "En attente" -#: inc/issue.class.php:1747 hook.php:770 +#: inc/issue.class.php:1751 hook.php:770 msgid "To validate" msgstr "À valider" -#: inc/issue.class.php:1753 hook.php:771 +#: inc/issue.class.php:1757 hook.php:771 msgid "Solved" msgstr "Résolu" -#: inc/issue.class.php:1759 hook.php:772 +#: inc/issue.class.php:1763 hook.php:772 msgid "Closed" msgstr "Fermé" @@ -1099,15 +1076,15 @@ msgstr "" msgid "Cannot generate targets!" msgstr "Impossible de générer les cibles !" -#: inc/formanswer.class.php:1512 +#: inc/formanswer.class.php:1511 msgid "No captcha set." msgstr "" -#: inc/formanswer.class.php:1518 +#: inc/formanswer.class.php:1517 msgid "You failed the captcha test." msgstr "" -#: inc/formanswer.class.php:1541 +#: inc/formanswer.class.php:1540 msgid "You must select validator!" msgstr "Vous devez définir un valideur !" @@ -2635,6 +2612,13 @@ msgstr "Afficher les catégories du ticket" msgid "Selectable root" msgstr "Racine sélectionnable" +#: entrée standard:38 +msgid "GLPI object" +msgid_plural "GLPI objects" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + #: entrée standard:63 msgid "Direct access on homepage" msgstr "Accès direct depuis la page d'accueil" diff --git a/locales/fr_FR.mo b/locales/fr_FR.mo index b06150fad..1c7aeecaf 100644 Binary files a/locales/fr_FR.mo and b/locales/fr_FR.mo differ diff --git a/locales/fr_FR.po b/locales/fr_FR.po index ba131b278..83556702a 100644 --- a/locales/fr_FR.po +++ b/locales/fr_FR.po @@ -18,7 +18,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-30 14:13+0200\n" +"POT-Creation-Date: 2023-05-31 16:21+0200\n" "PO-Revision-Date: 2022-06-15 12:10+0000\n" "Last-Translator: Thierry Bugier , 2023\n" "Language-Team: French (France) (https://app.transifex.com/teclib/teams/28042/fr_FR/)\n" @@ -186,16 +186,15 @@ msgid "Textarea" msgstr "Zone de texte" #: inc/field/textareafield.class.php:249 inc/field/dropdownfield.class.php:594 -#: inc/field/ldapselectfield.class.php:115 inc/field/textfield.class.php:126 +#: inc/field/ldapselectfield.class.php:115 #: inc/field/urgencyfield.class.php:166 inc/field/tagfield.class.php:166 #: inc/field/timefield.class.php:114 inc/field/fieldsfield.class.php:489 #: inc/field/requesttypefield.class.php:161 msgid "A required field is empty:" msgstr "Un champ obligatoire est vide :" -#: inc/field/textareafield.class.php:267 inc/field/textfield.class.php:179 -#: inc/field/integerfield.class.php:112 inc/field/floatfield.class.php:194 -#: inc/conditionnabletrait.class.php:70 +#: inc/field/textareafield.class.php:267 inc/field/integerfield.class.php:112 +#: inc/field/floatfield.class.php:194 inc/conditionnabletrait.class.php:70 msgid "The regular expression is invalid" msgstr "L'expression régulière n'est pas valide" @@ -257,45 +256,12 @@ msgstr "Annuaire LDAP non défini !" msgid "LDAP directory not found!" msgstr "Annuaire LDAP introuvable !" -#: inc/field/textfield.class.php:147 inc/field/integerfield.class.php:71 -#: inc/field/floatfield.class.php:156 -#, php-format -msgid "Specific format does not match: %s" -msgstr "Le format spécifique ne correspond pas : %s" - -#: inc/field/textfield.class.php:156 -#, php-format -msgid "The text is too short (minimum %d characters): %s" -msgstr "Le texte est trop court (minimum %d caractères) : %s" - -#: inc/field/textfield.class.php:161 -#, php-format -msgid "The text is too long (maximum %d characters): %s" -msgstr "Le texte est trop long (maximum %d caractères) : %s" - -#: inc/field/textfield.class.php:169 -msgid "Text" -msgstr "Texte" - -#: inc/field/textfield.class.php:218 inc/field/floatfield.class.php:235 -#: inc/questionregex.class.php:62 entrée standard:42 -msgid "Regular expression" -msgstr "Expression régulière" - -#: inc/field/textfield.class.php:223 inc/field/floatfield.class.php:240 -msgid "Range" -msgstr "Taille" - -#: inc/field/textfield.class.php:229 inc/field/floatfield.class.php:246 -msgid "Additional validation" -msgstr "Validation supplémentaire" - #: inc/field/radiosfield.class.php:108 msgid "Radios" msgstr "Boutons radio" -#: inc/field/radiosfield.class.php:114 inc/field/glpiselectfield.class.php:112 -#: inc/field/fieldsfield.class.php:513 inc/field/checkboxesfield.class.php:245 +#: inc/field/radiosfield.class.php:114 inc/field/fieldsfield.class.php:513 +#: inc/field/checkboxesfield.class.php:245 msgid "The field value is required:" msgstr "La valeur du champ est obligatoire :" @@ -312,6 +278,11 @@ msgstr "Un champ obligatoire est vide: %s" msgid "This is not an integer: %s" msgstr "Ce n'est pas un nombre entier : %s" +#: inc/field/integerfield.class.php:71 inc/field/floatfield.class.php:156 +#, php-format +msgid "Specific format does not match: %s" +msgstr "Le format spécifique ne correspond pas : %s" + #: inc/field/integerfield.class.php:85 inc/field/floatfield.class.php:167 #, php-format msgid "The following number must be greater than %d: %s" @@ -377,13 +348,6 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: inc/field/glpiselectfield.class.php:97 entrée standard:38 -msgid "GLPI object" -msgid_plural "GLPI objects" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" - #: inc/field/hostnamefield.class.php:116 msgid "Hostname" msgid_plural "Hostnames" @@ -522,6 +486,19 @@ msgstr "Ce n'est pas un nombre: %s" msgid "Decimal number" msgstr "Nombre décimal" +#: inc/field/floatfield.class.php:235 inc/questionregex.class.php:62 entrée +#: standard:42 +msgid "Regular expression" +msgstr "Expression régulière" + +#: inc/field/floatfield.class.php:240 +msgid "Range" +msgstr "Taille" + +#: inc/field/floatfield.class.php:246 +msgid "Additional validation" +msgstr "Validation supplémentaire" + #: inc/field/datefield.class.php:137 msgid "Date" msgstr "Date" @@ -579,7 +556,7 @@ msgstr "Affiché par défaut, sauf si" #: inc/form.class.php:1908 inc/targetchange.class.php:304 #: inc/questionfilter.class.php:222 inc/section.class.php:381 #: inc/restrictedformcriteria.class.php:200 inc/question.class.php:867 -#: inc/questionparameter/range.class.php:202 inc/questionregex.class.php:188 +#: inc/questionparameter/range.class.php:198 inc/questionregex.class.php:188 #: inc/questiondependency.class.php:196 inc/item_targetticket.class.php:154 #: inc/targetticket.class.php:1461 #, php-format @@ -592,7 +569,7 @@ msgstr "Échec à l'ajout ou la modification de %1$s %2$s" #: inc/form.class.php:1569 inc/targetchange.class.php:149 #: inc/questionfilter.class.php:154 inc/section.class.php:406 #: inc/restrictedformcriteria.class.php:226 inc/question.class.php:894 -#: inc/questionparameter/range.class.php:137 inc/questionregex.class.php:120 +#: inc/questionparameter/range.class.php:133 inc/questionregex.class.php:120 #: inc/questiondependency.class.php:211 inc/item_targetticket.class.php:64 #: inc/targetticket.class.php:1500 #, php-format @@ -779,38 +756,38 @@ msgstr "Observateur du ticket" msgid "Ticket technician" msgstr "Technicien du ticket" -#: inc/issue.class.php:1465 +#: inc/issue.class.php:1469 #, php-format msgid "%1$s %2$s" msgstr "%1$s %2$s" -#: inc/issue.class.php:1723 inc/filter/itilcategoryfilter.class.php:56 +#: inc/issue.class.php:1727 inc/filter/itilcategoryfilter.class.php:56 #: hook.php:766 msgid "All" msgstr "Tous" -#: inc/issue.class.php:1729 hook.php:767 +#: inc/issue.class.php:1733 hook.php:767 msgid "New" msgstr "Nouveau" -#: inc/issue.class.php:1735 hook.php:768 +#: inc/issue.class.php:1739 hook.php:768 msgid "Assigned" msgstr "Assigné" -#: inc/issue.class.php:1741 inc/formanswer.class.php:78 +#: inc/issue.class.php:1745 inc/formanswer.class.php:78 #: inc/form_validator.class.php:70 hook.php:769 msgid "Waiting" msgstr "En attente" -#: inc/issue.class.php:1747 hook.php:770 +#: inc/issue.class.php:1751 hook.php:770 msgid "To validate" msgstr "À valider" -#: inc/issue.class.php:1753 hook.php:771 +#: inc/issue.class.php:1757 hook.php:771 msgid "Solved" msgstr "Résolu" -#: inc/issue.class.php:1759 hook.php:772 +#: inc/issue.class.php:1763 hook.php:772 msgid "Closed" msgstr "Fermé" @@ -1106,15 +1083,15 @@ msgstr "" msgid "Cannot generate targets!" msgstr "Impossible de générer les destinations !" -#: inc/formanswer.class.php:1512 +#: inc/formanswer.class.php:1511 msgid "No captcha set." msgstr "" -#: inc/formanswer.class.php:1518 +#: inc/formanswer.class.php:1517 msgid "You failed the captcha test." msgstr "" -#: inc/formanswer.class.php:1541 +#: inc/formanswer.class.php:1540 msgid "You must select validator!" msgstr "Vous devez définir un valideur !" @@ -2656,6 +2633,13 @@ msgstr "Afficher les catégories de tickets" msgid "Selectable root" msgstr "Racine sélectionnable" +#: entrée standard:38 +msgid "GLPI object" +msgid_plural "GLPI objects" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + #: entrée standard:63 msgid "Direct access on homepage" msgstr "Accès direct depuis la page d'accueil" diff --git a/locales/glpi.pot b/locales/glpi.pot index 83c0008f9..0d64201a8 100644 --- a/locales/glpi.pot +++ b/locales/glpi.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-31 16:21+0200\n" +"POT-Creation-Date: 2023-11-14 13:59+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -100,7 +100,7 @@ msgstr "" #: front/wizardreminders.php:49 front/wizardreminders.php:51 #: front/wizard.php:45 front/wizard.php:50 front/wizardfeeds.php:49 #: front/wizardfeeds.php:51 front/issue.php:44 front/issue.php:50 -#: front/formanswer.php:44 front/reservation.php:46 front/reservation.php:48 +#: front/formanswer.php:46 front/reservation.php:46 front/reservation.php:48 #: front/knowbaseitem.form.php:48 front/knowbaseitem.form.php:50 #: front/reservationitem.php:42 front/reservationitem.php:44 #: front/formanswer.form.php:74 front/reservation.form.php:46 @@ -123,24 +123,23 @@ msgid "Bad request while deleting an actor." msgstr "" #: front/targetticket.form.php:95 front/targetchange.form.php:81 -#: front/formanswer.php:47 front/targetproblem.form.php:81 -#: front/formanswer.form.php:77 front/form.php:43 inc/common.class.php:654 -#: inc/common.class.php:661 +#: front/formanswer.php:49 front/targetproblem.form.php:81 front/form.php:43 +#: inc/common.class.php:632 inc/common.class.php:639 msgid "Form Creator" msgstr "" -#: front/targetticket.form.php:105 front/targetchange.form.php:90 -#: front/targetproblem.form.php:90 +#: front/targetticket.form.php:105 front/targetchange.form.php:91 +#: front/targetproblem.form.php:91 #, php-format msgid "%1$s = %2$s" msgstr "" -#: front/formlist.php:46 front/formlist.php:52 inc/common.class.php:648 +#: front/formlist.php:46 front/formlist.php:52 inc/common.class.php:626 msgid "Form list" msgstr "" -#: front/formdisplay.php:90 inc/formanswer.class.php:1077 -#: inc/formanswer.class.php:1325 inc/formanswer.class.php:1376 +#: front/formdisplay.php:90 inc/formanswer.class.php:1083 +#: inc/formanswer.class.php:1331 inc/formanswer.class.php:1382 msgid "The form has been successfully saved!" msgstr "" @@ -170,60 +169,62 @@ msgstr "" msgid "Please, describe your need here" msgstr "" -#: inc/field/textareafield.class.php:186 +#: inc/field/textareafield.class.php:177 msgid "Textarea" msgstr "" -#: inc/field/textareafield.class.php:249 inc/field/dropdownfield.class.php:594 -#: inc/field/ldapselectfield.class.php:115 inc/field/urgencyfield.class.php:166 -#: inc/field/tagfield.class.php:166 inc/field/timefield.class.php:114 -#: inc/field/fieldsfield.class.php:489 inc/field/requesttypefield.class.php:161 +#: inc/field/textareafield.class.php:240 inc/field/dropdownfield.class.php:597 +#: inc/field/ldapselectfield.class.php:115 inc/field/textfield.class.php:126 +#: inc/field/urgencyfield.class.php:166 inc/field/tagfield.class.php:166 +#: inc/field/timefield.class.php:114 inc/field/fieldsfield.class.php:489 +#: inc/field/requesttypefield.class.php:161 msgid "A required field is empty:" msgstr "" -#: inc/field/textareafield.class.php:267 inc/field/integerfield.class.php:112 -#: inc/field/floatfield.class.php:194 inc/conditionnabletrait.class.php:70 +#: inc/field/textareafield.class.php:258 inc/field/textfield.class.php:179 +#: inc/field/integerfield.class.php:82 inc/field/floatfield.class.php:198 +#: inc/conditionnabletrait.class.php:70 msgid "The regular expression is invalid" msgstr "" -#: inc/field/dropdownfield.class.php:81 inc/filter/entityfilter.class.php:48 +#: inc/field/dropdownfield.class.php:82 inc/filter/entityfilter.class.php:48 msgid "User and form" msgstr "" -#: inc/field/dropdownfield.class.php:87 +#: inc/field/dropdownfield.class.php:88 msgid "Search filter" msgstr "" -#: inc/field/dropdownfield.class.php:585 entrée standard:38 +#: inc/field/dropdownfield.class.php:588 entrée standard:38 msgid "Dropdown" msgid_plural "Dropdowns" msgstr[0] "" msgstr[1] "" -#: inc/field/dropdownfield.class.php:616 +#: inc/field/dropdownfield.class.php:619 msgid "Invalid value for " msgstr "" -#: inc/field/dropdownfield.class.php:628 +#: inc/field/dropdownfield.class.php:632 #, php-format msgid "The itemtype field is required: %s" msgstr "" -#: inc/field/dropdownfield.class.php:644 +#: inc/field/dropdownfield.class.php:648 #, php-format msgid "Invalid dropdown type: %s" msgstr "" -#: inc/field/dropdownfield.class.php:704 inc/questionfilter.class.php:62 +#: inc/field/dropdownfield.class.php:709 inc/questionfilter.class.php:62 #: entrée standard:68 msgid "Filter" msgstr "" -#: inc/field/dropdownfield.class.php:987 entrée standard:162 standard:134 +#: inc/field/dropdownfield.class.php:999 entrée standard:162 standard:134 msgid "Entity restriction" msgstr "" -#: inc/field/dropdownfield.class.php:996 +#: inc/field/dropdownfield.class.php:1008 msgid "" "To respect the GLPI entity system, \"Form\" should be selected. Others " "settings will break the entity restrictions" @@ -241,44 +242,76 @@ msgstr "" msgid "LDAP directory not found!" msgstr "" -#: inc/field/radiosfield.class.php:108 -msgid "Radios" +#: inc/field/ldapselectfield.class.php:155 +msgid "LDAP attribute is required!" msgstr "" -#: inc/field/radiosfield.class.php:114 inc/field/fieldsfield.class.php:513 -#: inc/field/checkboxesfield.class.php:245 -msgid "The field value is required:" +#: inc/field/textfield.class.php:147 inc/field/floatfield.class.php:157 +#, php-format +msgid "Specific format does not match: %s" msgstr "" -#: inc/field/radiosfield.class.php:192 inc/field/selectfield.class.php:104 -#: inc/field/datetimefield.class.php:119 inc/field/actorfield.class.php:258 -#: inc/field/checkboxesfield.class.php:191 inc/field/floatfield.class.php:125 -#: inc/field/datefield.class.php:116 +#: inc/field/textfield.class.php:156 #, php-format -msgid "A required field is empty: %s" +msgid "The text is too short (minimum %d characters): %s" msgstr "" -#: inc/field/integerfield.class.php:59 +#: inc/field/textfield.class.php:161 #, php-format -msgid "This is not an integer: %s" +msgid "The text is too long (maximum %d characters): %s" +msgstr "" + +#: inc/field/textfield.class.php:169 +msgid "Text" +msgstr "" + +#: inc/field/textfield.class.php:218 inc/field/floatfield.class.php:239 +#: inc/questionregex.class.php:62 entrée standard:42 +msgid "Regular expression" +msgstr "" + +#: inc/field/textfield.class.php:223 inc/field/floatfield.class.php:244 +msgid "Range" +msgstr "" + +#: inc/field/textfield.class.php:229 inc/field/floatfield.class.php:250 +msgid "Additional validation" +msgstr "" + +#: inc/field/radiosfield.class.php:109 +msgid "Radios" +msgstr "" + +#: inc/field/radiosfield.class.php:117 inc/field/checkboxesfield.class.php:257 +msgid "The field value is required." +msgstr "" + +#: inc/field/radiosfield.class.php:128 +msgid "Only one default value is allowed." +msgstr "" + +#: inc/field/radiosfield.class.php:139 +msgid "The default value is not in the list of available values." msgstr "" -#: inc/field/integerfield.class.php:71 inc/field/floatfield.class.php:156 +#: inc/field/radiosfield.class.php:216 inc/field/selectfield.class.php:106 +#: inc/field/datetimefield.class.php:120 inc/field/actorfield.class.php:258 +#: inc/field/checkboxesfield.class.php:191 inc/field/floatfield.class.php:125 #, php-format -msgid "Specific format does not match: %s" +msgid "A required field is empty: %s" msgstr "" -#: inc/field/integerfield.class.php:85 inc/field/floatfield.class.php:167 +#: inc/field/radiosfield.class.php:235 inc/field/selectfield.class.php:124 #, php-format -msgid "The following number must be greater than %d: %s" +msgid "This value %1$s is not allowed: %2$s" msgstr "" -#: inc/field/integerfield.class.php:91 inc/field/floatfield.class.php:173 +#: inc/field/integerfield.class.php:60 #, php-format -msgid "The following number must be lower than %d: %s" +msgid "This is not an integer: %s" msgstr "" -#: inc/field/integerfield.class.php:101 +#: inc/field/integerfield.class.php:71 msgid "Integer" msgstr "" @@ -292,7 +325,7 @@ msgid_plural "IP addresses" msgstr[0] "" msgstr[1] "" -#: inc/field/urgencyfield.class.php:86 inc/abstractitiltarget.class.php:1040 +#: inc/field/urgencyfield.class.php:86 inc/abstractitiltarget.class.php:1012 msgid "Urgency" msgstr "" @@ -331,6 +364,16 @@ msgid_plural "Tags" msgstr[0] "" msgstr[1] "" +#: inc/field/glpiselectfield.class.php:98 entrée standard:38 +msgid "GLPI object" +msgid_plural "GLPI objects" +msgstr[0] "" +msgstr[1] "" + +#: inc/field/glpiselectfield.class.php:115 inc/field/fieldsfield.class.php:513 +msgid "The field value is required:" +msgstr "" + #: inc/field/hostnamefield.class.php:116 msgid "Hostname" msgid_plural "Hostnames" @@ -352,11 +395,11 @@ msgid_plural "Emails" msgstr[0] "" msgstr[1] "" -#: inc/field/selectfield.class.php:97 +#: inc/field/selectfield.class.php:99 msgid "Select" msgstr "" -#: inc/field/datetimefield.class.php:140 +#: inc/field/datetimefield.class.php:141 msgid "Date & time" msgstr "" @@ -394,7 +437,7 @@ msgstr "" msgid "File" msgstr "" -#: inc/field/multiselectfield.class.php:86 +#: inc/field/multiselectfield.class.php:89 msgid "Multiselect" msgstr "" @@ -428,32 +471,46 @@ msgid "Some URL fields contains invalid links" msgstr "" #: inc/field/fieldsfield.class.php:566 -msgid "Additionnal fields" +msgid "Additional fields" msgstr "" #: inc/field/checkboxesfield.class.php:133 msgid "Checkboxes" msgstr "" -#: inc/field/checkboxesfield.class.php:227 +#: inc/field/checkboxesfield.class.php:209 +#, php-format +msgid "Empty values are not allowed: %s" +msgstr "" + +#: inc/field/checkboxesfield.class.php:217 +#, php-format +msgid "This value %1$s is not alowed: %2$s" +msgstr "" + +#: inc/field/checkboxesfield.class.php:237 #, php-format msgid "The following question needs at least %d answers: %s" msgstr "" -#: inc/field/checkboxesfield.class.php:233 +#: inc/field/checkboxesfield.class.php:243 #, php-format msgid "The following question does not accept more than %d answers: %s" msgstr "" -#: inc/field/checkboxesfield.class.php:305 +#: inc/field/checkboxesfield.class.php:271 +msgid "The default values are not in the list of available values." +msgstr "" + +#: inc/field/checkboxesfield.class.php:326 msgid "Range min" msgstr "" -#: inc/field/checkboxesfield.class.php:306 +#: inc/field/checkboxesfield.class.php:327 msgid "Range max" msgstr "" -#: inc/field/requesttypefield.class.php:87 inc/targetticket.class.php:1150 +#: inc/field/requesttypefield.class.php:87 inc/targetticket.class.php:1169 msgid "Request type" msgstr "" @@ -462,29 +519,27 @@ msgstr "" msgid "This is not a number: %s" msgstr "" -#: inc/field/floatfield.class.php:183 -msgid "Decimal number" -msgstr "" - -#: inc/field/floatfield.class.php:235 inc/questionregex.class.php:62 -#: entrée standard:42 -msgid "Regular expression" +#: inc/field/floatfield.class.php:171 +#, php-format +msgid "The following number must be greater than %d: %s" msgstr "" -#: inc/field/floatfield.class.php:240 -msgid "Range" +#: inc/field/floatfield.class.php:177 +#, php-format +msgid "The following number must be lower than %d: %s" msgstr "" -#: inc/field/floatfield.class.php:246 -msgid "Additional validation" +#: inc/field/floatfield.class.php:187 +msgid "Decimal number" msgstr "" -#: inc/field/datefield.class.php:137 +#: inc/field/datefield.class.php:66 msgid "Date" msgstr "" #: inc/field/descriptionfield.class.php:106 inc/form.class.php:151 -#: inc/question.class.php:188 entrée standard:82 standard:52 standard:114 +#: inc/question.class.php:188 entrée standard:82 standard:56 standard:114 +#: standard:58 standard:59 msgid "Description" msgstr "" @@ -528,33 +583,33 @@ msgstr "" msgid "Displayed unless" msgstr "" -#: inc/condition.class.php:178 inc/target_actor.class.php:233 -#: inc/form_language.class.php:565 inc/form_validator.class.php:248 +#: inc/condition.class.php:172 inc/target_actor.class.php:234 +#: inc/form_language.class.php:568 inc/form_validator.class.php:248 #: inc/targetproblem.class.php:527 inc/questionrange.class.php:199 -#: inc/form.class.php:1908 inc/targetchange.class.php:304 -#: inc/questionfilter.class.php:222 inc/section.class.php:381 -#: inc/restrictedformcriteria.class.php:200 inc/question.class.php:867 +#: inc/form.class.php:1913 inc/targetchange.class.php:304 +#: inc/questionfilter.class.php:222 inc/section.class.php:395 +#: inc/restrictedformcriteria.class.php:200 inc/question.class.php:885 #: inc/questionparameter/range.class.php:198 inc/questionregex.class.php:188 #: inc/questiondependency.class.php:196 inc/item_targetticket.class.php:154 -#: inc/targetticket.class.php:1461 +#: inc/targetticket.class.php:1480 #, php-format msgid "Failed to add or update the %1$s %2$s" msgstr "" -#: inc/condition.class.php:200 inc/target_actor.class.php:254 -#: inc/form_language.class.php:581 inc/form_validator.class.php:288 +#: inc/condition.class.php:194 inc/target_actor.class.php:255 +#: inc/form_language.class.php:584 inc/form_validator.class.php:288 #: inc/targetproblem.class.php:362 inc/questionrange.class.php:131 #: inc/form.class.php:1569 inc/targetchange.class.php:149 -#: inc/questionfilter.class.php:154 inc/section.class.php:406 -#: inc/restrictedformcriteria.class.php:226 inc/question.class.php:894 +#: inc/questionfilter.class.php:154 inc/section.class.php:420 +#: inc/restrictedformcriteria.class.php:226 inc/question.class.php:912 #: inc/questionparameter/range.class.php:133 inc/questionregex.class.php:120 #: inc/questiondependency.class.php:211 inc/item_targetticket.class.php:64 -#: inc/targetticket.class.php:1500 +#: inc/targetticket.class.php:1519 #, php-format msgid "Cannot export an empty object: %s" msgstr "" -#: inc/condition.class.php:268 +#: inc/condition.class.php:262 msgid "Conditions" msgstr "" @@ -580,13 +635,13 @@ msgstr "" msgid "Satisfaction survey expired" msgstr "" -#: inc/issue.class.php:531 inc/form_language.class.php:229 -#: inc/form.class.php:2208 entrée standard:52 standard:49 standard:57 -#: standard:38 standard:39 standard:105 standard:46 +#: inc/issue.class.php:543 inc/form_language.class.php:232 +#: inc/form.class.php:2213 entrée standard:52 standard:49 standard:57 +#: standard:39 standard:105 standard:46 msgid "Name" msgstr "" -#: inc/issue.class.php:543 inc/formanswer.class.php:229 +#: inc/issue.class.php:555 inc/formanswer.class.php:229 #: inc/formanswer.class.php:320 inc/targetproblem.class.php:610 #: inc/form.class.php:142 inc/targetchange.class.php:335 #: inc/section.class.php:95 inc/question.class.php:178 @@ -594,171 +649,171 @@ msgstr "" msgid "ID" msgstr "" -#: inc/issue.class.php:552 inc/form.class.php:2217 entrée standard:111 +#: inc/issue.class.php:564 inc/form.class.php:2222 entrée standard:111 #: standard:65 standard:104 standard:4 msgid "Type" msgid_plural "Types" msgstr[0] "" msgstr[1] "" -#: inc/issue.class.php:565 inc/formanswer.class.php:307 +#: inc/issue.class.php:577 inc/formanswer.class.php:307 msgid "Status" msgstr "" -#: inc/issue.class.php:577 +#: inc/issue.class.php:589 msgid "Opening date" msgstr "" -#: inc/issue.class.php:586 +#: inc/issue.class.php:598 msgid "Last update" msgstr "" -#: inc/issue.class.php:595 inc/abstracttarget.class.php:517 +#: inc/issue.class.php:607 inc/abstracttarget.class.php:519 msgid "Entity" msgid_plural "Entities" msgstr[0] "" msgstr[1] "" -#: inc/issue.class.php:605 inc/notificationtargetformanswer.class.php:76 +#: inc/issue.class.php:617 inc/notificationtargetformanswer.class.php:76 #: inc/notificationtargetformanswer.class.php:96 inc/target_actor.class.php:101 -#: inc/formanswer.class.php:248 inc/formanswer.class.php:762 -#: inc/abstractitiltarget.class.php:1804 entrée standard:48 +#: inc/formanswer.class.php:248 inc/formanswer.class.php:768 +#: inc/abstractitiltarget.class.php:1776 entrée standard:48 msgid "Requester" msgid_plural "Requesters" msgstr[0] "" msgstr[1] "" -#: inc/issue.class.php:619 inc/formanswer.class.php:258 +#: inc/issue.class.php:631 inc/formanswer.class.php:258 msgid "Form approver" msgstr "" -#: inc/issue.class.php:651 inc/formanswer.class.php:691 -#: inc/formanswer.class.php:698 inc/formanswer.class.php:777 -#: inc/form_language.class.php:243 +#: inc/issue.class.php:663 inc/formanswer.class.php:697 +#: inc/formanswer.class.php:704 inc/formanswer.class.php:783 +#: inc/form_language.class.php:246 msgid "Comment" msgstr "" -#: inc/issue.class.php:663 +#: inc/issue.class.php:675 msgid "Ticket approver" msgstr "" -#: inc/issue.class.php:736 +#: inc/issue.class.php:748 msgid "Technician" msgstr "" -#: inc/issue.class.php:767 +#: inc/issue.class.php:779 msgid "Technician group" msgstr "" -#: inc/issue.class.php:799 inc/formanswer.class.php:287 +#: inc/issue.class.php:811 inc/formanswer.class.php:287 msgid "Form approver group" msgstr "" -#: inc/issue.class.php:829 +#: inc/issue.class.php:841 msgid "Ticket approver group" msgstr "" -#: inc/issue.class.php:863 inc/abstractitiltarget.class.php:787 entrée +#: inc/issue.class.php:875 inc/abstractitiltarget.class.php:759 entrée #: standard:108 msgid "Time to resolve" msgstr "" -#: inc/issue.class.php:874 +#: inc/issue.class.php:886 msgid "Time to resolve + Progress" msgstr "" -#: inc/issue.class.php:884 +#: inc/issue.class.php:896 msgid "Internal time to resolve" msgstr "" -#: inc/issue.class.php:895 +#: inc/issue.class.php:907 msgid "Internal time to resolve + Progress" msgstr "" -#: inc/issue.class.php:905 +#: inc/issue.class.php:917 msgid "Resolution date" msgstr "" -#: inc/issue.class.php:914 +#: inc/issue.class.php:926 msgid "Internal time to own" msgstr "" -#: inc/issue.class.php:925 +#: inc/issue.class.php:937 msgid "Internal time to own + Progress" msgstr "" -#: inc/issue.class.php:935 entrée standard:109 +#: inc/issue.class.php:947 entrée standard:109 msgid "Time to own" msgstr "" -#: inc/issue.class.php:946 +#: inc/issue.class.php:958 msgid "Time to own + Progress" msgstr "" -#: inc/issue.class.php:958 +#: inc/issue.class.php:970 msgid "Approver substitute" msgstr "" -#: inc/issue.class.php:1022 +#: inc/issue.class.php:1034 msgid "Substitute of a member of approver group" msgstr "" -#: inc/issue.class.php:1095 +#: inc/issue.class.php:1107 msgid "Form approver substitute" msgstr "" -#: inc/issue.class.php:1163 +#: inc/issue.class.php:1175 msgid "Current form approver group" msgstr "" -#: inc/issue.class.php:1193 +#: inc/issue.class.php:1205 msgid "Current form approver" msgstr "" -#: inc/issue.class.php:1227 +#: inc/issue.class.php:1239 msgid "Ticket requester" msgstr "" -#: inc/issue.class.php:1274 +#: inc/issue.class.php:1286 msgid "Ticket observer" msgstr "" -#: inc/issue.class.php:1322 +#: inc/issue.class.php:1334 msgid "Ticket technician" msgstr "" -#: inc/issue.class.php:1469 +#: inc/issue.class.php:1481 #, php-format msgid "%1$s %2$s" msgstr "" -#: inc/issue.class.php:1727 inc/filter/itilcategoryfilter.class.php:56 -#: hook.php:766 +#: inc/issue.class.php:1739 inc/filter/itilcategoryfilter.class.php:56 +#: hook.php:778 msgid "All" msgstr "" -#: inc/issue.class.php:1733 hook.php:767 +#: inc/issue.class.php:1745 hook.php:779 msgid "New" msgstr "" -#: inc/issue.class.php:1739 hook.php:768 +#: inc/issue.class.php:1751 hook.php:780 msgid "Assigned" msgstr "" -#: inc/issue.class.php:1745 inc/formanswer.class.php:78 -#: inc/form_validator.class.php:70 hook.php:769 +#: inc/issue.class.php:1757 inc/formanswer.class.php:78 +#: inc/form_validator.class.php:70 hook.php:781 msgid "Waiting" msgstr "" -#: inc/issue.class.php:1751 hook.php:770 +#: inc/issue.class.php:1763 hook.php:782 msgid "To validate" msgstr "" -#: inc/issue.class.php:1757 hook.php:771 +#: inc/issue.class.php:1769 hook.php:783 msgid "Solved" msgstr "" -#: inc/issue.class.php:1763 hook.php:772 +#: inc/issue.class.php:1775 hook.php:784 msgid "Closed" msgstr "" @@ -788,9 +843,7 @@ msgstr "" msgid "Background color" msgstr "" -#: inc/formlist.class.php:46 inc/entityconfig.class.php:93 -#: inc/form.class.php:111 inc/form.class.php:516 inc/form.class.php:2015 -#: entrée standard:47 +#: inc/formlist.class.php:46 inc/form.class.php:111 entrée standard:47 msgid "Form" msgid_plural "Forms" msgstr[0] "" @@ -804,15 +857,15 @@ msgstr "" msgid "A form need to be validate" msgstr "" -#: inc/notificationtargetformanswer.class.php:45 install/install.php:490 +#: inc/notificationtargetformanswer.class.php:45 install/install.php:491 msgid "The form is refused" msgstr "" -#: inc/notificationtargetformanswer.class.php:46 install/install.php:496 +#: inc/notificationtargetformanswer.class.php:46 install/install.php:497 msgid "The form is accepted" msgstr "" -#: inc/notificationtargetformanswer.class.php:47 install/install.php:502 +#: inc/notificationtargetformanswer.class.php:47 install/install.php:503 msgid "The form is deleted" msgstr "" @@ -825,13 +878,6 @@ msgstr "" msgid "Form name" msgstr "" -#: inc/notificationtargetformanswer.class.php:77 -#: inc/form_validator.class.php:91 -msgid "Validator" -msgid_plural "Validators" -msgstr[0] "" -msgstr[1] "" - #: inc/notificationtargetformanswer.class.php:78 #: inc/notificationtargetformanswer.class.php:98 inc/formanswer.class.php:278 #: entrée standard:49 @@ -878,15 +924,15 @@ msgid "Author" msgstr "" #: inc/notificationtargetformanswer.class.php:115 -#: inc/abstractitiltarget.class.php:1374 +#: inc/abstractitiltarget.class.php:1346 msgid "Approver" msgstr "" -#: inc/target_actor.class.php:70 inc/abstractitiltarget.class.php:2141 +#: inc/target_actor.class.php:70 inc/abstractitiltarget.class.php:2113 msgid "Form author" msgstr "" -#: inc/target_actor.class.php:71 inc/abstractitiltarget.class.php:2144 +#: inc/target_actor.class.php:71 inc/abstractitiltarget.class.php:2116 msgid "Form validator" msgstr "" @@ -894,7 +940,7 @@ msgstr "" msgid "Specific person" msgstr "" -#: inc/target_actor.class.php:73 inc/abstractitiltarget.class.php:2154 +#: inc/target_actor.class.php:73 inc/abstractitiltarget.class.php:2126 msgid "Person from the question" msgstr "" @@ -902,7 +948,7 @@ msgstr "" msgid "Specific group" msgstr "" -#: inc/target_actor.class.php:75 inc/abstractitiltarget.class.php:2165 +#: inc/target_actor.class.php:75 inc/abstractitiltarget.class.php:2137 msgid "Group from the question" msgstr "" @@ -918,15 +964,15 @@ msgstr "" msgid "Specific supplier" msgstr "" -#: inc/target_actor.class.php:79 inc/abstractitiltarget.class.php:2194 +#: inc/target_actor.class.php:79 inc/abstractitiltarget.class.php:2166 msgid "Supplier from the question" msgstr "" -#: inc/target_actor.class.php:80 inc/abstractitiltarget.class.php:2183 +#: inc/target_actor.class.php:80 inc/abstractitiltarget.class.php:2155 msgid "Actors from the question" msgstr "" -#: inc/target_actor.class.php:81 inc/abstractitiltarget.class.php:2198 +#: inc/target_actor.class.php:81 inc/abstractitiltarget.class.php:2170 msgid "Form author's supervisor" msgstr "" @@ -934,7 +980,7 @@ msgstr "" msgid "Observer" msgstr "" -#: inc/target_actor.class.php:103 inc/abstractitiltarget.class.php:1818 +#: inc/target_actor.class.php:103 inc/abstractitiltarget.class.php:1790 msgid "Assigned to" msgstr "" @@ -949,17 +995,17 @@ msgstr[1] "" msgid "Bad request while adding an actor." msgstr "" -#: inc/target_actor.class.php:197 +#: inc/target_actor.class.php:199 #, php-format msgid "Failed to find a user: %1$s" msgstr "" -#: inc/target_actor.class.php:206 +#: inc/target_actor.class.php:208 #, php-format msgid "Failed to find a group: %1$s" msgstr "" -#: inc/target_actor.class.php:215 +#: inc/target_actor.class.php:217 #, php-format msgid "Failed to find a supplier: %1$s" msgstr "" @@ -978,84 +1024,89 @@ msgid_plural "Form answers" msgstr[0] "" msgstr[1] "" -#: inc/formanswer.class.php:676 +#: inc/formanswer.class.php:682 msgid "Print this form" msgstr "" -#: inc/formanswer.class.php:701 +#: inc/formanswer.class.php:707 msgid "Form accepted by validator." msgstr "" -#: inc/formanswer.class.php:703 +#: inc/formanswer.class.php:709 msgid "Form successfully saved." msgstr "" -#: inc/formanswer.class.php:770 +#: inc/formanswer.class.php:776 msgid "Save" msgstr "" -#: inc/formanswer.class.php:782 +#: inc/formanswer.class.php:788 msgid "Required if refused" msgstr "" -#: inc/formanswer.class.php:788 +#: inc/formanswer.class.php:794 msgid "Refuse" msgstr "" -#: inc/formanswer.class.php:796 +#: inc/formanswer.class.php:802 msgid "Edit answers" msgstr "" -#: inc/formanswer.class.php:802 +#: inc/formanswer.class.php:808 msgid "Cancel edition" msgstr "" -#: inc/formanswer.class.php:809 +#: inc/formanswer.class.php:815 msgid "Accept" msgstr "" -#: inc/formanswer.class.php:828 +#: inc/formanswer.class.php:834 msgid "Refused comment is required!" msgstr "" -#: inc/formanswer.class.php:882 inc/formanswer.class.php:899 +#: inc/formanswer.class.php:888 inc/formanswer.class.php:905 msgid "" "An internal error occured when verifying your answers. Please report it to " "your administrator." msgstr "" -#: inc/formanswer.class.php:933 +#: inc/formanswer.class.php:939 msgid "You are not the validator of these answers" msgstr "" -#: inc/formanswer.class.php:1083 +#: inc/formanswer.class.php:1089 #, php-format msgid "Item sucessfully added: %1$s (%2$s: %3$s)" msgstr "" -#: inc/formanswer.class.php:1166 inc/formanswer.class.php:1168 +#: inc/formanswer.class.php:1172 inc/formanswer.class.php:1174 msgid "Form data" msgstr "" -#: inc/formanswer.class.php:1301 +#: inc/formanswer.class.php:1307 msgid "" "You are a validator of the form, then your approval hs been added " "automatically." msgstr "" -#: inc/formanswer.class.php:1310 inc/formanswer.class.php:1363 +#: inc/formanswer.class.php:1316 inc/formanswer.class.php:1369 msgid "Cannot generate targets!" msgstr "" -#: inc/formanswer.class.php:1511 +#: inc/formanswer.class.php:1512 +#, php-format +msgid "Answer is invalid in %1$s" +msgstr "" + +#: inc/formanswer.class.php:1540 msgid "No captcha set." msgstr "" -#: inc/formanswer.class.php:1517 +#: inc/formanswer.class.php:1546 msgid "You failed the captcha test." msgstr "" -#: inc/formanswer.class.php:1540 +#: inc/formanswer.class.php:1569 msgid "You must select validator!" msgstr "" @@ -1067,23 +1118,23 @@ msgstr "" msgid "Failed to delete this issue. An internal error occured." msgstr "" -#: inc/common.class.php:745 +#: inc/common.class.php:723 msgid "Seek assistance" msgstr "" -#: inc/common.class.php:751 inc/common.class.php:755 +#: inc/common.class.php:729 inc/common.class.php:733 msgid "My requests for assistance" msgstr "" -#: inc/common.class.php:791 +#: inc/common.class.php:769 msgid "Consult reminders" msgstr "" -#: inc/common.class.php:811 +#: inc/common.class.php:789 msgid "Consult feeds" msgstr "" -#: inc/abstractfield.class.php:89 inc/question.class.php:758 +#: inc/abstractfield.class.php:89 inc/question.class.php:761 msgid "Apply" msgstr "" @@ -1099,62 +1150,62 @@ msgid_plural "Form languages" msgstr[0] "" msgstr[1] "" -#: inc/form_language.class.php:78 inc/form_language.class.php:364 +#: inc/form_language.class.php:81 inc/form_language.class.php:367 msgid "Translation" msgid_plural "Translations" msgstr[0] "" msgstr[1] "" -#: inc/form_language.class.php:119 +#: inc/form_language.class.php:122 msgid "The name cannot be empty." msgstr "" -#: inc/form_language.class.php:127 +#: inc/form_language.class.php:130 msgid "The language must be associated to a form." msgstr "" -#: inc/form_language.class.php:135 +#: inc/form_language.class.php:138 msgid "The specified language is not available." msgstr "" -#: inc/form_language.class.php:265 +#: inc/form_language.class.php:268 msgid "Add a translation" msgstr "" -#: inc/form_language.class.php:299 js/scripts.js:1214 +#: inc/form_language.class.php:302 js/scripts.js:1193 msgid "Update a translation" msgstr "" -#: inc/form_language.class.php:329 inc/form_language.class.php:331 +#: inc/form_language.class.php:332 inc/form_language.class.php:334 msgid "New translation" msgstr "" -#: inc/form_language.class.php:334 +#: inc/form_language.class.php:337 msgid "Filter list" msgstr "" -#: inc/form_language.class.php:339 inc/form_language.class.php:438 +#: inc/form_language.class.php:342 inc/form_language.class.php:441 msgid "No translation found" msgstr "" -#: inc/form_language.class.php:344 +#: inc/form_language.class.php:347 msgid "Do you want to delete the selected items?" msgstr "" -#: inc/form_language.class.php:353 inc/form_language.class.php:401 -#: inc/abstractitiltarget.class.php:1710 entrée standard:124 standard:31 +#: inc/form_language.class.php:356 inc/form_language.class.php:404 +#: inc/abstractitiltarget.class.php:1682 entrée standard:124 standard:31 msgid "Delete" msgstr "" -#: inc/form_language.class.php:363 +#: inc/form_language.class.php:366 msgid "Original string" msgstr "" -#: inc/form_language.class.php:424 +#: inc/form_language.class.php:427 msgid "Add a new language" msgstr "" -#: inc/form_language.class.php:457 inc/form_language.class.php:489 +#: inc/form_language.class.php:460 inc/form_language.class.php:492 #: inc/form.class.php:178 entrée standard:72 msgid "Language" msgstr "" @@ -1164,7 +1215,7 @@ msgstr "" msgid "None" msgstr "" -#: inc/form_validator.class.php:78 inc/abstractitiltarget.class.php:2552 +#: inc/form_validator.class.php:78 inc/abstractitiltarget.class.php:2545 msgid "No" msgstr "" @@ -1172,6 +1223,12 @@ msgstr "" msgid "Supervisor of the requester" msgstr "" +#: inc/form_validator.class.php:91 +msgid "Validator" +msgid_plural "Validators" +msgstr[0] "" +msgstr[1] "" + #: inc/form_validator.class.php:116 inc/translation.class.php:221 msgid "Form not found." msgstr "" @@ -1194,7 +1251,7 @@ msgstr "" msgid "Level" msgstr "" -#: inc/form_validator.class.php:592 inc/abstractitiltarget.class.php:1354 +#: inc/form_validator.class.php:592 inc/abstractitiltarget.class.php:1326 msgid "Validation" msgstr "" @@ -1205,12 +1262,12 @@ msgstr "" #: inc/profile.class.php:62 inc/targetproblem.class.php:147 #: inc/entityconfig.class.php:520 inc/targetchange.class.php:484 #: inc/targetticket.class.php:323 inc/targetticket.class.php:358 -#: inc/abstractitiltarget.class.php:2124 +#: inc/abstractitiltarget.class.php:2096 msgctxt "button" msgid "Save" msgstr "" -#: inc/targetproblem.class.php:43 entrée standard:43 +#: inc/targetproblem.class.php:43 entrée standard:44 msgid "Target problem" msgid_plural "Target problems" msgstr[0] "" @@ -1223,7 +1280,7 @@ msgid "Properties" msgstr "" #: inc/targetproblem.class.php:509 inc/targetchange.class.php:286 -#: inc/targetticket.class.php:1443 +#: inc/targetticket.class.php:1462 #, php-format msgid "" "Failed to add or update the %1$s %2$s: a question is missing and is used in " @@ -1231,11 +1288,11 @@ msgid "" msgstr "" #: inc/targetproblem.class.php:566 inc/targetchange.class.php:106 -#: inc/targetticket.class.php:136 inc/abstractitiltarget.class.php:1216 +#: inc/targetticket.class.php:136 inc/abstractitiltarget.class.php:1188 msgid "Actors" msgstr "" -#: inc/targetproblem.class.php:619 entrée standard:48 +#: inc/targetproblem.class.php:619 entrée standard:49 msgid "Problem title" msgstr "" @@ -1248,11 +1305,11 @@ msgstr "" msgid "Impact" msgstr "" -#: inc/targetproblem.class.php:649 entrée standard:56 +#: inc/targetproblem.class.php:649 entrée standard:78 msgid "Cause" msgstr "" -#: inc/targetproblem.class.php:659 entrée standard:58 +#: inc/targetproblem.class.php:659 entrée standard:88 msgid "Symptom" msgstr "" @@ -1503,7 +1560,7 @@ msgid "What are you looking for?" msgstr "" #: inc/form.class.php:993 inc/form.class.php:1156 -#: inc/abstracttarget.class.php:162 inc/abstractitiltarget.class.php:1625 +#: inc/abstracttarget.class.php:162 inc/abstractitiltarget.class.php:1597 msgid "The name cannot be empty!" msgstr "" @@ -1635,63 +1692,63 @@ msgstr "" msgid "The entity %1$s is required for the form %2$s." msgstr "" -#: inc/form.class.php:1952 +#: inc/form.class.php:1957 msgid "Failed to create JSON document type" msgstr "" -#: inc/form.class.php:1959 +#: inc/form.class.php:1964 msgid "JSON document type not found" msgstr "" -#: inc/form.class.php:1966 +#: inc/form.class.php:1971 msgid "Failed to update JSON document type" msgstr "" -#: inc/form.class.php:1986 +#: inc/form.class.php:1991 msgid "Forms without category" msgstr "" -#: inc/form.class.php:2007 +#: inc/form.class.php:2012 msgid "No form available" msgstr "" -#: inc/form.class.php:2205 entrée standard:47 +#: inc/form.class.php:2210 entrée standard:47 msgid "Add a target" msgstr "" -#: inc/form.class.php:2236 inc/targetticket.class.php:398 -#: inc/abstractitiltarget.class.php:1828 inc/abstractitiltarget.class.php:2124 +#: inc/form.class.php:2241 inc/targetticket.class.php:398 +#: inc/abstractitiltarget.class.php:1800 inc/abstractitiltarget.class.php:2096 #: entrée standard:92 standard:94 msgid "Add" msgstr "" -#: inc/form.class.php:2254 inc/form.class.php:2277 inc/form.class.php:2299 +#: inc/form.class.php:2259 inc/form.class.php:2282 inc/form.class.php:2304 msgid "Unsupported target type." msgstr "" -#: inc/form.class.php:2333 +#: inc/form.class.php:2338 msgid "plugin_formcreator_load_check" msgstr "" -#: inc/targetchange.class.php:44 entrée standard:43 +#: inc/targetchange.class.php:44 entrée standard:44 msgid "Target change" msgid_plural "Target changes" msgstr[0] "" msgstr[1] "" -#: inc/targetchange.class.php:344 entrée standard:48 +#: inc/targetchange.class.php:344 entrée standard:49 msgid "Change title" msgstr "" -#: inc/targetchange.class.php:374 entrée standard:56 +#: inc/targetchange.class.php:374 entrée standard:80 msgid "Control list" msgstr "" -#: inc/targetchange.class.php:384 entrée standard:58 +#: inc/targetchange.class.php:384 entrée standard:90 msgid "Deployment plan" msgstr "" -#: inc/targetchange.class.php:394 entrée standard:60 +#: inc/targetchange.class.php:394 entrée standard:100 msgid "Backup plan" msgstr "" @@ -1712,11 +1769,11 @@ msgstr[0] "" msgstr[1] "" #: inc/section.class.php:123 inc/section.class.php:166 -#: inc/question.class.php:348 +#: inc/question.class.php:346 msgid "The title is required" msgstr "" -#: inc/section.class.php:553 inc/question.class.php:234 entrée standard:37 +#: inc/section.class.php:567 inc/question.class.php:234 entrée standard:37 msgid "Count of conditions" msgstr "" @@ -1725,7 +1782,7 @@ msgstr "" msgid "Failed to find %1$s %2$s" msgstr "" -#: inc/question.class.php:73 inc/abstractitiltarget.class.php:1127 entrée +#: inc/question.class.php:73 inc/abstractitiltarget.class.php:1099 entrée #: standard:41 msgid "Question" msgid_plural "Questions" @@ -1733,20 +1790,20 @@ msgstr[0] "" msgstr[1] "" #: inc/question.class.php:197 entrée standard:43 standard:50 standard:44 -#: standard:49 standard:79 +#: standard:82 standard:49 standard:79 msgid "Required" msgstr "" -#: inc/question.class.php:355 +#: inc/question.class.php:353 msgid "The section is required" msgstr "" -#: inc/question.class.php:365 +#: inc/question.class.php:363 #, php-format msgid "Field type %1$s is not available for question %2$s." msgstr "" -#: inc/question.class.php:379 +#: inc/question.class.php:376 msgid "This type of question is not compatible with public forms." msgstr "" @@ -1754,48 +1811,48 @@ msgstr "" msgid "The field type cannot be changed. Delete then recreate the question." msgstr "" -#: inc/question.class.php:1184 +#: inc/question.class.php:1202 msgid "Service levels" msgstr "" -#: inc/question.class.php:1185 inc/abstractitiltarget.class.php:851 +#: inc/question.class.php:1203 inc/abstractitiltarget.class.php:823 msgid "SLA" msgstr "" -#: inc/question.class.php:1186 inc/abstractitiltarget.class.php:924 +#: inc/question.class.php:1204 inc/abstractitiltarget.class.php:896 msgid "OLA" msgstr "" -#: inc/question.class.php:1205 inc/question.class.php:1248 -#: inc/question.class.php:1251 +#: inc/question.class.php:1223 inc/question.class.php:1266 +#: inc/question.class.php:1269 msgid "Assets" msgstr "" -#: inc/question.class.php:1219 hook.php:780 hook.php:797 +#: inc/question.class.php:1237 hook.php:792 hook.php:809 msgid "Assistance" msgstr "" -#: inc/question.class.php:1225 +#: inc/question.class.php:1243 msgid "Management" msgstr "" -#: inc/question.class.php:1236 +#: inc/question.class.php:1254 msgid "Tools" msgstr "" -#: inc/question.class.php:1237 +#: inc/question.class.php:1255 msgid "Notes" msgstr "" -#: inc/question.class.php:1238 +#: inc/question.class.php:1256 msgid "RSS feed" msgstr "" -#: inc/question.class.php:1240 +#: inc/question.class.php:1258 msgid "Administration" msgstr "" -#: inc/question.class.php:1248 inc/question.class.php:1251 +#: inc/question.class.php:1266 inc/question.class.php:1269 msgid "Plugin" msgid_plural "Plugins" msgstr[0] "" @@ -1869,15 +1926,15 @@ msgstr "" msgid "Name is required." msgstr "" -#: inc/abstracttarget.class.php:502 +#: inc/abstracttarget.class.php:504 msgid "Destination entity" msgstr "" -#: inc/abstracttarget.class.php:518 +#: inc/abstracttarget.class.php:520 msgid "User type question" msgstr "" -#: inc/abstracttarget.class.php:519 +#: inc/abstracttarget.class.php:521 msgid "Entity type question" msgstr "" @@ -1955,7 +2012,7 @@ msgid_plural "Composite ticket relations" msgstr[0] "" msgstr[1] "" -#: inc/targetticket.class.php:57 entrée standard:43 +#: inc/targetticket.class.php:57 entrée standard:44 msgid "Target ticket" msgid_plural "Target tickets" msgstr[0] "" @@ -1993,7 +2050,7 @@ msgstr "" msgid "Specific type" msgstr "" -#: inc/targetticket.class.php:189 entrée standard:48 +#: inc/targetticket.class.php:189 entrée standard:49 msgid "Ticket title" msgstr "" @@ -2050,23 +2107,23 @@ msgstr "" msgid "Failed to link the item" msgstr "" -#: inc/targetticket.class.php:905 install/install.php:497 +#: inc/targetticket.class.php:924 install/install.php:498 msgid "Your form has been accepted by the validator" msgstr "" -#: inc/targetticket.class.php:1137 +#: inc/targetticket.class.php:1156 msgid "Request source" msgstr "" -#: inc/targetticket.class.php:1162 +#: inc/targetticket.class.php:1181 msgid "Type " msgstr "" -#: inc/targetticket.class.php:1190 +#: inc/targetticket.class.php:1209 msgid "Associated elements" msgstr "" -#: inc/targetticket.class.php:1201 +#: inc/targetticket.class.php:1220 msgid "Item " msgstr "" @@ -2182,190 +2239,190 @@ msgstr "" msgid "Group from question answer" msgstr "" -#: inc/abstractitiltarget.class.php:839 +#: inc/abstractitiltarget.class.php:811 msgid "Minute" msgid_plural "Minutes" msgstr[0] "" msgstr[1] "" -#: inc/abstractitiltarget.class.php:840 +#: inc/abstractitiltarget.class.php:812 msgid "Hour" msgid_plural "Hours" msgstr[0] "" msgstr[1] "" -#: inc/abstractitiltarget.class.php:841 +#: inc/abstractitiltarget.class.php:813 msgid "Day" msgid_plural "Days" msgstr[0] "" msgstr[1] "" -#: inc/abstractitiltarget.class.php:842 +#: inc/abstractitiltarget.class.php:814 msgid "Month" msgid_plural "Months" msgstr[0] "" msgstr[1] "" -#: inc/abstractitiltarget.class.php:874 +#: inc/abstractitiltarget.class.php:846 msgid "SLA (TTO/TTR)" msgstr "" -#: inc/abstractitiltarget.class.php:875 inc/abstractitiltarget.class.php:948 +#: inc/abstractitiltarget.class.php:847 inc/abstractitiltarget.class.php:920 msgid "Question (TTO/TTR)" msgstr "" -#: inc/abstractitiltarget.class.php:947 +#: inc/abstractitiltarget.class.php:919 msgid "OLA (TTO/TTR)" msgstr "" -#: inc/abstractitiltarget.class.php:1051 +#: inc/abstractitiltarget.class.php:1023 msgid "Urgency " msgstr "" -#: inc/abstractitiltarget.class.php:1080 +#: inc/abstractitiltarget.class.php:1052 msgid "Ticket tags" msgstr "" -#: inc/abstractitiltarget.class.php:1128 +#: inc/abstractitiltarget.class.php:1100 msgid "Tags" msgstr "" -#: inc/abstractitiltarget.class.php:1247 +#: inc/abstractitiltarget.class.php:1219 msgid "Location" msgstr "" -#: inc/abstractitiltarget.class.php:1259 +#: inc/abstractitiltarget.class.php:1231 msgid "Location " msgstr "" -#: inc/abstractitiltarget.class.php:1312 +#: inc/abstractitiltarget.class.php:1284 msgid "Contract" msgstr "" -#: inc/abstractitiltarget.class.php:1324 +#: inc/abstractitiltarget.class.php:1296 msgid "Contract " msgstr "" -#: inc/abstractitiltarget.class.php:1635 +#: inc/abstractitiltarget.class.php:1607 msgid "The description cannot be empty!" msgstr "" -#: inc/abstractitiltarget.class.php:1811 +#: inc/abstractitiltarget.class.php:1783 msgid "Watcher" msgid_plural "Watchers" msgstr[0] "" msgstr[1] "" -#: inc/abstractitiltarget.class.php:1830 +#: inc/abstractitiltarget.class.php:1802 msgid "Cancel" msgstr "" -#: inc/abstractitiltarget.class.php:2118 inc/abstractitiltarget.class.php:2548 -#: inc/abstractitiltarget.class.php:2552 +#: inc/abstractitiltarget.class.php:2090 inc/abstractitiltarget.class.php:2541 +#: inc/abstractitiltarget.class.php:2545 msgid "Email followup" msgstr "" -#: inc/abstractitiltarget.class.php:2149 inc/abstractitiltarget.class.php:2536 +#: inc/abstractitiltarget.class.php:2121 inc/abstractitiltarget.class.php:2529 msgid "User" msgstr "" -#: inc/abstractitiltarget.class.php:2160 inc/abstractitiltarget.class.php:2540 +#: inc/abstractitiltarget.class.php:2132 inc/abstractitiltarget.class.php:2533 msgid "Group" msgstr "" -#: inc/abstractitiltarget.class.php:2171 +#: inc/abstractitiltarget.class.php:2143 msgid "Group from the object" msgstr "" -#: inc/abstractitiltarget.class.php:2177 +#: inc/abstractitiltarget.class.php:2149 msgid "Tech group from the object" msgstr "" -#: inc/abstractitiltarget.class.php:2189 inc/abstractitiltarget.class.php:2544 +#: inc/abstractitiltarget.class.php:2161 inc/abstractitiltarget.class.php:2537 msgid "Supplier" msgstr "" -#: inc/abstractitiltarget.class.php:2548 +#: inc/abstractitiltarget.class.php:2541 msgid "Yes" msgstr "" -#: install/install.php:163 +#: install/install.php:164 #, php-format msgid "Upgrade tables to innoDB; run %s" msgstr "" -#: install/install.php:199 +#: install/install.php:200 #, php-format msgid "" "The database schema is not consistent with the previous version of " "Formcreator %s. To see the logs run the command %s" msgstr "" -#: install/install.php:208 +#: install/install.php:209 #, php-format msgid "To ignore the inconsistencies and upgrade anyway run %s" msgstr "" -#: install/install.php:225 +#: install/install.php:226 msgid "" "Upgrade from version older than 2.5.0 is no longer supported. Please upgrade " "to GLPI 9.5.7, upgrade Formcreator to version 2.12.5, then upgrade again to " "GLPI 10 or later and Formcreator 2.13 or later." msgstr "" -#: install/install.php:251 +#: install/install.php:252 #, php-format msgid "" "A fatal error occured in the upgrade from %s! Upgrade aborted. Please check " "logs to fix the problem then try again." msgstr "" -#: install/install.php:294 +#: install/install.php:295 #, php-format msgid "" "The database schema is not consistent with the current version of " "Formcreator %s. To see the logs enable the plugin and run the command %s" msgstr "" -#: install/install.php:305 +#: install/install.php:306 msgid "The tables of the plugin passed the schema integrity check." msgstr "" -#: install/install.php:478 +#: install/install.php:479 msgid "A form has been created" msgstr "" -#: install/install.php:479 +#: install/install.php:480 msgid "Your request has been saved" msgstr "" -#: install/install.php:480 +#: install/install.php:481 msgid "" "Hi,\\nYour request from GLPI has been successfully saved with number " "##formcreator.request_id## and transmitted to the helpdesk team.\\nYou can " "see your answers onto the following link:\\n##formcreator.validation_link##" msgstr "" -#: install/install.php:484 +#: install/install.php:485 msgid "A form need validation" msgstr "" -#: install/install.php:485 +#: install/install.php:486 msgid "A form from GLPI need to be validated" msgstr "" -#: install/install.php:486 +#: install/install.php:487 msgid "" "Hi,\\nA form from GLPI need to be validated and you have been choosen as the " "validator.\\nYou can access it by clicking onto this link:\\n##formcreator." "validation_link##" msgstr "" -#: install/install.php:491 +#: install/install.php:492 msgid "Your form has been refused by the validator" msgstr "" -#: install/install.php:492 +#: install/install.php:493 msgid "" "Hi,\\nWe are sorry to inform you that your form has been refused by the " "validator for the reason below:\\n##formcreator." @@ -2373,41 +2430,41 @@ msgid "" "onto this link:\\n##formcreator.validation_link##" msgstr "" -#: install/install.php:498 +#: install/install.php:499 msgid "" "Hi,\\nWe are pleased to inform you that your form has been accepted by the " "validator.\\nYour request will be considered soon." msgstr "" -#: install/install.php:503 +#: install/install.php:504 msgid "Your form has been deleted by an administrator" msgstr "" -#: install/install.php:504 +#: install/install.php:505 msgid "" "Hi,\\nWe are sorry to inform you that your request cannot be considered and " "has been deleted by an administrator." msgstr "" -#: install/install.php:732 +#: install/install.php:733 msgid "Formcreator - Sync service catalog issues" msgstr "" -#: install/install.php:945 +#: install/install.php:946 msgid "Failed to check the sanity of the tables!" msgstr "" -#: install/install.php:959 +#: install/install.php:960 #, php-format msgid "Table schema differs for table \"%s\"." msgstr "" -#: install/install.php:962 +#: install/install.php:963 #, php-format msgid "Table \"%s\" is missing." msgstr "" -#: install/install.php:965 +#: install/install.php:966 #, php-format msgid "Unknown table \"%s\" has been found in database." msgstr "" @@ -2431,24 +2488,24 @@ msgctxt "button" msgid "Access rights" msgstr "" -#: hook.php:756 +#: hook.php:768 msgid "Cancel my ticket" msgstr "" -#: hook.php:774 +#: hook.php:786 msgid "Old" msgstr "" -#: hook.php:781 +#: hook.php:793 #, php-format msgid "Number of %s" msgstr "" -#: hook.php:798 +#: hook.php:810 msgid "Issues summary" msgstr "" -#: hook.php:843 +#: hook.php:855 msgid "" "Formcreator's mini dashboard not usable as default. This Setting has been " "ignored." @@ -2470,35 +2527,35 @@ msgstr "" msgid "Are you sure you want to delete this question?" msgstr "" -#: js/scripts.js:917 +#: js/scripts.js:896 msgid "Are you sure you want to delete this section?" msgstr "" -#: js/scripts.js:1161 +#: js/scripts.js:1140 msgid "Add translations" msgstr "" -#: js/scripts.js:1300 js/scripts.js:1324 +#: js/scripts.js:1279 js/scripts.js:1303 msgid "An error occured while querying forms" msgstr "" -#: js/scripts.js:1416 entrée standard:139 +#: js/scripts.js:1395 entrée standard:139 msgid "Send" msgstr "" -#: js/scripts.js:1425 +#: js/scripts.js:1404 msgid "An internal error occurred. Please report it to administrator." msgstr "" -#: js/scripts.js:1468 +#: js/scripts.js:1447 msgid "Are you sure you want to delete this validator ?" msgstr "" -#: js/scripts.js:1520 +#: js/scripts.js:1499 msgid "Are you sure you want to duplicate this target?" msgstr "" -#: js/scripts.js:1537 +#: js/scripts.js:1516 msgid "Are you sure you want to delete this target?" msgstr "" @@ -2533,12 +2590,6 @@ msgstr "" msgid "Selectable root" msgstr "" -#: entrée standard:38 -msgid "GLPI object" -msgid_plural "GLPI objects" -msgstr[0] "" -msgstr[1] "" - #: entrée standard:63 msgid "Direct access on homepage" msgstr "" @@ -2587,11 +2638,11 @@ msgstr "" msgid "Actions" msgstr "" -#: entrée standard:54 +#: entrée standard:68 standard:70 msgid "Impacts" msgstr "" -#: entrée standard:62 +#: entrée standard:110 msgid "Checklist" msgstr "" diff --git a/locales/hr_HR.mo b/locales/hr_HR.mo index 8306b403f..912e8e159 100644 Binary files a/locales/hr_HR.mo and b/locales/hr_HR.mo differ diff --git a/locales/hr_HR.po b/locales/hr_HR.po index 5b3e8dd13..d475d83ef 100644 --- a/locales/hr_HR.po +++ b/locales/hr_HR.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-30 14:13+0200\n" +"POT-Creation-Date: 2023-05-31 16:21+0200\n" "PO-Revision-Date: 2022-06-15 12:10+0000\n" "Last-Translator: Milo Ivir , 2023\n" "Language-Team: Croatian (Croatia) (https://app.transifex.com/teclib/teams/28042/hr_HR/)\n" @@ -179,16 +179,15 @@ msgid "Textarea" msgstr "Tekstualno područje" #: inc/field/textareafield.class.php:249 inc/field/dropdownfield.class.php:594 -#: inc/field/ldapselectfield.class.php:115 inc/field/textfield.class.php:126 +#: inc/field/ldapselectfield.class.php:115 #: inc/field/urgencyfield.class.php:166 inc/field/tagfield.class.php:166 #: inc/field/timefield.class.php:114 inc/field/fieldsfield.class.php:489 #: inc/field/requesttypefield.class.php:161 msgid "A required field is empty:" msgstr "Jedno obavezno polje je prazno:" -#: inc/field/textareafield.class.php:267 inc/field/textfield.class.php:179 -#: inc/field/integerfield.class.php:112 inc/field/floatfield.class.php:194 -#: inc/conditionnabletrait.class.php:70 +#: inc/field/textareafield.class.php:267 inc/field/integerfield.class.php:112 +#: inc/field/floatfield.class.php:194 inc/conditionnabletrait.class.php:70 msgid "The regular expression is invalid" msgstr "Regularni izraz nije ispravan" @@ -198,7 +197,7 @@ msgstr "Korisnik i obrazac" #: inc/field/dropdownfield.class.php:87 msgid "Search filter" -msgstr "" +msgstr "Filtar pretrage" #: inc/field/dropdownfield.class.php:585 entrée standard:38 msgid "Dropdown" @@ -250,45 +249,12 @@ msgstr "LDAP direktorij nije definiran!" msgid "LDAP directory not found!" msgstr "LDAP direktorij nije pronađen!" -#: inc/field/textfield.class.php:147 inc/field/integerfield.class.php:71 -#: inc/field/floatfield.class.php:156 -#, php-format -msgid "Specific format does not match: %s" -msgstr "Određeni format se ne poklapa: %s" - -#: inc/field/textfield.class.php:156 -#, php-format -msgid "The text is too short (minimum %d characters): %s" -msgstr "Tekst je prekratak (najmanje %d znakova): %s" - -#: inc/field/textfield.class.php:161 -#, php-format -msgid "The text is too long (maximum %d characters): %s" -msgstr "Tekst je predug (najviše %d znakova): %s" - -#: inc/field/textfield.class.php:169 -msgid "Text" -msgstr "Tekst" - -#: inc/field/textfield.class.php:218 inc/field/floatfield.class.php:235 -#: inc/questionregex.class.php:62 entrée standard:42 -msgid "Regular expression" -msgstr "Regularni izraz" - -#: inc/field/textfield.class.php:223 inc/field/floatfield.class.php:240 -msgid "Range" -msgstr "Raspon" - -#: inc/field/textfield.class.php:229 inc/field/floatfield.class.php:246 -msgid "Additional validation" -msgstr "Dodatna potvrda" - #: inc/field/radiosfield.class.php:108 msgid "Radios" msgstr "Izborni gumbovi" -#: inc/field/radiosfield.class.php:114 inc/field/glpiselectfield.class.php:112 -#: inc/field/fieldsfield.class.php:513 inc/field/checkboxesfield.class.php:245 +#: inc/field/radiosfield.class.php:114 inc/field/fieldsfield.class.php:513 +#: inc/field/checkboxesfield.class.php:245 msgid "The field value is required:" msgstr "Vrijednost polja je obavezna:" @@ -305,6 +271,11 @@ msgstr "Jedno obavezno polje je prazno: %s" msgid "This is not an integer: %s" msgstr "Ovo nije cijeli broj: %s" +#: inc/field/integerfield.class.php:71 inc/field/floatfield.class.php:156 +#, php-format +msgid "Specific format does not match: %s" +msgstr "Određeni format se ne poklapa: %s" + #: inc/field/integerfield.class.php:85 inc/field/floatfield.class.php:167 #, php-format msgid "The following number must be greater than %d: %s" @@ -370,13 +341,6 @@ msgstr[0] "Oznaka" msgstr[1] "Oznake" msgstr[2] "Oznake" -#: inc/field/glpiselectfield.class.php:97 entrée standard:38 -msgid "GLPI object" -msgid_plural "GLPI objects" -msgstr[0] "GLPI objekt" -msgstr[1] "GLPI objekti" -msgstr[2] "GLPI objekti" - #: inc/field/hostnamefield.class.php:116 msgid "Hostname" msgid_plural "Hostnames" @@ -487,12 +451,12 @@ msgstr "Potvrdni okviri" #: inc/field/checkboxesfield.class.php:227 #, php-format msgid "The following question needs at least %d answers: %s" -msgstr "" +msgstr "Sljedeće pitanje treba barem %d odgovora: %s" #: inc/field/checkboxesfield.class.php:233 #, php-format msgid "The following question does not accept more than %d answers: %s" -msgstr "" +msgstr "Sljedeće pitanje ne prihvaća više od %d odgovora: %s" #: inc/field/checkboxesfield.class.php:305 msgid "Range min" @@ -515,6 +479,19 @@ msgstr "Ovo nije broj: %s" msgid "Decimal number" msgstr "Decimalni broj" +#: inc/field/floatfield.class.php:235 inc/questionregex.class.php:62 entrée +#: standard:42 +msgid "Regular expression" +msgstr "Regularni izraz" + +#: inc/field/floatfield.class.php:240 +msgid "Range" +msgstr "Raspon" + +#: inc/field/floatfield.class.php:246 +msgid "Additional validation" +msgstr "Dodatna potvrda" + #: inc/field/datefield.class.php:137 msgid "Date" msgstr "Datum" @@ -572,7 +549,7 @@ msgstr "Prikazano, ukoliko" #: inc/form.class.php:1908 inc/targetchange.class.php:304 #: inc/questionfilter.class.php:222 inc/section.class.php:381 #: inc/restrictedformcriteria.class.php:200 inc/question.class.php:867 -#: inc/questionparameter/range.class.php:202 inc/questionregex.class.php:188 +#: inc/questionparameter/range.class.php:198 inc/questionregex.class.php:188 #: inc/questiondependency.class.php:196 inc/item_targetticket.class.php:154 #: inc/targetticket.class.php:1461 #, php-format @@ -585,7 +562,7 @@ msgstr "Neuspjelo dodavanje ili aktualiziranje: %1$s %2$s" #: inc/form.class.php:1569 inc/targetchange.class.php:149 #: inc/questionfilter.class.php:154 inc/section.class.php:406 #: inc/restrictedformcriteria.class.php:226 inc/question.class.php:894 -#: inc/questionparameter/range.class.php:137 inc/questionregex.class.php:120 +#: inc/questionparameter/range.class.php:133 inc/questionregex.class.php:120 #: inc/questiondependency.class.php:211 inc/item_targetticket.class.php:64 #: inc/targetticket.class.php:1500 #, php-format @@ -770,38 +747,38 @@ msgstr "Nadglednik naloga" msgid "Ticket technician" msgstr "Tehničar naloga" -#: inc/issue.class.php:1465 +#: inc/issue.class.php:1469 #, php-format msgid "%1$s %2$s" msgstr "%1$s %2$s" -#: inc/issue.class.php:1723 inc/filter/itilcategoryfilter.class.php:56 +#: inc/issue.class.php:1727 inc/filter/itilcategoryfilter.class.php:56 #: hook.php:766 msgid "All" msgstr "Sve" -#: inc/issue.class.php:1729 hook.php:767 +#: inc/issue.class.php:1733 hook.php:767 msgid "New" msgstr "Novi" -#: inc/issue.class.php:1735 hook.php:768 +#: inc/issue.class.php:1739 hook.php:768 msgid "Assigned" msgstr "Dodijeljeni" -#: inc/issue.class.php:1741 inc/formanswer.class.php:78 +#: inc/issue.class.php:1745 inc/formanswer.class.php:78 #: inc/form_validator.class.php:70 hook.php:769 msgid "Waiting" msgstr "Na čekanju" -#: inc/issue.class.php:1747 hook.php:770 +#: inc/issue.class.php:1751 hook.php:770 msgid "To validate" msgstr "Za potvrdu" -#: inc/issue.class.php:1753 hook.php:771 +#: inc/issue.class.php:1757 hook.php:771 msgid "Solved" msgstr "Riješeni" -#: inc/issue.class.php:1759 hook.php:772 +#: inc/issue.class.php:1763 hook.php:772 msgid "Closed" msgstr "Zatvoreni" @@ -978,7 +955,7 @@ msgstr "Nadzornik autora obrasca" #: inc/target_actor.class.php:102 msgid "Observer" -msgstr "Promatrač" +msgstr "Nadglednik" #: inc/target_actor.class.php:103 inc/abstractitiltarget.class.php:1818 msgid "Assigned to" @@ -1071,6 +1048,8 @@ msgid "" "An internal error occured when verifying your answers. Please report it to " "your administrator." msgstr "" +"Došlo je do interne greške prilikom provjere tvojih odgovora. Prijavi " +"problem tvom administratoru." #: inc/formanswer.class.php:933 msgid "You are not the validator of these answers" @@ -1095,15 +1074,15 @@ msgstr "" msgid "Cannot generate targets!" msgstr "Nije moguće generirati ciljeve!" -#: inc/formanswer.class.php:1512 +#: inc/formanswer.class.php:1511 msgid "No captcha set." -msgstr "" +msgstr "Nije postavljen captcha." -#: inc/formanswer.class.php:1518 +#: inc/formanswer.class.php:1517 msgid "You failed the captcha test." msgstr "" -#: inc/formanswer.class.php:1541 +#: inc/formanswer.class.php:1540 msgid "You must select validator!" msgstr "Moraš odabrati potvrditelja!" @@ -1125,15 +1104,15 @@ msgstr "Moji zahtjevi za pomoć" #: inc/common.class.php:791 msgid "Consult reminders" -msgstr "" +msgstr "Konzultiraj podsjetnike" #: inc/common.class.php:811 msgid "Consult feeds" -msgstr "Pregledaj feedove" +msgstr "Konzultiraj feedove" #: inc/abstractfield.class.php:89 inc/question.class.php:758 msgid "Apply" -msgstr "" +msgstr "Primijeni" #: inc/formaccesstype.class.php:41 entrée standard:39 msgid "Access type" @@ -1158,15 +1137,15 @@ msgstr[2] "Prijevodi" #: inc/form_language.class.php:119 msgid "The name cannot be empty." -msgstr "" +msgstr "Ime ne može biti prazno." #: inc/form_language.class.php:127 msgid "The language must be associated to a form." -msgstr "" +msgstr "Jezik mora biti povezan s jednim obrascem." #: inc/form_language.class.php:135 msgid "The specified language is not available." -msgstr "" +msgstr "Navedeni jezik nije dostupan." #: inc/form_language.class.php:265 msgid "Add a translation" @@ -1235,7 +1214,7 @@ msgstr "" #: inc/form_validator.class.php:147 #, php-format msgid "Only level 1 is allowed for %s." -msgstr "" +msgstr "Za %s je dozvoljena samo razina 1." #: inc/form_validator.class.php:156 msgid "Invalid validator type." @@ -1526,7 +1505,7 @@ msgstr "Standardni obrazac" #: inc/form.class.php:296 entrée standard:106 msgid "Next form" -msgstr "" +msgstr "Sljedeći obrazac" #: inc/form.class.php:326 inc/form.class.php:391 msgid "Inactive" @@ -1566,7 +1545,7 @@ msgstr "Ime ne može biti prazno!" #: inc/form.class.php:1026 inc/form.class.php:1191 msgid "A loop is generated!" -msgstr "" +msgstr "Generirana je petlja!" #: inc/form.class.php:1167 msgid "Cannot use empty name for form answers. Keeping the previous value." @@ -1609,7 +1588,7 @@ msgstr "Natrag" #: inc/form.class.php:1526 #, php-format msgid "Form updated: %s" -msgstr "" +msgstr "Obrazac je aktualiziran: %s" #: inc/form.class.php:1636 msgid "Upload of JSON files not allowed." @@ -1819,6 +1798,7 @@ msgstr "Ova vrsta pitanja nije kompatibilna s javnim obrascima." #: inc/question.class.php:469 msgid "The field type cannot be changed. Delete then recreate the question." msgstr "" +"Vrsta polja se ne može promijeniti. Izbriši, i zatim ponovo stvori pitanje." #: inc/question.class.php:1184 msgid "Service levels" @@ -2149,7 +2129,7 @@ msgstr "Nema daljnjih izraza za prevođenje" #: inc/translation.class.php:164 msgid "Internal error: translatable string not found." -msgstr "" +msgstr "Interna greška: prevodiv izraz nije pronađen." #: inc/translation.class.php:216 msgid "Language not found." @@ -2638,6 +2618,13 @@ msgstr "Prikaži kategorije naloga" msgid "Selectable root" msgstr "Selektivni korijen" +#: entrée standard:38 +msgid "GLPI object" +msgid_plural "GLPI objects" +msgstr[0] "GLPI objekt" +msgstr[1] "GLPI objekti" +msgstr[2] "GLPI objekti" + #: entrée standard:63 msgid "Direct access on homepage" msgstr "Izravan pristup na početnoj stranici" @@ -2660,15 +2647,15 @@ msgstr "Uvjet za generiranje cilja" #: entrée standard:40 msgid "General" -msgstr "" +msgstr "Opće" #: entrée standard:45 msgid "validation percent" -msgstr "" +msgstr "postotak valjanosti" #: entrée standard:52 msgid "Add a validator" -msgstr "Dodaj utvrđivač valjanosti" +msgstr "Dodaj potvrditelja valjanosti" #: entrée standard:57 standard:36 msgid "Validation level" @@ -2676,7 +2663,7 @@ msgstr "Razina valjanosti" #: entrée standard:73 msgid "Validator type" -msgstr "" +msgstr "Vrsta potvrditelja valjanosti" #: entrée standard:98 msgid "Validators" diff --git a/locales/hu_HU.mo b/locales/hu_HU.mo index 80f26965a..ab5789ab4 100644 Binary files a/locales/hu_HU.mo and b/locales/hu_HU.mo differ diff --git a/locales/hu_HU.po b/locales/hu_HU.po new file mode 100644 index 000000000..5ef22ee23 --- /dev/null +++ b/locales/hu_HU.po @@ -0,0 +1,2697 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +# Translators: +# Thierry Bugier , 2022 +# Laszlo Czirbesz , 2022 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-05-31 16:21+0200\n" +"PO-Revision-Date: 2022-06-15 12:10+0000\n" +"Last-Translator: Laszlo Czirbesz , 2022\n" +"Language-Team: Hungarian (Hungary) (https://app.transifex.com/teclib/teams/28042/hu_HU/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: hu_HU\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: ajax/question_update.php:38 ajax/section_update.php:37 +msgid "Bad request" +msgstr "" + +#: ajax/question_update.php:47 ajax/question_move.php:45 +#: ajax/question_delete.php:42 ajax/question_toggle_required.php:49 +msgid "Question not found" +msgstr "" + +#: ajax/question_update.php:53 ajax/question_duplicate.php:49 +#: ajax/question_move.php:50 ajax/section_add.php:38 +#: ajax/section_delete.php:50 ajax/section_move.php:55 +#: ajax/section_duplicate.php:50 ajax/question_delete.php:49 +#: ajax/question_toggle_required.php:55 ajax/section_update.php:44 +msgid "You don't have right for this action" +msgstr "" + +#: ajax/question_duplicate.php:43 +msgid "Source question not found" +msgstr "" + +#: ajax/question_move.php:73 +msgid "Could not move some questions" +msgstr "" + +#: ajax/section_add.php:44 +msgid "Could not add the section" +msgstr "" + +#: ajax/commontree.php:55 entrée standard:128 standard:100 +msgid "Subtree root" +msgstr "" + +#: ajax/commontree.php:59 +msgid "Selectable" +msgstr "" + +#: ajax/commontree.php:74 entrée standard:137 standard:109 +msgid "Limit subtree depth" +msgstr "" + +#: ajax/commontree.php:84 +msgid "No limit" +msgstr "" + +#: ajax/section_delete.php:44 ajax/section_move.php:49 +#: ajax/section_duplicate.php:44 +msgid "Source section not found" +msgstr "" + +#: ajax/section_delete.php:56 +msgid "Could not delete the section" +msgstr "" + +#: ajax/question_add.php:45 +msgid "Could not add the question" +msgstr "" + +#: ajax/section_move.php:66 +msgid "Could not move the section" +msgstr "" + +#: ajax/target_actor.php:51 +msgid "Failed to add the actor" +msgstr "" + +#: ajax/target_actor.php:62 +msgid "Failed to delete the actor" +msgstr "" + +#: ajax/section_duplicate.php:56 +msgid "Could not duplicate the section" +msgstr "" + +#: ajax/section_update.php:50 +msgid "Could not update the section" +msgstr "" + +#: front/knowbaseitem.php:42 front/knowbaseitem.php:47 +#: front/wizardreminders.php:49 front/wizardreminders.php:51 +#: front/wizard.php:45 front/wizard.php:50 front/wizardfeeds.php:49 +#: front/wizardfeeds.php:51 front/issue.php:44 front/issue.php:50 +#: front/formanswer.php:44 front/reservation.php:46 front/reservation.php:48 +#: front/knowbaseitem.form.php:48 front/knowbaseitem.form.php:50 +#: front/reservationitem.php:42 front/reservationitem.php:44 +#: front/formanswer.form.php:74 front/reservation.form.php:46 +#: front/reservation.form.php:48 +msgid "Service catalog" +msgstr "" + +#: front/issue.form.php:46 +msgid "Item not found" +msgstr "" + +#: front/targetticket.form.php:46 front/targetticket.form.php:56 +#: front/targetticket.form.php:81 front/targetchange.form.php:46 +#: front/targetproblem.form.php:46 +msgid "No right to update this item." +msgstr "" + +#: front/targetticket.form.php:75 +msgid "Bad request while deleting an actor." +msgstr "" + +#: front/targetticket.form.php:95 front/targetchange.form.php:81 +#: front/formanswer.php:47 front/targetproblem.form.php:81 +#: front/formanswer.form.php:77 front/form.php:43 inc/common.class.php:654 +#: inc/common.class.php:661 +msgid "Form Creator" +msgstr "Űrlap Készítő" + +#: front/targetticket.form.php:105 front/targetchange.form.php:90 +#: front/targetproblem.form.php:90 +#, php-format +msgid "%1$s = %2$s" +msgstr "" + +#: front/formlist.php:46 front/formlist.php:52 inc/common.class.php:648 +msgid "Form list" +msgstr "Űrlap lista" + +#: front/formdisplay.php:90 inc/formanswer.class.php:1077 +#: inc/formanswer.class.php:1325 inc/formanswer.class.php:1376 +msgid "The form has been successfully saved!" +msgstr "Az űrlap sikeresen mentve!" + +#. TRANS: %s is the user login +#: front/reservation.form.php:71 +#, php-format +msgid "%1$s purges the reservation for item %2$s" +msgstr "" + +#: front/reservation.form.php:124 +#, php-format +msgid "%1$s adds the reservation %2$s for item %3$s" +msgstr "" + +#: inc/knowbase.class.php:60 inc/entityconfig.class.php:478 +#: inc/form.class.php:611 +msgid "Category" +msgid_plural "Categories" +msgstr[0] "" +msgstr[1] "" + +#: inc/knowbase.class.php:62 inc/form.class.php:614 entrée standard:39 +msgid "See all" +msgstr "" + +#: inc/knowbase.class.php:83 +msgid "Please, describe your need here" +msgstr "" + +#: inc/field/textareafield.class.php:186 +msgid "Textarea" +msgstr "Szöveg terület" + +#: inc/field/textareafield.class.php:249 inc/field/dropdownfield.class.php:594 +#: inc/field/ldapselectfield.class.php:115 +#: inc/field/urgencyfield.class.php:166 inc/field/tagfield.class.php:166 +#: inc/field/timefield.class.php:114 inc/field/fieldsfield.class.php:489 +#: inc/field/requesttypefield.class.php:161 +msgid "A required field is empty:" +msgstr "Egy kötelező mező üres:" + +#: inc/field/textareafield.class.php:267 inc/field/integerfield.class.php:112 +#: inc/field/floatfield.class.php:194 inc/conditionnabletrait.class.php:70 +msgid "The regular expression is invalid" +msgstr "" + +#: inc/field/dropdownfield.class.php:81 inc/filter/entityfilter.class.php:48 +msgid "User and form" +msgstr "" + +#: inc/field/dropdownfield.class.php:87 +msgid "Search filter" +msgstr "" + +#: inc/field/dropdownfield.class.php:585 entrée standard:38 +msgid "Dropdown" +msgid_plural "Dropdowns" +msgstr[0] "" +msgstr[1] "" + +#: inc/field/dropdownfield.class.php:616 +msgid "Invalid value for " +msgstr "" + +#: inc/field/dropdownfield.class.php:628 +#, php-format +msgid "The itemtype field is required: %s" +msgstr "" + +#: inc/field/dropdownfield.class.php:644 +#, php-format +msgid "Invalid dropdown type: %s" +msgstr "" + +#: inc/field/dropdownfield.class.php:704 inc/questionfilter.class.php:62 +#: entrée standard:68 +msgid "Filter" +msgstr "Szűrő" + +#: inc/field/dropdownfield.class.php:987 entrée standard:162 standard:134 +msgid "Entity restriction" +msgstr "" + +#: inc/field/dropdownfield.class.php:996 +msgid "" +"To respect the GLPI entity system, \"Form\" should be selected. Others " +"settings will break the entity restrictions" +msgstr "" + +#: inc/field/ldapselectfield.class.php:96 +msgid "LDAP Select" +msgstr "LDAP Érték" + +#: inc/field/ldapselectfield.class.php:140 +msgid "LDAP directory not defined!" +msgstr "" + +#: inc/field/ldapselectfield.class.php:147 +msgid "LDAP directory not found!" +msgstr "" + +#: inc/field/radiosfield.class.php:108 +msgid "Radios" +msgstr "Rádiógombok" + +#: inc/field/radiosfield.class.php:114 inc/field/fieldsfield.class.php:513 +#: inc/field/checkboxesfield.class.php:245 +msgid "The field value is required:" +msgstr "A mező értéke kötelező:" + +#: inc/field/radiosfield.class.php:192 inc/field/selectfield.class.php:104 +#: inc/field/datetimefield.class.php:119 inc/field/actorfield.class.php:258 +#: inc/field/checkboxesfield.class.php:191 inc/field/floatfield.class.php:125 +#: inc/field/datefield.class.php:116 +#, php-format +msgid "A required field is empty: %s" +msgstr "" + +#: inc/field/integerfield.class.php:59 +#, php-format +msgid "This is not an integer: %s" +msgstr "" + +#: inc/field/integerfield.class.php:71 inc/field/floatfield.class.php:156 +#, php-format +msgid "Specific format does not match: %s" +msgstr "" + +#: inc/field/integerfield.class.php:85 inc/field/floatfield.class.php:167 +#, php-format +msgid "The following number must be greater than %d: %s" +msgstr "" + +#: inc/field/integerfield.class.php:91 inc/field/floatfield.class.php:173 +#, php-format +msgid "The following number must be lower than %d: %s" +msgstr "" + +#: inc/field/integerfield.class.php:101 +msgid "Integer" +msgstr "Egész szám" + +#: inc/field/undefinedfield.class.php:44 +msgid "Undefined" +msgstr "" + +#: inc/field/ipfield.class.php:123 +msgid "IP address" +msgid_plural "IP addresses" +msgstr[0] "" +msgstr[1] "" + +#: inc/field/urgencyfield.class.php:86 inc/abstractitiltarget.class.php:1040 +msgid "Urgency" +msgstr "" + +#: inc/field/urgencyfield.class.php:120 +msgctxt "urgency" +msgid "Very high" +msgstr "" + +#: inc/field/urgencyfield.class.php:121 +msgctxt "urgency" +msgid "High" +msgstr "" + +#: inc/field/urgencyfield.class.php:122 +msgctxt "urgency" +msgid "Medium" +msgstr "" + +#: inc/field/urgencyfield.class.php:123 +msgctxt "urgency" +msgid "Low" +msgstr "" + +#: inc/field/urgencyfield.class.php:124 +msgctxt "urgency" +msgid "Very low" +msgstr "" + +#: inc/field/tagfield.class.php:52 +msgid "Warning: Tag plugin is disabled or missing" +msgstr "" + +#: inc/field/tagfield.class.php:200 +msgid "Tag" +msgid_plural "Tags" +msgstr[0] "" +msgstr[1] "" + +#: inc/field/hostnamefield.class.php:116 +msgid "Hostname" +msgid_plural "Hostnames" +msgstr[0] "" +msgstr[1] "" + +#: inc/field/timefield.class.php:130 +msgid "Time" +msgstr "" + +#: inc/field/emailfield.class.php:89 +#, php-format +msgid "This is not a valid e-mail: %s" +msgstr "" + +#: inc/field/emailfield.class.php:100 +msgid "Email" +msgid_plural "Emails" +msgstr[0] "" +msgstr[1] "" + +#: inc/field/selectfield.class.php:97 +msgid "Select" +msgstr "Saját legördülő lista" + +#: inc/field/datetimefield.class.php:140 +msgid "Date & time" +msgstr "" + +#: inc/field/actorfield.class.php:84 +msgid "Actor" +msgid_plural "Actors" +msgstr[0] "" +msgstr[1] "" + +#: inc/field/actorfield.class.php:268 +#, php-format +msgid "Invalid value: %s" +msgstr "" + +#: inc/field/actorfield.class.php:291 +#, php-format +msgid "User not found or invalid email address: %s" +msgstr "" + +#: inc/field/filefield.class.php:124 +msgid "No attached document" +msgstr "" + +#: inc/field/filefield.class.php:133 inc/field/filefield.class.php:254 +#: inc/field/filefield.class.php:261 +msgid "Attached document" +msgstr "" + +#: inc/field/filefield.class.php:175 +#, php-format +msgid "A required file is missing: %s" +msgstr "" + +#: inc/field/filefield.class.php:192 +msgid "File" +msgstr "" + +#: inc/field/multiselectfield.class.php:86 +msgid "Multiselect" +msgstr "Többszörös kiválasztás" + +#: inc/field/fieldsfield.class.php:154 +msgid "Warning: Additional Fields plugin is disabled or missing" +msgstr "" + +#: inc/field/fieldsfield.class.php:168 +msgid "Block" +msgstr "" + +#: inc/field/fieldsfield.class.php:172 inc/targetticket.class.php:346 +msgid "Field" +msgstr "" + +#: inc/field/fieldsfield.class.php:254 +msgid "show" +msgstr "" + +#: inc/field/fieldsfield.class.php:390 +#, php-format +msgid "Field '%1$s' type not implemented yet!" +msgstr "" + +#: inc/field/fieldsfield.class.php:467 +msgid "Some numeric fields contains non numeric values" +msgstr "" + +#: inc/field/fieldsfield.class.php:472 +msgid "Some URL fields contains invalid links" +msgstr "" + +#: inc/field/fieldsfield.class.php:566 +msgid "Additionnal fields" +msgstr "" + +#: inc/field/checkboxesfield.class.php:133 +msgid "Checkboxes" +msgstr "Jelölőnégyzetek" + +#: inc/field/checkboxesfield.class.php:227 +#, php-format +msgid "The following question needs at least %d answers: %s" +msgstr "" + +#: inc/field/checkboxesfield.class.php:233 +#, php-format +msgid "The following question does not accept more than %d answers: %s" +msgstr "" + +#: inc/field/checkboxesfield.class.php:305 +msgid "Range min" +msgstr "" + +#: inc/field/checkboxesfield.class.php:306 +msgid "Range max" +msgstr "" + +#: inc/field/requesttypefield.class.php:87 inc/targetticket.class.php:1150 +msgid "Request type" +msgstr "" + +#: inc/field/floatfield.class.php:142 +#, php-format +msgid "This is not a number: %s" +msgstr "" + +#: inc/field/floatfield.class.php:183 +msgid "Decimal number" +msgstr "" + +#: inc/field/floatfield.class.php:235 inc/questionregex.class.php:62 entrée +#: standard:42 +msgid "Regular expression" +msgstr "Reguláris kifejezés" + +#: inc/field/floatfield.class.php:240 +msgid "Range" +msgstr "tartomány" + +#: inc/field/floatfield.class.php:246 +msgid "Additional validation" +msgstr "További validálás" + +#: inc/field/datefield.class.php:137 +msgid "Date" +msgstr "" + +#: inc/field/descriptionfield.class.php:106 inc/form.class.php:151 +#: inc/question.class.php:188 entrée standard:82 standard:52 standard:114 +msgid "Description" +msgstr "Leírás" + +#: inc/field/descriptionfield.class.php:113 +msgid "A description field should have a description:" +msgstr "A leírás mezőnek tartalmaznia kell a leírást:" + +#: inc/field/hiddenfield.class.php:96 +msgid "Hidden field" +msgid_plural "Hidden fields" +msgstr[0] "" +msgstr[1] "" + +#: inc/condition.class.php:65 +msgid "Condition" +msgid_plural "Conditions" +msgstr[0] "" +msgstr[1] "" + +#: inc/condition.class.php:103 +msgid "is visible" +msgstr "" + +#: inc/condition.class.php:104 +msgid "is not visible" +msgstr "" + +#: inc/condition.class.php:105 +msgid "regular expression matches" +msgstr "" + +#: inc/condition.class.php:116 +msgid "Always displayed" +msgstr "Mindig megjelenik" + +#: inc/condition.class.php:117 +msgid "Hidden unless" +msgstr "Rejtett amíg" + +#: inc/condition.class.php:118 +msgid "Displayed unless" +msgstr "Megjelenik amíg" + +#: inc/condition.class.php:178 inc/target_actor.class.php:233 +#: inc/form_language.class.php:565 inc/form_validator.class.php:248 +#: inc/targetproblem.class.php:527 inc/questionrange.class.php:199 +#: inc/form.class.php:1908 inc/targetchange.class.php:304 +#: inc/questionfilter.class.php:222 inc/section.class.php:381 +#: inc/restrictedformcriteria.class.php:200 inc/question.class.php:867 +#: inc/questionparameter/range.class.php:198 inc/questionregex.class.php:188 +#: inc/questiondependency.class.php:196 inc/item_targetticket.class.php:154 +#: inc/targetticket.class.php:1461 +#, php-format +msgid "Failed to add or update the %1$s %2$s" +msgstr "" + +#: inc/condition.class.php:200 inc/target_actor.class.php:254 +#: inc/form_language.class.php:581 inc/form_validator.class.php:288 +#: inc/targetproblem.class.php:362 inc/questionrange.class.php:131 +#: inc/form.class.php:1569 inc/targetchange.class.php:149 +#: inc/questionfilter.class.php:154 inc/section.class.php:406 +#: inc/restrictedformcriteria.class.php:226 inc/question.class.php:894 +#: inc/questionparameter/range.class.php:133 inc/questionregex.class.php:120 +#: inc/questiondependency.class.php:211 inc/item_targetticket.class.php:64 +#: inc/targetticket.class.php:1500 +#, php-format +msgid "Cannot export an empty object: %s" +msgstr "" + +#: inc/condition.class.php:268 +msgid "Conditions" +msgstr "" + +#: inc/linker.class.php:78 +msgid "Importing" +msgstr "" + +#: inc/linker.class.php:80 +msgid "Import in progress" +msgstr "" + +#: inc/issue.class.php:43 +msgid "Issue" +msgid_plural "Issues" +msgstr[0] "" +msgstr[1] "" + +#: inc/issue.class.php:56 +msgid "Update issue data from tickets and form answers" +msgstr "" + +#: inc/issue.class.php:393 +msgid "Satisfaction survey expired" +msgstr "" + +#: inc/issue.class.php:531 inc/form_language.class.php:229 +#: inc/form.class.php:2208 entrée standard:52 standard:49 standard:57 +#: standard:38 standard:39 standard:105 standard:46 +msgid "Name" +msgstr "" + +#: inc/issue.class.php:543 inc/formanswer.class.php:229 +#: inc/formanswer.class.php:320 inc/targetproblem.class.php:610 +#: inc/form.class.php:142 inc/targetchange.class.php:335 +#: inc/section.class.php:95 inc/question.class.php:178 +#: inc/targetticket.class.php:180 entrée standard:45 +msgid "ID" +msgstr "" + +#: inc/issue.class.php:552 inc/form.class.php:2217 entrée standard:111 +#: standard:65 standard:104 standard:4 +msgid "Type" +msgid_plural "Types" +msgstr[0] "" +msgstr[1] "" + +#: inc/issue.class.php:565 inc/formanswer.class.php:307 +msgid "Status" +msgstr "" + +#: inc/issue.class.php:577 +msgid "Opening date" +msgstr "" + +#: inc/issue.class.php:586 +msgid "Last update" +msgstr "" + +#: inc/issue.class.php:595 inc/abstracttarget.class.php:517 +msgid "Entity" +msgid_plural "Entities" +msgstr[0] "" +msgstr[1] "" + +#: inc/issue.class.php:605 inc/notificationtargetformanswer.class.php:76 +#: inc/notificationtargetformanswer.class.php:96 +#: inc/target_actor.class.php:101 inc/formanswer.class.php:248 +#: inc/formanswer.class.php:762 inc/abstractitiltarget.class.php:1804 entrée +#: standard:48 +msgid "Requester" +msgid_plural "Requesters" +msgstr[0] "" +msgstr[1] "" + +#: inc/issue.class.php:619 inc/formanswer.class.php:258 +msgid "Form approver" +msgstr "" + +#: inc/issue.class.php:651 inc/formanswer.class.php:691 +#: inc/formanswer.class.php:698 inc/formanswer.class.php:777 +#: inc/form_language.class.php:243 +msgid "Comment" +msgstr "Megjegyzés" + +#: inc/issue.class.php:663 +msgid "Ticket approver" +msgstr "" + +#: inc/issue.class.php:736 +msgid "Technician" +msgstr "" + +#: inc/issue.class.php:767 +msgid "Technician group" +msgstr "" + +#: inc/issue.class.php:799 inc/formanswer.class.php:287 +msgid "Form approver group" +msgstr "" + +#: inc/issue.class.php:829 +msgid "Ticket approver group" +msgstr "" + +#: inc/issue.class.php:863 inc/abstractitiltarget.class.php:787 entrée +#: standard:108 +msgid "Time to resolve" +msgstr "" + +#: inc/issue.class.php:874 +msgid "Time to resolve + Progress" +msgstr "" + +#: inc/issue.class.php:884 +msgid "Internal time to resolve" +msgstr "" + +#: inc/issue.class.php:895 +msgid "Internal time to resolve + Progress" +msgstr "" + +#: inc/issue.class.php:905 +msgid "Resolution date" +msgstr "" + +#: inc/issue.class.php:914 +msgid "Internal time to own" +msgstr "" + +#: inc/issue.class.php:925 +msgid "Internal time to own + Progress" +msgstr "" + +#: inc/issue.class.php:935 entrée standard:109 +msgid "Time to own" +msgstr "" + +#: inc/issue.class.php:946 +msgid "Time to own + Progress" +msgstr "" + +#: inc/issue.class.php:958 +msgid "Approver substitute" +msgstr "" + +#: inc/issue.class.php:1022 +msgid "Substitute of a member of approver group" +msgstr "" + +#: inc/issue.class.php:1095 +msgid "Form approver substitute" +msgstr "" + +#: inc/issue.class.php:1163 +msgid "Current form approver group" +msgstr "" + +#: inc/issue.class.php:1193 +msgid "Current form approver" +msgstr "" + +#: inc/issue.class.php:1227 +msgid "Ticket requester" +msgstr "" + +#: inc/issue.class.php:1274 +msgid "Ticket observer" +msgstr "" + +#: inc/issue.class.php:1322 +msgid "Ticket technician" +msgstr "" + +#: inc/issue.class.php:1469 +#, php-format +msgid "%1$s %2$s" +msgstr "" + +#: inc/issue.class.php:1727 inc/filter/itilcategoryfilter.class.php:56 +#: hook.php:766 +msgid "All" +msgstr "" + +#: inc/issue.class.php:1733 hook.php:767 +msgid "New" +msgstr "" + +#: inc/issue.class.php:1739 hook.php:768 +msgid "Assigned" +msgstr "" + +#: inc/issue.class.php:1745 inc/formanswer.class.php:78 +#: inc/form_validator.class.php:70 hook.php:769 +msgid "Waiting" +msgstr "" + +#: inc/issue.class.php:1751 hook.php:770 +msgid "To validate" +msgstr "" + +#: inc/issue.class.php:1757 hook.php:771 +msgid "Solved" +msgstr "" + +#: inc/issue.class.php:1763 hook.php:772 +msgid "Closed" +msgstr "" + +#: inc/category.class.php:50 hook.php:72 +msgid "Form category" +msgid_plural "Form categories" +msgstr[0] "" +msgstr[1] "" + +#: inc/category.class.php:80 +msgid "Knowbase category" +msgstr "" + +#: inc/category.class.php:86 +msgid "As child of" +msgstr "" + +#: inc/category.class.php:92 inc/form.class.php:247 entrée standard:65 +msgid "Icon" +msgstr "" + +#: inc/category.class.php:98 inc/form.class.php:255 entrée standard:67 +msgid "Icon color" +msgstr "" + +#: inc/category.class.php:104 inc/form.class.php:263 entrée standard:80 +msgid "Background color" +msgstr "" + +#: inc/formlist.class.php:46 inc/entityconfig.class.php:93 +#: inc/form.class.php:111 inc/form.class.php:516 inc/form.class.php:2015 +#: entrée standard:47 +msgid "Form" +msgid_plural "Forms" +msgstr[0] "" +msgstr[1] "" + +#: inc/notificationtargetformanswer.class.php:43 +msgid "The form as been saved" +msgstr "Az űrlap mentve" + +#: inc/notificationtargetformanswer.class.php:44 +msgid "A form need to be validate" +msgstr "Egy űrlapot jóvá kell hagynia" + +#: inc/notificationtargetformanswer.class.php:45 install/install.php:490 +msgid "The form is refused" +msgstr "Az űrlap elutasítva" + +#: inc/notificationtargetformanswer.class.php:46 install/install.php:496 +msgid "The form is accepted" +msgstr "Az űrlap elfogadva" + +#: inc/notificationtargetformanswer.class.php:47 install/install.php:502 +msgid "The form is deleted" +msgstr "Az űrlap törölve" + +#: inc/notificationtargetformanswer.class.php:74 +msgid "Form ID" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:75 +#: inc/notificationtargetformanswer.class.php:95 +msgid "Form name" +msgstr "Űrlap neve" + +#: inc/notificationtargetformanswer.class.php:77 +#: inc/form_validator.class.php:91 +msgid "Validator" +msgid_plural "Validators" +msgstr[0] "" +msgstr[1] "" + +#: inc/notificationtargetformanswer.class.php:78 +#: inc/notificationtargetformanswer.class.php:98 inc/formanswer.class.php:278 +#: entrée standard:49 +msgid "Creation date" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:79 +#: inc/notificationtargetformanswer.class.php:99 +msgid "Full form answers" +msgstr "A teljes űrlap válaszai" + +#: inc/notificationtargetformanswer.class.php:80 +msgid "Validation comment" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:81 +#: inc/notificationtargetformanswer.class.php:101 +msgid "Validation link" +msgstr "Jóváhagyó link" + +#: inc/notificationtargetformanswer.class.php:82 +msgid "Request ID" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:94 +msgid "Form #" +msgstr "Űrlap #" + +#: inc/notificationtargetformanswer.class.php:97 +msgctxt "tag" +msgid "Validator" +msgstr "Jóváhagyó" + +#: inc/notificationtargetformanswer.class.php:100 +msgid "Refused comment" +msgstr "Elutasító megjegyzés" + +#: inc/notificationtargetformanswer.class.php:102 +msgid "Request #" +msgstr "Kérelem #" + +#: inc/notificationtargetformanswer.class.php:114 +msgid "Author" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:115 +#: inc/abstractitiltarget.class.php:1374 +msgid "Approver" +msgstr "" + +#: inc/target_actor.class.php:70 inc/abstractitiltarget.class.php:2141 +msgid "Form author" +msgstr "" + +#: inc/target_actor.class.php:71 inc/abstractitiltarget.class.php:2144 +msgid "Form validator" +msgstr "Űrlap jóváhagyó" + +#: inc/target_actor.class.php:72 +msgid "Specific person" +msgstr "Különleges személy" + +#: inc/target_actor.class.php:73 inc/abstractitiltarget.class.php:2154 +msgid "Person from the question" +msgstr "Személy a kérdésből" + +#: inc/target_actor.class.php:74 +msgid "Specific group" +msgstr "Különleges csoport" + +#: inc/target_actor.class.php:75 inc/abstractitiltarget.class.php:2165 +msgid "Group from the question" +msgstr "Csoport a kérdésből" + +#: inc/target_actor.class.php:76 +msgid "Group from an object" +msgstr "" + +#: inc/target_actor.class.php:77 +msgid "Tech group from an object" +msgstr "" + +#: inc/target_actor.class.php:78 +msgid "Specific supplier" +msgstr "Különleges cég" + +#: inc/target_actor.class.php:79 inc/abstractitiltarget.class.php:2194 +msgid "Supplier from the question" +msgstr "Cég a kérdésből" + +#: inc/target_actor.class.php:80 inc/abstractitiltarget.class.php:2183 +msgid "Actors from the question" +msgstr "" + +#: inc/target_actor.class.php:81 inc/abstractitiltarget.class.php:2198 +msgid "Form author's supervisor" +msgstr "" + +#: inc/target_actor.class.php:102 +msgid "Observer" +msgstr "" + +#: inc/target_actor.class.php:103 inc/abstractitiltarget.class.php:1818 +msgid "Assigned to" +msgstr "" + +#: inc/target_actor.class.php:109 +msgid "Target actor" +msgid_plural "Target actors" +msgstr[0] "" +msgstr[1] "" + +#: inc/target_actor.class.php:115 inc/target_actor.class.php:131 +#: inc/target_actor.class.php:140 +msgid "Bad request while adding an actor." +msgstr "" + +#: inc/target_actor.class.php:197 +#, php-format +msgid "Failed to find a user: %1$s" +msgstr "" + +#: inc/target_actor.class.php:206 +#, php-format +msgid "Failed to find a group: %1$s" +msgstr "" + +#: inc/target_actor.class.php:215 +#, php-format +msgid "Failed to find a supplier: %1$s" +msgstr "" + +#: inc/formanswer.class.php:79 inc/form_validator.class.php:72 +msgid "Refused" +msgstr "" + +#: inc/formanswer.class.php:80 inc/form_validator.class.php:71 +msgid "Accepted" +msgstr "" + +#: inc/formanswer.class.php:214 +msgid "Form answer" +msgid_plural "Form answers" +msgstr[0] "" +msgstr[1] "" + +#: inc/formanswer.class.php:676 +msgid "Print this form" +msgstr "" + +#: inc/formanswer.class.php:701 +msgid "Form accepted by validator." +msgstr "Az űrlapját elfogadta a jóváhagyó" + +#: inc/formanswer.class.php:703 +msgid "Form successfully saved." +msgstr "Az űrlap sikeresen mentve!" + +#: inc/formanswer.class.php:770 +msgid "Save" +msgstr "" + +#: inc/formanswer.class.php:782 +msgid "Required if refused" +msgstr "Elutasítás estén kötelező" + +#: inc/formanswer.class.php:788 +msgid "Refuse" +msgstr "Elutasít" + +#: inc/formanswer.class.php:796 +msgid "Edit answers" +msgstr "" + +#: inc/formanswer.class.php:802 +msgid "Cancel edition" +msgstr "" + +#: inc/formanswer.class.php:809 +msgid "Accept" +msgstr "Elfogad" + +#: inc/formanswer.class.php:828 +msgid "Refused comment is required!" +msgstr "Az elutasítás megjegyzése kötelező!" + +#: inc/formanswer.class.php:882 inc/formanswer.class.php:899 +msgid "" +"An internal error occured when verifying your answers. Please report it to " +"your administrator." +msgstr "" + +#: inc/formanswer.class.php:933 +msgid "You are not the validator of these answers" +msgstr "" + +#: inc/formanswer.class.php:1083 +#, php-format +msgid "Item sucessfully added: %1$s (%2$s: %3$s)" +msgstr "" + +#: inc/formanswer.class.php:1166 inc/formanswer.class.php:1168 +msgid "Form data" +msgstr "Űrlap adatok" + +#: inc/formanswer.class.php:1301 +msgid "" +"You are a validator of the form, then your approval hs been added " +"automatically." +msgstr "" + +#: inc/formanswer.class.php:1310 inc/formanswer.class.php:1363 +msgid "Cannot generate targets!" +msgstr "Nem generálhatóak a célpontok!" + +#: inc/formanswer.class.php:1511 +msgid "No captcha set." +msgstr "" + +#: inc/formanswer.class.php:1517 +msgid "You failed the captcha test." +msgstr "" + +#: inc/formanswer.class.php:1540 +msgid "You must select validator!" +msgstr "" + +#: inc/common.class.php:229 +msgid "You cannot delete this issue. Maybe it is taken into account." +msgstr "" + +#: inc/common.class.php:234 +msgid "Failed to delete this issue. An internal error occured." +msgstr "" + +#: inc/common.class.php:745 +msgid "Seek assistance" +msgstr "" + +#: inc/common.class.php:751 inc/common.class.php:755 +msgid "My requests for assistance" +msgstr "" + +#: inc/common.class.php:791 +msgid "Consult reminders" +msgstr "" + +#: inc/common.class.php:811 +msgid "Consult feeds" +msgstr "" + +#: inc/abstractfield.class.php:89 inc/question.class.php:758 +msgid "Apply" +msgstr "" + +#: inc/formaccesstype.class.php:41 entrée standard:39 +msgid "Access type" +msgid_plural "Access types" +msgstr[0] "" +msgstr[1] "" + +#: inc/form_language.class.php:51 +msgid "Form language" +msgid_plural "Form languages" +msgstr[0] "" +msgstr[1] "" + +#: inc/form_language.class.php:78 inc/form_language.class.php:364 +msgid "Translation" +msgid_plural "Translations" +msgstr[0] "" +msgstr[1] "" + +#: inc/form_language.class.php:119 +msgid "The name cannot be empty." +msgstr "" + +#: inc/form_language.class.php:127 +msgid "The language must be associated to a form." +msgstr "" + +#: inc/form_language.class.php:135 +msgid "The specified language is not available." +msgstr "" + +#: inc/form_language.class.php:265 +msgid "Add a translation" +msgstr "" + +#: inc/form_language.class.php:299 js/scripts.js:1214 +msgid "Update a translation" +msgstr "" + +#: inc/form_language.class.php:329 inc/form_language.class.php:331 +msgid "New translation" +msgstr "" + +#: inc/form_language.class.php:334 +msgid "Filter list" +msgstr "" + +#: inc/form_language.class.php:339 inc/form_language.class.php:438 +msgid "No translation found" +msgstr "" + +#: inc/form_language.class.php:344 +msgid "Do you want to delete the selected items?" +msgstr "" + +#: inc/form_language.class.php:353 inc/form_language.class.php:401 +#: inc/abstractitiltarget.class.php:1710 entrée standard:124 standard:31 +msgid "Delete" +msgstr "Törlés" + +#: inc/form_language.class.php:363 +msgid "Original string" +msgstr "" + +#: inc/form_language.class.php:424 +msgid "Add a new language" +msgstr "" + +#: inc/form_language.class.php:457 inc/form_language.class.php:489 +#: inc/form.class.php:178 entrée standard:72 +msgid "Language" +msgstr "" + +#: inc/form_validator.class.php:69 inc/targetticket.class.php:99 +#: inc/abstractitiltarget.class.php:186 +msgid "None" +msgstr "" + +#: inc/form_validator.class.php:78 inc/abstractitiltarget.class.php:2552 +msgid "No" +msgstr "" + +#: inc/form_validator.class.php:81 +msgid "Supervisor of the requester" +msgstr "" + +#: inc/form_validator.class.php:116 inc/translation.class.php:221 +msgid "Form not found." +msgstr "" + +#: inc/form_validator.class.php:121 inc/form_validator.class.php:129 +#: inc/form_validator.class.php:138 +msgid "Invalid validator." +msgstr "" + +#: inc/form_validator.class.php:147 +#, php-format +msgid "Only level 1 is allowed for %s." +msgstr "" + +#: inc/form_validator.class.php:156 +msgid "Invalid validator type." +msgstr "" + +#: inc/form_validator.class.php:194 entrée standard:103 +msgid "Level" +msgstr "" + +#: inc/form_validator.class.php:592 inc/abstractitiltarget.class.php:1354 +msgid "Validation" +msgstr "" + +#: inc/form_validator.class.php:594 +msgid "Choose a validator" +msgstr "Válasszon jóváhagyót" + +#: inc/profile.class.php:62 inc/targetproblem.class.php:147 +#: inc/entityconfig.class.php:520 inc/targetchange.class.php:484 +#: inc/targetticket.class.php:323 inc/targetticket.class.php:358 +#: inc/abstractitiltarget.class.php:2124 +msgctxt "button" +msgid "Save" +msgstr "" + +#: inc/targetproblem.class.php:43 entrée standard:43 +msgid "Target problem" +msgid_plural "Target problems" +msgstr[0] "" +msgstr[1] "" + +#: inc/targetproblem.class.php:109 inc/targetproblem.class.php:565 +#: inc/targetchange.class.php:105 inc/targetchange.class.php:441 +#: inc/targetticket.class.php:135 inc/targetticket.class.php:238 +msgid "Properties" +msgstr "" + +#: inc/targetproblem.class.php:509 inc/targetchange.class.php:286 +#: inc/targetticket.class.php:1443 +#, php-format +msgid "" +"Failed to add or update the %1$s %2$s: a question is missing and is used in " +"a parameter of the target" +msgstr "" + +#: inc/targetproblem.class.php:566 inc/targetchange.class.php:106 +#: inc/targetticket.class.php:136 inc/abstractitiltarget.class.php:1216 +msgid "Actors" +msgstr "" + +#: inc/targetproblem.class.php:619 entrée standard:48 +msgid "Problem title" +msgstr "" + +#: inc/targetproblem.class.php:629 inc/targetchange.class.php:354 +#: inc/targetticket.class.php:199 +msgid "Content" +msgstr "" + +#: inc/targetproblem.class.php:639 inc/targetchange.class.php:364 +msgid "Impact" +msgstr "" + +#: inc/targetproblem.class.php:649 entrée standard:56 +msgid "Cause" +msgstr "" + +#: inc/targetproblem.class.php:659 entrée standard:58 +msgid "Symptom" +msgstr "" + +#: inc/entityconfig.class.php:101 inc/entityconfig.class.php:110 +#: inc/entityconfig.class.php:118 inc/entityconfig.class.php:126 +#: inc/entityconfig.class.php:134 inc/entityconfig.class.php:142 +#: inc/entityconfig.class.php:150 inc/entityconfig.class.php:158 +#: inc/entityconfig.class.php:166 inc/entityconfig.class.php:180 +#: inc/entityconfig.class.php:188 inc/entityconfig.class.php:196 +msgid "Inheritance of the parent entity" +msgstr "" + +#: inc/entityconfig.class.php:102 +msgid "GLPi's helpdesk" +msgstr "" + +#: inc/entityconfig.class.php:103 +msgid "Service catalog simplified" +msgstr "" + +#: inc/entityconfig.class.php:104 +msgid "Service catalog extended" +msgstr "" + +#: inc/entityconfig.class.php:111 +msgid "All available forms" +msgstr "" + +#: inc/entityconfig.class.php:112 +msgid "Only default forms" +msgstr "" + +#: inc/entityconfig.class.php:119 +msgid "Popularity sort" +msgstr "" + +#: inc/entityconfig.class.php:120 +msgid "Alphabetic sort" +msgstr "" + +#: inc/entityconfig.class.php:127 +msgid "Merged with Forms" +msgstr "" + +#: inc/entityconfig.class.php:128 +msgid "Distinct menu entry" +msgstr "" + +#: inc/entityconfig.class.php:135 inc/entityconfig.class.php:143 +#: inc/entityconfig.class.php:151 inc/entityconfig.class.php:159 +#: inc/entityconfig.class.php:189 inc/form.class.php:271 entrée standard:100 +msgid "Visible" +msgstr "" + +#: inc/entityconfig.class.php:136 inc/entityconfig.class.php:144 +#: inc/entityconfig.class.php:152 inc/entityconfig.class.php:160 +#: inc/entityconfig.class.php:190 +msgid "Hidden" +msgstr "" + +#: inc/entityconfig.class.php:167 +msgid "Variable height" +msgstr "" + +#: inc/entityconfig.class.php:168 +msgid "Uniform height" +msgstr "" + +#: inc/entityconfig.class.php:173 +msgid "Search for assistance" +msgstr "" + +#: inc/entityconfig.class.php:174 +msgid "User's assistance requests" +msgstr "" + +#: inc/entityconfig.class.php:181 +msgid "Only forms" +msgstr "" + +#: inc/entityconfig.class.php:182 +msgid "Forms and list of requests" +msgstr "" + +#: inc/entityconfig.class.php:197 +msgid "Folded" +msgstr "" + +#: inc/entityconfig.class.php:198 +msgid "Unfolded" +msgstr "" + +#: inc/entityconfig.class.php:298 +msgid "Helpdesk" +msgstr "" + +#: inc/entityconfig.class.php:306 inc/entityconfig.class.php:534 entrée +#: standard:44 +msgid "Helpdesk mode" +msgstr "" + +#: inc/entityconfig.class.php:317 inc/entityconfig.class.php:604 +msgid "Default Form list mode" +msgstr "" + +#: inc/entityconfig.class.php:335 inc/entityconfig.class.php:544 +msgid "Sort order" +msgstr "" + +#: inc/entityconfig.class.php:351 inc/entityconfig.class.php:554 +msgid "Knowledge base" +msgstr "" + +#: inc/entityconfig.class.php:366 +msgid "Search" +msgstr "" + +#: inc/entityconfig.class.php:382 inc/entityconfig.class.php:614 +msgid "Counters dashboard" +msgstr "" + +#: inc/entityconfig.class.php:398 +msgid "Header message" +msgstr "" + +#: inc/entityconfig.class.php:414 inc/entityconfig.class.php:624 +msgid "Search issue" +msgstr "" + +#: inc/entityconfig.class.php:430 inc/entityconfig.class.php:594 +msgid "Service catalog home page" +msgstr "" + +#: inc/entityconfig.class.php:446 inc/entityconfig.class.php:634 +msgid "Tile design" +msgstr "" + +#: inc/entityconfig.class.php:462 +msgid "Home page" +msgstr "" + +#: inc/entityconfig.class.php:494 +msgid "Menu visibility (only for vertical menu)" +msgstr "" + +#: inc/entityconfig.class.php:506 inc/entityconfig.class.php:584 +#: inc/form.class.php:225 entrée standard:84 +msgid "Header" +msgid_plural "Headers" +msgstr[0] "" +msgstr[1] "" + +#: inc/entityconfig.class.php:564 +msgid "Display search field" +msgstr "" + +#: inc/entityconfig.class.php:574 +msgid "Display header" +msgstr "" + +#: inc/questionrange.class.php:52 inc/questionparameter/range.class.php:56 +msgid "Question range" +msgid_plural "Question ranges" +msgstr[0] "" +msgstr[1] "" + +#: inc/questionrange.class.php:62 inc/questionparameter/range.class.php:66 +msgid "Minimum range" +msgstr "" + +#: inc/questionrange.class.php:71 inc/questionparameter/range.class.php:75 +msgid "maximum range" +msgstr "" + +#: inc/form.class.php:66 inc/form.class.php:429 +msgid "Public access" +msgstr "Publikus elérés" + +#: inc/form.class.php:67 inc/form.class.php:433 +msgid "Private access" +msgstr "Privát elérés" + +#: inc/form.class.php:68 inc/form.class.php:437 +msgid "Restricted access" +msgstr "Korlátozott elérés" + +#: inc/form.class.php:122 +msgid "Answers waiting for validation" +msgstr "" + +#: inc/form.class.php:124 inc/form.class.php:1663 inc/form.class.php:1689 +msgid "Import forms" +msgstr "" + +#: inc/form.class.php:169 +msgid "Recursive" +msgstr "" + +#: inc/form.class.php:190 +msgid "Homepage" +msgstr "Kezdőképernyő" + +#: inc/form.class.php:203 +msgid "Access" +msgstr "Elérés" + +#: inc/form.class.php:234 inc/form.class.php:327 inc/form.class.php:394 entrée +#: standard:54 +msgid "Active" +msgstr "" + +#: inc/form.class.php:286 inc/form.class.php:338 inc/form.class.php:413 +msgid "Default form" +msgstr "" + +#: inc/form.class.php:296 entrée standard:106 +msgid "Next form" +msgstr "" + +#: inc/form.class.php:326 inc/form.class.php:391 +msgid "Inactive" +msgstr "" + +#: inc/form.class.php:337 inc/form.class.php:410 +msgid "Not default form" +msgstr "" + +#: inc/form.class.php:361 inc/form.class.php:445 entrée standard:75 +msgid "All languages" +msgstr "" + +#: inc/form.class.php:508 entrée standard:3 +msgid "Target" +msgid_plural "Targets" +msgstr[0] "" +msgstr[1] "" + +#: inc/form.class.php:511 +msgid "Preview" +msgstr "" + +#: inc/form.class.php:512 +msgid "Form answer properties" +msgstr "" + +#: inc/form.class.php:854 +msgid "What are you looking for?" +msgstr "" + +#: inc/form.class.php:993 inc/form.class.php:1156 +#: inc/abstracttarget.class.php:162 inc/abstractitiltarget.class.php:1625 +msgid "The name cannot be empty!" +msgstr "A név nem lehet üres" + +#: inc/form.class.php:1026 inc/form.class.php:1191 +msgid "A loop is generated!" +msgstr "" + +#: inc/form.class.php:1167 +msgid "Cannot use empty name for form answers. Keeping the previous value." +msgstr "" + +#: inc/form.class.php:1303 +#, php-format +msgid "The question %s is not compatible with public forms" +msgstr "" + +#: inc/form.class.php:1386 +msgid "Errored duplicate" +msgstr "" + +#: inc/form.class.php:1397 entrée standard:23 +msgid "Duplicate" +msgstr "Duplikált" + +#: inc/form.class.php:1442 inc/form.class.php:1452 +msgctxt "button" +msgid "Post" +msgstr "" + +#: inc/form.class.php:1475 +#, php-format +msgid "Form duplicated: %s" +msgstr "Duplikált űrlap: %s" + +#: inc/form.class.php:1491 +#, php-format +msgid "Form Transfered: %s" +msgstr "Áthelyezett űrlap: %s" + +#: inc/form.class.php:1515 +msgid "Back" +msgstr "" + +#: inc/form.class.php:1526 +#, php-format +msgid "Form updated: %s" +msgstr "" + +#: inc/form.class.php:1636 +msgid "Upload of JSON files not allowed." +msgstr "" + +#: inc/form.class.php:1639 +msgid "You may allow JSON files right now." +msgstr "" + +#: inc/form.class.php:1640 +msgctxt "button" +msgid "Create" +msgstr "" + +#: inc/form.class.php:1643 inc/form.class.php:1654 +msgid "Please contact your GLPI administrator." +msgstr "" + +#: inc/form.class.php:1644 inc/form.class.php:1655 +msgctxt "button" +msgid "Back" +msgstr "" + +#: inc/form.class.php:1647 +msgid "Upload of JSON files not enabled." +msgstr "" + +#: inc/form.class.php:1650 inc/form.class.php:1653 +msgid "You may enable JSON files right now." +msgstr "" + +#: inc/form.class.php:1651 +msgctxt "button" +msgid "Enable" +msgstr "" + +#: inc/form.class.php:1698 +msgctxt "button" +msgid "Send" +msgstr "" + +#: inc/form.class.php:1717 +msgid "Forms import impossible, the file is empty" +msgstr "" + +#: inc/form.class.php:1721 inc/form.class.php:1725 +msgid "Forms import impossible, the file seems corrupt" +msgstr "" + +#: inc/form.class.php:1731 +msgid "Forms import impossible, the file was generated with another version" +msgstr "" + +#: inc/form.class.php:1738 +msgid "" +"The file does not specifies the schema version. It was probably generated " +"with a version older than 2.10. Giving up." +msgstr "" + +#: inc/form.class.php:1764 +#, php-format +msgid "Failed to import %s" +msgstr "" + +#: inc/form.class.php:1769 +#, php-format +msgid "Forms successfully imported from %s" +msgstr "" + +#: inc/form.class.php:1832 +#, php-format +msgid "The form %1$s already exists and is in an unmodifiable entity." +msgstr "" + +#: inc/form.class.php:1840 +#, php-format +msgid "You don't have right to update the entity %1$s." +msgstr "" + +#: inc/form.class.php:1850 +#, php-format +msgid "The entity %1$s is required for the form %2$s." +msgstr "" + +#: inc/form.class.php:1952 +msgid "Failed to create JSON document type" +msgstr "" + +#: inc/form.class.php:1959 +msgid "JSON document type not found" +msgstr "" + +#: inc/form.class.php:1966 +msgid "Failed to update JSON document type" +msgstr "" + +#: inc/form.class.php:1986 +msgid "Forms without category" +msgstr "Kategória nélküli űrlapok" + +#: inc/form.class.php:2007 +msgid "No form available" +msgstr "" + +#: inc/form.class.php:2205 entrée standard:47 +msgid "Add a target" +msgstr "" + +#: inc/form.class.php:2236 inc/targetticket.class.php:398 +#: inc/abstractitiltarget.class.php:1828 inc/abstractitiltarget.class.php:2124 +#: entrée standard:92 standard:94 +msgid "Add" +msgstr "" + +#: inc/form.class.php:2254 inc/form.class.php:2277 inc/form.class.php:2299 +msgid "Unsupported target type." +msgstr "" + +#: inc/form.class.php:2333 +msgid "plugin_formcreator_load_check" +msgstr "" + +#: inc/targetchange.class.php:44 entrée standard:43 +msgid "Target change" +msgid_plural "Target changes" +msgstr[0] "" +msgstr[1] "" + +#: inc/targetchange.class.php:344 entrée standard:48 +msgid "Change title" +msgstr "" + +#: inc/targetchange.class.php:374 entrée standard:56 +msgid "Control list" +msgstr "" + +#: inc/targetchange.class.php:384 entrée standard:58 +msgid "Deployment plan" +msgstr "" + +#: inc/targetchange.class.php:394 entrée standard:60 +msgid "Backup plan" +msgstr "" + +#: inc/targetchange.class.php:404 +msgid "Check list" +msgstr "" + +#: inc/questionfilter.class.php:52 +msgid "Question filter" +msgid_plural "Question filters" +msgstr[0] "" +msgstr[1] "" + +#: inc/section.class.php:71 entrée standard:53 standard:44 +msgid "Section" +msgid_plural "Sections" +msgstr[0] "" +msgstr[1] "" + +#: inc/section.class.php:123 inc/section.class.php:166 +#: inc/question.class.php:348 +msgid "The title is required" +msgstr "A cím kötelező" + +#: inc/section.class.php:553 inc/question.class.php:234 entrée standard:37 +msgid "Count of conditions" +msgstr "" + +#: inc/restrictedformcriteria.class.php:179 +#, php-format +msgid "Failed to find %1$s %2$s" +msgstr "" + +#: inc/question.class.php:73 inc/abstractitiltarget.class.php:1127 entrée +#: standard:41 +msgid "Question" +msgid_plural "Questions" +msgstr[0] "" +msgstr[1] "" + +#: inc/question.class.php:197 entrée standard:43 standard:50 standard:44 +#: standard:49 standard:79 +msgid "Required" +msgstr "Kötelező" + +#: inc/question.class.php:355 +msgid "The section is required" +msgstr "A szekció kötelező" + +#: inc/question.class.php:365 +#, php-format +msgid "Field type %1$s is not available for question %2$s." +msgstr "" + +#: inc/question.class.php:379 +msgid "This type of question is not compatible with public forms." +msgstr "" + +#: inc/question.class.php:469 +msgid "The field type cannot be changed. Delete then recreate the question." +msgstr "" + +#: inc/question.class.php:1184 +msgid "Service levels" +msgstr "" + +#: inc/question.class.php:1185 inc/abstractitiltarget.class.php:851 +msgid "SLA" +msgstr "" + +#: inc/question.class.php:1186 inc/abstractitiltarget.class.php:924 +msgid "OLA" +msgstr "" + +#: inc/question.class.php:1205 inc/question.class.php:1248 +#: inc/question.class.php:1251 +msgid "Assets" +msgstr "" + +#: inc/question.class.php:1219 hook.php:780 hook.php:797 +msgid "Assistance" +msgstr "" + +#: inc/question.class.php:1225 +msgid "Management" +msgstr "" + +#: inc/question.class.php:1236 +msgid "Tools" +msgstr "" + +#: inc/question.class.php:1237 +msgid "Notes" +msgstr "" + +#: inc/question.class.php:1238 +msgid "RSS feed" +msgstr "" + +#: inc/question.class.php:1240 +msgid "Administration" +msgstr "" + +#: inc/question.class.php:1248 inc/question.class.php:1251 +msgid "Plugin" +msgid_plural "Plugins" +msgstr[0] "" +msgstr[1] "" + +#: inc/abstractquestionparameter.class.php:98 +msgid "Parameter" +msgstr "" + +#: inc/abstractquestionparameter.class.php:105 +msgid "Field name" +msgstr "" + +#: inc/abstracttarget.class.php:97 +msgid "Current active entity" +msgstr "Jelenlegi aktív szervezet" + +#: inc/abstracttarget.class.php:98 +msgid "Default requester user's entity" +msgstr "Alapértelmezett kérelmező felhasználó szervezete" + +#: inc/abstracttarget.class.php:99 +msgid "First dynamic requester user's entity (alphabetical)" +msgstr "Első dinamikus kérelmező felhasználó szervezete (ABC)" + +#: inc/abstracttarget.class.php:100 +msgid "Last dynamic requester user's entity (alphabetical)" +msgstr "Utolsó dinamikus kérelmező felhasználó szervezete (ABC)" + +#: inc/abstracttarget.class.php:101 +msgid "The form entity" +msgstr "Az űrlap szervezete" + +#: inc/abstracttarget.class.php:102 +msgid "Default entity of the validator" +msgstr "Jóváhagyó alapértelmezett szervezete" + +#: inc/abstracttarget.class.php:103 +msgid "Specific entity" +msgstr "Különleges szervezet" + +#: inc/abstracttarget.class.php:104 +msgid "Default entity of a user type question answer" +msgstr "A felhasználó típus kérdés válaszából az alapértelmezett szervezet" + +#: inc/abstracttarget.class.php:105 +msgid "From a GLPI object > Entity type question answer" +msgstr "A GLPI objektum > szervezet típus kérdés válaszából " + +#: inc/abstracttarget.class.php:116 +msgid "Always generated" +msgstr "" + +#: inc/abstracttarget.class.php:117 +msgid "Disabled unless" +msgstr "" + +#: inc/abstracttarget.class.php:118 +msgid "Generated unless" +msgstr "" + +#: inc/abstracttarget.class.php:129 +msgid "A target must be associated to a form." +msgstr "" + +#: inc/abstracttarget.class.php:134 +msgid "A target must be associated to an existing form." +msgstr "" + +#: inc/abstracttarget.class.php:139 +msgid "Name is required." +msgstr "" + +#: inc/abstracttarget.class.php:502 +msgid "Destination entity" +msgstr "" + +#: inc/abstracttarget.class.php:518 +msgid "User type question" +msgstr "Felhasználó típus kérdés" + +#: inc/abstracttarget.class.php:519 +msgid "Entity type question" +msgstr "Szervezet típus kérdés" + +#: inc/command/cleanticketscommand.class.php:53 +msgid "Searching for invalid items..." +msgstr "" + +#: inc/command/cleanticketscommand.class.php:61 +msgid "Done." +msgstr "" + +#: inc/command/cleanticketscommand.class.php:135 +msgid "Step 1: double encoded < and > signs." +msgstr "" + +#: inc/command/cleanticketscommand.class.php:146 +#: inc/command/cleanticketscommand.class.php:196 +#: inc/command/cleanticketscommand.class.php:260 +msgid "No invalid items found." +msgstr "" + +#: inc/command/cleanticketscommand.class.php:187 +msgid "Step 2: literal BR tag." +msgstr "" + +#: inc/command/cleanticketscommand.class.php:251 +msgid "Step 3: litteral > sign." +msgstr "" + +#: inc/filter/itilcategoryfilter.class.php:52 +#: inc/filter/itilcategoryfilter.class.php:54 +msgid "Request categories" +msgstr "" + +#: inc/filter/itilcategoryfilter.class.php:53 +#: inc/filter/itilcategoryfilter.class.php:54 +msgid "Incident categories" +msgstr "" + +#: inc/filter/itilcategoryfilter.class.php:55 +msgid "Change categories" +msgstr "" + +#: inc/supervisorvalidator.class.php:44 +msgid "Requester supervisor" +msgid_plural "Requester supervisors" +msgstr[0] "" +msgstr[1] "" + +#: inc/supervisorvalidator.class.php:52 +msgid "My supervisor" +msgstr "" + +#: inc/questionregex.class.php:52 +msgid "Question regular expression" +msgid_plural "Question regular expressions" +msgstr[0] "" +msgstr[1] "" + +#: inc/questiondependency.class.php:66 +msgid "Question dependency" +msgid_plural "Question dependencies" +msgstr[0] "" +msgstr[1] "" + +#: inc/answer.class.php:66 entrée standard:43 +msgid "Answer" +msgid_plural "Answers" +msgstr[0] "" +msgstr[1] "" + +#: inc/item_targetticket.class.php:52 +msgid "Composite ticket relation" +msgid_plural "Composite ticket relations" +msgstr[0] "" +msgstr[1] "" + +#: inc/targetticket.class.php:57 entrée standard:43 +msgid "Target ticket" +msgid_plural "Target tickets" +msgstr[0] "" +msgstr[1] "" + +#: inc/targetticket.class.php:100 +msgid "Specific asset" +msgstr "" + +#: inc/targetticket.class.php:101 inc/targetticket.class.php:117 +#: inc/abstractitiltarget.class.php:207 inc/abstractitiltarget.class.php:215 +#: inc/abstractitiltarget.class.php:223 inc/abstractitiltarget.class.php:231 +#: inc/abstractitiltarget.class.php:240 inc/abstractitiltarget.class.php:249 +msgid "Equals to the answer to the question" +msgstr "" + +#: inc/targetticket.class.php:102 inc/abstractitiltarget.class.php:232 +#: inc/abstractitiltarget.class.php:241 inc/abstractitiltarget.class.php:250 +msgid "Last valid answer" +msgstr "" + +#: inc/targetticket.class.php:108 +msgid "Source from template or user default or GLPI default" +msgstr "" + +#: inc/targetticket.class.php:109 +msgid "Formcreator" +msgstr "" + +#: inc/targetticket.class.php:115 +msgid "Default or from a template" +msgstr "" + +#: inc/targetticket.class.php:116 +msgid "Specific type" +msgstr "" + +#: inc/targetticket.class.php:189 entrée standard:48 +msgid "Ticket title" +msgstr "Bejelentés tárgya" + +#: inc/targetticket.class.php:307 +msgid "Add validation message as first ticket followup" +msgstr "Az érvényesítő üzenet kerüljön a bejelentés első utótevekenységébe" + +#: inc/targetticket.class.php:341 +msgid "Add a field" +msgstr "" + +#: inc/targetticket.class.php:369 +msgid "Managed fields" +msgstr "" + +#: inc/targetticket.class.php:376 +msgid "No managed field" +msgstr "" + +#: inc/targetticket.class.php:396 +msgid "Link to an other ticket" +msgstr "" + +#: inc/targetticket.class.php:405 +msgid "An other destination of this form" +msgstr "" + +#: inc/targetticket.class.php:406 +msgid "An existing ticket" +msgstr "" + +#: inc/targetticket.class.php:407 +msgid "A ticket from an answer to a question" +msgstr "" + +#: inc/targetticket.class.php:488 +msgctxt "button" +msgid "Delete permanently" +msgstr "" + +#: inc/targetticket.class.php:743 +msgid "Invalid link type" +msgstr "" + +#: inc/targetticket.class.php:763 +msgid "Invalid linked item type" +msgstr "" + +#: inc/targetticket.class.php:776 +msgid "Linked item does not exists" +msgstr "" + +#: inc/targetticket.class.php:789 +msgid "Failed to link the item" +msgstr "" + +#: inc/targetticket.class.php:905 install/install.php:497 +msgid "Your form has been accepted by the validator" +msgstr "Az űrlapját elfogadta a jóváhagyó" + +#: inc/targetticket.class.php:1137 +msgid "Request source" +msgstr "" + +#: inc/targetticket.class.php:1162 +msgid "Type " +msgstr "" + +#: inc/targetticket.class.php:1190 +msgid "Associated elements" +msgstr "" + +#: inc/targetticket.class.php:1201 +msgid "Item " +msgstr "" + +#: inc/translation.class.php:153 +msgid "No more string to translate" +msgstr "" + +#: inc/translation.class.php:164 +msgid "Internal error: translatable string not found." +msgstr "" + +#: inc/translation.class.php:216 +msgid "Language not found." +msgstr "" + +#: inc/translation.class.php:236 +msgid "Failed to add the translation." +msgstr "" + +#: inc/abstractitiltarget.class.php:187 +msgid "Tags from questions" +msgstr "Címkék a kérdésből" + +#: inc/abstractitiltarget.class.php:188 +msgid "Specific tags" +msgstr "Különleges címkék" + +#: inc/abstractitiltarget.class.php:189 +msgid "Tags from questions and specific tags" +msgstr "Címkék a kérdésekből és különleges címkék" + +#: inc/abstractitiltarget.class.php:190 +msgid "Tags from questions or specific tags" +msgstr "Címkék a kérdésekből vagy különleges címkék" + +#: inc/abstractitiltarget.class.php:196 +msgid "TTR from template or none" +msgstr "" + +#: inc/abstractitiltarget.class.php:197 +msgid "equals to the answer to the question" +msgstr "Megegyezik a kérdésre adott válasszal" + +#: inc/abstractitiltarget.class.php:198 +msgid "calculated from the ticket creation date" +msgstr "A bejelentés létrehozási dátumából számítva" + +#: inc/abstractitiltarget.class.php:199 +msgid "calculated from the answer to the question" +msgstr "A kérdés válaszából számítva" + +#: inc/abstractitiltarget.class.php:205 +msgid "SLA from template or none" +msgstr "" + +#: inc/abstractitiltarget.class.php:206 +msgid "Specific SLA" +msgstr "" + +#: inc/abstractitiltarget.class.php:213 +msgid "OLA from template or none" +msgstr "" + +#: inc/abstractitiltarget.class.php:214 +msgid "Specific OLA" +msgstr "" + +#: inc/abstractitiltarget.class.php:221 +msgid "Urgency from template or Medium" +msgstr "" + +#: inc/abstractitiltarget.class.php:222 +msgid "Specific urgency" +msgstr "" + +#: inc/abstractitiltarget.class.php:229 +msgid "Category from template or none" +msgstr "" + +#: inc/abstractitiltarget.class.php:230 +msgid "Specific category" +msgstr "" + +#: inc/abstractitiltarget.class.php:238 +msgid "Location from template or none" +msgstr "" + +#: inc/abstractitiltarget.class.php:239 +msgid "Specific location" +msgstr "" + +#: inc/abstractitiltarget.class.php:247 +msgid "Contract from template or none" +msgstr "" + +#: inc/abstractitiltarget.class.php:248 +msgid "Specific contract" +msgstr "" + +#: inc/abstractitiltarget.class.php:256 +msgid "No validation" +msgstr "" + +#: inc/abstractitiltarget.class.php:257 +msgid "Specific user or group" +msgstr "" + +#: inc/abstractitiltarget.class.php:258 +msgid "User from question answer" +msgstr "" + +#: inc/abstractitiltarget.class.php:259 +msgid "Group from question answer" +msgstr "" + +#: inc/abstractitiltarget.class.php:839 +msgid "Minute" +msgid_plural "Minutes" +msgstr[0] "" +msgstr[1] "" + +#: inc/abstractitiltarget.class.php:840 +msgid "Hour" +msgid_plural "Hours" +msgstr[0] "" +msgstr[1] "" + +#: inc/abstractitiltarget.class.php:841 +msgid "Day" +msgid_plural "Days" +msgstr[0] "" +msgstr[1] "" + +#: inc/abstractitiltarget.class.php:842 +msgid "Month" +msgid_plural "Months" +msgstr[0] "" +msgstr[1] "" + +#: inc/abstractitiltarget.class.php:874 +msgid "SLA (TTO/TTR)" +msgstr "" + +#: inc/abstractitiltarget.class.php:875 inc/abstractitiltarget.class.php:948 +msgid "Question (TTO/TTR)" +msgstr "" + +#: inc/abstractitiltarget.class.php:947 +msgid "OLA (TTO/TTR)" +msgstr "" + +#: inc/abstractitiltarget.class.php:1051 +msgid "Urgency " +msgstr "" + +#: inc/abstractitiltarget.class.php:1080 +msgid "Ticket tags" +msgstr "Bejelentés címkék" + +#: inc/abstractitiltarget.class.php:1128 +msgid "Tags" +msgstr "Címkék" + +#: inc/abstractitiltarget.class.php:1247 +msgid "Location" +msgstr "" + +#: inc/abstractitiltarget.class.php:1259 +msgid "Location " +msgstr "" + +#: inc/abstractitiltarget.class.php:1312 +msgid "Contract" +msgstr "" + +#: inc/abstractitiltarget.class.php:1324 +msgid "Contract " +msgstr "" + +#: inc/abstractitiltarget.class.php:1635 +msgid "The description cannot be empty!" +msgstr "A Leírás nem lehet üres!" + +#: inc/abstractitiltarget.class.php:1811 +msgid "Watcher" +msgid_plural "Watchers" +msgstr[0] "" +msgstr[1] "" + +#: inc/abstractitiltarget.class.php:1830 +msgid "Cancel" +msgstr "Mégse" + +#: inc/abstractitiltarget.class.php:2118 inc/abstractitiltarget.class.php:2548 +#: inc/abstractitiltarget.class.php:2552 +msgid "Email followup" +msgstr "" + +#: inc/abstractitiltarget.class.php:2149 inc/abstractitiltarget.class.php:2536 +msgid "User" +msgstr "" + +#: inc/abstractitiltarget.class.php:2160 inc/abstractitiltarget.class.php:2540 +msgid "Group" +msgstr "" + +#: inc/abstractitiltarget.class.php:2171 +msgid "Group from the object" +msgstr "" + +#: inc/abstractitiltarget.class.php:2177 +msgid "Tech group from the object" +msgstr "" + +#: inc/abstractitiltarget.class.php:2189 inc/abstractitiltarget.class.php:2544 +msgid "Supplier" +msgstr "" + +#: inc/abstractitiltarget.class.php:2548 +msgid "Yes" +msgstr "" + +#: install/install.php:163 +#, php-format +msgid "Upgrade tables to innoDB; run %s" +msgstr "" + +#: install/install.php:199 +#, php-format +msgid "" +"The database schema is not consistent with the previous version of " +"Formcreator %s. To see the logs run the command %s" +msgstr "" + +#: install/install.php:208 +#, php-format +msgid "To ignore the inconsistencies and upgrade anyway run %s" +msgstr "" + +#: install/install.php:225 +msgid "" +"Upgrade from version older than 2.5.0 is no longer supported. Please upgrade" +" to GLPI 9.5.7, upgrade Formcreator to version 2.12.5, then upgrade again to" +" GLPI 10 or later and Formcreator 2.13 or later." +msgstr "" + +#: install/install.php:251 +#, php-format +msgid "" +"A fatal error occured in the upgrade from %s! Upgrade aborted. Please check " +"logs to fix the problem then try again." +msgstr "" + +#: install/install.php:294 +#, php-format +msgid "" +"The database schema is not consistent with the current version of " +"Formcreator %s. To see the logs enable the plugin and run the command %s" +msgstr "" + +#: install/install.php:305 +msgid "The tables of the plugin passed the schema integrity check." +msgstr "" + +#: install/install.php:478 +msgid "A form has been created" +msgstr "Az űrlap létrehozva" + +#: install/install.php:479 +msgid "Your request has been saved" +msgstr "A kérelme mentve" + +#: install/install.php:480 +msgid "" +"Hi,\\nYour request from GLPI has been successfully saved with number " +"##formcreator.request_id## and transmitted to the helpdesk team.\\nYou can " +"see your answers onto the following link:\\n##formcreator.validation_link##" +msgstr "" +"Üdvözlöm,\\nA kérelme a GLPI-ben mentésre került, a " +"száma:##formcreator.request_id##. Kérelmét továbbítottuk a helpdesk " +"csapatnak.\\nA válaszokat az alábbi linken nézheti " +"meg:\\n##formcreator.validation_link##" + +#: install/install.php:484 +msgid "A form need validation" +msgstr "" + +#: install/install.php:485 +msgid "A form from GLPI need to be validated" +msgstr "" + +#: install/install.php:486 +msgid "" +"Hi,\\nA form from GLPI need to be validated and you have been choosen as the" +" validator.\\nYou can access it by clicking onto this " +"link:\\n##formcreator.validation_link##" +msgstr "" + +#: install/install.php:491 +msgid "Your form has been refused by the validator" +msgstr "Az űrlapját visszautasította a jóváhagyó" + +#: install/install.php:492 +msgid "" +"Hi,\\nWe are sorry to inform you that your form has been refused by the " +"validator for the reason " +"below:\\n##formcreator.validation_comment##\\n\\nYou can still modify and " +"resubmit it by clicking onto this link:\\n##formcreator.validation_link##" +msgstr "" +"Üdvözlöm,\\nSajnálattal közöljük, hogy az Ön űrlapját elutasította a " +"jóváhagyó. Az elutasítás " +"oka:\\n##formcreator.validation_comment##\\nMódosíthatja, és újra elküldheti" +" az alábbi linkre kattintva:\\n##formcreator.validation_link##" + +#: install/install.php:498 +msgid "" +"Hi,\\nWe are pleased to inform you that your form has been accepted by the " +"validator.\\nYour request will be considered soon." +msgstr "" +"Üdvözlöm,\\nÖrömmel értesítjük, hogy az űrlapját elfogadta a " +"jóváhagyó.\\nKérelme hamarosan mérlegelésre kerül." + +#: install/install.php:503 +msgid "Your form has been deleted by an administrator" +msgstr "Az űrlapját törölte egy Adminisztrátor" + +#: install/install.php:504 +msgid "" +"Hi,\\nWe are sorry to inform you that your request cannot be considered and " +"has been deleted by an administrator." +msgstr "" +"Üdvözlöm,\\nSajnálattal közöljük, hogy az Ön kérelme nem mérlegelhető és egy" +" Adminisztrátor törölte." + +#: install/install.php:732 +msgid "Formcreator - Sync service catalog issues" +msgstr "" + +#: install/install.php:945 +msgid "Failed to check the sanity of the tables!" +msgstr "" + +#: install/install.php:959 +#, php-format +msgid "Table schema differs for table \"%s\"." +msgstr "" + +#: install/install.php:962 +#, php-format +msgid "Table \"%s\" is missing." +msgstr "" + +#: install/install.php:965 +#, php-format +msgid "Unknown table \"%s\" has been found in database." +msgstr "" + +#: hook.php:439 +msgctxt "button" +msgid "Duplicate" +msgstr "Duplikált" + +#: hook.php:440 +msgid "Transfer" +msgstr "" + +#: hook.php:441 +msgctxt "button" +msgid "Export" +msgstr "" + +#: hook.php:442 +msgctxt "button" +msgid "Access rights" +msgstr "" + +#: hook.php:756 +msgid "Cancel my ticket" +msgstr "" + +#: hook.php:774 +msgid "Old" +msgstr "" + +#: hook.php:781 +#, php-format +msgid "Number of %s" +msgstr "" + +#: hook.php:798 +msgid "Issues summary" +msgstr "" + +#: hook.php:843 +msgid "" +"Formcreator's mini dashboard not usable as default. This Setting has been " +"ignored." +msgstr "" + +#: js/scripts.js:300 +msgid "No form found. Please choose a form below instead." +msgstr "" + +#: js/scripts.js:302 +msgid "No form found." +msgstr "" + +#: js/scripts.js:306 +msgid "No FAQ item found." +msgstr "" + +#: js/scripts.js:707 +msgid "Are you sure you want to delete this question?" +msgstr "Biztosan törli ezt a kérdést?" + +#: js/scripts.js:917 +msgid "Are you sure you want to delete this section?" +msgstr "Biztosan törli ezt a szekciót?" + +#: js/scripts.js:1161 +msgid "Add translations" +msgstr "" + +#: js/scripts.js:1300 js/scripts.js:1324 +msgid "An error occured while querying forms" +msgstr "" + +#: js/scripts.js:1416 entrée standard:139 +msgid "Send" +msgstr "" + +#: js/scripts.js:1425 +msgid "An internal error occurred. Please report it to administrator." +msgstr "" + +#: js/scripts.js:1468 +msgid "Are you sure you want to delete this validator ?" +msgstr "" + +#: js/scripts.js:1520 +msgid "Are you sure you want to duplicate this target?" +msgstr "" + +#: js/scripts.js:1537 +msgid "Are you sure you want to delete this target?" +msgstr "" + +#: entrée standard:57 standard:61 standard:60 standard:59 standard:43 +#: standard:69 standard:52 standard:76 +msgid "Default values" +msgstr "" + +#: entrée standard:52 standard:59 standard:58 +msgid "Show empty" +msgstr "Üres megjelenítése" + +#: entrée standard:39 +msgid "LDAP directory" +msgid_plural "LDAP directories" +msgstr[0] "" +msgstr[1] "" + +#: entrée standard:78 +msgid "Attribute" +msgstr "Attribútum" + +#: entrée standard:70 standard:68 +msgid "Values" +msgstr "Értékek" + +#: entrée standard:90 +msgid "Show ticket categories" +msgstr "" + +#: entrée standard:146 standard:118 +msgid "Selectable root" +msgstr "" + +#: entrée standard:38 +msgid "GLPI object" +msgid_plural "GLPI objects" +msgstr[0] "" +msgstr[1] "" + +#: entrée standard:63 +msgid "Direct access on homepage" +msgstr "Közvetlen elérés a kezdőképernyőről" + +#: entrée standard:86 +msgid "Default form in service catalog" +msgstr "" + +#: entrée standard:113 standard:114 +msgid "Are you a robot ?" +msgstr "" + +#: entrée standard:64 +msgid "Condition to show the section" +msgstr "" + +#: entrée standard:40 +msgid "Condition to generate the target" +msgstr "" + +#: entrée standard:40 +msgid "General" +msgstr "" + +#: entrée standard:45 +msgid "validation percent" +msgstr "" + +#: entrée standard:52 +msgid "Add a validator" +msgstr "" + +#: entrée standard:57 standard:36 +msgid "Validation level" +msgstr "" + +#: entrée standard:73 +msgid "Validator type" +msgstr "" + +#: entrée standard:98 +msgid "Validators" +msgstr "" + +#: entrée standard:106 standard:5 +msgid "Actions" +msgstr "" + +#: entrée standard:54 +msgid "Impacts" +msgstr "" + +#: entrée standard:62 +msgid "Checklist" +msgstr "" + +#: entrée standard:36 +msgid "Answers title" +msgstr "" + +#: entrée standard:45 +msgid "Add a section" +msgstr "Szekció hozzáadása" + +#: entrée standard:55 +msgid "Condition to show the submit button" +msgstr "" + +#: entrée standard:33 +msgid "No form answer yet" +msgstr "" + +#: entrée standard:38 +#, php-format +msgid "%s latest items" +msgstr "" + +#: entrée standard:54 +msgid "Please activate the form to view the link" +msgstr "" + +#: entrée standard:63 +msgid "Enable captcha" +msgstr "" + +#: entrée standard:79 +msgid "Restricted to" +msgstr "" + +#: entrée standard:83 +msgid "Add a question" +msgstr "Kérdés hozzáadása" + +#: entrée standard:39 +msgid "List of available tags" +msgstr "" + +#: entrée standard:42 +msgid "Title" +msgstr "" + +#: entrée standard:47 +msgid "Full form" +msgstr "Teljes űrlap" + +#: entrée standard:37 +msgid "Validation status" +msgstr "" + +#: entrée standard:36 +#, php-format +msgid "My %1$d last forms (requester)" +msgstr "" + +#: entrée standard:39 +msgid "No form posted yet" +msgstr "Még nincs beküldött űrlap" + +#: entrée standard:63 +msgid "All my forms (requester)" +msgstr "Minden űrlapom (kérelmező)" + +#: entrée standard:36 +#, php-format +msgid "My %1$d last forms (validator)" +msgstr "" + +#: entrée standard:63 +msgid "All my forms (validator)" +msgstr "Minden űrlapom (jóváhagyó)" + +#: entrée standard:42 +msgid "Min" +msgstr "Min" + +#: entrée standard:53 +msgid "Max" +msgstr "Max" diff --git a/locales/it_IT.mo b/locales/it_IT.mo index e2ff41a58..33df9058b 100644 Binary files a/locales/it_IT.mo and b/locales/it_IT.mo differ diff --git a/locales/it_IT.po b/locales/it_IT.po new file mode 100644 index 000000000..a021c8644 --- /dev/null +++ b/locales/it_IT.po @@ -0,0 +1,2745 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +# Translators: +# Alessandro Carloni , 2022 +# Roberto , 2022 +# Thierry Bugier , 2022 +# Pierfrancesco Passerini , 2023 +# Davide , 2023 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-05-31 16:21+0200\n" +"PO-Revision-Date: 2022-06-15 12:10+0000\n" +"Last-Translator: Davide , 2023\n" +"Language-Team: Italian (Italy) (https://app.transifex.com/teclib/teams/28042/it_IT/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: it_IT\n" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" + +#: ajax/question_update.php:38 ajax/section_update.php:37 +msgid "Bad request" +msgstr "Richiesta errata" + +#: ajax/question_update.php:47 ajax/question_move.php:45 +#: ajax/question_delete.php:42 ajax/question_toggle_required.php:49 +msgid "Question not found" +msgstr "Domanda non trovata" + +#: ajax/question_update.php:53 ajax/question_duplicate.php:49 +#: ajax/question_move.php:50 ajax/section_add.php:38 +#: ajax/section_delete.php:50 ajax/section_move.php:55 +#: ajax/section_duplicate.php:50 ajax/question_delete.php:49 +#: ajax/question_toggle_required.php:55 ajax/section_update.php:44 +msgid "You don't have right for this action" +msgstr "Non hai i permessi per questa azione" + +#: ajax/question_duplicate.php:43 +msgid "Source question not found" +msgstr "Domanda originale non trovata" + +#: ajax/question_move.php:73 +msgid "Could not move some questions" +msgstr "Impossibile spostare alcune domande" + +#: ajax/section_add.php:44 +msgid "Could not add the section" +msgstr "Impossibile aggiungere la sezione" + +#: ajax/commontree.php:55 entrée standard:128 standard:100 +msgid "Subtree root" +msgstr "radice del sottoalbero" + +#: ajax/commontree.php:59 +msgid "Selectable" +msgstr "Selezionabile" + +#: ajax/commontree.php:74 entrée standard:137 standard:109 +msgid "Limit subtree depth" +msgstr "limita profondità del sottoalbero" + +#: ajax/commontree.php:84 +msgid "No limit" +msgstr "Nessun limite" + +#: ajax/section_delete.php:44 ajax/section_move.php:49 +#: ajax/section_duplicate.php:44 +msgid "Source section not found" +msgstr "Sezione originale non trovata" + +#: ajax/section_delete.php:56 +msgid "Could not delete the section" +msgstr "Impossibile cancellare la sezione" + +#: ajax/question_add.php:45 +msgid "Could not add the question" +msgstr "Impossibile aggiungere la domanda" + +#: ajax/section_move.php:66 +msgid "Could not move the section" +msgstr "Impossibile spostare la sezione" + +#: ajax/target_actor.php:51 +msgid "Failed to add the actor" +msgstr "Impossibile aggiungere l'attore" + +#: ajax/target_actor.php:62 +msgid "Failed to delete the actor" +msgstr "Impossibile cancellare l'attore" + +#: ajax/section_duplicate.php:56 +msgid "Could not duplicate the section" +msgstr "Impossibile duplicare la sezione" + +#: ajax/section_update.php:50 +msgid "Could not update the section" +msgstr "Impossibile aggiornare la sezione" + +#: front/knowbaseitem.php:42 front/knowbaseitem.php:47 +#: front/wizardreminders.php:49 front/wizardreminders.php:51 +#: front/wizard.php:45 front/wizard.php:50 front/wizardfeeds.php:49 +#: front/wizardfeeds.php:51 front/issue.php:44 front/issue.php:50 +#: front/formanswer.php:44 front/reservation.php:46 front/reservation.php:48 +#: front/knowbaseitem.form.php:48 front/knowbaseitem.form.php:50 +#: front/reservationitem.php:42 front/reservationitem.php:44 +#: front/formanswer.form.php:74 front/reservation.form.php:46 +#: front/reservation.form.php:48 +msgid "Service catalog" +msgstr "Catalogo dei servizi" + +#: front/issue.form.php:46 +msgid "Item not found" +msgstr "Oggetto non trovato" + +#: front/targetticket.form.php:46 front/targetticket.form.php:56 +#: front/targetticket.form.php:81 front/targetchange.form.php:46 +#: front/targetproblem.form.php:46 +msgid "No right to update this item." +msgstr "Non hai i diritti di modificare questo elemento" + +#: front/targetticket.form.php:75 +msgid "Bad request while deleting an actor." +msgstr "Errore durante la cancellazione di un attore" + +#: front/targetticket.form.php:95 front/targetchange.form.php:81 +#: front/formanswer.php:47 front/targetproblem.form.php:81 +#: front/formanswer.form.php:77 front/form.php:43 inc/common.class.php:654 +#: inc/common.class.php:661 +msgid "Form Creator" +msgstr "Creatore di moduli" + +#: front/targetticket.form.php:105 front/targetchange.form.php:90 +#: front/targetproblem.form.php:90 +#, php-format +msgid "%1$s = %2$s" +msgstr "1%1$s = 2%2$s" + +#: front/formlist.php:46 front/formlist.php:52 inc/common.class.php:648 +msgid "Form list" +msgstr "Lista dei moduli" + +#: front/formdisplay.php:90 inc/formanswer.class.php:1077 +#: inc/formanswer.class.php:1325 inc/formanswer.class.php:1376 +msgid "The form has been successfully saved!" +msgstr "Il modulo è stato salvato correttamente!" + +#. TRANS: %s is the user login +#: front/reservation.form.php:71 +#, php-format +msgid "%1$s purges the reservation for item %2$s" +msgstr "%1$s cancella la prenotazione per l'elemento %2$s" + +#: front/reservation.form.php:124 +#, php-format +msgid "%1$s adds the reservation %2$s for item %3$s" +msgstr "%1$s aggiunge la prenotazione %2$s per l'elemento %3$s" + +#: inc/knowbase.class.php:60 inc/entityconfig.class.php:478 +#: inc/form.class.php:611 +msgid "Category" +msgid_plural "Categories" +msgstr[0] "Categoria" +msgstr[1] "Categorie" +msgstr[2] "Categorie" + +#: inc/knowbase.class.php:62 inc/form.class.php:614 entrée standard:39 +msgid "See all" +msgstr "mostra tutti" + +#: inc/knowbase.class.php:83 +msgid "Please, describe your need here" +msgstr "Descrivete la vostra necessità" + +#: inc/field/textareafield.class.php:186 +msgid "Textarea" +msgstr "Area testuale" + +#: inc/field/textareafield.class.php:249 inc/field/dropdownfield.class.php:594 +#: inc/field/ldapselectfield.class.php:115 +#: inc/field/urgencyfield.class.php:166 inc/field/tagfield.class.php:166 +#: inc/field/timefield.class.php:114 inc/field/fieldsfield.class.php:489 +#: inc/field/requesttypefield.class.php:161 +msgid "A required field is empty:" +msgstr "Un campo obbligatorio risulta non compilato:" + +#: inc/field/textareafield.class.php:267 inc/field/integerfield.class.php:112 +#: inc/field/floatfield.class.php:194 inc/conditionnabletrait.class.php:70 +msgid "The regular expression is invalid" +msgstr "L'espressione regolare non è valida" + +#: inc/field/dropdownfield.class.php:81 inc/filter/entityfilter.class.php:48 +msgid "User and form" +msgstr "Utente e modulo" + +#: inc/field/dropdownfield.class.php:87 +msgid "Search filter" +msgstr "Filtro di ricerca" + +#: inc/field/dropdownfield.class.php:585 entrée standard:38 +msgid "Dropdown" +msgid_plural "Dropdowns" +msgstr[0] "Menù a tendina" +msgstr[1] "Menù a tendina" +msgstr[2] "Menù a tendina" + +#: inc/field/dropdownfield.class.php:616 +msgid "Invalid value for " +msgstr "Valore non valido per" + +#: inc/field/dropdownfield.class.php:628 +#, php-format +msgid "The itemtype field is required: %s" +msgstr "La tipologia del campo è richiesto: %s" + +#: inc/field/dropdownfield.class.php:644 +#, php-format +msgid "Invalid dropdown type: %s" +msgstr "Tipo menù a discesa non valido: %s" + +#: inc/field/dropdownfield.class.php:704 inc/questionfilter.class.php:62 +#: entrée standard:68 +msgid "Filter" +msgstr "Filtro" + +#: inc/field/dropdownfield.class.php:987 entrée standard:162 standard:134 +msgid "Entity restriction" +msgstr "Limite dell'entità" + +#: inc/field/dropdownfield.class.php:996 +msgid "" +"To respect the GLPI entity system, \"Form\" should be selected. Others " +"settings will break the entity restrictions" +msgstr "" +"Per conformità al sistema di entità di GLPI, \"Modello\" deve essere " +"selezionato. Altre impostazioni corromperanno i limiti dell'entità" + +#: inc/field/ldapselectfield.class.php:96 +msgid "LDAP Select" +msgstr "Seleziona LDAP" + +#: inc/field/ldapselectfield.class.php:140 +msgid "LDAP directory not defined!" +msgstr "LDAP directory non definita!" + +#: inc/field/ldapselectfield.class.php:147 +msgid "LDAP directory not found!" +msgstr "LDAP directory non trovata!" + +#: inc/field/radiosfield.class.php:108 +msgid "Radios" +msgstr "Selettore radio" + +#: inc/field/radiosfield.class.php:114 inc/field/fieldsfield.class.php:513 +#: inc/field/checkboxesfield.class.php:245 +msgid "The field value is required:" +msgstr "Il valore del campo è obbligatorio:" + +#: inc/field/radiosfield.class.php:192 inc/field/selectfield.class.php:104 +#: inc/field/datetimefield.class.php:119 inc/field/actorfield.class.php:258 +#: inc/field/checkboxesfield.class.php:191 inc/field/floatfield.class.php:125 +#: inc/field/datefield.class.php:116 +#, php-format +msgid "A required field is empty: %s" +msgstr "Un campo obbligatorio risulta non compilato: %s" + +#: inc/field/integerfield.class.php:59 +#, php-format +msgid "This is not an integer: %s" +msgstr "Non è un intero: %s" + +#: inc/field/integerfield.class.php:71 inc/field/floatfield.class.php:156 +#, php-format +msgid "Specific format does not match: %s" +msgstr "Il formato specificato non corrisponde: %s" + +#: inc/field/integerfield.class.php:85 inc/field/floatfield.class.php:167 +#, php-format +msgid "The following number must be greater than %d: %s" +msgstr "Il seguente numero deve essere maggiore di %d: %s" + +#: inc/field/integerfield.class.php:91 inc/field/floatfield.class.php:173 +#, php-format +msgid "The following number must be lower than %d: %s" +msgstr "Il seguente numero deve essere minore di %d: %s" + +#: inc/field/integerfield.class.php:101 +msgid "Integer" +msgstr "Intero" + +#: inc/field/undefinedfield.class.php:44 +msgid "Undefined" +msgstr "Non definito" + +#: inc/field/ipfield.class.php:123 +msgid "IP address" +msgid_plural "IP addresses" +msgstr[0] "Indirizzo IP" +msgstr[1] "Indirizzi IP" +msgstr[2] "Indirizzi IP" + +#: inc/field/urgencyfield.class.php:86 inc/abstractitiltarget.class.php:1040 +msgid "Urgency" +msgstr "Priorità" + +#: inc/field/urgencyfield.class.php:120 +msgctxt "urgency" +msgid "Very high" +msgstr "Altissima" + +#: inc/field/urgencyfield.class.php:121 +msgctxt "urgency" +msgid "High" +msgstr "Alta" + +#: inc/field/urgencyfield.class.php:122 +msgctxt "urgency" +msgid "Medium" +msgstr "Media" + +#: inc/field/urgencyfield.class.php:123 +msgctxt "urgency" +msgid "Low" +msgstr "Bassa" + +#: inc/field/urgencyfield.class.php:124 +msgctxt "urgency" +msgid "Very low" +msgstr "Bassissima" + +#: inc/field/tagfield.class.php:52 +msgid "Warning: Tag plugin is disabled or missing" +msgstr "Attenzione: il plugin TAG è disabilitato o mancante" + +#: inc/field/tagfield.class.php:200 +msgid "Tag" +msgid_plural "Tags" +msgstr[0] "Etichetta" +msgstr[1] "Etichette" +msgstr[2] "Etichette" + +#: inc/field/hostnamefield.class.php:116 +msgid "Hostname" +msgid_plural "Hostnames" +msgstr[0] "Nome host" +msgstr[1] "Nomi host" +msgstr[2] "Nomi host" + +#: inc/field/timefield.class.php:130 +msgid "Time" +msgstr "Ora" + +#: inc/field/emailfield.class.php:89 +#, php-format +msgid "This is not a valid e-mail: %s" +msgstr "Non è un'email valida: %s" + +#: inc/field/emailfield.class.php:100 +msgid "Email" +msgid_plural "Emails" +msgstr[0] "E-mail" +msgstr[1] "E-mail" +msgstr[2] "E-mail" + +#: inc/field/selectfield.class.php:97 +msgid "Select" +msgstr "Seleziona" + +#: inc/field/datetimefield.class.php:140 +msgid "Date & time" +msgstr "Data & orario" + +#: inc/field/actorfield.class.php:84 +msgid "Actor" +msgid_plural "Actors" +msgstr[0] "Attore" +msgstr[1] "Attori" +msgstr[2] "Attori" + +#: inc/field/actorfield.class.php:268 +#, php-format +msgid "Invalid value: %s" +msgstr "Valore non valido: %s" + +#: inc/field/actorfield.class.php:291 +#, php-format +msgid "User not found or invalid email address: %s" +msgstr "Utente non trovato o e-mail non valida :%s" + +#: inc/field/filefield.class.php:124 +msgid "No attached document" +msgstr "Nessun documento allegato" + +#: inc/field/filefield.class.php:133 inc/field/filefield.class.php:254 +#: inc/field/filefield.class.php:261 +msgid "Attached document" +msgstr "Documento allegato" + +#: inc/field/filefield.class.php:175 +#, php-format +msgid "A required file is missing: %s" +msgstr "Manca un file richiesto: %s" + +#: inc/field/filefield.class.php:192 +msgid "File" +msgstr "File" + +#: inc/field/multiselectfield.class.php:86 +msgid "Multiselect" +msgstr "Selettore multiplo" + +#: inc/field/fieldsfield.class.php:154 +msgid "Warning: Additional Fields plugin is disabled or missing" +msgstr "Attenzione: il plugin Campi addizionali è disabilitato o mancante" + +#: inc/field/fieldsfield.class.php:168 +msgid "Block" +msgstr "Blocco" + +#: inc/field/fieldsfield.class.php:172 inc/targetticket.class.php:346 +msgid "Field" +msgstr "Campo" + +#: inc/field/fieldsfield.class.php:254 +msgid "show" +msgstr "mostra" + +#: inc/field/fieldsfield.class.php:390 +#, php-format +msgid "Field '%1$s' type not implemented yet!" +msgstr "" + +#: inc/field/fieldsfield.class.php:467 +msgid "Some numeric fields contains non numeric values" +msgstr "Nome" + +#: inc/field/fieldsfield.class.php:472 +msgid "Some URL fields contains invalid links" +msgstr "" + +#: inc/field/fieldsfield.class.php:566 +msgid "Additionnal fields" +msgstr "Campi addizionali" + +#: inc/field/checkboxesfield.class.php:133 +msgid "Checkboxes" +msgstr "Checkbox" + +#: inc/field/checkboxesfield.class.php:227 +#, php-format +msgid "The following question needs at least %d answers: %s" +msgstr "" + +#: inc/field/checkboxesfield.class.php:233 +#, php-format +msgid "The following question does not accept more than %d answers: %s" +msgstr "" + +#: inc/field/checkboxesfield.class.php:305 +msgid "Range min" +msgstr "" + +#: inc/field/checkboxesfield.class.php:306 +msgid "Range max" +msgstr "" + +#: inc/field/requesttypefield.class.php:87 inc/targetticket.class.php:1150 +msgid "Request type" +msgstr "Tipo di richiesta" + +#: inc/field/floatfield.class.php:142 +#, php-format +msgid "This is not a number: %s" +msgstr "Non è un numero: %s" + +#: inc/field/floatfield.class.php:183 +msgid "Decimal number" +msgstr "Numero decimale" + +#: inc/field/floatfield.class.php:235 inc/questionregex.class.php:62 entrée +#: standard:42 +msgid "Regular expression" +msgstr "Espressione regolare" + +#: inc/field/floatfield.class.php:240 +msgid "Range" +msgstr "Intervallo" + +#: inc/field/floatfield.class.php:246 +msgid "Additional validation" +msgstr "Validazione addizionale" + +#: inc/field/datefield.class.php:137 +msgid "Date" +msgstr "Data" + +#: inc/field/descriptionfield.class.php:106 inc/form.class.php:151 +#: inc/question.class.php:188 entrée standard:82 standard:52 standard:114 +msgid "Description" +msgstr "Descrizione" + +#: inc/field/descriptionfield.class.php:113 +msgid "A description field should have a description:" +msgstr "Un campo descrizione deve avere una descrizione:" + +#: inc/field/hiddenfield.class.php:96 +msgid "Hidden field" +msgid_plural "Hidden fields" +msgstr[0] "Campo nascosto" +msgstr[1] "Campi nascosti" +msgstr[2] "Campi nascosti" + +#: inc/condition.class.php:65 +msgid "Condition" +msgid_plural "Conditions" +msgstr[0] "Condizione" +msgstr[1] "Condizioni" +msgstr[2] "Condizioni" + +#: inc/condition.class.php:103 +msgid "is visible" +msgstr "è visibile" + +#: inc/condition.class.php:104 +msgid "is not visible" +msgstr "non è visibile" + +#: inc/condition.class.php:105 +msgid "regular expression matches" +msgstr "corrispondenze di espressioni regolari" + +#: inc/condition.class.php:116 +msgid "Always displayed" +msgstr "Mostrato sempre" + +#: inc/condition.class.php:117 +msgid "Hidden unless" +msgstr "Nascosto a meno che" + +#: inc/condition.class.php:118 +msgid "Displayed unless" +msgstr "Mostrato a meno che" + +#: inc/condition.class.php:178 inc/target_actor.class.php:233 +#: inc/form_language.class.php:565 inc/form_validator.class.php:248 +#: inc/targetproblem.class.php:527 inc/questionrange.class.php:199 +#: inc/form.class.php:1908 inc/targetchange.class.php:304 +#: inc/questionfilter.class.php:222 inc/section.class.php:381 +#: inc/restrictedformcriteria.class.php:200 inc/question.class.php:867 +#: inc/questionparameter/range.class.php:198 inc/questionregex.class.php:188 +#: inc/questiondependency.class.php:196 inc/item_targetticket.class.php:154 +#: inc/targetticket.class.php:1461 +#, php-format +msgid "Failed to add or update the %1$s %2$s" +msgstr "" + +#: inc/condition.class.php:200 inc/target_actor.class.php:254 +#: inc/form_language.class.php:581 inc/form_validator.class.php:288 +#: inc/targetproblem.class.php:362 inc/questionrange.class.php:131 +#: inc/form.class.php:1569 inc/targetchange.class.php:149 +#: inc/questionfilter.class.php:154 inc/section.class.php:406 +#: inc/restrictedformcriteria.class.php:226 inc/question.class.php:894 +#: inc/questionparameter/range.class.php:133 inc/questionregex.class.php:120 +#: inc/questiondependency.class.php:211 inc/item_targetticket.class.php:64 +#: inc/targetticket.class.php:1500 +#, php-format +msgid "Cannot export an empty object: %s" +msgstr "" + +#: inc/condition.class.php:268 +msgid "Conditions" +msgstr "Condizioni" + +#: inc/linker.class.php:78 +msgid "Importing" +msgstr "Importazione" + +#: inc/linker.class.php:80 +msgid "Import in progress" +msgstr "Importazione in corso" + +#: inc/issue.class.php:43 +msgid "Issue" +msgid_plural "Issues" +msgstr[0] "Chiamata" +msgstr[1] "Chiamate" +msgstr[2] "Chiamate" + +#: inc/issue.class.php:56 +msgid "Update issue data from tickets and form answers" +msgstr "Aggiorna i dati sui problemi dai ticket e dai moduli di risposta" + +#: inc/issue.class.php:393 +msgid "Satisfaction survey expired" +msgstr "Sondaggio di gradimento scaduto" + +#: inc/issue.class.php:531 inc/form_language.class.php:229 +#: inc/form.class.php:2208 entrée standard:52 standard:49 standard:57 +#: standard:38 standard:39 standard:105 standard:46 +msgid "Name" +msgstr "Nome" + +#: inc/issue.class.php:543 inc/formanswer.class.php:229 +#: inc/formanswer.class.php:320 inc/targetproblem.class.php:610 +#: inc/form.class.php:142 inc/targetchange.class.php:335 +#: inc/section.class.php:95 inc/question.class.php:178 +#: inc/targetticket.class.php:180 entrée standard:45 +msgid "ID" +msgstr "ID" + +#: inc/issue.class.php:552 inc/form.class.php:2217 entrée standard:111 +#: standard:65 standard:104 standard:4 +msgid "Type" +msgid_plural "Types" +msgstr[0] "Tipo" +msgstr[1] "Tipi" +msgstr[2] "Tipi" + +#: inc/issue.class.php:565 inc/formanswer.class.php:307 +msgid "Status" +msgstr "Stato" + +#: inc/issue.class.php:577 +msgid "Opening date" +msgstr "Data di apertura" + +#: inc/issue.class.php:586 +msgid "Last update" +msgstr "Ultimo aggiornamento" + +#: inc/issue.class.php:595 inc/abstracttarget.class.php:517 +msgid "Entity" +msgid_plural "Entities" +msgstr[0] "Entità" +msgstr[1] "Entità" +msgstr[2] "Entità" + +#: inc/issue.class.php:605 inc/notificationtargetformanswer.class.php:76 +#: inc/notificationtargetformanswer.class.php:96 +#: inc/target_actor.class.php:101 inc/formanswer.class.php:248 +#: inc/formanswer.class.php:762 inc/abstractitiltarget.class.php:1804 entrée +#: standard:48 +msgid "Requester" +msgid_plural "Requesters" +msgstr[0] "Richiedente" +msgstr[1] "Richiedenti" +msgstr[2] "Richiedenti" + +#: inc/issue.class.php:619 inc/formanswer.class.php:258 +msgid "Form approver" +msgstr "Approvatore del modulo" + +#: inc/issue.class.php:651 inc/formanswer.class.php:691 +#: inc/formanswer.class.php:698 inc/formanswer.class.php:777 +#: inc/form_language.class.php:243 +msgid "Comment" +msgstr "Commento" + +#: inc/issue.class.php:663 +msgid "Ticket approver" +msgstr "Approvatore della chiamata" + +#: inc/issue.class.php:736 +msgid "Technician" +msgstr "Tecnico" + +#: inc/issue.class.php:767 +msgid "Technician group" +msgstr "Gruppo tecnico" + +#: inc/issue.class.php:799 inc/formanswer.class.php:287 +msgid "Form approver group" +msgstr "Gruppo approvatore del modulo" + +#: inc/issue.class.php:829 +msgid "Ticket approver group" +msgstr "" + +#: inc/issue.class.php:863 inc/abstractitiltarget.class.php:787 entrée +#: standard:108 +msgid "Time to resolve" +msgstr "Tempo di risoluzione" + +#: inc/issue.class.php:874 +msgid "Time to resolve + Progress" +msgstr "" + +#: inc/issue.class.php:884 +msgid "Internal time to resolve" +msgstr "" + +#: inc/issue.class.php:895 +msgid "Internal time to resolve + Progress" +msgstr "" + +#: inc/issue.class.php:905 +msgid "Resolution date" +msgstr "Data di soluzione" + +#: inc/issue.class.php:914 +msgid "Internal time to own" +msgstr "" + +#: inc/issue.class.php:925 +msgid "Internal time to own + Progress" +msgstr "" + +#: inc/issue.class.php:935 entrée standard:109 +msgid "Time to own" +msgstr "Tempo di presa in carico" + +#: inc/issue.class.php:946 +msgid "Time to own + Progress" +msgstr "" + +#: inc/issue.class.php:958 +msgid "Approver substitute" +msgstr "" + +#: inc/issue.class.php:1022 +msgid "Substitute of a member of approver group" +msgstr "" + +#: inc/issue.class.php:1095 +msgid "Form approver substitute" +msgstr "" + +#: inc/issue.class.php:1163 +msgid "Current form approver group" +msgstr "" + +#: inc/issue.class.php:1193 +msgid "Current form approver" +msgstr "" + +#: inc/issue.class.php:1227 +msgid "Ticket requester" +msgstr "" + +#: inc/issue.class.php:1274 +msgid "Ticket observer" +msgstr "" + +#: inc/issue.class.php:1322 +msgid "Ticket technician" +msgstr "" + +#: inc/issue.class.php:1469 +#, php-format +msgid "%1$s %2$s" +msgstr "" + +#: inc/issue.class.php:1727 inc/filter/itilcategoryfilter.class.php:56 +#: hook.php:766 +msgid "All" +msgstr "Tutti" + +#: inc/issue.class.php:1733 hook.php:767 +msgid "New" +msgstr "Nuovo" + +#: inc/issue.class.php:1739 hook.php:768 +msgid "Assigned" +msgstr "Assegnato" + +#: inc/issue.class.php:1745 inc/formanswer.class.php:78 +#: inc/form_validator.class.php:70 hook.php:769 +msgid "Waiting" +msgstr "In attesa" + +#: inc/issue.class.php:1751 hook.php:770 +msgid "To validate" +msgstr "Da validare" + +#: inc/issue.class.php:1757 hook.php:771 +msgid "Solved" +msgstr "Risolto" + +#: inc/issue.class.php:1763 hook.php:772 +msgid "Closed" +msgstr "Chiuso" + +#: inc/category.class.php:50 hook.php:72 +msgid "Form category" +msgid_plural "Form categories" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/category.class.php:80 +msgid "Knowbase category" +msgstr "Categoria della base di conoscenza" + +#: inc/category.class.php:86 +msgid "As child of" +msgstr "" + +#: inc/category.class.php:92 inc/form.class.php:247 entrée standard:65 +msgid "Icon" +msgstr "Icona" + +#: inc/category.class.php:98 inc/form.class.php:255 entrée standard:67 +msgid "Icon color" +msgstr "Colore icona" + +#: inc/category.class.php:104 inc/form.class.php:263 entrée standard:80 +msgid "Background color" +msgstr "Colore sfondo" + +#: inc/formlist.class.php:46 inc/entityconfig.class.php:93 +#: inc/form.class.php:111 inc/form.class.php:516 inc/form.class.php:2015 +#: entrée standard:47 +msgid "Form" +msgid_plural "Forms" +msgstr[0] "Modulo #" +msgstr[1] "Moduli" +msgstr[2] "Moduli" + +#: inc/notificationtargetformanswer.class.php:43 +msgid "The form as been saved" +msgstr "Il modulo è stato salvato" + +#: inc/notificationtargetformanswer.class.php:44 +msgid "A form need to be validate" +msgstr "Un modulo deve essere validato" + +#: inc/notificationtargetformanswer.class.php:45 install/install.php:490 +msgid "The form is refused" +msgstr "Il modulo è stato rifiutato" + +#: inc/notificationtargetformanswer.class.php:46 install/install.php:496 +msgid "The form is accepted" +msgstr "Il modulo è stato accettato" + +#: inc/notificationtargetformanswer.class.php:47 install/install.php:502 +msgid "The form is deleted" +msgstr "Il modulo è stato cancellato" + +#: inc/notificationtargetformanswer.class.php:74 +msgid "Form ID" +msgstr "ID modulo" + +#: inc/notificationtargetformanswer.class.php:75 +#: inc/notificationtargetformanswer.class.php:95 +msgid "Form name" +msgstr "Nome del modulo" + +#: inc/notificationtargetformanswer.class.php:77 +#: inc/form_validator.class.php:91 +msgid "Validator" +msgid_plural "Validators" +msgstr[0] "Validatore" +msgstr[1] "Validatori" +msgstr[2] "Validatori" + +#: inc/notificationtargetformanswer.class.php:78 +#: inc/notificationtargetformanswer.class.php:98 inc/formanswer.class.php:278 +#: entrée standard:49 +msgid "Creation date" +msgstr "Data di creazione" + +#: inc/notificationtargetformanswer.class.php:79 +#: inc/notificationtargetformanswer.class.php:99 +msgid "Full form answers" +msgstr "Tutte le risposte del modulo" + +#: inc/notificationtargetformanswer.class.php:80 +msgid "Validation comment" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:81 +#: inc/notificationtargetformanswer.class.php:101 +msgid "Validation link" +msgstr "Link validazione" + +#: inc/notificationtargetformanswer.class.php:82 +msgid "Request ID" +msgstr "ID Richiesta" + +#: inc/notificationtargetformanswer.class.php:94 +msgid "Form #" +msgstr "Modulo #" + +#: inc/notificationtargetformanswer.class.php:97 +msgctxt "tag" +msgid "Validator" +msgstr "Validatore" + +#: inc/notificationtargetformanswer.class.php:100 +msgid "Refused comment" +msgstr "Commento rifiutato" + +#: inc/notificationtargetformanswer.class.php:102 +msgid "Request #" +msgstr "Richiesta #" + +#: inc/notificationtargetformanswer.class.php:114 +msgid "Author" +msgstr "Autore" + +#: inc/notificationtargetformanswer.class.php:115 +#: inc/abstractitiltarget.class.php:1374 +msgid "Approver" +msgstr "Approvatore" + +#: inc/target_actor.class.php:70 inc/abstractitiltarget.class.php:2141 +msgid "Form author" +msgstr "Autore modulo" + +#: inc/target_actor.class.php:71 inc/abstractitiltarget.class.php:2144 +msgid "Form validator" +msgstr "Validatore modulo" + +#: inc/target_actor.class.php:72 +msgid "Specific person" +msgstr "Persona specifica" + +#: inc/target_actor.class.php:73 inc/abstractitiltarget.class.php:2154 +msgid "Person from the question" +msgstr "Persona dalla domanda" + +#: inc/target_actor.class.php:74 +msgid "Specific group" +msgstr "Gruppo specifico" + +#: inc/target_actor.class.php:75 inc/abstractitiltarget.class.php:2165 +msgid "Group from the question" +msgstr "Gruppo della domanda" + +#: inc/target_actor.class.php:76 +msgid "Group from an object" +msgstr "Gruppo dall'oggetto" + +#: inc/target_actor.class.php:77 +msgid "Tech group from an object" +msgstr "Gruppo tecnico dall'oggetto" + +#: inc/target_actor.class.php:78 +msgid "Specific supplier" +msgstr "Fornitore specifico" + +#: inc/target_actor.class.php:79 inc/abstractitiltarget.class.php:2194 +msgid "Supplier from the question" +msgstr "Fornitore della domanda" + +#: inc/target_actor.class.php:80 inc/abstractitiltarget.class.php:2183 +msgid "Actors from the question" +msgstr "Attori della domanda" + +#: inc/target_actor.class.php:81 inc/abstractitiltarget.class.php:2198 +msgid "Form author's supervisor" +msgstr "Supervisore dell'autore del modulo" + +#: inc/target_actor.class.php:102 +msgid "Observer" +msgstr "Osservatore" + +#: inc/target_actor.class.php:103 inc/abstractitiltarget.class.php:1818 +msgid "Assigned to" +msgstr "Assegnato a" + +#: inc/target_actor.class.php:109 +msgid "Target actor" +msgid_plural "Target actors" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/target_actor.class.php:115 inc/target_actor.class.php:131 +#: inc/target_actor.class.php:140 +msgid "Bad request while adding an actor." +msgstr "" + +#: inc/target_actor.class.php:197 +#, php-format +msgid "Failed to find a user: %1$s" +msgstr "" + +#: inc/target_actor.class.php:206 +#, php-format +msgid "Failed to find a group: %1$s" +msgstr "" + +#: inc/target_actor.class.php:215 +#, php-format +msgid "Failed to find a supplier: %1$s" +msgstr "" + +#: inc/formanswer.class.php:79 inc/form_validator.class.php:72 +msgid "Refused" +msgstr "Rifiutato" + +#: inc/formanswer.class.php:80 inc/form_validator.class.php:71 +msgid "Accepted" +msgstr "Accettato" + +#: inc/formanswer.class.php:214 +msgid "Form answer" +msgid_plural "Form answers" +msgstr[0] "Risposta del modulo" +msgstr[1] "Risposte del modulo" +msgstr[2] "Risposte del modulo" + +#: inc/formanswer.class.php:676 +msgid "Print this form" +msgstr "Stampa questo modulo" + +#: inc/formanswer.class.php:701 +msgid "Form accepted by validator." +msgstr "Modulo accettato dal coordinatore." + +#: inc/formanswer.class.php:703 +msgid "Form successfully saved." +msgstr "Modulo correttamente salvato." + +#: inc/formanswer.class.php:770 +msgid "Save" +msgstr "Salva" + +#: inc/formanswer.class.php:782 +msgid "Required if refused" +msgstr "Richiesto se rifiutato" + +#: inc/formanswer.class.php:788 +msgid "Refuse" +msgstr "Rifiuta" + +#: inc/formanswer.class.php:796 +msgid "Edit answers" +msgstr "Modifica le risposte" + +#: inc/formanswer.class.php:802 +msgid "Cancel edition" +msgstr "" + +#: inc/formanswer.class.php:809 +msgid "Accept" +msgstr "Accetta" + +#: inc/formanswer.class.php:828 +msgid "Refused comment is required!" +msgstr "Commento obbligatorio in quanto rifiutato!" + +#: inc/formanswer.class.php:882 inc/formanswer.class.php:899 +msgid "" +"An internal error occured when verifying your answers. Please report it to " +"your administrator." +msgstr "" + +#: inc/formanswer.class.php:933 +msgid "You are not the validator of these answers" +msgstr "Non sei il validatore di queste risposte" + +#: inc/formanswer.class.php:1083 +#, php-format +msgid "Item sucessfully added: %1$s (%2$s: %3$s)" +msgstr "" + +#: inc/formanswer.class.php:1166 inc/formanswer.class.php:1168 +msgid "Form data" +msgstr "Dati del modulo" + +#: inc/formanswer.class.php:1301 +msgid "" +"You are a validator of the form, then your approval hs been added " +"automatically." +msgstr "" + +#: inc/formanswer.class.php:1310 inc/formanswer.class.php:1363 +msgid "Cannot generate targets!" +msgstr "Non posso generare la destinazione!" + +#: inc/formanswer.class.php:1511 +msgid "No captcha set." +msgstr "" + +#: inc/formanswer.class.php:1517 +msgid "You failed the captcha test." +msgstr "" + +#: inc/formanswer.class.php:1540 +msgid "You must select validator!" +msgstr "Devi scegliere un validatore!" + +#: inc/common.class.php:229 +msgid "You cannot delete this issue. Maybe it is taken into account." +msgstr "Non puoi eliminare questo problema. Forse è preso in considerazione." + +#: inc/common.class.php:234 +msgid "Failed to delete this issue. An internal error occured." +msgstr "" +"Impossibile eliminare questo problema. Si è verificato un errore interno." + +#: inc/common.class.php:745 +msgid "Seek assistance" +msgstr "Nuovo ticket" + +#: inc/common.class.php:751 inc/common.class.php:755 +msgid "My requests for assistance" +msgstr "I miei ticket" + +#: inc/common.class.php:791 +msgid "Consult reminders" +msgstr "" + +#: inc/common.class.php:811 +msgid "Consult feeds" +msgstr "Notizie" + +#: inc/abstractfield.class.php:89 inc/question.class.php:758 +msgid "Apply" +msgstr "Applica" + +#: inc/formaccesstype.class.php:41 entrée standard:39 +msgid "Access type" +msgid_plural "Access types" +msgstr[0] "Tipo di accesso" +msgstr[1] "Tipi di accesso" +msgstr[2] "Tipi di accesso" + +#: inc/form_language.class.php:51 +msgid "Form language" +msgid_plural "Form languages" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/form_language.class.php:78 inc/form_language.class.php:364 +msgid "Translation" +msgid_plural "Translations" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/form_language.class.php:119 +msgid "The name cannot be empty." +msgstr "" + +#: inc/form_language.class.php:127 +msgid "The language must be associated to a form." +msgstr "" + +#: inc/form_language.class.php:135 +msgid "The specified language is not available." +msgstr "" + +#: inc/form_language.class.php:265 +msgid "Add a translation" +msgstr "Aggiungi una traduzione" + +#: inc/form_language.class.php:299 js/scripts.js:1214 +msgid "Update a translation" +msgstr "" + +#: inc/form_language.class.php:329 inc/form_language.class.php:331 +msgid "New translation" +msgstr "Nuova traduzione" + +#: inc/form_language.class.php:334 +msgid "Filter list" +msgstr "" + +#: inc/form_language.class.php:339 inc/form_language.class.php:438 +msgid "No translation found" +msgstr "Nessuna traduzione trovata" + +#: inc/form_language.class.php:344 +msgid "Do you want to delete the selected items?" +msgstr "Vuoi cancellare l'elemento selezionato?" + +#: inc/form_language.class.php:353 inc/form_language.class.php:401 +#: inc/abstractitiltarget.class.php:1710 entrée standard:124 standard:31 +msgid "Delete" +msgstr "Cancella" + +#: inc/form_language.class.php:363 +msgid "Original string" +msgstr "" + +#: inc/form_language.class.php:424 +msgid "Add a new language" +msgstr "" + +#: inc/form_language.class.php:457 inc/form_language.class.php:489 +#: inc/form.class.php:178 entrée standard:72 +msgid "Language" +msgstr "" + +#: inc/form_validator.class.php:69 inc/targetticket.class.php:99 +#: inc/abstractitiltarget.class.php:186 +msgid "None" +msgstr "Nessuno" + +#: inc/form_validator.class.php:78 inc/abstractitiltarget.class.php:2552 +msgid "No" +msgstr "" + +#: inc/form_validator.class.php:81 +msgid "Supervisor of the requester" +msgstr "" + +#: inc/form_validator.class.php:116 inc/translation.class.php:221 +msgid "Form not found." +msgstr "" + +#: inc/form_validator.class.php:121 inc/form_validator.class.php:129 +#: inc/form_validator.class.php:138 +msgid "Invalid validator." +msgstr "" + +#: inc/form_validator.class.php:147 +#, php-format +msgid "Only level 1 is allowed for %s." +msgstr "" + +#: inc/form_validator.class.php:156 +msgid "Invalid validator type." +msgstr "" + +#: inc/form_validator.class.php:194 entrée standard:103 +msgid "Level" +msgstr "Livello" + +#: inc/form_validator.class.php:592 inc/abstractitiltarget.class.php:1354 +msgid "Validation" +msgstr "Validazione" + +#: inc/form_validator.class.php:594 +msgid "Choose a validator" +msgstr "Scegli un validatore" + +#: inc/profile.class.php:62 inc/targetproblem.class.php:147 +#: inc/entityconfig.class.php:520 inc/targetchange.class.php:484 +#: inc/targetticket.class.php:323 inc/targetticket.class.php:358 +#: inc/abstractitiltarget.class.php:2124 +msgctxt "button" +msgid "Save" +msgstr "Salva" + +#: inc/targetproblem.class.php:43 entrée standard:43 +msgid "Target problem" +msgid_plural "Target problems" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/targetproblem.class.php:109 inc/targetproblem.class.php:565 +#: inc/targetchange.class.php:105 inc/targetchange.class.php:441 +#: inc/targetticket.class.php:135 inc/targetticket.class.php:238 +msgid "Properties" +msgstr "" + +#: inc/targetproblem.class.php:509 inc/targetchange.class.php:286 +#: inc/targetticket.class.php:1443 +#, php-format +msgid "" +"Failed to add or update the %1$s %2$s: a question is missing and is used in " +"a parameter of the target" +msgstr "" + +#: inc/targetproblem.class.php:566 inc/targetchange.class.php:106 +#: inc/targetticket.class.php:136 inc/abstractitiltarget.class.php:1216 +msgid "Actors" +msgstr "Attori" + +#: inc/targetproblem.class.php:619 entrée standard:48 +msgid "Problem title" +msgstr "" + +#: inc/targetproblem.class.php:629 inc/targetchange.class.php:354 +#: inc/targetticket.class.php:199 +msgid "Content" +msgstr "" + +#: inc/targetproblem.class.php:639 inc/targetchange.class.php:364 +msgid "Impact" +msgstr "Impatto" + +#: inc/targetproblem.class.php:649 entrée standard:56 +msgid "Cause" +msgstr "" + +#: inc/targetproblem.class.php:659 entrée standard:58 +msgid "Symptom" +msgstr "" + +#: inc/entityconfig.class.php:101 inc/entityconfig.class.php:110 +#: inc/entityconfig.class.php:118 inc/entityconfig.class.php:126 +#: inc/entityconfig.class.php:134 inc/entityconfig.class.php:142 +#: inc/entityconfig.class.php:150 inc/entityconfig.class.php:158 +#: inc/entityconfig.class.php:166 inc/entityconfig.class.php:180 +#: inc/entityconfig.class.php:188 inc/entityconfig.class.php:196 +msgid "Inheritance of the parent entity" +msgstr "" + +#: inc/entityconfig.class.php:102 +msgid "GLPi's helpdesk" +msgstr "Assistenza GLPI" + +#: inc/entityconfig.class.php:103 +msgid "Service catalog simplified" +msgstr "Catalogo dei servizi semplificato" + +#: inc/entityconfig.class.php:104 +msgid "Service catalog extended" +msgstr "Catalogo dei servizi esteso" + +#: inc/entityconfig.class.php:111 +msgid "All available forms" +msgstr "" + +#: inc/entityconfig.class.php:112 +msgid "Only default forms" +msgstr "" + +#: inc/entityconfig.class.php:119 +msgid "Popularity sort" +msgstr "Ordinamento per popolarità" + +#: inc/entityconfig.class.php:120 +msgid "Alphabetic sort" +msgstr "Ordinamento alfabetico" + +#: inc/entityconfig.class.php:127 +msgid "Merged with Forms" +msgstr "" + +#: inc/entityconfig.class.php:128 +msgid "Distinct menu entry" +msgstr "" + +#: inc/entityconfig.class.php:135 inc/entityconfig.class.php:143 +#: inc/entityconfig.class.php:151 inc/entityconfig.class.php:159 +#: inc/entityconfig.class.php:189 inc/form.class.php:271 entrée standard:100 +msgid "Visible" +msgstr "Visibile" + +#: inc/entityconfig.class.php:136 inc/entityconfig.class.php:144 +#: inc/entityconfig.class.php:152 inc/entityconfig.class.php:160 +#: inc/entityconfig.class.php:190 +msgid "Hidden" +msgstr "Nascosta" + +#: inc/entityconfig.class.php:167 +msgid "Variable height" +msgstr "" + +#: inc/entityconfig.class.php:168 +msgid "Uniform height" +msgstr "" + +#: inc/entityconfig.class.php:173 +msgid "Search for assistance" +msgstr "" + +#: inc/entityconfig.class.php:174 +msgid "User's assistance requests" +msgstr "" + +#: inc/entityconfig.class.php:181 +msgid "Only forms" +msgstr "" + +#: inc/entityconfig.class.php:182 +msgid "Forms and list of requests" +msgstr "" + +#: inc/entityconfig.class.php:197 +msgid "Folded" +msgstr "" + +#: inc/entityconfig.class.php:198 +msgid "Unfolded" +msgstr "" + +#: inc/entityconfig.class.php:298 +msgid "Helpdesk" +msgstr "Assistenza" + +#: inc/entityconfig.class.php:306 inc/entityconfig.class.php:534 entrée +#: standard:44 +msgid "Helpdesk mode" +msgstr "Modalità Assistenza" + +#: inc/entityconfig.class.php:317 inc/entityconfig.class.php:604 +msgid "Default Form list mode" +msgstr "" + +#: inc/entityconfig.class.php:335 inc/entityconfig.class.php:544 +msgid "Sort order" +msgstr "Ordinamento" + +#: inc/entityconfig.class.php:351 inc/entityconfig.class.php:554 +msgid "Knowledge base" +msgstr "Base di conoscenza" + +#: inc/entityconfig.class.php:366 +msgid "Search" +msgstr "Cerca" + +#: inc/entityconfig.class.php:382 inc/entityconfig.class.php:614 +msgid "Counters dashboard" +msgstr "" + +#: inc/entityconfig.class.php:398 +msgid "Header message" +msgstr "" + +#: inc/entityconfig.class.php:414 inc/entityconfig.class.php:624 +msgid "Search issue" +msgstr "Cerca chiamata" + +#: inc/entityconfig.class.php:430 inc/entityconfig.class.php:594 +msgid "Service catalog home page" +msgstr "" + +#: inc/entityconfig.class.php:446 inc/entityconfig.class.php:634 +msgid "Tile design" +msgstr "" + +#: inc/entityconfig.class.php:462 +msgid "Home page" +msgstr "" + +#: inc/entityconfig.class.php:494 +msgid "Menu visibility (only for vertical menu)" +msgstr "" + +#: inc/entityconfig.class.php:506 inc/entityconfig.class.php:584 +#: inc/form.class.php:225 entrée standard:84 +msgid "Header" +msgid_plural "Headers" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/entityconfig.class.php:564 +msgid "Display search field" +msgstr "Visualizza campo di ricerca" + +#: inc/entityconfig.class.php:574 +msgid "Display header" +msgstr "Visualizza header" + +#: inc/questionrange.class.php:52 inc/questionparameter/range.class.php:56 +msgid "Question range" +msgid_plural "Question ranges" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/questionrange.class.php:62 inc/questionparameter/range.class.php:66 +msgid "Minimum range" +msgstr "" + +#: inc/questionrange.class.php:71 inc/questionparameter/range.class.php:75 +msgid "maximum range" +msgstr "" + +#: inc/form.class.php:66 inc/form.class.php:429 +msgid "Public access" +msgstr "Accesso pubblico" + +#: inc/form.class.php:67 inc/form.class.php:433 +msgid "Private access" +msgstr "Accesso privato" + +#: inc/form.class.php:68 inc/form.class.php:437 +msgid "Restricted access" +msgstr "Accesso ristretto" + +#: inc/form.class.php:122 +msgid "Answers waiting for validation" +msgstr "" + +#: inc/form.class.php:124 inc/form.class.php:1663 inc/form.class.php:1689 +msgid "Import forms" +msgstr "Importa moduli" + +#: inc/form.class.php:169 +msgid "Recursive" +msgstr "" + +#: inc/form.class.php:190 +msgid "Homepage" +msgstr "Homepage" + +#: inc/form.class.php:203 +msgid "Access" +msgstr "Accesso" + +#: inc/form.class.php:234 inc/form.class.php:327 inc/form.class.php:394 entrée +#: standard:54 +msgid "Active" +msgstr "" + +#: inc/form.class.php:286 inc/form.class.php:338 inc/form.class.php:413 +msgid "Default form" +msgstr "" + +#: inc/form.class.php:296 entrée standard:106 +msgid "Next form" +msgstr "" + +#: inc/form.class.php:326 inc/form.class.php:391 +msgid "Inactive" +msgstr "" + +#: inc/form.class.php:337 inc/form.class.php:410 +msgid "Not default form" +msgstr "" + +#: inc/form.class.php:361 inc/form.class.php:445 entrée standard:75 +msgid "All languages" +msgstr "" + +#: inc/form.class.php:508 entrée standard:3 +msgid "Target" +msgid_plural "Targets" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/form.class.php:511 +msgid "Preview" +msgstr "" + +#: inc/form.class.php:512 +msgid "Form answer properties" +msgstr "" + +#: inc/form.class.php:854 +msgid "What are you looking for?" +msgstr "Cosa stai cercando?" + +#: inc/form.class.php:993 inc/form.class.php:1156 +#: inc/abstracttarget.class.php:162 inc/abstractitiltarget.class.php:1625 +msgid "The name cannot be empty!" +msgstr "Il nome non può essere vuoto!" + +#: inc/form.class.php:1026 inc/form.class.php:1191 +msgid "A loop is generated!" +msgstr "" + +#: inc/form.class.php:1167 +msgid "Cannot use empty name for form answers. Keeping the previous value." +msgstr "" + +#: inc/form.class.php:1303 +#, php-format +msgid "The question %s is not compatible with public forms" +msgstr "La domanda 1%s non è compatibile che i moduli pubblici" + +#: inc/form.class.php:1386 +msgid "Errored duplicate" +msgstr "" + +#: inc/form.class.php:1397 entrée standard:23 +msgid "Duplicate" +msgstr "Duplica" + +#: inc/form.class.php:1442 inc/form.class.php:1452 +msgctxt "button" +msgid "Post" +msgstr "" + +#: inc/form.class.php:1475 +#, php-format +msgid "Form duplicated: %s" +msgstr "Modulo duplicato: %s" + +#: inc/form.class.php:1491 +#, php-format +msgid "Form Transfered: %s" +msgstr "Modulo Trasferito: %s" + +#: inc/form.class.php:1515 +msgid "Back" +msgstr "Indietro" + +#: inc/form.class.php:1526 +#, php-format +msgid "Form updated: %s" +msgstr "" + +#: inc/form.class.php:1636 +msgid "Upload of JSON files not allowed." +msgstr "Il caricamento di file JSON non è permesso." + +#: inc/form.class.php:1639 +msgid "You may allow JSON files right now." +msgstr "Puoi autorizzare i file JSON ora." + +#: inc/form.class.php:1640 +msgctxt "button" +msgid "Create" +msgstr "Crea" + +#: inc/form.class.php:1643 inc/form.class.php:1654 +msgid "Please contact your GLPI administrator." +msgstr "Per favore contatta il tuo amministratore di GLPI." + +#: inc/form.class.php:1644 inc/form.class.php:1655 +msgctxt "button" +msgid "Back" +msgstr "Indietro" + +#: inc/form.class.php:1647 +msgid "Upload of JSON files not enabled." +msgstr "Il caricamento di file JSON non è abilitato." + +#: inc/form.class.php:1650 inc/form.class.php:1653 +msgid "You may enable JSON files right now." +msgstr "Puoi abilitare i file JSON ora." + +#: inc/form.class.php:1651 +msgctxt "button" +msgid "Enable" +msgstr "Abilita" + +#: inc/form.class.php:1698 +msgctxt "button" +msgid "Send" +msgstr "" + +#: inc/form.class.php:1717 +msgid "Forms import impossible, the file is empty" +msgstr "" + +#: inc/form.class.php:1721 inc/form.class.php:1725 +msgid "Forms import impossible, the file seems corrupt" +msgstr "" + +#: inc/form.class.php:1731 +msgid "Forms import impossible, the file was generated with another version" +msgstr "" + +#: inc/form.class.php:1738 +msgid "" +"The file does not specifies the schema version. It was probably generated " +"with a version older than 2.10. Giving up." +msgstr "" + +#: inc/form.class.php:1764 +#, php-format +msgid "Failed to import %s" +msgstr "Errore durante l'importazione di %s" + +#: inc/form.class.php:1769 +#, php-format +msgid "Forms successfully imported from %s" +msgstr "Modulo correttamente importato da %s" + +#: inc/form.class.php:1832 +#, php-format +msgid "The form %1$s already exists and is in an unmodifiable entity." +msgstr "Il modulo 1%1$s è già presente ed è in una entità non modificabile." + +#: inc/form.class.php:1840 +#, php-format +msgid "You don't have right to update the entity %1$s." +msgstr "" + +#: inc/form.class.php:1850 +#, php-format +msgid "The entity %1$s is required for the form %2$s." +msgstr "L'entità %1$s è richiesta per il modulo %2$s." + +#: inc/form.class.php:1952 +msgid "Failed to create JSON document type" +msgstr "E' fallita la creazione del tipo di documento JSON" + +#: inc/form.class.php:1959 +msgid "JSON document type not found" +msgstr "Tipo di documento JSON non trovato" + +#: inc/form.class.php:1966 +msgid "Failed to update JSON document type" +msgstr "Fallito l'aggiornamento del tipo di documento JSON" + +#: inc/form.class.php:1986 +msgid "Forms without category" +msgstr "Moduli senza categoria" + +#: inc/form.class.php:2007 +msgid "No form available" +msgstr "Nessun modulo disponibile" + +#: inc/form.class.php:2205 entrée standard:47 +msgid "Add a target" +msgstr "" + +#: inc/form.class.php:2236 inc/targetticket.class.php:398 +#: inc/abstractitiltarget.class.php:1828 inc/abstractitiltarget.class.php:2124 +#: entrée standard:92 standard:94 +msgid "Add" +msgstr "Aggiungi" + +#: inc/form.class.php:2254 inc/form.class.php:2277 inc/form.class.php:2299 +msgid "Unsupported target type." +msgstr "Tipo di destinazione non supportata" + +#: inc/form.class.php:2333 +msgid "plugin_formcreator_load_check" +msgstr "" + +#: inc/targetchange.class.php:44 entrée standard:43 +msgid "Target change" +msgid_plural "Target changes" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/targetchange.class.php:344 entrée standard:48 +msgid "Change title" +msgstr "Modifica titolo" + +#: inc/targetchange.class.php:374 entrée standard:56 +msgid "Control list" +msgstr "" + +#: inc/targetchange.class.php:384 entrée standard:58 +msgid "Deployment plan" +msgstr "" + +#: inc/targetchange.class.php:394 entrée standard:60 +msgid "Backup plan" +msgstr "" + +#: inc/targetchange.class.php:404 +msgid "Check list" +msgstr "" + +#: inc/questionfilter.class.php:52 +msgid "Question filter" +msgid_plural "Question filters" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/section.class.php:71 entrée standard:53 standard:44 +msgid "Section" +msgid_plural "Sections" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/section.class.php:123 inc/section.class.php:166 +#: inc/question.class.php:348 +msgid "The title is required" +msgstr "Il titolo è obbligatorio" + +#: inc/section.class.php:553 inc/question.class.php:234 entrée standard:37 +msgid "Count of conditions" +msgstr "" + +#: inc/restrictedformcriteria.class.php:179 +#, php-format +msgid "Failed to find %1$s %2$s" +msgstr "" + +#: inc/question.class.php:73 inc/abstractitiltarget.class.php:1127 entrée +#: standard:41 +msgid "Question" +msgid_plural "Questions" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/question.class.php:197 entrée standard:43 standard:50 standard:44 +#: standard:49 standard:79 +msgid "Required" +msgstr "Obbligatorio" + +#: inc/question.class.php:355 +msgid "The section is required" +msgstr "La sezione è richiesta" + +#: inc/question.class.php:365 +#, php-format +msgid "Field type %1$s is not available for question %2$s." +msgstr "IL tipo di campo 1%1$s non è disponibile per la domanda 2%2$s." + +#: inc/question.class.php:379 +msgid "This type of question is not compatible with public forms." +msgstr "Questo tipo di domanda non è compatibile con i moduli pubblici." + +#: inc/question.class.php:469 +msgid "The field type cannot be changed. Delete then recreate the question." +msgstr "" + +#: inc/question.class.php:1184 +msgid "Service levels" +msgstr "Livelli di servizio" + +#: inc/question.class.php:1185 inc/abstractitiltarget.class.php:851 +msgid "SLA" +msgstr "SLA" + +#: inc/question.class.php:1186 inc/abstractitiltarget.class.php:924 +msgid "OLA" +msgstr "OLA" + +#: inc/question.class.php:1205 inc/question.class.php:1248 +#: inc/question.class.php:1251 +msgid "Assets" +msgstr "" + +#: inc/question.class.php:1219 hook.php:780 hook.php:797 +msgid "Assistance" +msgstr "" + +#: inc/question.class.php:1225 +msgid "Management" +msgstr "" + +#: inc/question.class.php:1236 +msgid "Tools" +msgstr "" + +#: inc/question.class.php:1237 +msgid "Notes" +msgstr "" + +#: inc/question.class.php:1238 +msgid "RSS feed" +msgstr "" + +#: inc/question.class.php:1240 +msgid "Administration" +msgstr "" + +#: inc/question.class.php:1248 inc/question.class.php:1251 +msgid "Plugin" +msgid_plural "Plugins" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/abstractquestionparameter.class.php:98 +msgid "Parameter" +msgstr "Parametro" + +#: inc/abstractquestionparameter.class.php:105 +msgid "Field name" +msgstr "Nome campo" + +#: inc/abstracttarget.class.php:97 +msgid "Current active entity" +msgstr "Entità corrente attiva" + +#: inc/abstracttarget.class.php:98 +msgid "Default requester user's entity" +msgstr "Richiesta predefinita di un entità utente" + +#: inc/abstracttarget.class.php:99 +msgid "First dynamic requester user's entity (alphabetical)" +msgstr "Prima richiesta dinamica di un entità utente (alfabetico)" + +#: inc/abstracttarget.class.php:100 +msgid "Last dynamic requester user's entity (alphabetical)" +msgstr "Ultima richiesta dinamica di un entità utente (alfabetico)" + +#: inc/abstracttarget.class.php:101 +msgid "The form entity" +msgstr "Entità del modulo" + +#: inc/abstracttarget.class.php:102 +msgid "Default entity of the validator" +msgstr "Entità predefinita del validatore" + +#: inc/abstracttarget.class.php:103 +msgid "Specific entity" +msgstr "Entità specifica" + +#: inc/abstracttarget.class.php:104 +msgid "Default entity of a user type question answer" +msgstr "Entità predefinita di una risposta alla domanda di tipo utente" + +#: inc/abstracttarget.class.php:105 +msgid "From a GLPI object > Entity type question answer" +msgstr "Da un oggetto GLPI > Risposta a una domanda di tipo entità" + +#: inc/abstracttarget.class.php:116 +msgid "Always generated" +msgstr "" + +#: inc/abstracttarget.class.php:117 +msgid "Disabled unless" +msgstr "" + +#: inc/abstracttarget.class.php:118 +msgid "Generated unless" +msgstr "" + +#: inc/abstracttarget.class.php:129 +msgid "A target must be associated to a form." +msgstr "Un obiettivo deve essere associato al form" + +#: inc/abstracttarget.class.php:134 +msgid "A target must be associated to an existing form." +msgstr "Uno obiettivo deve essere associato al form esistente." + +#: inc/abstracttarget.class.php:139 +msgid "Name is required." +msgstr "Nome è obbligatorio" + +#: inc/abstracttarget.class.php:502 +msgid "Destination entity" +msgstr "" + +#: inc/abstracttarget.class.php:518 +msgid "User type question" +msgstr "Domanda del tipo di utente" + +#: inc/abstracttarget.class.php:519 +msgid "Entity type question" +msgstr "Domanda del tipo di entità" + +#: inc/command/cleanticketscommand.class.php:53 +msgid "Searching for invalid items..." +msgstr "" + +#: inc/command/cleanticketscommand.class.php:61 +msgid "Done." +msgstr "" + +#: inc/command/cleanticketscommand.class.php:135 +msgid "Step 1: double encoded < and > signs." +msgstr "" + +#: inc/command/cleanticketscommand.class.php:146 +#: inc/command/cleanticketscommand.class.php:196 +#: inc/command/cleanticketscommand.class.php:260 +msgid "No invalid items found." +msgstr "" + +#: inc/command/cleanticketscommand.class.php:187 +msgid "Step 2: literal BR tag." +msgstr "" + +#: inc/command/cleanticketscommand.class.php:251 +msgid "Step 3: litteral > sign." +msgstr "" + +#: inc/filter/itilcategoryfilter.class.php:52 +#: inc/filter/itilcategoryfilter.class.php:54 +msgid "Request categories" +msgstr "Categorie di richieste" + +#: inc/filter/itilcategoryfilter.class.php:53 +#: inc/filter/itilcategoryfilter.class.php:54 +msgid "Incident categories" +msgstr "Categorie di incidenti" + +#: inc/filter/itilcategoryfilter.class.php:55 +msgid "Change categories" +msgstr "Modifica le categorie" + +#: inc/supervisorvalidator.class.php:44 +msgid "Requester supervisor" +msgid_plural "Requester supervisors" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/supervisorvalidator.class.php:52 +msgid "My supervisor" +msgstr "" + +#: inc/questionregex.class.php:52 +msgid "Question regular expression" +msgid_plural "Question regular expressions" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/questiondependency.class.php:66 +msgid "Question dependency" +msgid_plural "Question dependencies" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/answer.class.php:66 entrée standard:43 +msgid "Answer" +msgid_plural "Answers" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/item_targetticket.class.php:52 +msgid "Composite ticket relation" +msgid_plural "Composite ticket relations" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/targetticket.class.php:57 entrée standard:43 +msgid "Target ticket" +msgid_plural "Target tickets" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/targetticket.class.php:100 +msgid "Specific asset" +msgstr "" + +#: inc/targetticket.class.php:101 inc/targetticket.class.php:117 +#: inc/abstractitiltarget.class.php:207 inc/abstractitiltarget.class.php:215 +#: inc/abstractitiltarget.class.php:223 inc/abstractitiltarget.class.php:231 +#: inc/abstractitiltarget.class.php:240 inc/abstractitiltarget.class.php:249 +msgid "Equals to the answer to the question" +msgstr "Uguale alla risposta alla domanda" + +#: inc/targetticket.class.php:102 inc/abstractitiltarget.class.php:232 +#: inc/abstractitiltarget.class.php:241 inc/abstractitiltarget.class.php:250 +msgid "Last valid answer" +msgstr "Ultima risposta valida" + +#: inc/targetticket.class.php:108 +msgid "Source from template or user default or GLPI default" +msgstr "" + +#: inc/targetticket.class.php:109 +msgid "Formcreator" +msgstr "" + +#: inc/targetticket.class.php:115 +msgid "Default or from a template" +msgstr "" + +#: inc/targetticket.class.php:116 +msgid "Specific type" +msgstr "" + +#: inc/targetticket.class.php:189 entrée standard:48 +msgid "Ticket title" +msgstr "Titolo della chiamata" + +#: inc/targetticket.class.php:307 +msgid "Add validation message as first ticket followup" +msgstr "Aggiungi messaggio di validazione alla prima azione del ticket" + +#: inc/targetticket.class.php:341 +msgid "Add a field" +msgstr "" + +#: inc/targetticket.class.php:369 +msgid "Managed fields" +msgstr "" + +#: inc/targetticket.class.php:376 +msgid "No managed field" +msgstr "" + +#: inc/targetticket.class.php:396 +msgid "Link to an other ticket" +msgstr "Collegamento ad altra chiamata" + +#: inc/targetticket.class.php:405 +msgid "An other destination of this form" +msgstr "Un'altra destinazione di questo modulo" + +#: inc/targetticket.class.php:406 +msgid "An existing ticket" +msgstr "Una chiamata esistente" + +#: inc/targetticket.class.php:407 +msgid "A ticket from an answer to a question" +msgstr "" + +#: inc/targetticket.class.php:488 +msgctxt "button" +msgid "Delete permanently" +msgstr "" + +#: inc/targetticket.class.php:743 +msgid "Invalid link type" +msgstr "Tipo di link non valido" + +#: inc/targetticket.class.php:763 +msgid "Invalid linked item type" +msgstr "Tipo di elemento linkato non valido" + +#: inc/targetticket.class.php:776 +msgid "Linked item does not exists" +msgstr "L'elemento linkato non esiste" + +#: inc/targetticket.class.php:789 +msgid "Failed to link the item" +msgstr "Errore ad agganciare l'elemento" + +#: inc/targetticket.class.php:905 install/install.php:497 +msgid "Your form has been accepted by the validator" +msgstr "Il tuo modulo è stato accettato dal validatore" + +#: inc/targetticket.class.php:1137 +msgid "Request source" +msgstr "" + +#: inc/targetticket.class.php:1162 +msgid "Type " +msgstr "Tipo" + +#: inc/targetticket.class.php:1190 +msgid "Associated elements" +msgstr "" + +#: inc/targetticket.class.php:1201 +msgid "Item " +msgstr "Elemento" + +#: inc/translation.class.php:153 +msgid "No more string to translate" +msgstr "Non ci sono altre stringhe da tradurre" + +#: inc/translation.class.php:164 +msgid "Internal error: translatable string not found." +msgstr "" + +#: inc/translation.class.php:216 +msgid "Language not found." +msgstr "Lingua non trovata." + +#: inc/translation.class.php:236 +msgid "Failed to add the translation." +msgstr "" + +#: inc/abstractitiltarget.class.php:187 +msgid "Tags from questions" +msgstr "Etichette dalle domande" + +#: inc/abstractitiltarget.class.php:188 +msgid "Specific tags" +msgstr "Etichette specifiche" + +#: inc/abstractitiltarget.class.php:189 +msgid "Tags from questions and specific tags" +msgstr "Etichette dalle domande e tags specifici" + +#: inc/abstractitiltarget.class.php:190 +msgid "Tags from questions or specific tags" +msgstr "Etichette dalle domande o tags specifici" + +#: inc/abstractitiltarget.class.php:196 +msgid "TTR from template or none" +msgstr "" + +#: inc/abstractitiltarget.class.php:197 +msgid "equals to the answer to the question" +msgstr "uguale alla risposta alla domanda" + +#: inc/abstractitiltarget.class.php:198 +msgid "calculated from the ticket creation date" +msgstr "calcolato dalla data di creazione del ticket" + +#: inc/abstractitiltarget.class.php:199 +msgid "calculated from the answer to the question" +msgstr "calcolato dalla risposta alla domanda" + +#: inc/abstractitiltarget.class.php:205 +msgid "SLA from template or none" +msgstr "SLA del template o nessuna" + +#: inc/abstractitiltarget.class.php:206 +msgid "Specific SLA" +msgstr "SLA specifico" + +#: inc/abstractitiltarget.class.php:213 +msgid "OLA from template or none" +msgstr "OLA del template o nessuna" + +#: inc/abstractitiltarget.class.php:214 +msgid "Specific OLA" +msgstr "OLA specifico" + +#: inc/abstractitiltarget.class.php:221 +msgid "Urgency from template or Medium" +msgstr "Urgenza da un template o mezzo" + +#: inc/abstractitiltarget.class.php:222 +msgid "Specific urgency" +msgstr "Determinata urgenza" + +#: inc/abstractitiltarget.class.php:229 +msgid "Category from template or none" +msgstr "Categoria del template o nessuna" + +#: inc/abstractitiltarget.class.php:230 +msgid "Specific category" +msgstr "Determinata categoria" + +#: inc/abstractitiltarget.class.php:238 +msgid "Location from template or none" +msgstr "Posizione del template o nessuna" + +#: inc/abstractitiltarget.class.php:239 +msgid "Specific location" +msgstr "Determinato posizione" + +#: inc/abstractitiltarget.class.php:247 +msgid "Contract from template or none" +msgstr "" + +#: inc/abstractitiltarget.class.php:248 +msgid "Specific contract" +msgstr "" + +#: inc/abstractitiltarget.class.php:256 +msgid "No validation" +msgstr "" + +#: inc/abstractitiltarget.class.php:257 +msgid "Specific user or group" +msgstr "" + +#: inc/abstractitiltarget.class.php:258 +msgid "User from question answer" +msgstr "" + +#: inc/abstractitiltarget.class.php:259 +msgid "Group from question answer" +msgstr "" + +#: inc/abstractitiltarget.class.php:839 +msgid "Minute" +msgid_plural "Minutes" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/abstractitiltarget.class.php:840 +msgid "Hour" +msgid_plural "Hours" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/abstractitiltarget.class.php:841 +msgid "Day" +msgid_plural "Days" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/abstractitiltarget.class.php:842 +msgid "Month" +msgid_plural "Months" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/abstractitiltarget.class.php:874 +msgid "SLA (TTO/TTR)" +msgstr "SLA (TTO/TTR)" + +#: inc/abstractitiltarget.class.php:875 inc/abstractitiltarget.class.php:948 +msgid "Question (TTO/TTR)" +msgstr "Domanda (TTO/TTR)" + +#: inc/abstractitiltarget.class.php:947 +msgid "OLA (TTO/TTR)" +msgstr "OLA (TTO/TTR)" + +#: inc/abstractitiltarget.class.php:1051 +msgid "Urgency " +msgstr "Urgenza " + +#: inc/abstractitiltarget.class.php:1080 +msgid "Ticket tags" +msgstr "Tag della chiamata" + +#: inc/abstractitiltarget.class.php:1128 +msgid "Tags" +msgstr "Etichette" + +#: inc/abstractitiltarget.class.php:1247 +msgid "Location" +msgstr "" + +#: inc/abstractitiltarget.class.php:1259 +msgid "Location " +msgstr "Luogo " + +#: inc/abstractitiltarget.class.php:1312 +msgid "Contract" +msgstr "" + +#: inc/abstractitiltarget.class.php:1324 +msgid "Contract " +msgstr "" + +#: inc/abstractitiltarget.class.php:1635 +msgid "The description cannot be empty!" +msgstr "La descrizione non può essere vuota!" + +#: inc/abstractitiltarget.class.php:1811 +msgid "Watcher" +msgid_plural "Watchers" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/abstractitiltarget.class.php:1830 +msgid "Cancel" +msgstr "Annulla" + +#: inc/abstractitiltarget.class.php:2118 inc/abstractitiltarget.class.php:2548 +#: inc/abstractitiltarget.class.php:2552 +msgid "Email followup" +msgstr "" + +#: inc/abstractitiltarget.class.php:2149 inc/abstractitiltarget.class.php:2536 +msgid "User" +msgstr "Utente" + +#: inc/abstractitiltarget.class.php:2160 inc/abstractitiltarget.class.php:2540 +msgid "Group" +msgstr "" + +#: inc/abstractitiltarget.class.php:2171 +msgid "Group from the object" +msgstr "Gruppo dall'oggetto" + +#: inc/abstractitiltarget.class.php:2177 +msgid "Tech group from the object" +msgstr "Gruppo tecnico dall'oggetto" + +#: inc/abstractitiltarget.class.php:2189 inc/abstractitiltarget.class.php:2544 +msgid "Supplier" +msgstr "" + +#: inc/abstractitiltarget.class.php:2548 +msgid "Yes" +msgstr "" + +#: install/install.php:163 +#, php-format +msgid "Upgrade tables to innoDB; run %s" +msgstr "" + +#: install/install.php:199 +#, php-format +msgid "" +"The database schema is not consistent with the previous version of " +"Formcreator %s. To see the logs run the command %s" +msgstr "" + +#: install/install.php:208 +#, php-format +msgid "To ignore the inconsistencies and upgrade anyway run %s" +msgstr "" + +#: install/install.php:225 +msgid "" +"Upgrade from version older than 2.5.0 is no longer supported. Please upgrade" +" to GLPI 9.5.7, upgrade Formcreator to version 2.12.5, then upgrade again to" +" GLPI 10 or later and Formcreator 2.13 or later." +msgstr "" + +#: install/install.php:251 +#, php-format +msgid "" +"A fatal error occured in the upgrade from %s! Upgrade aborted. Please check " +"logs to fix the problem then try again." +msgstr "" + +#: install/install.php:294 +#, php-format +msgid "" +"The database schema is not consistent with the current version of " +"Formcreator %s. To see the logs enable the plugin and run the command %s" +msgstr "" + +#: install/install.php:305 +msgid "The tables of the plugin passed the schema integrity check." +msgstr "" + +#: install/install.php:478 +msgid "A form has been created" +msgstr "Un modulo è stato creato" + +#: install/install.php:479 +msgid "Your request has been saved" +msgstr "La tua richiesta è stata salvata" + +#: install/install.php:480 +msgid "" +"Hi,\\nYour request from GLPI has been successfully saved with number " +"##formcreator.request_id## and transmitted to the helpdesk team.\\nYou can " +"see your answers onto the following link:\\n##formcreator.validation_link##" +msgstr "" +"Salve,\\nLa tua richiesta da GLPI è stata salvata con successo con il numero" +" ##formcreator.request_id## e trasmessa alla squadra di helpdesk.\\nPuoi " +"vedere le tue risposte al seguente link:\\n##formcreator.validation_link##" + +#: install/install.php:484 +msgid "A form need validation" +msgstr "" + +#: install/install.php:485 +msgid "A form from GLPI need to be validated" +msgstr "" + +#: install/install.php:486 +msgid "" +"Hi,\\nA form from GLPI need to be validated and you have been choosen as the" +" validator.\\nYou can access it by clicking onto this " +"link:\\n##formcreator.validation_link##" +msgstr "" + +#: install/install.php:491 +msgid "Your form has been refused by the validator" +msgstr "Il tuo modulo è stato rifiutato dal validatore" + +#: install/install.php:492 +msgid "" +"Hi,\\nWe are sorry to inform you that your form has been refused by the " +"validator for the reason " +"below:\\n##formcreator.validation_comment##\\n\\nYou can still modify and " +"resubmit it by clicking onto this link:\\n##formcreator.validation_link##" +msgstr "" +"Salve,\\nSiamo spiacenti di informarti che il tuo modulo è stato rifiutato " +"dal validatore per il seguente " +"motivo:\\n##formcreator.validation_comment##\\n\\nPuoi modificare e inviarlo" +" nuovamente cliccando sul seguente link:\\n##formcreator.validation_link##" + +#: install/install.php:498 +msgid "" +"Hi,\\nWe are pleased to inform you that your form has been accepted by the " +"validator.\\nYour request will be considered soon." +msgstr "" +"Salve,\\nSiamo lieti di informarti che il tuo modulo è stato accettato dal " +"validatore..\\nLa tua richiesta sarà considerata presto." + +#: install/install.php:503 +msgid "Your form has been deleted by an administrator" +msgstr "Il tuo modulo è stato cancellato da un amministratore" + +#: install/install.php:504 +msgid "" +"Hi,\\nWe are sorry to inform you that your request cannot be considered and " +"has been deleted by an administrator." +msgstr "" +"Salve,\\nSiamo spiacenti di informarti che la tua richiesta non sarà " +"considerata ed è stata eliminata da un amministratore." + +#: install/install.php:732 +msgid "Formcreator - Sync service catalog issues" +msgstr "Formcreator - Problema nel servizio di sincronizzazione del catalogo" + +#: install/install.php:945 +msgid "Failed to check the sanity of the tables!" +msgstr "" + +#: install/install.php:959 +#, php-format +msgid "Table schema differs for table \"%s\"." +msgstr "" + +#: install/install.php:962 +#, php-format +msgid "Table \"%s\" is missing." +msgstr "" + +#: install/install.php:965 +#, php-format +msgid "Unknown table \"%s\" has been found in database." +msgstr "" + +#: hook.php:439 +msgctxt "button" +msgid "Duplicate" +msgstr "Duplica" + +#: hook.php:440 +msgid "Transfer" +msgstr "" + +#: hook.php:441 +msgctxt "button" +msgid "Export" +msgstr "" + +#: hook.php:442 +msgctxt "button" +msgid "Access rights" +msgstr "" + +#: hook.php:756 +msgid "Cancel my ticket" +msgstr "Cancella il mio ticket" + +#: hook.php:774 +msgid "Old" +msgstr "" + +#: hook.php:781 +#, php-format +msgid "Number of %s" +msgstr "" + +#: hook.php:798 +msgid "Issues summary" +msgstr "Sommario Chiamate" + +#: hook.php:843 +msgid "" +"Formcreator's mini dashboard not usable as default. This Setting has been " +"ignored." +msgstr "" + +#: js/scripts.js:300 +msgid "No form found. Please choose a form below instead." +msgstr "" + +#: js/scripts.js:302 +msgid "No form found." +msgstr "" + +#: js/scripts.js:306 +msgid "No FAQ item found." +msgstr "" + +#: js/scripts.js:707 +msgid "Are you sure you want to delete this question?" +msgstr "Sei sicuro di voler eliminare questa domanda?" + +#: js/scripts.js:917 +msgid "Are you sure you want to delete this section?" +msgstr "Sei sicuro di voler eliminare questa sezione?" + +#: js/scripts.js:1161 +msgid "Add translations" +msgstr "" + +#: js/scripts.js:1300 js/scripts.js:1324 +msgid "An error occured while querying forms" +msgstr "Si è verificato un errore durante l'interrogazione del modulo" + +#: js/scripts.js:1416 entrée standard:139 +msgid "Send" +msgstr "" + +#: js/scripts.js:1425 +msgid "An internal error occurred. Please report it to administrator." +msgstr "" + +#: js/scripts.js:1468 +msgid "Are you sure you want to delete this validator ?" +msgstr "" + +#: js/scripts.js:1520 +msgid "Are you sure you want to duplicate this target?" +msgstr "" + +#: js/scripts.js:1537 +msgid "Are you sure you want to delete this target?" +msgstr "" + +#: entrée standard:57 standard:61 standard:60 standard:59 standard:43 +#: standard:69 standard:52 standard:76 +msgid "Default values" +msgstr "Valori di default" + +#: entrée standard:52 standard:59 standard:58 +msgid "Show empty" +msgstr "Mostra opzione vuota" + +#: entrée standard:39 +msgid "LDAP directory" +msgid_plural "LDAP directories" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: entrée standard:78 +msgid "Attribute" +msgstr "Attributo" + +#: entrée standard:70 standard:68 +msgid "Values" +msgstr "Valori" + +#: entrée standard:90 +msgid "Show ticket categories" +msgstr "Visualizza le categorie dei ticket" + +#: entrée standard:146 standard:118 +msgid "Selectable root" +msgstr "" + +#: entrée standard:38 +msgid "GLPI object" +msgid_plural "GLPI objects" +msgstr[0] "Oggetto di GLPI" +msgstr[1] "Oggetti di GLPI" +msgstr[2] "Oggetti di GLPI" + +#: entrée standard:63 +msgid "Direct access on homepage" +msgstr "Accesso da homepage" + +#: entrée standard:86 +msgid "Default form in service catalog" +msgstr "Modulo di default nel catalogo dei servizi" + +#: entrée standard:113 standard:114 +msgid "Are you a robot ?" +msgstr "Sei un robot?" + +#: entrée standard:64 +msgid "Condition to show the section" +msgstr "" + +#: entrée standard:40 +msgid "Condition to generate the target" +msgstr "" + +#: entrée standard:40 +msgid "General" +msgstr "" + +#: entrée standard:45 +msgid "validation percent" +msgstr "" + +#: entrée standard:52 +msgid "Add a validator" +msgstr "" + +#: entrée standard:57 standard:36 +msgid "Validation level" +msgstr "" + +#: entrée standard:73 +msgid "Validator type" +msgstr "" + +#: entrée standard:98 +msgid "Validators" +msgstr "Validatori" + +#: entrée standard:106 standard:5 +msgid "Actions" +msgstr "" + +#: entrée standard:54 +msgid "Impacts" +msgstr "Impatto" + +#: entrée standard:62 +msgid "Checklist" +msgstr "" + +#: entrée standard:36 +msgid "Answers title" +msgstr "" + +#: entrée standard:45 +msgid "Add a section" +msgstr "Aggiungi una sezione" + +#: entrée standard:55 +msgid "Condition to show the submit button" +msgstr "" + +#: entrée standard:33 +msgid "No form answer yet" +msgstr "" + +#: entrée standard:38 +#, php-format +msgid "%s latest items" +msgstr "" + +#: entrée standard:54 +msgid "Please activate the form to view the link" +msgstr "" + +#: entrée standard:63 +msgid "Enable captcha" +msgstr "Abilita captcha" + +#: entrée standard:79 +msgid "Restricted to" +msgstr "" + +#: entrée standard:83 +msgid "Add a question" +msgstr "Aggiungi una domanda" + +#: entrée standard:39 +msgid "List of available tags" +msgstr "" + +#: entrée standard:42 +msgid "Title" +msgstr "" + +#: entrée standard:47 +msgid "Full form" +msgstr "Modulo completo" + +#: entrée standard:37 +msgid "Validation status" +msgstr "" + +#: entrée standard:36 +#, php-format +msgid "My %1$d last forms (requester)" +msgstr "" + +#: entrée standard:39 +msgid "No form posted yet" +msgstr "Nessun modulo pubblicato" + +#: entrée standard:63 +msgid "All my forms (requester)" +msgstr "Tutti i miei moduli (richiedente)" + +#: entrée standard:36 +#, php-format +msgid "My %1$d last forms (validator)" +msgstr "" + +#: entrée standard:63 +msgid "All my forms (validator)" +msgstr "Tutti i miei moduli (validatore)" + +#: entrée standard:42 +msgid "Min" +msgstr "Min" + +#: entrée standard:53 +msgid "Max" +msgstr "Max" diff --git a/locales/ja_JP.mo b/locales/ja_JP.mo new file mode 100644 index 000000000..bd275a293 Binary files /dev/null and b/locales/ja_JP.mo differ diff --git a/locales/ja_JP.po b/locales/ja_JP.po new file mode 100644 index 000000000..ddce4bc3f --- /dev/null +++ b/locales/ja_JP.po @@ -0,0 +1,2700 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +# Translators: +<<<<<<< HEAD +======= +# Thierry Bugier , 2023 +>>>>>>> support/2.13.0 +# INOUE Daisuke, 2023 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +<<<<<<< HEAD +"POT-Creation-Date: 2023-05-31 16:21+0200\n" +"PO-Revision-Date: 2022-06-15 12:10+0000\n" +======= +"POT-Creation-Date: 2023-11-13 14:56+0100\n" +"PO-Revision-Date: 2021-08-30 07:22+0000\n" +>>>>>>> support/2.13.0 +"Last-Translator: INOUE Daisuke, 2023\n" +"Language-Team: Japanese (Japan) (https://app.transifex.com/teclib/teams/28042/ja_JP/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ja_JP\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: ajax/question_update.php:38 ajax/section_update.php:37 +msgid "Bad request" +msgstr "不正なリクエスト" + +#: ajax/question_update.php:47 ajax/question_move.php:45 +#: ajax/question_delete.php:42 ajax/question_toggle_required.php:49 +msgid "Question not found" +msgstr "質問がありません" + +#: ajax/question_update.php:53 ajax/question_duplicate.php:49 +#: ajax/question_move.php:50 ajax/section_add.php:38 +#: ajax/section_delete.php:50 ajax/section_move.php:55 +#: ajax/section_duplicate.php:50 ajax/question_delete.php:49 +#: ajax/question_toggle_required.php:55 ajax/section_update.php:44 +msgid "You don't have right for this action" +msgstr "この操作をする権限がありません" + +#: ajax/question_duplicate.php:43 +msgid "Source question not found" +msgstr "ソースの質問がありません" + +#: ajax/question_move.php:73 +msgid "Could not move some questions" +msgstr "いくつかの質問を移動できませんでした" + +#: ajax/section_add.php:44 +msgid "Could not add the section" +msgstr "セクションを追加できませんでした" + +#: ajax/commontree.php:55 entrée standard:128 standard:100 +msgid "Subtree root" +msgstr "サブツリー ルート" + +#: ajax/commontree.php:59 +msgid "Selectable" +msgstr "選択的" + +#: ajax/commontree.php:74 entrée standard:137 standard:109 +msgid "Limit subtree depth" +msgstr "サブツリー階層の制限" + +#: ajax/commontree.php:84 +msgid "No limit" +msgstr "制限なし" + +#: ajax/section_delete.php:44 ajax/section_move.php:49 +#: ajax/section_duplicate.php:44 +msgid "Source section not found" +msgstr "元のセクションがありません" + +#: ajax/section_delete.php:56 +msgid "Could not delete the section" +msgstr "このセクションを削除できません" + +#: ajax/question_add.php:45 +msgid "Could not add the question" +msgstr "質問を追加できません" + +#: ajax/section_move.php:66 +msgid "Could not move the section" +msgstr "セクションを移動できません" + +#: ajax/target_actor.php:51 +msgid "Failed to add the actor" +msgstr "アクターの追加に失敗" + +#: ajax/target_actor.php:62 +msgid "Failed to delete the actor" +msgstr "アクターの削除に失敗" + +#: ajax/section_duplicate.php:56 +msgid "Could not duplicate the section" +msgstr "セクションの複製ができません" + +#: ajax/section_update.php:50 +msgid "Could not update the section" +msgstr "セクションの更新ができません" + +#: front/knowbaseitem.php:42 front/knowbaseitem.php:47 +#: front/wizardreminders.php:49 front/wizardreminders.php:51 +#: front/wizard.php:45 front/wizard.php:50 front/wizardfeeds.php:49 +#: front/wizardfeeds.php:51 front/issue.php:44 front/issue.php:50 +#: front/formanswer.php:44 front/reservation.php:46 front/reservation.php:48 +#: front/knowbaseitem.form.php:48 front/knowbaseitem.form.php:50 +#: front/reservationitem.php:42 front/reservationitem.php:44 +#: front/formanswer.form.php:74 front/reservation.form.php:46 +#: front/reservation.form.php:48 +msgid "Service catalog" +msgstr "サービスカタログ" + +#: front/issue.form.php:46 +msgid "Item not found" +msgstr "アイテムがありません" + +#: front/targetticket.form.php:46 front/targetticket.form.php:56 +#: front/targetticket.form.php:81 front/targetchange.form.php:46 +#: front/targetproblem.form.php:46 +msgid "No right to update this item." +msgstr "このアイテムを更新する権限がありません。" + +#: front/targetticket.form.php:75 +msgid "Bad request while deleting an actor." +msgstr "アクターの削除で不正なリクエスト。" + +#: front/targetticket.form.php:95 front/targetchange.form.php:81 +#: front/formanswer.php:47 front/targetproblem.form.php:81 +#: front/formanswer.form.php:77 front/form.php:43 inc/common.class.php:654 +#: inc/common.class.php:661 +msgid "Form Creator" +msgstr "フォーム作成" + +#: front/targetticket.form.php:105 front/targetchange.form.php:90 +#: front/targetproblem.form.php:90 +#, php-format +msgid "%1$s = %2$s" +msgstr "%1$s = %2$s" + +#: front/formlist.php:46 front/formlist.php:52 inc/common.class.php:648 +msgid "Form list" +msgstr "フォーム一覧" + +#: front/formdisplay.php:90 inc/formanswer.class.php:1077 +#: inc/formanswer.class.php:1325 inc/formanswer.class.php:1376 +msgid "The form has been successfully saved!" +msgstr "フォームを保存しました!" + +#. TRANS: %s is the user login +#: front/reservation.form.php:71 +#, php-format +msgid "%1$s purges the reservation for item %2$s" +msgstr "%1$s が %2$s アイテムの予約を抹消" + +#: front/reservation.form.php:124 +#, php-format +msgid "%1$s adds the reservation %2$s for item %3$s" +msgstr "%1$s が %3$s アイテムの予約を %2$s に追加。  " + +#: inc/knowbase.class.php:60 inc/entityconfig.class.php:478 +#: inc/form.class.php:611 +msgid "Category" +msgid_plural "Categories" +msgstr[0] "カテゴリー" + +#: inc/knowbase.class.php:62 inc/form.class.php:614 entrée standard:39 +msgid "See all" +msgstr "すべて表示" + +#: inc/knowbase.class.php:83 +msgid "Please, describe your need here" +msgstr "あなたの要望を記入してください" + +#: inc/field/textareafield.class.php:186 +msgid "Textarea" +msgstr "テキスト エリア" + +#: inc/field/textareafield.class.php:249 inc/field/dropdownfield.class.php:594 +#: inc/field/ldapselectfield.class.php:115 +#: inc/field/urgencyfield.class.php:166 inc/field/tagfield.class.php:166 +#: inc/field/timefield.class.php:114 inc/field/fieldsfield.class.php:489 +#: inc/field/requesttypefield.class.php:161 +msgid "A required field is empty:" +msgstr "必要なフィールドが空 : " + +#: inc/field/textareafield.class.php:267 inc/field/integerfield.class.php:112 +#: inc/field/floatfield.class.php:194 inc/conditionnabletrait.class.php:70 +msgid "The regular expression is invalid" +msgstr "正規表現が無効" + +#: inc/field/dropdownfield.class.php:81 inc/filter/entityfilter.class.php:48 +msgid "User and form" +msgstr "ユーザーとフォーム" + +#: inc/field/dropdownfield.class.php:87 +msgid "Search filter" +msgstr "検索フィルター" + +#: inc/field/dropdownfield.class.php:585 entrée standard:38 +msgid "Dropdown" +msgid_plural "Dropdowns" +msgstr[0] "ドロップダウン" + +#: inc/field/dropdownfield.class.php:616 +msgid "Invalid value for " +msgstr "無効な値 : " + +#: inc/field/dropdownfield.class.php:628 +#, php-format +msgid "The itemtype field is required: %s" +msgstr "アイテムの型のフィールドが必要です : %s" + +#: inc/field/dropdownfield.class.php:644 +#, php-format +msgid "Invalid dropdown type: %s" +msgstr "不正なドロップダウンの型 : %s" + +#: inc/field/dropdownfield.class.php:704 inc/questionfilter.class.php:62 +#: entrée standard:68 +msgid "Filter" +msgstr "フィルター" + +#: inc/field/dropdownfield.class.php:987 entrée standard:162 standard:134 +msgid "Entity restriction" +msgstr "エンティティ制限" + +#: inc/field/dropdownfield.class.php:996 +msgid "" +"To respect the GLPI entity system, \"Form\" should be selected. Others " +"settings will break the entity restrictions" +msgstr "GLPI のエンティティ システムを尊重するには、「フォーム」を選択すべきです。それ以外の設定の場合は、エンティティ制限を逸脱します。" + +#: inc/field/ldapselectfield.class.php:96 +msgid "LDAP Select" +msgstr "LDAP 選択" + +#: inc/field/ldapselectfield.class.php:140 +msgid "LDAP directory not defined!" +msgstr "LDAP ディレクトリが未定義です!" + +#: inc/field/ldapselectfield.class.php:147 +msgid "LDAP directory not found!" +msgstr "LDAP ディレクトリーがありません!" + +<<<<<<< HEAD +======= +#: inc/field/ldapselectfield.class.php:154 +msgid "LDAP attribute is required!" +msgstr "LDAP 属性が必要です!" + +#: inc/field/textfield.class.php:146 inc/field/floatfield.class.php:156 +#, php-format +msgid "Specific format does not match: %s" +msgstr "特定の書式がマッチしません : %s" + +#: inc/field/textfield.class.php:155 +#, php-format +msgid "The text is too short (minimum %d characters): %s" +msgstr "テキストが短すぎます(最低 %d 文字): %s" + +#: inc/field/textfield.class.php:160 +#, php-format +msgid "The text is too long (maximum %d characters): %s" +msgstr "テキストが長すぎます(最大 %d 文字): %s" + +#: inc/field/textfield.class.php:168 +msgid "Text" +msgstr "テキスト" + +#: inc/field/textfield.class.php:217 inc/field/floatfield.class.php:238 +#: inc/questionregex.class.php:62 entrée standard:42 +msgid "Regular expression" +msgstr "正規表現" + +#: inc/field/textfield.class.php:222 inc/field/floatfield.class.php:243 +msgid "Range" +msgstr "範囲" + +#: inc/field/textfield.class.php:228 inc/field/floatfield.class.php:249 +msgid "Additional validation" +msgstr "追加の検証" + +>>>>>>> support/2.13.0 +#: inc/field/radiosfield.class.php:108 +msgid "Radios" +msgstr "ラジオボタン" + +#: inc/field/radiosfield.class.php:114 inc/field/fieldsfield.class.php:513 +#: inc/field/checkboxesfield.class.php:245 +msgid "The field value is required:" +msgstr "フィールドの値が必要です : " + +#: inc/field/radiosfield.class.php:192 inc/field/selectfield.class.php:104 +#: inc/field/datetimefield.class.php:119 inc/field/actorfield.class.php:258 +#: inc/field/checkboxesfield.class.php:191 inc/field/floatfield.class.php:125 +#: inc/field/datefield.class.php:116 +#, php-format +msgid "A required field is empty: %s" +msgstr "必要なフィールドが空 : %s" + +#: inc/field/integerfield.class.php:59 +#, php-format +msgid "This is not an integer: %s" +msgstr "これは整数ではありません : %s" + +#: inc/field/integerfield.class.php:71 inc/field/floatfield.class.php:156 +#, php-format +msgid "Specific format does not match: %s" +msgstr "特定の書式がマッチしません : %s" + +#: inc/field/integerfield.class.php:85 inc/field/floatfield.class.php:167 +#, php-format +msgid "The following number must be greater than %d: %s" +msgstr "以下の数字は %d より大きくしてください : %s" + +#: inc/field/integerfield.class.php:91 inc/field/floatfield.class.php:173 +#, php-format +msgid "The following number must be lower than %d: %s" +msgstr "以下の数字は %d より小さくしてください : %s" + +#: inc/field/integerfield.class.php:101 +msgid "Integer" +msgstr "整数" + +#: inc/field/undefinedfield.class.php:44 +msgid "Undefined" +msgstr "未定義" + +#: inc/field/ipfield.class.php:123 +msgid "IP address" +msgid_plural "IP addresses" +msgstr[0] "IP アドレス" + +#: inc/field/urgencyfield.class.php:86 inc/abstractitiltarget.class.php:1040 +msgid "Urgency" +msgstr "緊急度" + +#: inc/field/urgencyfield.class.php:120 +msgctxt "urgency" +msgid "Very high" +msgstr "最高" + +#: inc/field/urgencyfield.class.php:121 +msgctxt "urgency" +msgid "High" +msgstr "高" + +#: inc/field/urgencyfield.class.php:122 +msgctxt "urgency" +msgid "Medium" +msgstr "中" + +#: inc/field/urgencyfield.class.php:123 +msgctxt "urgency" +msgid "Low" +msgstr "低" + +#: inc/field/urgencyfield.class.php:124 +msgctxt "urgency" +msgid "Very low" +msgstr "最低" + +#: inc/field/tagfield.class.php:52 +msgid "Warning: Tag plugin is disabled or missing" +msgstr "警告 : タグ プラグインが無効かインストールされていません" + +#: inc/field/tagfield.class.php:200 +msgid "Tag" +msgid_plural "Tags" +msgstr[0] "タグ" + +#: inc/field/hostnamefield.class.php:116 +msgid "Hostname" +msgid_plural "Hostnames" +msgstr[0] "ホスト名" + +#: inc/field/timefield.class.php:130 +msgid "Time" +msgstr "時間" + +#: inc/field/emailfield.class.php:89 +#, php-format +msgid "This is not a valid e-mail: %s" +msgstr "無効なメールアドレスです : %s" + +#: inc/field/emailfield.class.php:100 +msgid "Email" +msgid_plural "Emails" +msgstr[0] "メールアドレス" + +#: inc/field/selectfield.class.php:97 +msgid "Select" +msgstr "選択" + +#: inc/field/datetimefield.class.php:140 +msgid "Date & time" +msgstr "日時" + +#: inc/field/actorfield.class.php:84 +msgid "Actor" +msgid_plural "Actors" +msgstr[0] "アクター" + +#: inc/field/actorfield.class.php:268 +#, php-format +msgid "Invalid value: %s" +msgstr "無効な値 : %s" + +#: inc/field/actorfield.class.php:291 +#, php-format +msgid "User not found or invalid email address: %s" +msgstr "ユーザーが見つからないか、無効なメールアドレス : %s" + +#: inc/field/filefield.class.php:124 +msgid "No attached document" +msgstr "文書が添付されていません" + +#: inc/field/filefield.class.php:133 inc/field/filefield.class.php:254 +#: inc/field/filefield.class.php:261 +msgid "Attached document" +msgstr "添付文書" + +#: inc/field/filefield.class.php:175 +#, php-format +msgid "A required file is missing: %s" +msgstr "必要なファイルがありません : %s" + +#: inc/field/filefield.class.php:192 +msgid "File" +msgstr "ファイル" + +#: inc/field/multiselectfield.class.php:86 +msgid "Multiselect" +msgstr "複数選択" + +#: inc/field/fieldsfield.class.php:154 +msgid "Warning: Additional Fields plugin is disabled or missing" +msgstr "警告 : 追加のフィールドプラグインが無効か、インストールされていません" + +#: inc/field/fieldsfield.class.php:168 +msgid "Block" +msgstr "ブロック" + +#: inc/field/fieldsfield.class.php:172 inc/targetticket.class.php:346 +msgid "Field" +msgstr "フィールド" + +#: inc/field/fieldsfield.class.php:254 +msgid "show" +msgstr "表示" + +#: inc/field/fieldsfield.class.php:390 +#, php-format +msgid "Field '%1$s' type not implemented yet!" +msgstr "「%1$s」フィールドの型は未実装です!" + +#: inc/field/fieldsfield.class.php:467 +msgid "Some numeric fields contains non numeric values" +msgstr "数字でない値を含む数値フィールドがあります" + +#: inc/field/fieldsfield.class.php:472 +msgid "Some URL fields contains invalid links" +msgstr "無効なリンクを含む URL フィールドがあります" + +#: inc/field/fieldsfield.class.php:566 +msgid "Additionnal fields" +msgstr "追加のフィールド" + +#: inc/field/checkboxesfield.class.php:133 +msgid "Checkboxes" +msgstr "チェックボックス" + +#: inc/field/checkboxesfield.class.php:227 +#, php-format +msgid "The following question needs at least %d answers: %s" +msgstr "以下の質問では、少なくとも %d 個の回答が必要です : %s" + +#: inc/field/checkboxesfield.class.php:233 +#, php-format +msgid "The following question does not accept more than %d answers: %s" +msgstr "以下の質問では、%d 個を超える回答は受け付けません : %s" + +#: inc/field/checkboxesfield.class.php:305 +msgid "Range min" +msgstr "範囲の下限" + +#: inc/field/checkboxesfield.class.php:306 +msgid "Range max" +msgstr "範囲の上限" + +#: inc/field/requesttypefield.class.php:87 inc/targetticket.class.php:1150 +msgid "Request type" +msgstr "要求の型" + +#: inc/field/floatfield.class.php:142 +#, php-format +msgid "This is not a number: %s" +msgstr "これは数値ではありません : %s" + +#: inc/field/floatfield.class.php:183 +msgid "Decimal number" +msgstr "10進数" + +#: inc/field/floatfield.class.php:235 inc/questionregex.class.php:62 entrée +#: standard:42 +msgid "Regular expression" +msgstr "正規表現" + +#: inc/field/floatfield.class.php:240 +msgid "Range" +msgstr "範囲" + +#: inc/field/floatfield.class.php:246 +msgid "Additional validation" +msgstr "追加の検証" + +#: inc/field/datefield.class.php:137 +msgid "Date" +msgstr "日付" + +#: inc/field/descriptionfield.class.php:106 inc/form.class.php:151 +#: inc/question.class.php:188 entrée standard:82 standard:52 standard:114 +msgid "Description" +msgstr "説明" + +#: inc/field/descriptionfield.class.php:113 +msgid "A description field should have a description:" +msgstr "記述フィールドには記述が必要です : " + +#: inc/field/hiddenfield.class.php:96 +msgid "Hidden field" +msgid_plural "Hidden fields" +msgstr[0] "非表示フィールド" + +#: inc/condition.class.php:65 +msgid "Condition" +msgid_plural "Conditions" +msgstr[0] "状態" + +#: inc/condition.class.php:103 +msgid "is visible" +msgstr "表示?" + +#: inc/condition.class.php:104 +msgid "is not visible" +msgstr "非表示" + +#: inc/condition.class.php:105 +msgid "regular expression matches" +msgstr "正規表現で照合" + +#: inc/condition.class.php:116 +msgid "Always displayed" +msgstr "常時表示" + +#: inc/condition.class.php:117 +msgid "Hidden unless" +msgstr "非表示条件 : " + +#: inc/condition.class.php:118 +msgid "Displayed unless" +msgstr "表示条件 : " + +#: inc/condition.class.php:178 inc/target_actor.class.php:233 +#: inc/form_language.class.php:565 inc/form_validator.class.php:248 +#: inc/targetproblem.class.php:527 inc/questionrange.class.php:199 +#: inc/form.class.php:1908 inc/targetchange.class.php:304 +#: inc/questionfilter.class.php:222 inc/section.class.php:381 +#: inc/restrictedformcriteria.class.php:200 inc/question.class.php:867 +#: inc/questionparameter/range.class.php:198 inc/questionregex.class.php:188 +#: inc/questiondependency.class.php:196 inc/item_targetticket.class.php:154 +#: inc/targetticket.class.php:1461 +#, php-format +msgid "Failed to add or update the %1$s %2$s" +msgstr "%1$s %2$s の追加・更新に失敗 " + +#: inc/condition.class.php:200 inc/target_actor.class.php:254 +#: inc/form_language.class.php:581 inc/form_validator.class.php:288 +#: inc/targetproblem.class.php:362 inc/questionrange.class.php:131 +#: inc/form.class.php:1569 inc/targetchange.class.php:149 +#: inc/questionfilter.class.php:154 inc/section.class.php:406 +#: inc/restrictedformcriteria.class.php:226 inc/question.class.php:894 +#: inc/questionparameter/range.class.php:133 inc/questionregex.class.php:120 +#: inc/questiondependency.class.php:211 inc/item_targetticket.class.php:64 +#: inc/targetticket.class.php:1500 +#, php-format +msgid "Cannot export an empty object: %s" +msgstr "空のオブジェクトはエクスポートできません : %s" + +#: inc/condition.class.php:268 +msgid "Conditions" +msgstr "状態" + +#: inc/linker.class.php:78 +msgid "Importing" +msgstr "インポート中" + +#: inc/linker.class.php:80 +msgid "Import in progress" +msgstr "インポートしています" + +#: inc/issue.class.php:43 +msgid "Issue" +msgid_plural "Issues" +msgstr[0] "問題" + +#: inc/issue.class.php:56 +msgid "Update issue data from tickets and form answers" +msgstr "チケットとフォームの回答をもとに問題データを更新する" + +#: inc/issue.class.php:393 +msgid "Satisfaction survey expired" +msgstr "満足度調査の期限切れ" + +#: inc/issue.class.php:531 inc/form_language.class.php:229 +#: inc/form.class.php:2208 entrée standard:52 standard:49 standard:57 +#: standard:38 standard:39 standard:105 standard:46 +msgid "Name" +msgstr "名前" + +#: inc/issue.class.php:543 inc/formanswer.class.php:229 +#: inc/formanswer.class.php:320 inc/targetproblem.class.php:610 +#: inc/form.class.php:142 inc/targetchange.class.php:335 +#: inc/section.class.php:95 inc/question.class.php:178 +#: inc/targetticket.class.php:180 entrée standard:45 +msgid "ID" +msgstr "ID" + +#: inc/issue.class.php:552 inc/form.class.php:2217 entrée standard:111 +#: standard:65 standard:104 standard:4 +msgid "Type" +msgid_plural "Types" +msgstr[0] "型" + +#: inc/issue.class.php:565 inc/formanswer.class.php:307 +msgid "Status" +msgstr "状態" + +#: inc/issue.class.php:577 +msgid "Opening date" +msgstr "開始日" + +#: inc/issue.class.php:586 +msgid "Last update" +msgstr "最終更新日" + +#: inc/issue.class.php:595 inc/abstracttarget.class.php:517 +msgid "Entity" +msgid_plural "Entities" +msgstr[0] "エンティティ" + +#: inc/issue.class.php:605 inc/notificationtargetformanswer.class.php:76 +#: inc/notificationtargetformanswer.class.php:96 +#: inc/target_actor.class.php:101 inc/formanswer.class.php:248 +#: inc/formanswer.class.php:762 inc/abstractitiltarget.class.php:1804 entrée +#: standard:48 +msgid "Requester" +msgid_plural "Requesters" +msgstr[0] "要求者" + +#: inc/issue.class.php:619 inc/formanswer.class.php:258 +msgid "Form approver" +msgstr "フォーム承認者" + +#: inc/issue.class.php:651 inc/formanswer.class.php:691 +#: inc/formanswer.class.php:698 inc/formanswer.class.php:777 +#: inc/form_language.class.php:243 +msgid "Comment" +msgstr "コメント" + +#: inc/issue.class.php:663 +msgid "Ticket approver" +msgstr "チケットの承認者" + +#: inc/issue.class.php:736 +msgid "Technician" +msgstr "技術者" + +#: inc/issue.class.php:767 +msgid "Technician group" +msgstr "技術者グループ" + +#: inc/issue.class.php:799 inc/formanswer.class.php:287 +msgid "Form approver group" +msgstr "フォーム承認グループ" + +#: inc/issue.class.php:829 +msgid "Ticket approver group" +msgstr "チケット承認者グループ" + +#: inc/issue.class.php:863 inc/abstractitiltarget.class.php:787 entrée +#: standard:108 +msgid "Time to resolve" +msgstr "解決までの時間" + +#: inc/issue.class.php:874 +msgid "Time to resolve + Progress" +msgstr "解決までの時間 + 進捗状況" + +#: inc/issue.class.php:884 +msgid "Internal time to resolve" +msgstr "解決までの内部時間 " + +#: inc/issue.class.php:895 +msgid "Internal time to resolve + Progress" +msgstr "解決までの内部時間 + 進捗状況" + +#: inc/issue.class.php:905 +msgid "Resolution date" +msgstr "解決日" + +#: inc/issue.class.php:914 +msgid "Internal time to own" +msgstr "割当までの内部時間" + +#: inc/issue.class.php:925 +msgid "Internal time to own + Progress" +msgstr "割当までの内部時間 + 進捗状況" + +#: inc/issue.class.php:935 entrée standard:109 +msgid "Time to own" +msgstr "割当までの時間" + +#: inc/issue.class.php:946 +msgid "Time to own + Progress" +msgstr "割当までの時間 + 進捗状況" + +#: inc/issue.class.php:958 +msgid "Approver substitute" +msgstr "承認者の交代" + +#: inc/issue.class.php:1022 +msgid "Substitute of a member of approver group" +msgstr "承認者グループのメンバーの交代" + +#: inc/issue.class.php:1095 +msgid "Form approver substitute" +msgstr "フォーム承認者交代" + +#: inc/issue.class.php:1163 +msgid "Current form approver group" +msgstr "現在のフォーム承認者グループ" + +#: inc/issue.class.php:1193 +msgid "Current form approver" +msgstr "現在のフォーム承認者" + +#: inc/issue.class.php:1227 +msgid "Ticket requester" +msgstr "チケット要求者" + +#: inc/issue.class.php:1274 +msgid "Ticket observer" +msgstr "チケット オブザーバー" + +#: inc/issue.class.php:1322 +msgid "Ticket technician" +msgstr "チケット技術者" + +#: inc/issue.class.php:1469 +#, php-format +msgid "%1$s %2$s" +msgstr "%1$s %2$s" + +#: inc/issue.class.php:1727 inc/filter/itilcategoryfilter.class.php:56 +#: hook.php:766 +msgid "All" +msgstr "すべて" + +#: inc/issue.class.php:1733 hook.php:767 +msgid "New" +msgstr "新規" + +#: inc/issue.class.php:1739 hook.php:768 +msgid "Assigned" +msgstr "割当済み" + +#: inc/issue.class.php:1745 inc/formanswer.class.php:78 +#: inc/form_validator.class.php:70 hook.php:769 +msgid "Waiting" +msgstr "待ち" + +#: inc/issue.class.php:1751 hook.php:770 +msgid "To validate" +msgstr "検証待ち" + +#: inc/issue.class.php:1757 hook.php:771 +msgid "Solved" +msgstr "解決" + +#: inc/issue.class.php:1763 hook.php:772 +msgid "Closed" +msgstr "終了" + +#: inc/category.class.php:50 hook.php:72 +msgid "Form category" +msgid_plural "Form categories" +msgstr[0] "フォームの分類" + +#: inc/category.class.php:80 +msgid "Knowbase category" +msgstr "ナレッジベースの分類" + +#: inc/category.class.php:86 +msgid "As child of" +msgstr "親 " + +#: inc/category.class.php:92 inc/form.class.php:247 entrée standard:65 +msgid "Icon" +msgstr "アイコン" + +#: inc/category.class.php:98 inc/form.class.php:255 entrée standard:67 +msgid "Icon color" +msgstr "アイコンの色" + +#: inc/category.class.php:104 inc/form.class.php:263 entrée standard:80 +msgid "Background color" +msgstr "背景色" + +#: inc/formlist.class.php:46 inc/entityconfig.class.php:93 +#: inc/form.class.php:111 inc/form.class.php:516 inc/form.class.php:2015 +#: entrée standard:47 +msgid "Form" +msgid_plural "Forms" +msgstr[0] "フォーム" + +#: inc/notificationtargetformanswer.class.php:43 +msgid "The form as been saved" +msgstr "フォームを保存しました" + +#: inc/notificationtargetformanswer.class.php:44 +msgid "A form need to be validate" +msgstr "フォームは検証が必要です" + +#: inc/notificationtargetformanswer.class.php:45 install/install.php:490 +msgid "The form is refused" +msgstr "フォームの再利用" + +#: inc/notificationtargetformanswer.class.php:46 install/install.php:496 +msgid "The form is accepted" +msgstr "フォームを受け付けました" + +#: inc/notificationtargetformanswer.class.php:47 install/install.php:502 +msgid "The form is deleted" +msgstr "フォームを削除しました" + +#: inc/notificationtargetformanswer.class.php:74 +msgid "Form ID" +msgstr "フォーム ID" + +#: inc/notificationtargetformanswer.class.php:75 +#: inc/notificationtargetformanswer.class.php:95 +msgid "Form name" +msgstr "フォーム名" + +#: inc/notificationtargetformanswer.class.php:77 +#: inc/form_validator.class.php:91 +msgid "Validator" +msgid_plural "Validators" +msgstr[0] "検証者" + +#: inc/notificationtargetformanswer.class.php:78 +#: inc/notificationtargetformanswer.class.php:98 inc/formanswer.class.php:278 +#: entrée standard:49 +msgid "Creation date" +msgstr "作成日" + +#: inc/notificationtargetformanswer.class.php:79 +#: inc/notificationtargetformanswer.class.php:99 +msgid "Full form answers" +msgstr "全フォーム回答" + +#: inc/notificationtargetformanswer.class.php:80 +msgid "Validation comment" +msgstr "検証コメント" + +#: inc/notificationtargetformanswer.class.php:81 +#: inc/notificationtargetformanswer.class.php:101 +msgid "Validation link" +msgstr "検証リンク" + +#: inc/notificationtargetformanswer.class.php:82 +msgid "Request ID" +msgstr "要求 ID" + +#: inc/notificationtargetformanswer.class.php:94 +msgid "Form #" +msgstr "フォーム #" + +#: inc/notificationtargetformanswer.class.php:97 +msgctxt "tag" +msgid "Validator" +msgstr "検証者" + +#: inc/notificationtargetformanswer.class.php:100 +msgid "Refused comment" +msgstr "拒否コメント" + +#: inc/notificationtargetformanswer.class.php:102 +msgid "Request #" +msgstr "要求 #" + +#: inc/notificationtargetformanswer.class.php:114 +msgid "Author" +msgstr "作者" + +#: inc/notificationtargetformanswer.class.php:115 +#: inc/abstractitiltarget.class.php:1374 +msgid "Approver" +msgstr "承認者" + +#: inc/target_actor.class.php:70 inc/abstractitiltarget.class.php:2141 +msgid "Form author" +msgstr "フォーム作者" + +#: inc/target_actor.class.php:71 inc/abstractitiltarget.class.php:2144 +msgid "Form validator" +msgstr "フォーム検証者" + +#: inc/target_actor.class.php:72 +msgid "Specific person" +msgstr "特定の人" + +#: inc/target_actor.class.php:73 inc/abstractitiltarget.class.php:2154 +msgid "Person from the question" +msgstr "質問で特定する人" + +#: inc/target_actor.class.php:74 +msgid "Specific group" +msgstr "特定のグループ" + +#: inc/target_actor.class.php:75 inc/abstractitiltarget.class.php:2165 +msgid "Group from the question" +msgstr "質問で特定するグループ" + +#: inc/target_actor.class.php:76 +msgid "Group from an object" +msgstr "オブジェクトのグループ" + +#: inc/target_actor.class.php:77 +msgid "Tech group from an object" +msgstr "オブジェクトの技術者グループ" + +#: inc/target_actor.class.php:78 +msgid "Specific supplier" +msgstr "特定のサプライヤ" + +#: inc/target_actor.class.php:79 inc/abstractitiltarget.class.php:2194 +msgid "Supplier from the question" +msgstr "質問で特定するサプライヤ" + +#: inc/target_actor.class.php:80 inc/abstractitiltarget.class.php:2183 +msgid "Actors from the question" +msgstr "質問で特定する実行者" + +#: inc/target_actor.class.php:81 inc/abstractitiltarget.class.php:2198 +msgid "Form author's supervisor" +msgstr "フォーム作成者の担当責任者" + +#: inc/target_actor.class.php:102 +msgid "Observer" +msgstr "オブザーバー" + +#: inc/target_actor.class.php:103 inc/abstractitiltarget.class.php:1818 +msgid "Assigned to" +msgstr "割当先" + +#: inc/target_actor.class.php:109 +msgid "Target actor" +msgid_plural "Target actors" +msgstr[0] "対象実行者" + +#: inc/target_actor.class.php:115 inc/target_actor.class.php:131 +#: inc/target_actor.class.php:140 +msgid "Bad request while adding an actor." +msgstr "実行者の追加で不正なリクエスト。" + +#: inc/target_actor.class.php:197 +#, php-format +msgid "Failed to find a user: %1$s" +msgstr "ユーザーの検索に失敗 : %1$s" + +#: inc/target_actor.class.php:206 +#, php-format +msgid "Failed to find a group: %1$s" +msgstr "グループの検索に失敗 : %1$s" + +#: inc/target_actor.class.php:215 +#, php-format +msgid "Failed to find a supplier: %1$s" +msgstr "サプライヤの検索に失敗 : %1$s" + +#: inc/formanswer.class.php:79 inc/form_validator.class.php:72 +msgid "Refused" +msgstr "拒否済み" + +#: inc/formanswer.class.php:80 inc/form_validator.class.php:71 +msgid "Accepted" +msgstr "承認" + +#: inc/formanswer.class.php:214 +msgid "Form answer" +msgid_plural "Form answers" +msgstr[0] "フォームの回答" + +#: inc/formanswer.class.php:676 +msgid "Print this form" +msgstr "このフォームを印刷" + +#: inc/formanswer.class.php:701 +msgid "Form accepted by validator." +msgstr "フォームが検証者に承認されました。" + +#: inc/formanswer.class.php:703 +msgid "Form successfully saved." +msgstr "フォームを保存しました。" + +#: inc/formanswer.class.php:770 +msgid "Save" +msgstr "保存" + +#: inc/formanswer.class.php:782 +msgid "Required if refused" +msgstr "拒否されたら必須" + +#: inc/formanswer.class.php:788 +msgid "Refuse" +msgstr "拒否" + +#: inc/formanswer.class.php:796 +msgid "Edit answers" +msgstr "回答を編集" + +#: inc/formanswer.class.php:802 +msgid "Cancel edition" +msgstr "編集をキャンセル" + +#: inc/formanswer.class.php:809 +msgid "Accept" +msgstr "承認" + +#: inc/formanswer.class.php:828 +msgid "Refused comment is required!" +msgstr "拒否する場合はコメント必須です!" + +#: inc/formanswer.class.php:882 inc/formanswer.class.php:899 +msgid "" +"An internal error occured when verifying your answers. Please report it to " +"your administrator." +msgstr "回答の検証で内部エラー発生。管理者に報告してください。" + +#: inc/formanswer.class.php:933 +msgid "You are not the validator of these answers" +msgstr "あなたはこの回答の検証者ではありません" + +#: inc/formanswer.class.php:1083 +#, php-format +msgid "Item sucessfully added: %1$s (%2$s: %3$s)" +msgstr "アイテムを追加 : %1$s (%2$s: %3$s)" + +#: inc/formanswer.class.php:1166 inc/formanswer.class.php:1168 +msgid "Form data" +msgstr "フォーム データ" + +#: inc/formanswer.class.php:1301 +msgid "" +"You are a validator of the form, then your approval hs been added " +"automatically." +msgstr "あなたはフォームの承認者です。あなたの承認を自動的に追加します。" + +#: inc/formanswer.class.php:1310 inc/formanswer.class.php:1363 +msgid "Cannot generate targets!" +msgstr "対象を生成できません!" + +#: inc/formanswer.class.php:1511 +msgid "No captcha set." +msgstr "captcha 設定なし。" + +#: inc/formanswer.class.php:1517 +msgid "You failed the captcha test." +msgstr "captcha テストに失敗しました。" + +#: inc/formanswer.class.php:1540 +msgid "You must select validator!" +msgstr "検証者を選択してください!" + +#: inc/common.class.php:229 +msgid "You cannot delete this issue. Maybe it is taken into account." +msgstr "この問題を削除できません。アカウントを考慮していると思われます。" + +#: inc/common.class.php:234 +msgid "Failed to delete this issue. An internal error occured." +msgstr "この問題を削除できません。内部エラーが発生しました。" + +#: inc/common.class.php:745 +msgid "Seek assistance" +msgstr "ユーザーサポートを検索" + +#: inc/common.class.php:751 inc/common.class.php:755 +msgid "My requests for assistance" +msgstr "自分へのサポート要求" + +#: inc/common.class.php:791 +msgid "Consult reminders" +msgstr "リマインダーを参照する" + +#: inc/common.class.php:811 +msgid "Consult feeds" +msgstr "フィードを参照する" + +#: inc/abstractfield.class.php:89 inc/question.class.php:758 +msgid "Apply" +msgstr "適用" + +#: inc/formaccesstype.class.php:41 entrée standard:39 +msgid "Access type" +msgid_plural "Access types" +msgstr[0] "アクセスの型" + +#: inc/form_language.class.php:51 +msgid "Form language" +msgid_plural "Form languages" +msgstr[0] "フォームの言語" + +#: inc/form_language.class.php:78 inc/form_language.class.php:364 +msgid "Translation" +msgid_plural "Translations" +msgstr[0] "翻訳" + +#: inc/form_language.class.php:119 +msgid "The name cannot be empty." +msgstr "名前を入力してください。" + +#: inc/form_language.class.php:127 +msgid "The language must be associated to a form." +msgstr "言語をフォームに関連付けてください。" + +#: inc/form_language.class.php:135 +msgid "The specified language is not available." +msgstr "指定の言語は無効です。" + +#: inc/form_language.class.php:265 +msgid "Add a translation" +msgstr "翻訳の追加" + +#: inc/form_language.class.php:299 js/scripts.js:1214 +msgid "Update a translation" +msgstr "翻訳の更新" + +#: inc/form_language.class.php:329 inc/form_language.class.php:331 +msgid "New translation" +msgstr "新しい翻訳" + +#: inc/form_language.class.php:334 +msgid "Filter list" +msgstr "フィルター一覧" + +#: inc/form_language.class.php:339 inc/form_language.class.php:438 +msgid "No translation found" +msgstr "翻訳がありません" + +#: inc/form_language.class.php:344 +msgid "Do you want to delete the selected items?" +msgstr "選択したアイテムを削除します。よろしいですか?" + +#: inc/form_language.class.php:353 inc/form_language.class.php:401 +#: inc/abstractitiltarget.class.php:1710 entrée standard:124 standard:31 +msgid "Delete" +msgstr "削除" + +#: inc/form_language.class.php:363 +msgid "Original string" +msgstr "元の文字列" + +#: inc/form_language.class.php:424 +msgid "Add a new language" +msgstr "新しい言語を追加" + +#: inc/form_language.class.php:457 inc/form_language.class.php:489 +#: inc/form.class.php:178 entrée standard:72 +msgid "Language" +msgstr "言語" + +#: inc/form_validator.class.php:69 inc/targetticket.class.php:99 +#: inc/abstractitiltarget.class.php:186 +msgid "None" +msgstr "なし" + +#: inc/form_validator.class.php:78 inc/abstractitiltarget.class.php:2552 +msgid "No" +msgstr "いいえ" + +#: inc/form_validator.class.php:81 +msgid "Supervisor of the requester" +msgstr "要求者の監督者" + +#: inc/form_validator.class.php:116 inc/translation.class.php:221 +msgid "Form not found." +msgstr "フォームが見つかません。" + +#: inc/form_validator.class.php:121 inc/form_validator.class.php:129 +#: inc/form_validator.class.php:138 +msgid "Invalid validator." +msgstr "無効な承認者。" + +#: inc/form_validator.class.php:147 +#, php-format +msgid "Only level 1 is allowed for %s." +msgstr "%s はレベル 1 のみ許可しています" + +#: inc/form_validator.class.php:156 +msgid "Invalid validator type." +msgstr "無効な承認者型です。" + +#: inc/form_validator.class.php:194 entrée standard:103 +msgid "Level" +msgstr "レベル" + +#: inc/form_validator.class.php:592 inc/abstractitiltarget.class.php:1354 +msgid "Validation" +msgstr "検証" + +#: inc/form_validator.class.php:594 +msgid "Choose a validator" +msgstr "検証者を選択" + +#: inc/profile.class.php:62 inc/targetproblem.class.php:147 +#: inc/entityconfig.class.php:520 inc/targetchange.class.php:484 +#: inc/targetticket.class.php:323 inc/targetticket.class.php:358 +#: inc/abstractitiltarget.class.php:2124 +msgctxt "button" +msgid "Save" +msgstr "保存" + +#: inc/targetproblem.class.php:43 entrée standard:43 +msgid "Target problem" +msgid_plural "Target problems" +msgstr[0] "対象の問題" + +#: inc/targetproblem.class.php:109 inc/targetproblem.class.php:565 +#: inc/targetchange.class.php:105 inc/targetchange.class.php:441 +#: inc/targetticket.class.php:135 inc/targetticket.class.php:238 +msgid "Properties" +msgstr "プロパティー" + +#: inc/targetproblem.class.php:509 inc/targetchange.class.php:286 +#: inc/targetticket.class.php:1443 +#, php-format +msgid "" +"Failed to add or update the %1$s %2$s: a question is missing and is used in " +"a parameter of the target" +msgstr "%1$s %2$s の追加または更新に失敗 : 質問が存在せず、対象のパラメーターとして設定されています " + +#: inc/targetproblem.class.php:566 inc/targetchange.class.php:106 +#: inc/targetticket.class.php:136 inc/abstractitiltarget.class.php:1216 +msgid "Actors" +msgstr "アクター" + +#: inc/targetproblem.class.php:619 entrée standard:48 +msgid "Problem title" +msgstr "問題のタイトル" + +#: inc/targetproblem.class.php:629 inc/targetchange.class.php:354 +#: inc/targetticket.class.php:199 +msgid "Content" +msgstr "内容" + +#: inc/targetproblem.class.php:639 inc/targetchange.class.php:364 +msgid "Impact" +msgstr "影響" + +#: inc/targetproblem.class.php:649 entrée standard:56 +msgid "Cause" +msgstr "原因" + +#: inc/targetproblem.class.php:659 entrée standard:58 +msgid "Symptom" +msgstr "症状" + +#: inc/entityconfig.class.php:101 inc/entityconfig.class.php:110 +#: inc/entityconfig.class.php:118 inc/entityconfig.class.php:126 +#: inc/entityconfig.class.php:134 inc/entityconfig.class.php:142 +#: inc/entityconfig.class.php:150 inc/entityconfig.class.php:158 +#: inc/entityconfig.class.php:166 inc/entityconfig.class.php:180 +#: inc/entityconfig.class.php:188 inc/entityconfig.class.php:196 +msgid "Inheritance of the parent entity" +msgstr "親エンティティーの検証" + +#: inc/entityconfig.class.php:102 +msgid "GLPi's helpdesk" +msgstr "GLPI ヘルプデスク" + +#: inc/entityconfig.class.php:103 +msgid "Service catalog simplified" +msgstr "シンプル サービスカタログ" + +#: inc/entityconfig.class.php:104 +msgid "Service catalog extended" +msgstr "拡張 サービスカタログ" + +#: inc/entityconfig.class.php:111 +msgid "All available forms" +msgstr "すべての有効なフォーム" + +#: inc/entityconfig.class.php:112 +msgid "Only default forms" +msgstr "標準フォームのみ" + +#: inc/entityconfig.class.php:119 +msgid "Popularity sort" +msgstr "活用順" + +#: inc/entityconfig.class.php:120 +msgid "Alphabetic sort" +msgstr "辞書順" + +#: inc/entityconfig.class.php:127 +msgid "Merged with Forms" +msgstr "フォームとマージ済み" + +#: inc/entityconfig.class.php:128 +msgid "Distinct menu entry" +msgstr "個別のメニューエントリー" + +#: inc/entityconfig.class.php:135 inc/entityconfig.class.php:143 +#: inc/entityconfig.class.php:151 inc/entityconfig.class.php:159 +#: inc/entityconfig.class.php:189 inc/form.class.php:271 entrée standard:100 +msgid "Visible" +msgstr "表示" + +#: inc/entityconfig.class.php:136 inc/entityconfig.class.php:144 +#: inc/entityconfig.class.php:152 inc/entityconfig.class.php:160 +#: inc/entityconfig.class.php:190 +msgid "Hidden" +msgstr "非表示" + +#: inc/entityconfig.class.php:167 +msgid "Variable height" +msgstr "可変の高さ" + +#: inc/entityconfig.class.php:168 +msgid "Uniform height" +msgstr "統一した高さ" + +#: inc/entityconfig.class.php:173 +msgid "Search for assistance" +msgstr "ユーザーサポートを検索" + +#: inc/entityconfig.class.php:174 +msgid "User's assistance requests" +msgstr "ユーザーのサポート要求" + +#: inc/entityconfig.class.php:181 +msgid "Only forms" +msgstr "フォームのみ" + +#: inc/entityconfig.class.php:182 +msgid "Forms and list of requests" +msgstr "フォームと要求の一覧" + +#: inc/entityconfig.class.php:197 +msgid "Folded" +msgstr "折りたたみ" + +#: inc/entityconfig.class.php:198 +msgid "Unfolded" +msgstr "展開" + +#: inc/entityconfig.class.php:298 +msgid "Helpdesk" +msgstr "ヘルプデスク" + +#: inc/entityconfig.class.php:306 inc/entityconfig.class.php:534 entrée +#: standard:44 +msgid "Helpdesk mode" +msgstr "ヘルプデスク モード" + +#: inc/entityconfig.class.php:317 inc/entityconfig.class.php:604 +msgid "Default Form list mode" +msgstr "標準フォーム一覧モード" + +#: inc/entityconfig.class.php:335 inc/entityconfig.class.php:544 +msgid "Sort order" +msgstr "並び順" + +#: inc/entityconfig.class.php:351 inc/entityconfig.class.php:554 +msgid "Knowledge base" +msgstr "ナレッジベース" + +#: inc/entityconfig.class.php:366 +msgid "Search" +msgstr "検索" + +#: inc/entityconfig.class.php:382 inc/entityconfig.class.php:614 +msgid "Counters dashboard" +msgstr "ダッシュボードのカウンター" + +#: inc/entityconfig.class.php:398 +msgid "Header message" +msgstr "ヘッダー メッセージ" + +#: inc/entityconfig.class.php:414 inc/entityconfig.class.php:624 +msgid "Search issue" +msgstr "問題の検索" + +#: inc/entityconfig.class.php:430 inc/entityconfig.class.php:594 +msgid "Service catalog home page" +msgstr "サービスカタログ ホームページ" + +#: inc/entityconfig.class.php:446 inc/entityconfig.class.php:634 +msgid "Tile design" +msgstr "タイル デザイン" + +#: inc/entityconfig.class.php:462 +msgid "Home page" +msgstr "ホームページ" + +#: inc/entityconfig.class.php:494 +msgid "Menu visibility (only for vertical menu)" +msgstr "メニューの表示 (縦メニュー用)" + +#: inc/entityconfig.class.php:506 inc/entityconfig.class.php:584 +#: inc/form.class.php:225 entrée standard:84 +msgid "Header" +msgid_plural "Headers" +msgstr[0] "ヘッダー" + +#: inc/entityconfig.class.php:564 +msgid "Display search field" +msgstr "検索フィールドを表示" + +#: inc/entityconfig.class.php:574 +msgid "Display header" +msgstr "ヘッダーを表示" + +#: inc/questionrange.class.php:52 inc/questionparameter/range.class.php:56 +msgid "Question range" +msgid_plural "Question ranges" +msgstr[0] "質問範囲" + +#: inc/questionrange.class.php:62 inc/questionparameter/range.class.php:66 +msgid "Minimum range" +msgstr "最小範囲" + +#: inc/questionrange.class.php:71 inc/questionparameter/range.class.php:75 +msgid "maximum range" +msgstr "最大範囲" + +#: inc/form.class.php:66 inc/form.class.php:429 +msgid "Public access" +msgstr "オープン アクセス" + +#: inc/form.class.php:67 inc/form.class.php:433 +msgid "Private access" +msgstr "自分のみアクセス" + +#: inc/form.class.php:68 inc/form.class.php:437 +msgid "Restricted access" +msgstr "制限アクセス" + +#: inc/form.class.php:122 +msgid "Answers waiting for validation" +msgstr "検証待ちの回答" + +#: inc/form.class.php:124 inc/form.class.php:1663 inc/form.class.php:1689 +msgid "Import forms" +msgstr "フォームのインポート" + +#: inc/form.class.php:169 +msgid "Recursive" +msgstr "再帰的" + +#: inc/form.class.php:190 +msgid "Homepage" +msgstr "ホームページ" + +#: inc/form.class.php:203 +msgid "Access" +msgstr "アクセス" + +#: inc/form.class.php:234 inc/form.class.php:327 inc/form.class.php:394 entrée +#: standard:54 +msgid "Active" +msgstr "稼働" + +#: inc/form.class.php:286 inc/form.class.php:338 inc/form.class.php:413 +msgid "Default form" +msgstr "標準フォーム" + +#: inc/form.class.php:296 entrée standard:106 +msgid "Next form" +msgstr "次のフォーム" + +#: inc/form.class.php:326 inc/form.class.php:391 +msgid "Inactive" +msgstr "停止" + +#: inc/form.class.php:337 inc/form.class.php:410 +msgid "Not default form" +msgstr "非標準フォーム" + +#: inc/form.class.php:361 inc/form.class.php:445 entrée standard:75 +msgid "All languages" +msgstr "すべての言語" + +#: inc/form.class.php:508 entrée standard:3 +msgid "Target" +msgid_plural "Targets" +msgstr[0] "対象" + +#: inc/form.class.php:511 +msgid "Preview" +msgstr "プレビュー" + +#: inc/form.class.php:512 +msgid "Form answer properties" +msgstr "フォーム回答プロパティー" + +#: inc/form.class.php:854 +msgid "What are you looking for?" +msgstr "何をお探しですか?" + +#: inc/form.class.php:993 inc/form.class.php:1156 +#: inc/abstracttarget.class.php:162 inc/abstractitiltarget.class.php:1625 +msgid "The name cannot be empty!" +msgstr "名前を入力してください!" + +#: inc/form.class.php:1026 inc/form.class.php:1191 +msgid "A loop is generated!" +msgstr "ループができています!" + +#: inc/form.class.php:1167 +msgid "Cannot use empty name for form answers. Keeping the previous value." +msgstr "フォームの回答では名前の入力が必要です。以前の値を使います。" + +#: inc/form.class.php:1303 +#, php-format +msgid "The question %s is not compatible with public forms" +msgstr "%s 質問は、オープン フォームとは互換性がありません" + +#: inc/form.class.php:1386 +msgid "Errored duplicate" +msgstr "複製でエラー" + +#: inc/form.class.php:1397 entrée standard:23 +msgid "Duplicate" +msgstr "複製" + +#: inc/form.class.php:1442 inc/form.class.php:1452 +msgctxt "button" +msgid "Post" +msgstr "投稿" + +#: inc/form.class.php:1475 +#, php-format +msgid "Form duplicated: %s" +msgstr "複製済みフォーム : %s" + +#: inc/form.class.php:1491 +#, php-format +msgid "Form Transfered: %s" +msgstr "転送済みフォーム : %s" + +#: inc/form.class.php:1515 +msgid "Back" +msgstr "戻る" + +#: inc/form.class.php:1526 +#, php-format +msgid "Form updated: %s" +msgstr "フォームを更新しました : %s" + +#: inc/form.class.php:1636 +msgid "Upload of JSON files not allowed." +msgstr "JSON ファイルのアップロードを許可されていません" + +#: inc/form.class.php:1639 +msgid "You may allow JSON files right now." +msgstr "すぐに JSON ファイルを許可してもらえるでしょう。" + +#: inc/form.class.php:1640 +msgctxt "button" +msgid "Create" +msgstr "作成" + +#: inc/form.class.php:1643 inc/form.class.php:1654 +msgid "Please contact your GLPI administrator." +msgstr "GLPI 管理者に連絡してください。" + +#: inc/form.class.php:1644 inc/form.class.php:1655 +msgctxt "button" +msgid "Back" +msgstr "戻る" + +#: inc/form.class.php:1647 +msgid "Upload of JSON files not enabled." +msgstr "JSON ファイルのアップロードは無効です。" + +#: inc/form.class.php:1650 inc/form.class.php:1653 +msgid "You may enable JSON files right now." +msgstr "すぐに JSON ファイルを有効にしてもらえるでしょう。" + +#: inc/form.class.php:1651 +msgctxt "button" +msgid "Enable" +msgstr "有効" + +#: inc/form.class.php:1698 +msgctxt "button" +msgid "Send" +msgstr "送信" + +#: inc/form.class.php:1717 +msgid "Forms import impossible, the file is empty" +msgstr "ファイルが空なので、フォームのインポートができません" + +#: inc/form.class.php:1721 inc/form.class.php:1725 +msgid "Forms import impossible, the file seems corrupt" +msgstr "ファイルが壊れているようなので、フォームのインポートができません" + +#: inc/form.class.php:1731 +msgid "Forms import impossible, the file was generated with another version" +msgstr "違うバージョンで作成されたファイルなので、フォームのインポートができません" + +#: inc/form.class.php:1738 +msgid "" +"The file does not specifies the schema version. It was probably generated " +"with a version older than 2.10. Giving up." +msgstr "ファイルでスキーマバージョンが指定されていません。おそらく 2.10 よりも古いバージョンで作成されたのでしょう。対応できません。" + +#: inc/form.class.php:1764 +#, php-format +msgid "Failed to import %s" +msgstr "%s のインポートに失敗" + +#: inc/form.class.php:1769 +#, php-format +msgid "Forms successfully imported from %s" +msgstr "%s からフォームをインポートしました" + +#: inc/form.class.php:1832 +#, php-format +msgid "The form %1$s already exists and is in an unmodifiable entity." +msgstr "%1$s フォームはすでに存在し、変更不可能なエンティティー内にあります。" + +#: inc/form.class.php:1840 +#, php-format +msgid "You don't have right to update the entity %1$s." +msgstr "%1$s エンティティーを更新する権限がありません。" + +#: inc/form.class.php:1850 +#, php-format +msgid "The entity %1$s is required for the form %2$s." +msgstr "%2$s フォームは %1$s エンティティーを必要としてます。" + +#: inc/form.class.php:1952 +msgid "Failed to create JSON document type" +msgstr "JSON 書式の作成に失敗" + +#: inc/form.class.php:1959 +msgid "JSON document type not found" +msgstr "JSON 書式が見つかりません" + +#: inc/form.class.php:1966 +msgid "Failed to update JSON document type" +msgstr "JSON 書式の更新に失敗" + +#: inc/form.class.php:1986 +msgid "Forms without category" +msgstr "分類のないフォーム" + +#: inc/form.class.php:2007 +msgid "No form available" +msgstr "有効なフォームがありません" + +#: inc/form.class.php:2205 entrée standard:47 +msgid "Add a target" +msgstr "対象を追加" + +#: inc/form.class.php:2236 inc/targetticket.class.php:398 +#: inc/abstractitiltarget.class.php:1828 inc/abstractitiltarget.class.php:2124 +#: entrée standard:92 standard:94 +msgid "Add" +msgstr "追加" + +#: inc/form.class.php:2254 inc/form.class.php:2277 inc/form.class.php:2299 +msgid "Unsupported target type." +msgstr "未対応の対象型です。" + +#: inc/form.class.php:2333 +msgid "plugin_formcreator_load_check" +msgstr "plugin_formcreator_load_check" + +#: inc/targetchange.class.php:44 entrée standard:43 +msgid "Target change" +msgid_plural "Target changes" +msgstr[0] "対象の変更" + +#: inc/targetchange.class.php:344 entrée standard:48 +msgid "Change title" +msgstr "変更のタイトル" + +#: inc/targetchange.class.php:374 entrée standard:56 +msgid "Control list" +msgstr "制御一覧" + +#: inc/targetchange.class.php:384 entrée standard:58 +msgid "Deployment plan" +msgstr "配置計画" + +#: inc/targetchange.class.php:394 entrée standard:60 +msgid "Backup plan" +msgstr "バックアップ計画" + +#: inc/targetchange.class.php:404 +msgid "Check list" +msgstr "チェックリスト" + +#: inc/questionfilter.class.php:52 +msgid "Question filter" +msgid_plural "Question filters" +msgstr[0] "質問フィルター" + +#: inc/section.class.php:71 entrée standard:53 standard:44 +msgid "Section" +msgid_plural "Sections" +msgstr[0] "セクション" + +#: inc/section.class.php:123 inc/section.class.php:166 +#: inc/question.class.php:348 +msgid "The title is required" +msgstr "タイトルを入力してください" + +#: inc/section.class.php:553 inc/question.class.php:234 entrée standard:37 +msgid "Count of conditions" +msgstr "条件のカウント" + +#: inc/restrictedformcriteria.class.php:179 +#, php-format +msgid "Failed to find %1$s %2$s" +msgstr "%1$s %2$s が見つかりません" + +#: inc/question.class.php:73 inc/abstractitiltarget.class.php:1127 entrée +#: standard:41 +msgid "Question" +msgid_plural "Questions" +msgstr[0] "質問" + +#: inc/question.class.php:197 entrée standard:43 standard:50 standard:44 +#: standard:49 standard:79 +msgid "Required" +msgstr "必須" + +#: inc/question.class.php:355 +msgid "The section is required" +msgstr "セクションが必要です" + +#: inc/question.class.php:365 +#, php-format +msgid "Field type %1$s is not available for question %2$s." +msgstr "質問 %2$s には、%1$s のフィールド型は使用できません。" + +#: inc/question.class.php:379 +msgid "This type of question is not compatible with public forms." +msgstr "この型の質問は、オープン フォームと互換性がありません。" + +#: inc/question.class.php:469 +msgid "The field type cannot be changed. Delete then recreate the question." +msgstr "フィールド型は変更できません。質問を削除して再作成してください。" + +#: inc/question.class.php:1184 +msgid "Service levels" +msgstr "サービスレベル" + +#: inc/question.class.php:1185 inc/abstractitiltarget.class.php:851 +msgid "SLA" +msgstr "SLA" + +#: inc/question.class.php:1186 inc/abstractitiltarget.class.php:924 +msgid "OLA" +msgstr "OLA" + +#: inc/question.class.php:1205 inc/question.class.php:1248 +#: inc/question.class.php:1251 +msgid "Assets" +msgstr "情報資産" + +#: inc/question.class.php:1219 hook.php:780 hook.php:797 +msgid "Assistance" +msgstr "ユーザーサポート" + +#: inc/question.class.php:1225 +msgid "Management" +msgstr "管理" + +#: inc/question.class.php:1236 +msgid "Tools" +msgstr "ツール" + +#: inc/question.class.php:1237 +msgid "Notes" +msgstr "メモ" + +#: inc/question.class.php:1238 +msgid "RSS feed" +msgstr "RSS フィード" + +#: inc/question.class.php:1240 +msgid "Administration" +msgstr "管理" + +#: inc/question.class.php:1248 inc/question.class.php:1251 +msgid "Plugin" +msgid_plural "Plugins" +msgstr[0] "プラグイン" + +#: inc/abstractquestionparameter.class.php:98 +msgid "Parameter" +msgstr "パラメーター" + +#: inc/abstractquestionparameter.class.php:105 +msgid "Field name" +msgstr "フィールド名" + +#: inc/abstracttarget.class.php:97 +msgid "Current active entity" +msgstr "現在の稼働中エンティティー" + +#: inc/abstracttarget.class.php:98 +msgid "Default requester user's entity" +msgstr "要求者の標準エンティティー" + +#: inc/abstracttarget.class.php:99 +msgid "First dynamic requester user's entity (alphabetical)" +msgstr "最初の動的要求者エンティティー(辞書順)" + +#: inc/abstracttarget.class.php:100 +msgid "Last dynamic requester user's entity (alphabetical)" +msgstr "最後の動的要求者エンティティー(辞書順)" + +#: inc/abstracttarget.class.php:101 +msgid "The form entity" +msgstr "フォームエンティティー" + +#: inc/abstracttarget.class.php:102 +msgid "Default entity of the validator" +msgstr "検証者の標準エンティティー" + +#: inc/abstracttarget.class.php:103 +msgid "Specific entity" +msgstr "特定のエンティティー" + +#: inc/abstracttarget.class.php:104 +msgid "Default entity of a user type question answer" +msgstr "ユーザーの型への回答の標準エンティティー" + +#: inc/abstracttarget.class.php:105 +msgid "From a GLPI object > Entity type question answer" +msgstr "GLPI オブジェクト > エンティティー型質問の回答" + +#: inc/abstracttarget.class.php:116 +msgid "Always generated" +msgstr "常に生成" + +#: inc/abstracttarget.class.php:117 +msgid "Disabled unless" +msgstr "無効条件 : " + +#: inc/abstracttarget.class.php:118 +msgid "Generated unless" +msgstr "生成条件 : " + +#: inc/abstracttarget.class.php:129 +msgid "A target must be associated to a form." +msgstr "対象は、フォームに関連付いていなくてはなりません。" + +#: inc/abstracttarget.class.php:134 +msgid "A target must be associated to an existing form." +msgstr "対象は、既存のフォームに関連付いていなくてはなりません。" + +#: inc/abstracttarget.class.php:139 +msgid "Name is required." +msgstr "名前を入力してください。" + +#: inc/abstracttarget.class.php:502 +msgid "Destination entity" +msgstr "宛先エンティティー" + +#: inc/abstracttarget.class.php:518 +msgid "User type question" +msgstr "ユーザー型の質問" + +#: inc/abstracttarget.class.php:519 +msgid "Entity type question" +msgstr "エンティティー型の質問" + +#: inc/command/cleanticketscommand.class.php:53 +msgid "Searching for invalid items..." +msgstr "無効な項目を検索しています..." + +#: inc/command/cleanticketscommand.class.php:61 +msgid "Done." +msgstr "完了しました。" + +#: inc/command/cleanticketscommand.class.php:135 +msgid "Step 1: double encoded < and > signs." +msgstr "ステップ 1 : URL エンコーディングした < と > の特殊記号。" + +#: inc/command/cleanticketscommand.class.php:146 +#: inc/command/cleanticketscommand.class.php:196 +#: inc/command/cleanticketscommand.class.php:260 +msgid "No invalid items found." +msgstr "無効なアイテムは見つかりません。" + +#: inc/command/cleanticketscommand.class.php:187 +msgid "Step 2: literal BR tag." +msgstr "ステップ 2 : 明示的 BR タグ。" + +#: inc/command/cleanticketscommand.class.php:251 +msgid "Step 3: litteral > sign." +msgstr "ステップ 3 : 明示的 > 特殊文字。" + +#: inc/filter/itilcategoryfilter.class.php:52 +#: inc/filter/itilcategoryfilter.class.php:54 +msgid "Request categories" +msgstr "要求カテゴリー" + +#: inc/filter/itilcategoryfilter.class.php:53 +#: inc/filter/itilcategoryfilter.class.php:54 +msgid "Incident categories" +msgstr "インシデント カテゴリー" + +#: inc/filter/itilcategoryfilter.class.php:55 +msgid "Change categories" +msgstr "変更カテゴリー" + +#: inc/supervisorvalidator.class.php:44 +msgid "Requester supervisor" +msgid_plural "Requester supervisors" +msgstr[0] "要求者の監督者" + +#: inc/supervisorvalidator.class.php:52 +msgid "My supervisor" +msgstr "自分の監督者" + +#: inc/questionregex.class.php:52 +msgid "Question regular expression" +msgid_plural "Question regular expressions" +msgstr[0] "正規表現質問" + +#: inc/questiondependency.class.php:66 +msgid "Question dependency" +msgid_plural "Question dependencies" +msgstr[0] "質問の依存関係" + +#: inc/answer.class.php:66 entrée standard:43 +msgid "Answer" +msgid_plural "Answers" +msgstr[0] "回答" + +#: inc/item_targetticket.class.php:52 +msgid "Composite ticket relation" +msgid_plural "Composite ticket relations" +msgstr[0] "チケットと関連付ける" + +#: inc/targetticket.class.php:57 entrée standard:43 +msgid "Target ticket" +msgid_plural "Target tickets" +msgstr[0] "対象チケット" + +#: inc/targetticket.class.php:100 +msgid "Specific asset" +msgstr "特定の情報資産" + +#: inc/targetticket.class.php:101 inc/targetticket.class.php:117 +#: inc/abstractitiltarget.class.php:207 inc/abstractitiltarget.class.php:215 +#: inc/abstractitiltarget.class.php:223 inc/abstractitiltarget.class.php:231 +#: inc/abstractitiltarget.class.php:240 inc/abstractitiltarget.class.php:249 +msgid "Equals to the answer to the question" +msgstr "質問の回答と等しい" + +#: inc/targetticket.class.php:102 inc/abstractitiltarget.class.php:232 +#: inc/abstractitiltarget.class.php:241 inc/abstractitiltarget.class.php:250 +msgid "Last valid answer" +msgstr "最後の有効な回答" + +#: inc/targetticket.class.php:108 +msgid "Source from template or user default or GLPI default" +msgstr "テンプレート、またはユーザーの標準、または GLPI の標準を元に" + +#: inc/targetticket.class.php:109 +msgid "Formcreator" +msgstr "フォーム作成" + +#: inc/targetticket.class.php:115 +msgid "Default or from a template" +msgstr "標準またはテンプレートから" + +#: inc/targetticket.class.php:116 +msgid "Specific type" +msgstr "特定の型" + +#: inc/targetticket.class.php:189 entrée standard:48 +msgid "Ticket title" +msgstr "チケットのタイトル" + +#: inc/targetticket.class.php:307 +msgid "Add validation message as first ticket followup" +msgstr "最初の回答として検証メッセージを追加" + +#: inc/targetticket.class.php:341 +msgid "Add a field" +msgstr "フィールドを追加" + +#: inc/targetticket.class.php:369 +msgid "Managed fields" +msgstr "管理フィールド" + +#: inc/targetticket.class.php:376 +msgid "No managed field" +msgstr "管理フィールドがありません" + +#: inc/targetticket.class.php:396 +msgid "Link to an other ticket" +msgstr "別のチケットにリンク" + +#: inc/targetticket.class.php:405 +msgid "An other destination of this form" +msgstr "このフォームの別の宛先" + +#: inc/targetticket.class.php:406 +msgid "An existing ticket" +msgstr "既存のチケット" + +#: inc/targetticket.class.php:407 +msgid "A ticket from an answer to a question" +msgstr "質問に対する回答からのチケット" + +#: inc/targetticket.class.php:488 +msgctxt "button" +msgid "Delete permanently" +msgstr "完全に削除" + +#: inc/targetticket.class.php:743 +msgid "Invalid link type" +msgstr "無効なリンク型" + +#: inc/targetticket.class.php:763 +msgid "Invalid linked item type" +msgstr "リンク先のアイテム型が無効" + +#: inc/targetticket.class.php:776 +msgid "Linked item does not exists" +msgstr "リンク先のアイテムが存在しません" + +#: inc/targetticket.class.php:789 +msgid "Failed to link the item" +msgstr "アイテムへのリンクに失敗" + +#: inc/targetticket.class.php:905 install/install.php:497 +msgid "Your form has been accepted by the validator" +msgstr "あなたのフォームは検証者に承認されました" + +#: inc/targetticket.class.php:1137 +msgid "Request source" +msgstr "要求元" + +#: inc/targetticket.class.php:1162 +msgid "Type " +msgstr "型" + +#: inc/targetticket.class.php:1190 +msgid "Associated elements" +msgstr "関連する要素" + +#: inc/targetticket.class.php:1201 +msgid "Item " +msgstr "アイテム" + +#: inc/translation.class.php:153 +msgid "No more string to translate" +msgstr "もう翻訳する文字列がありません" + +#: inc/translation.class.php:164 +msgid "Internal error: translatable string not found." +msgstr "内部エラー : 翻訳可能な文字列がありません。" + +#: inc/translation.class.php:216 +msgid "Language not found." +msgstr "言語が見つかりません。" + +#: inc/translation.class.php:236 +msgid "Failed to add the translation." +msgstr "翻訳の追加に失敗しました。" + +#: inc/abstractitiltarget.class.php:187 +msgid "Tags from questions" +msgstr "質問からのタグ" + +#: inc/abstractitiltarget.class.php:188 +msgid "Specific tags" +msgstr "特定のタグ" + +#: inc/abstractitiltarget.class.php:189 +msgid "Tags from questions and specific tags" +msgstr "質問からのタグと特定のタグ" + +#: inc/abstractitiltarget.class.php:190 +msgid "Tags from questions or specific tags" +msgstr "質問からのタグまたは特定のタグ" + +#: inc/abstractitiltarget.class.php:196 +msgid "TTR from template or none" +msgstr "テンプレートの TTR または、なし" + +#: inc/abstractitiltarget.class.php:197 +msgid "equals to the answer to the question" +msgstr "質問の回答と等しい" + +#: inc/abstractitiltarget.class.php:198 +msgid "calculated from the ticket creation date" +msgstr "チケットの作成日から計算" + +#: inc/abstractitiltarget.class.php:199 +msgid "calculated from the answer to the question" +msgstr "質問の回答から計算" + +#: inc/abstractitiltarget.class.php:205 +msgid "SLA from template or none" +msgstr "テンプレートからの SLA または、なし" + +#: inc/abstractitiltarget.class.php:206 +msgid "Specific SLA" +msgstr "特定の SLA" + +#: inc/abstractitiltarget.class.php:213 +msgid "OLA from template or none" +msgstr "テンプレートからの OLA または、なし" + +#: inc/abstractitiltarget.class.php:214 +msgid "Specific OLA" +msgstr "特定の OLA" + +#: inc/abstractitiltarget.class.php:221 +msgid "Urgency from template or Medium" +msgstr "テンプレートからの緊急度または中" + +#: inc/abstractitiltarget.class.php:222 +msgid "Specific urgency" +msgstr "特定の緊急度" + +#: inc/abstractitiltarget.class.php:229 +msgid "Category from template or none" +msgstr "テンプレートのカテゴリーまたは、なし" + +#: inc/abstractitiltarget.class.php:230 +msgid "Specific category" +msgstr "特定のカテゴリー" + +#: inc/abstractitiltarget.class.php:238 +msgid "Location from template or none" +msgstr "テンプレートの場所またはなし" + +#: inc/abstractitiltarget.class.php:239 +msgid "Specific location" +msgstr "特定の場所" + +#: inc/abstractitiltarget.class.php:247 +msgid "Contract from template or none" +msgstr "テンプレートの契約または、なし" + +#: inc/abstractitiltarget.class.php:248 +msgid "Specific contract" +msgstr "特定の契約" + +#: inc/abstractitiltarget.class.php:256 +msgid "No validation" +msgstr "検証なし" + +#: inc/abstractitiltarget.class.php:257 +msgid "Specific user or group" +msgstr "特定のユーザーまたはグループ" + +#: inc/abstractitiltarget.class.php:258 +msgid "User from question answer" +msgstr "質問の回答からのユーザー" + +#: inc/abstractitiltarget.class.php:259 +msgid "Group from question answer" +msgstr "質問の回答からのグループ" + +#: inc/abstractitiltarget.class.php:839 +msgid "Minute" +msgid_plural "Minutes" +msgstr[0] "分" + +#: inc/abstractitiltarget.class.php:840 +msgid "Hour" +msgid_plural "Hours" +msgstr[0] "時間" + +#: inc/abstractitiltarget.class.php:841 +msgid "Day" +msgid_plural "Days" +msgstr[0] "日" + +#: inc/abstractitiltarget.class.php:842 +msgid "Month" +msgid_plural "Months" +msgstr[0] "月" + +#: inc/abstractitiltarget.class.php:874 +msgid "SLA (TTO/TTR)" +msgstr "SLA (TTO・TTR)" + +#: inc/abstractitiltarget.class.php:875 inc/abstractitiltarget.class.php:948 +msgid "Question (TTO/TTR)" +msgstr "質問(TTO・TTR)" + +#: inc/abstractitiltarget.class.php:947 +msgid "OLA (TTO/TTR)" +msgstr "OLA (TTO・TTR)" + +#: inc/abstractitiltarget.class.php:1051 +msgid "Urgency " +msgstr "緊急度" + +#: inc/abstractitiltarget.class.php:1080 +msgid "Ticket tags" +msgstr "チケットのタグ" + +#: inc/abstractitiltarget.class.php:1128 +msgid "Tags" +msgstr "タグ" + +#: inc/abstractitiltarget.class.php:1247 +msgid "Location" +msgstr "場所「" + +#: inc/abstractitiltarget.class.php:1259 +msgid "Location " +msgstr "場所" + +#: inc/abstractitiltarget.class.php:1312 +msgid "Contract" +msgstr "契約" + +#: inc/abstractitiltarget.class.php:1324 +msgid "Contract " +msgstr "契約" + +#: inc/abstractitiltarget.class.php:1635 +msgid "The description cannot be empty!" +msgstr "説明を空にはできません!" + +#: inc/abstractitiltarget.class.php:1811 +msgid "Watcher" +msgid_plural "Watchers" +msgstr[0] "助言者" + +#: inc/abstractitiltarget.class.php:1830 +msgid "Cancel" +msgstr "キャンセル" + +#: inc/abstractitiltarget.class.php:2118 inc/abstractitiltarget.class.php:2548 +#: inc/abstractitiltarget.class.php:2552 +msgid "Email followup" +msgstr "メール フォロー" + +#: inc/abstractitiltarget.class.php:2149 inc/abstractitiltarget.class.php:2536 +msgid "User" +msgstr "ユーザー" + +#: inc/abstractitiltarget.class.php:2160 inc/abstractitiltarget.class.php:2540 +msgid "Group" +msgstr "グループ" + +#: inc/abstractitiltarget.class.php:2171 +msgid "Group from the object" +msgstr "オブジェクトのグループか" + +#: inc/abstractitiltarget.class.php:2177 +msgid "Tech group from the object" +msgstr "オブジェクトの技術者グループ" + +#: inc/abstractitiltarget.class.php:2189 inc/abstractitiltarget.class.php:2544 +msgid "Supplier" +msgstr "サプライヤ" + +#: inc/abstractitiltarget.class.php:2548 +msgid "Yes" +msgstr "はい" + +#: install/install.php:163 +#, php-format +msgid "Upgrade tables to innoDB; run %s" +msgstr "innoDB のテーブルをアップグレードするには、%s を実行" + +#: install/install.php:199 +#, php-format +msgid "" +"The database schema is not consistent with the previous version of " +"Formcreator %s. To see the logs run the command %s" +msgstr "" +"データベーススキーマは、Formcreator の古い %s バージョンとの整合性がとれていません。ログを見るには、%s コマンドを実行してください。" + +#: install/install.php:208 +#, php-format +msgid "To ignore the inconsistencies and upgrade anyway run %s" +msgstr "矛盾を無視してアップグレードする場合は、%s を実行" + +#: install/install.php:225 +msgid "" +"Upgrade from version older than 2.5.0 is no longer supported. Please upgrade" +" to GLPI 9.5.7, upgrade Formcreator to version 2.12.5, then upgrade again to" +" GLPI 10 or later and Formcreator 2.13 or later." +msgstr "" +"2.5.0 より古いバージョンからのアップグレードはすでにサポートしていません。GLPI 9.5.7 にアップグレードし、「フォーム作成」を " +"2.12.5 にアップグレードし、それから GLPI 10以上に、「フォーム作成」を 2.13 以降にそれぞれアップグレードしてください。" + +#: install/install.php:251 +#, php-format +msgid "" +"A fatal error occured in the upgrade from %s! Upgrade aborted. Please check " +"logs to fix the problem then try again." +msgstr "%s からのアップグレードで致命的なエラー! アップグレードを中断しました。ログを確認して問題を解決し、再度実行してください。" + +#: install/install.php:294 +#, php-format +msgid "" +"The database schema is not consistent with the current version of " +"Formcreator %s. To see the logs enable the plugin and run the command %s" +msgstr "" +"データベース スキーマが現在の「フォーム作成」のバージョン、%s と整合性がとれていません。ログを見るには、プラグインを有効にして、%s " +"コマンドを実行してください。" + +#: install/install.php:305 +msgid "The tables of the plugin passed the schema integrity check." +msgstr "プラグインのテーブルは、スキーマ整合性チェックを通過しました。" + +#: install/install.php:478 +msgid "A form has been created" +msgstr "フォームを作成しました" + +#: install/install.php:479 +msgid "Your request has been saved" +msgstr "あなたからの要求を保存しました" + +#: install/install.php:480 +msgid "" +"Hi,\\nYour request from GLPI has been successfully saved with number " +"##formcreator.request_id## and transmitted to the helpdesk team.\\nYou can " +"see your answers onto the following link:\\n##formcreator.validation_link##" +msgstr "" +"こんにちは。\\nGLPI にあなたが要求として投稿した内容は、受付番号 ##formcreator.request_id## " +"として保存し、ヘルプデスク チームに転送しました。\\nご自分の回答は以下のリンクで確認できます : " +"\\n##formcreator.validation_link##" + +#: install/install.php:484 +msgid "A form need validation" +msgstr "フォームは検証が必要です" + +#: install/install.php:485 +msgid "A form from GLPI need to be validated" +msgstr "GLPI のフォームで検証が必要です" + +#: install/install.php:486 +msgid "" +"Hi,\\nA form from GLPI need to be validated and you have been choosen as the" +" validator.\\nYou can access it by clicking onto this " +"link:\\n##formcreator.validation_link##" +msgstr "こんにちは。\\nGLPI のフォームで検証が必要となり、あなたが検証者として選ばれました。\\n以下のリンクでアクセスできます : " + +#: install/install.php:491 +msgid "Your form has been refused by the validator" +msgstr "あなたのフォームは検証者から拒否されました" + +#: install/install.php:492 +msgid "" +"Hi,\\nWe are sorry to inform you that your form has been refused by the " +"validator for the reason " +"below:\\n##formcreator.validation_comment##\\n\\nYou can still modify and " +"resubmit it by clicking onto this link:\\n##formcreator.validation_link##" +msgstr "" +"こんにちは。\\n残念ながら、あなたのフォームは以下の理由により検証者に拒否されました : " +"\\n##formcreator.validation_comment##\\n\\n以下のリンクをクリックして、変更・再検証を提出することができます " +": \\n##formcreator.validation_link##" + +#: install/install.php:498 +msgid "" +"Hi,\\nWe are pleased to inform you that your form has been accepted by the " +"validator.\\nYour request will be considered soon." +msgstr "こんにちは\\nあなたのフォームが検証者より承認されたことをご報告します。\\nすぐにあなたの要求の検討をはじめます。" + +#: install/install.php:503 +msgid "Your form has been deleted by an administrator" +msgstr "あなたのフォームは管理者が削除しました。" + +#: install/install.php:504 +msgid "" +"Hi,\\nWe are sorry to inform you that your request cannot be considered and " +"has been deleted by an administrator." +msgstr "こんにちは\\n残念ながらあなたの要求は検討に値しないものとして管理者が削除しました。" + +#: install/install.php:732 +msgid "Formcreator - Sync service catalog issues" +msgstr "フォーム作成 - サービス カタログの問題を同期" + +#: install/install.php:945 +msgid "Failed to check the sanity of the tables!" +msgstr "テーブルの整合性検査に失敗しました!" + +#: install/install.php:959 +#, php-format +msgid "Table schema differs for table \"%s\"." +msgstr "「%s」テーブルのテーブルスキーマが異なります。" + +#: install/install.php:962 +#, php-format +msgid "Table \"%s\" is missing." +msgstr "「%s」テーブルが見つかりン銭。" + +#: install/install.php:965 +#, php-format +msgid "Unknown table \"%s\" has been found in database." +msgstr "不明な「%s」テーブルがデータベースに見つかりました。" + +#: hook.php:439 +msgctxt "button" +msgid "Duplicate" +msgstr "複製" + +#: hook.php:440 +msgid "Transfer" +msgstr "転送" + +#: hook.php:441 +msgctxt "button" +msgid "Export" +msgstr "エクスポート" + +#: hook.php:442 +msgctxt "button" +msgid "Access rights" +msgstr "アクセス権" + +#: hook.php:756 +msgid "Cancel my ticket" +msgstr "自分のチケットを中止" + +#: hook.php:774 +msgid "Old" +msgstr "古い" + +#: hook.php:781 +#, php-format +msgid "Number of %s" +msgstr "%s の数" + +#: hook.php:798 +msgid "Issues summary" +msgstr "問題概要" + +#: hook.php:843 +msgid "" +"Formcreator's mini dashboard not usable as default. This Setting has been " +"ignored." +msgstr "フォーム作成のミニダッシュボードは、標準では使用できません。この設定は無視されます。" + +#: js/scripts.js:300 +msgid "No form found. Please choose a form below instead." +msgstr "フォームが見つかりません。代わりに以下のフォームから選択してください。" + +#: js/scripts.js:302 +msgid "No form found." +msgstr "フォームが見つかりません。" + +#: js/scripts.js:306 +msgid "No FAQ item found." +msgstr "FAQ アイテムが見つかりません。" + +#: js/scripts.js:707 +msgid "Are you sure you want to delete this question?" +msgstr "この質問を削除します。よろしいですか?" + +#: js/scripts.js:917 +msgid "Are you sure you want to delete this section?" +msgstr "このセクションを削除します。よろしいですか?" + +#: js/scripts.js:1161 +msgid "Add translations" +msgstr "翻訳を追加" + +#: js/scripts.js:1300 js/scripts.js:1324 +msgid "An error occured while querying forms" +msgstr "フォームのクエリーでエラーが発生" + +#: js/scripts.js:1416 entrée standard:139 +msgid "Send" +msgstr "送信" + +#: js/scripts.js:1425 +msgid "An internal error occurred. Please report it to administrator." +msgstr "内部エラー発生。管理者に報告してください。" + +#: js/scripts.js:1468 +msgid "Are you sure you want to delete this validator ?" +msgstr "この承認者を削除します。よろしいですか?" + +#: js/scripts.js:1520 +msgid "Are you sure you want to duplicate this target?" +msgstr "この承認者を複製します。よろしいですか?" + +#: js/scripts.js:1537 +msgid "Are you sure you want to delete this target?" +msgstr "この対象を削除します。よろしいですか?" + +#: entrée standard:57 standard:61 standard:60 standard:59 standard:43 +#: standard:69 standard:52 standard:76 +msgid "Default values" +msgstr "標準値" + +#: entrée standard:52 standard:59 standard:58 +msgid "Show empty" +msgstr "空を表示" + +#: entrée standard:39 +msgid "LDAP directory" +msgid_plural "LDAP directories" +msgstr[0] "LDAP ディレクトリー" + +#: entrée standard:78 +msgid "Attribute" +msgstr "属性" + +#: entrée standard:70 standard:68 +msgid "Values" +msgstr "値" + +#: entrée standard:90 +msgid "Show ticket categories" +msgstr "チケット カテゴリーを表示" + +#: entrée standard:146 standard:118 +msgid "Selectable root" +msgstr "選択可能なルート" + +#: entrée standard:38 +msgid "GLPI object" +msgid_plural "GLPI objects" +msgstr[0] "GLPI オブジェクト" + +#: entrée standard:63 +msgid "Direct access on homepage" +msgstr "ホームページへの直接接続" + +#: entrée standard:86 +msgid "Default form in service catalog" +msgstr "サービス カタログでの標準フォーム" + +#: entrée standard:113 standard:114 +msgid "Are you a robot ?" +msgstr "あなたはロボットですか?" + +#: entrée standard:64 +msgid "Condition to show the section" +msgstr "このセクションを表示する条件" + +#: entrée standard:40 +msgid "Condition to generate the target" +msgstr "対象を生成する条件" + +#: entrée standard:40 +msgid "General" +msgstr "一般" + +#: entrée standard:45 +msgid "validation percent" +msgstr "承認率" + +#: entrée standard:52 +msgid "Add a validator" +msgstr "承認者の追加" + +#: entrée standard:57 standard:36 +msgid "Validation level" +msgstr "承認レベル" + +#: entrée standard:73 +msgid "Validator type" +msgstr "承認型" + +#: entrée standard:98 +msgid "Validators" +msgstr "検証者" + +#: entrée standard:106 standard:5 +msgid "Actions" +msgstr "操作" + +#: entrée standard:54 +msgid "Impacts" +msgstr "影響" + +#: entrée standard:62 +msgid "Checklist" +msgstr "チェックリスト" + +#: entrée standard:36 +msgid "Answers title" +msgstr "回答のタイトル" + +#: entrée standard:45 +msgid "Add a section" +msgstr "セクションの追加" + +#: entrée standard:55 +msgid "Condition to show the submit button" +msgstr "「投稿する」を表示する条件" + +#: entrée standard:33 +msgid "No form answer yet" +msgstr "まだフォームの回答なし" + +#: entrée standard:38 +#, php-format +msgid "%s latest items" +msgstr "最後に利用した %s 件のアイテム" + +#: entrée standard:54 +msgid "Please activate the form to view the link" +msgstr "リンクを表示するには、フォームを稼働させてください" + +#: entrée standard:63 +msgid "Enable captcha" +msgstr "CAPCHA を有効に" + +#: entrée standard:79 +msgid "Restricted to" +msgstr "制限 : " + +#: entrée standard:83 +msgid "Add a question" +msgstr "質問を追加" + +#: entrée standard:39 +msgid "List of available tags" +msgstr "利用できるタグ一覧" + +#: entrée standard:42 +msgid "Title" +msgstr "タイトル" + +#: entrée standard:47 +msgid "Full form" +msgstr "全フォーム" + +#: entrée standard:37 +msgid "Validation status" +msgstr "承認状態" + +#: entrée standard:36 +#, php-format +msgid "My %1$d last forms (requester)" +msgstr "最近使った %1$d 件のフォーム(要求者)" + +#: entrée standard:39 +msgid "No form posted yet" +msgstr "まだフォームを投稿していません" + +#: entrée standard:63 +msgid "All my forms (requester)" +msgstr "自分のフォームのすべて(要求者)" + +#: entrée standard:36 +#, php-format +msgid "My %1$d last forms (validator)" +msgstr "最近使った %1$d 件のフォーム(検証者)" + +#: entrée standard:63 +msgid "All my forms (validator)" +msgstr "自分のフォームのすべて(検証者)" + +#: entrée standard:42 +msgid "Min" +msgstr "最小" + +#: entrée standard:53 +msgid "Max" +msgstr "最大" diff --git a/locales/ko_KR.mo b/locales/ko_KR.mo index 52fe8e563..6c6e08533 100644 Binary files a/locales/ko_KR.mo and b/locales/ko_KR.mo differ diff --git a/locales/ko_KR.po b/locales/ko_KR.po index cc0e7799c..bb3edb4d4 100644 --- a/locales/ko_KR.po +++ b/locales/ko_KR.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-30 14:13+0200\n" +"POT-Creation-Date: 2023-05-31 16:21+0200\n" "PO-Revision-Date: 2022-06-15 12:10+0000\n" "Last-Translator: 조성현 (jaymz9634) , 2023\n" "Language-Team: Korean (Korea) (https://app.transifex.com/teclib/teams/28042/ko_KR/)\n" @@ -177,16 +177,15 @@ msgid "Textarea" msgstr "텍스트에어리어" #: inc/field/textareafield.class.php:249 inc/field/dropdownfield.class.php:594 -#: inc/field/ldapselectfield.class.php:115 inc/field/textfield.class.php:126 +#: inc/field/ldapselectfield.class.php:115 #: inc/field/urgencyfield.class.php:166 inc/field/tagfield.class.php:166 #: inc/field/timefield.class.php:114 inc/field/fieldsfield.class.php:489 #: inc/field/requesttypefield.class.php:161 msgid "A required field is empty:" msgstr "필수 항목이 비었습니다:" -#: inc/field/textareafield.class.php:267 inc/field/textfield.class.php:179 -#: inc/field/integerfield.class.php:112 inc/field/floatfield.class.php:194 -#: inc/conditionnabletrait.class.php:70 +#: inc/field/textareafield.class.php:267 inc/field/integerfield.class.php:112 +#: inc/field/floatfield.class.php:194 inc/conditionnabletrait.class.php:70 msgid "The regular expression is invalid" msgstr "정규식이 잘못되었습니다" @@ -244,45 +243,12 @@ msgstr "LDAP 디렉토리가 정의되지 않았습니다!" msgid "LDAP directory not found!" msgstr "LDAP 디렉토리를 찾을 수 없습니다!" -#: inc/field/textfield.class.php:147 inc/field/integerfield.class.php:71 -#: inc/field/floatfield.class.php:156 -#, php-format -msgid "Specific format does not match: %s" -msgstr "지정한 형식이 일치하지 않음: %s" - -#: inc/field/textfield.class.php:156 -#, php-format -msgid "The text is too short (minimum %d characters): %s" -msgstr "문구가 너무 짧음 (최소 %d 자): %s" - -#: inc/field/textfield.class.php:161 -#, php-format -msgid "The text is too long (maximum %d characters): %s" -msgstr "문구가 너무 김 (최대 %d 자): %s" - -#: inc/field/textfield.class.php:169 -msgid "Text" -msgstr "문구" - -#: inc/field/textfield.class.php:218 inc/field/floatfield.class.php:235 -#: inc/questionregex.class.php:62 entrée standard:42 -msgid "Regular expression" -msgstr "정규식" - -#: inc/field/textfield.class.php:223 inc/field/floatfield.class.php:240 -msgid "Range" -msgstr "범위" - -#: inc/field/textfield.class.php:229 inc/field/floatfield.class.php:246 -msgid "Additional validation" -msgstr "추가 확인" - #: inc/field/radiosfield.class.php:108 msgid "Radios" msgstr "라디오" -#: inc/field/radiosfield.class.php:114 inc/field/glpiselectfield.class.php:112 -#: inc/field/fieldsfield.class.php:513 inc/field/checkboxesfield.class.php:245 +#: inc/field/radiosfield.class.php:114 inc/field/fieldsfield.class.php:513 +#: inc/field/checkboxesfield.class.php:245 msgid "The field value is required:" msgstr "항목 값은 필수입니다:" @@ -299,6 +265,11 @@ msgstr "필수 항목이 비었습니다: %s" msgid "This is not an integer: %s" msgstr "이것은 정수가 아닙니다: %s" +#: inc/field/integerfield.class.php:71 inc/field/floatfield.class.php:156 +#, php-format +msgid "Specific format does not match: %s" +msgstr "지정한 형식이 일치하지 않음: %s" + #: inc/field/integerfield.class.php:85 inc/field/floatfield.class.php:167 #, php-format msgid "The following number must be greater than %d: %s" @@ -360,11 +331,6 @@ msgid "Tag" msgid_plural "Tags" msgstr[0] "태그" -#: inc/field/glpiselectfield.class.php:97 entrée standard:38 -msgid "GLPI object" -msgid_plural "GLPI objects" -msgstr[0] "GLPI 객체" - #: inc/field/hostnamefield.class.php:116 msgid "Hostname" msgid_plural "Hostnames" @@ -497,6 +463,19 @@ msgstr "이것은 숫자가 아님: %s" msgid "Decimal number" msgstr "10진수" +#: inc/field/floatfield.class.php:235 inc/questionregex.class.php:62 entrée +#: standard:42 +msgid "Regular expression" +msgstr "정규식" + +#: inc/field/floatfield.class.php:240 +msgid "Range" +msgstr "범위" + +#: inc/field/floatfield.class.php:246 +msgid "Additional validation" +msgstr "추가 확인" + #: inc/field/datefield.class.php:137 msgid "Date" msgstr "날짜" @@ -550,7 +529,7 @@ msgstr "그 외에 표시됨" #: inc/form.class.php:1908 inc/targetchange.class.php:304 #: inc/questionfilter.class.php:222 inc/section.class.php:381 #: inc/restrictedformcriteria.class.php:200 inc/question.class.php:867 -#: inc/questionparameter/range.class.php:202 inc/questionregex.class.php:188 +#: inc/questionparameter/range.class.php:198 inc/questionregex.class.php:188 #: inc/questiondependency.class.php:196 inc/item_targetticket.class.php:154 #: inc/targetticket.class.php:1461 #, php-format @@ -563,7 +542,7 @@ msgstr "%1$s %2$s의 추가 또는 갱신에 실패함" #: inc/form.class.php:1569 inc/targetchange.class.php:149 #: inc/questionfilter.class.php:154 inc/section.class.php:406 #: inc/restrictedformcriteria.class.php:226 inc/question.class.php:894 -#: inc/questionparameter/range.class.php:137 inc/questionregex.class.php:120 +#: inc/questionparameter/range.class.php:133 inc/questionregex.class.php:120 #: inc/questiondependency.class.php:211 inc/item_targetticket.class.php:64 #: inc/targetticket.class.php:1500 #, php-format @@ -740,38 +719,38 @@ msgstr "" msgid "Ticket technician" msgstr "" -#: inc/issue.class.php:1465 +#: inc/issue.class.php:1469 #, php-format msgid "%1$s %2$s" msgstr "%1$s %2$s" -#: inc/issue.class.php:1723 inc/filter/itilcategoryfilter.class.php:56 +#: inc/issue.class.php:1727 inc/filter/itilcategoryfilter.class.php:56 #: hook.php:766 msgid "All" msgstr "전체" -#: inc/issue.class.php:1729 hook.php:767 +#: inc/issue.class.php:1733 hook.php:767 msgid "New" msgstr "신규" -#: inc/issue.class.php:1735 hook.php:768 +#: inc/issue.class.php:1739 hook.php:768 msgid "Assigned" msgstr "할당됨" -#: inc/issue.class.php:1741 inc/formanswer.class.php:78 +#: inc/issue.class.php:1745 inc/formanswer.class.php:78 #: inc/form_validator.class.php:70 hook.php:769 msgid "Waiting" msgstr "대기 중" -#: inc/issue.class.php:1747 hook.php:770 +#: inc/issue.class.php:1751 hook.php:770 msgid "To validate" msgstr "확인 예정" -#: inc/issue.class.php:1753 hook.php:771 +#: inc/issue.class.php:1757 hook.php:771 msgid "Solved" msgstr "해결됨" -#: inc/issue.class.php:1759 hook.php:772 +#: inc/issue.class.php:1763 hook.php:772 msgid "Closed" msgstr "마감됨" @@ -1055,15 +1034,15 @@ msgstr "" msgid "Cannot generate targets!" msgstr "대상을 생성할 수 없습니다!" -#: inc/formanswer.class.php:1512 +#: inc/formanswer.class.php:1511 msgid "No captcha set." msgstr "" -#: inc/formanswer.class.php:1518 +#: inc/formanswer.class.php:1517 msgid "You failed the captcha test." msgstr "" -#: inc/formanswer.class.php:1541 +#: inc/formanswer.class.php:1540 msgid "You must select validator!" msgstr "확인자를 선택해야 합니다!" @@ -2528,6 +2507,11 @@ msgstr "티켓 분류 표시" msgid "Selectable root" msgstr "선택가능 root" +#: entrée standard:38 +msgid "GLPI object" +msgid_plural "GLPI objects" +msgstr[0] "GLPI 객체" + #: entrée standard:63 msgid "Direct access on homepage" msgstr "홈페이지에 바로 접속" diff --git a/locales/lv_LV.mo b/locales/lv_LV.mo index 09596f4a2..0fb123097 100644 Binary files a/locales/lv_LV.mo and b/locales/lv_LV.mo differ diff --git a/locales/lv_LV.po b/locales/lv_LV.po new file mode 100644 index 000000000..b46693b7c --- /dev/null +++ b/locales/lv_LV.po @@ -0,0 +1,2738 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +# Translators: +# Andrejs , 2022 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-05-31 16:21+0200\n" +"PO-Revision-Date: 2022-06-15 12:10+0000\n" +"Last-Translator: Andrejs , 2022\n" +"Language-Team: Latvian (Latvia) (https://app.transifex.com/teclib/teams/28042/lv_LV/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: lv_LV\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n" + +#: ajax/question_update.php:38 ajax/section_update.php:37 +msgid "Bad request" +msgstr "" + +#: ajax/question_update.php:47 ajax/question_move.php:45 +#: ajax/question_delete.php:42 ajax/question_toggle_required.php:49 +msgid "Question not found" +msgstr "" + +#: ajax/question_update.php:53 ajax/question_duplicate.php:49 +#: ajax/question_move.php:50 ajax/section_add.php:38 +#: ajax/section_delete.php:50 ajax/section_move.php:55 +#: ajax/section_duplicate.php:50 ajax/question_delete.php:49 +#: ajax/question_toggle_required.php:55 ajax/section_update.php:44 +msgid "You don't have right for this action" +msgstr "" + +#: ajax/question_duplicate.php:43 +msgid "Source question not found" +msgstr "" + +#: ajax/question_move.php:73 +msgid "Could not move some questions" +msgstr "" + +#: ajax/section_add.php:44 +msgid "Could not add the section" +msgstr "" + +#: ajax/commontree.php:55 entrée standard:128 standard:100 +msgid "Subtree root" +msgstr "" + +#: ajax/commontree.php:59 +msgid "Selectable" +msgstr "" + +#: ajax/commontree.php:74 entrée standard:137 standard:109 +msgid "Limit subtree depth" +msgstr "" + +#: ajax/commontree.php:84 +msgid "No limit" +msgstr "Nav limitu" + +#: ajax/section_delete.php:44 ajax/section_move.php:49 +#: ajax/section_duplicate.php:44 +msgid "Source section not found" +msgstr "" + +#: ajax/section_delete.php:56 +msgid "Could not delete the section" +msgstr "" + +#: ajax/question_add.php:45 +msgid "Could not add the question" +msgstr "" + +#: ajax/section_move.php:66 +msgid "Could not move the section" +msgstr "" + +#: ajax/target_actor.php:51 +msgid "Failed to add the actor" +msgstr "" + +#: ajax/target_actor.php:62 +msgid "Failed to delete the actor" +msgstr "" + +#: ajax/section_duplicate.php:56 +msgid "Could not duplicate the section" +msgstr "" + +#: ajax/section_update.php:50 +msgid "Could not update the section" +msgstr "" + +#: front/knowbaseitem.php:42 front/knowbaseitem.php:47 +#: front/wizardreminders.php:49 front/wizardreminders.php:51 +#: front/wizard.php:45 front/wizard.php:50 front/wizardfeeds.php:49 +#: front/wizardfeeds.php:51 front/issue.php:44 front/issue.php:50 +#: front/formanswer.php:44 front/reservation.php:46 front/reservation.php:48 +#: front/knowbaseitem.form.php:48 front/knowbaseitem.form.php:50 +#: front/reservationitem.php:42 front/reservationitem.php:44 +#: front/formanswer.form.php:74 front/reservation.form.php:46 +#: front/reservation.form.php:48 +msgid "Service catalog" +msgstr "Servisu katalogs" + +#: front/issue.form.php:46 +msgid "Item not found" +msgstr "" + +#: front/targetticket.form.php:46 front/targetticket.form.php:56 +#: front/targetticket.form.php:81 front/targetchange.form.php:46 +#: front/targetproblem.form.php:46 +msgid "No right to update this item." +msgstr "" + +#: front/targetticket.form.php:75 +msgid "Bad request while deleting an actor." +msgstr "" + +#: front/targetticket.form.php:95 front/targetchange.form.php:81 +#: front/formanswer.php:47 front/targetproblem.form.php:81 +#: front/formanswer.form.php:77 front/form.php:43 inc/common.class.php:654 +#: inc/common.class.php:661 +msgid "Form Creator" +msgstr "Formas Veidotājs" + +#: front/targetticket.form.php:105 front/targetchange.form.php:90 +#: front/targetproblem.form.php:90 +#, php-format +msgid "%1$s = %2$s" +msgstr "" + +#: front/formlist.php:46 front/formlist.php:52 inc/common.class.php:648 +msgid "Form list" +msgstr "Formas saraksts" + +#: front/formdisplay.php:90 inc/formanswer.class.php:1077 +#: inc/formanswer.class.php:1325 inc/formanswer.class.php:1376 +msgid "The form has been successfully saved!" +msgstr "Forma veiksmīgi saglabāta!" + +#. TRANS: %s is the user login +#: front/reservation.form.php:71 +#, php-format +msgid "%1$s purges the reservation for item %2$s" +msgstr "" + +#: front/reservation.form.php:124 +#, php-format +msgid "%1$s adds the reservation %2$s for item %3$s" +msgstr "" + +#: inc/knowbase.class.php:60 inc/entityconfig.class.php:478 +#: inc/form.class.php:611 +msgid "Category" +msgid_plural "Categories" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/knowbase.class.php:62 inc/form.class.php:614 entrée standard:39 +msgid "See all" +msgstr "" + +#: inc/knowbase.class.php:83 +msgid "Please, describe your need here" +msgstr "Lūdzu definējiet jūsu prasību" + +#: inc/field/textareafield.class.php:186 +msgid "Textarea" +msgstr "Tekstlodziņš" + +#: inc/field/textareafield.class.php:249 inc/field/dropdownfield.class.php:594 +#: inc/field/ldapselectfield.class.php:115 +#: inc/field/urgencyfield.class.php:166 inc/field/tagfield.class.php:166 +#: inc/field/timefield.class.php:114 inc/field/fieldsfield.class.php:489 +#: inc/field/requesttypefield.class.php:161 +msgid "A required field is empty:" +msgstr "Nepieciešamais lauks tukšs:" + +#: inc/field/textareafield.class.php:267 inc/field/integerfield.class.php:112 +#: inc/field/floatfield.class.php:194 inc/conditionnabletrait.class.php:70 +msgid "The regular expression is invalid" +msgstr "Nederīga regulāra izteiksme" + +#: inc/field/dropdownfield.class.php:81 inc/filter/entityfilter.class.php:48 +msgid "User and form" +msgstr "" + +#: inc/field/dropdownfield.class.php:87 +msgid "Search filter" +msgstr "" + +#: inc/field/dropdownfield.class.php:585 entrée standard:38 +msgid "Dropdown" +msgid_plural "Dropdowns" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/field/dropdownfield.class.php:616 +msgid "Invalid value for " +msgstr "" + +#: inc/field/dropdownfield.class.php:628 +#, php-format +msgid "The itemtype field is required: %s" +msgstr "" + +#: inc/field/dropdownfield.class.php:644 +#, php-format +msgid "Invalid dropdown type: %s" +msgstr "" + +#: inc/field/dropdownfield.class.php:704 inc/questionfilter.class.php:62 +#: entrée standard:68 +msgid "Filter" +msgstr "Filtrs" + +#: inc/field/dropdownfield.class.php:987 entrée standard:162 standard:134 +msgid "Entity restriction" +msgstr "" + +#: inc/field/dropdownfield.class.php:996 +msgid "" +"To respect the GLPI entity system, \"Form\" should be selected. Others " +"settings will break the entity restrictions" +msgstr "" + +#: inc/field/ldapselectfield.class.php:96 +msgid "LDAP Select" +msgstr "LDAP atlase" + +#: inc/field/ldapselectfield.class.php:140 +msgid "LDAP directory not defined!" +msgstr "" + +#: inc/field/ldapselectfield.class.php:147 +msgid "LDAP directory not found!" +msgstr "" + +#: inc/field/radiosfield.class.php:108 +msgid "Radios" +msgstr "Radio pogas" + +#: inc/field/radiosfield.class.php:114 inc/field/fieldsfield.class.php:513 +#: inc/field/checkboxesfield.class.php:245 +msgid "The field value is required:" +msgstr "Nepieciešams ievadīt lauka vērtību:" + +#: inc/field/radiosfield.class.php:192 inc/field/selectfield.class.php:104 +#: inc/field/datetimefield.class.php:119 inc/field/actorfield.class.php:258 +#: inc/field/checkboxesfield.class.php:191 inc/field/floatfield.class.php:125 +#: inc/field/datefield.class.php:116 +#, php-format +msgid "A required field is empty: %s" +msgstr "" + +#: inc/field/integerfield.class.php:59 +#, php-format +msgid "This is not an integer: %s" +msgstr "" + +#: inc/field/integerfield.class.php:71 inc/field/floatfield.class.php:156 +#, php-format +msgid "Specific format does not match: %s" +msgstr "" + +#: inc/field/integerfield.class.php:85 inc/field/floatfield.class.php:167 +#, php-format +msgid "The following number must be greater than %d: %s" +msgstr "" + +#: inc/field/integerfield.class.php:91 inc/field/floatfield.class.php:173 +#, php-format +msgid "The following number must be lower than %d: %s" +msgstr "" + +#: inc/field/integerfield.class.php:101 +msgid "Integer" +msgstr "vesels skaitlis" + +#: inc/field/undefinedfield.class.php:44 +msgid "Undefined" +msgstr "" + +#: inc/field/ipfield.class.php:123 +msgid "IP address" +msgid_plural "IP addresses" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/field/urgencyfield.class.php:86 inc/abstractitiltarget.class.php:1040 +msgid "Urgency" +msgstr "" + +#: inc/field/urgencyfield.class.php:120 +msgctxt "urgency" +msgid "Very high" +msgstr "" + +#: inc/field/urgencyfield.class.php:121 +msgctxt "urgency" +msgid "High" +msgstr "" + +#: inc/field/urgencyfield.class.php:122 +msgctxt "urgency" +msgid "Medium" +msgstr "Vidējs" + +#: inc/field/urgencyfield.class.php:123 +msgctxt "urgency" +msgid "Low" +msgstr "" + +#: inc/field/urgencyfield.class.php:124 +msgctxt "urgency" +msgid "Very low" +msgstr "" + +#: inc/field/tagfield.class.php:52 +msgid "Warning: Tag plugin is disabled or missing" +msgstr "" + +#: inc/field/tagfield.class.php:200 +msgid "Tag" +msgid_plural "Tags" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/field/hostnamefield.class.php:116 +msgid "Hostname" +msgid_plural "Hostnames" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/field/timefield.class.php:130 +msgid "Time" +msgstr "" + +#: inc/field/emailfield.class.php:89 +#, php-format +msgid "This is not a valid e-mail: %s" +msgstr "" + +#: inc/field/emailfield.class.php:100 +msgid "Email" +msgid_plural "Emails" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/field/selectfield.class.php:97 +msgid "Select" +msgstr "Atlasīt" + +#: inc/field/datetimefield.class.php:140 +msgid "Date & time" +msgstr "" + +#: inc/field/actorfield.class.php:84 +msgid "Actor" +msgid_plural "Actors" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/field/actorfield.class.php:268 +#, php-format +msgid "Invalid value: %s" +msgstr "" + +#: inc/field/actorfield.class.php:291 +#, php-format +msgid "User not found or invalid email address: %s" +msgstr "" + +#: inc/field/filefield.class.php:124 +msgid "No attached document" +msgstr "" + +#: inc/field/filefield.class.php:133 inc/field/filefield.class.php:254 +#: inc/field/filefield.class.php:261 +msgid "Attached document" +msgstr "Pievienots dokuments" + +#: inc/field/filefield.class.php:175 +#, php-format +msgid "A required file is missing: %s" +msgstr "" + +#: inc/field/filefield.class.php:192 +msgid "File" +msgstr "" + +#: inc/field/multiselectfield.class.php:86 +msgid "Multiselect" +msgstr "Daudzatlase" + +#: inc/field/fieldsfield.class.php:154 +msgid "Warning: Additional Fields plugin is disabled or missing" +msgstr "" + +#: inc/field/fieldsfield.class.php:168 +msgid "Block" +msgstr "" + +#: inc/field/fieldsfield.class.php:172 inc/targetticket.class.php:346 +msgid "Field" +msgstr "" + +#: inc/field/fieldsfield.class.php:254 +msgid "show" +msgstr "" + +#: inc/field/fieldsfield.class.php:390 +#, php-format +msgid "Field '%1$s' type not implemented yet!" +msgstr "" + +#: inc/field/fieldsfield.class.php:467 +msgid "Some numeric fields contains non numeric values" +msgstr "" + +#: inc/field/fieldsfield.class.php:472 +msgid "Some URL fields contains invalid links" +msgstr "" + +#: inc/field/fieldsfield.class.php:566 +msgid "Additionnal fields" +msgstr "" + +#: inc/field/checkboxesfield.class.php:133 +msgid "Checkboxes" +msgstr "Izvēles rūtiņas" + +#: inc/field/checkboxesfield.class.php:227 +#, php-format +msgid "The following question needs at least %d answers: %s" +msgstr "" + +#: inc/field/checkboxesfield.class.php:233 +#, php-format +msgid "The following question does not accept more than %d answers: %s" +msgstr "" + +#: inc/field/checkboxesfield.class.php:305 +msgid "Range min" +msgstr "" + +#: inc/field/checkboxesfield.class.php:306 +msgid "Range max" +msgstr "" + +#: inc/field/requesttypefield.class.php:87 inc/targetticket.class.php:1150 +msgid "Request type" +msgstr "" + +#: inc/field/floatfield.class.php:142 +#, php-format +msgid "This is not a number: %s" +msgstr "" + +#: inc/field/floatfield.class.php:183 +msgid "Decimal number" +msgstr "" + +#: inc/field/floatfield.class.php:235 inc/questionregex.class.php:62 entrée +#: standard:42 +msgid "Regular expression" +msgstr "Regulārā izteiksme" + +#: inc/field/floatfield.class.php:240 +msgid "Range" +msgstr "Diapazons" + +#: inc/field/floatfield.class.php:246 +msgid "Additional validation" +msgstr "Papildus apstiprināšana" + +#: inc/field/datefield.class.php:137 +msgid "Date" +msgstr "" + +#: inc/field/descriptionfield.class.php:106 inc/form.class.php:151 +#: inc/question.class.php:188 entrée standard:82 standard:52 standard:114 +msgid "Description" +msgstr "Apraksts" + +#: inc/field/descriptionfield.class.php:113 +msgid "A description field should have a description:" +msgstr "Apraksta laukam jābūt aizpildītam:" + +#: inc/field/hiddenfield.class.php:96 +msgid "Hidden field" +msgid_plural "Hidden fields" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/condition.class.php:65 +msgid "Condition" +msgid_plural "Conditions" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/condition.class.php:103 +msgid "is visible" +msgstr "" + +#: inc/condition.class.php:104 +msgid "is not visible" +msgstr "" + +#: inc/condition.class.php:105 +msgid "regular expression matches" +msgstr "" + +#: inc/condition.class.php:116 +msgid "Always displayed" +msgstr "Vienmēr rādīt" + +#: inc/condition.class.php:117 +msgid "Hidden unless" +msgstr "Paslēpts kamēr" + +#: inc/condition.class.php:118 +msgid "Displayed unless" +msgstr "Rādīt kamēr" + +#: inc/condition.class.php:178 inc/target_actor.class.php:233 +#: inc/form_language.class.php:565 inc/form_validator.class.php:248 +#: inc/targetproblem.class.php:527 inc/questionrange.class.php:199 +#: inc/form.class.php:1908 inc/targetchange.class.php:304 +#: inc/questionfilter.class.php:222 inc/section.class.php:381 +#: inc/restrictedformcriteria.class.php:200 inc/question.class.php:867 +#: inc/questionparameter/range.class.php:198 inc/questionregex.class.php:188 +#: inc/questiondependency.class.php:196 inc/item_targetticket.class.php:154 +#: inc/targetticket.class.php:1461 +#, php-format +msgid "Failed to add or update the %1$s %2$s" +msgstr "" + +#: inc/condition.class.php:200 inc/target_actor.class.php:254 +#: inc/form_language.class.php:581 inc/form_validator.class.php:288 +#: inc/targetproblem.class.php:362 inc/questionrange.class.php:131 +#: inc/form.class.php:1569 inc/targetchange.class.php:149 +#: inc/questionfilter.class.php:154 inc/section.class.php:406 +#: inc/restrictedformcriteria.class.php:226 inc/question.class.php:894 +#: inc/questionparameter/range.class.php:133 inc/questionregex.class.php:120 +#: inc/questiondependency.class.php:211 inc/item_targetticket.class.php:64 +#: inc/targetticket.class.php:1500 +#, php-format +msgid "Cannot export an empty object: %s" +msgstr "" + +#: inc/condition.class.php:268 +msgid "Conditions" +msgstr "" + +#: inc/linker.class.php:78 +msgid "Importing" +msgstr "" + +#: inc/linker.class.php:80 +msgid "Import in progress" +msgstr "" + +#: inc/issue.class.php:43 +msgid "Issue" +msgid_plural "Issues" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/issue.class.php:56 +msgid "Update issue data from tickets and form answers" +msgstr "Atjaunot problēmas informāciju no pieteikuma un formas atbildēm" + +#: inc/issue.class.php:393 +msgid "Satisfaction survey expired" +msgstr "" + +#: inc/issue.class.php:531 inc/form_language.class.php:229 +#: inc/form.class.php:2208 entrée standard:52 standard:49 standard:57 +#: standard:38 standard:39 standard:105 standard:46 +msgid "Name" +msgstr "" + +#: inc/issue.class.php:543 inc/formanswer.class.php:229 +#: inc/formanswer.class.php:320 inc/targetproblem.class.php:610 +#: inc/form.class.php:142 inc/targetchange.class.php:335 +#: inc/section.class.php:95 inc/question.class.php:178 +#: inc/targetticket.class.php:180 entrée standard:45 +msgid "ID" +msgstr "" + +#: inc/issue.class.php:552 inc/form.class.php:2217 entrée standard:111 +#: standard:65 standard:104 standard:4 +msgid "Type" +msgid_plural "Types" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/issue.class.php:565 inc/formanswer.class.php:307 +msgid "Status" +msgstr "" + +#: inc/issue.class.php:577 +msgid "Opening date" +msgstr "" + +#: inc/issue.class.php:586 +msgid "Last update" +msgstr "" + +#: inc/issue.class.php:595 inc/abstracttarget.class.php:517 +msgid "Entity" +msgid_plural "Entities" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/issue.class.php:605 inc/notificationtargetformanswer.class.php:76 +#: inc/notificationtargetformanswer.class.php:96 +#: inc/target_actor.class.php:101 inc/formanswer.class.php:248 +#: inc/formanswer.class.php:762 inc/abstractitiltarget.class.php:1804 entrée +#: standard:48 +msgid "Requester" +msgid_plural "Requesters" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/issue.class.php:619 inc/formanswer.class.php:258 +msgid "Form approver" +msgstr "Formas apstiprinātājs" + +#: inc/issue.class.php:651 inc/formanswer.class.php:691 +#: inc/formanswer.class.php:698 inc/formanswer.class.php:777 +#: inc/form_language.class.php:243 +msgid "Comment" +msgstr "Komentārs" + +#: inc/issue.class.php:663 +msgid "Ticket approver" +msgstr "Pieteikuma apstiprinātājs" + +#: inc/issue.class.php:736 +msgid "Technician" +msgstr "" + +#: inc/issue.class.php:767 +msgid "Technician group" +msgstr "" + +#: inc/issue.class.php:799 inc/formanswer.class.php:287 +msgid "Form approver group" +msgstr "Formas apstiprinātāju grupa" + +#: inc/issue.class.php:829 +msgid "Ticket approver group" +msgstr "" + +#: inc/issue.class.php:863 inc/abstractitiltarget.class.php:787 entrée +#: standard:108 +msgid "Time to resolve" +msgstr "" + +#: inc/issue.class.php:874 +msgid "Time to resolve + Progress" +msgstr "" + +#: inc/issue.class.php:884 +msgid "Internal time to resolve" +msgstr "" + +#: inc/issue.class.php:895 +msgid "Internal time to resolve + Progress" +msgstr "" + +#: inc/issue.class.php:905 +msgid "Resolution date" +msgstr "" + +#: inc/issue.class.php:914 +msgid "Internal time to own" +msgstr "" + +#: inc/issue.class.php:925 +msgid "Internal time to own + Progress" +msgstr "" + +#: inc/issue.class.php:935 entrée standard:109 +msgid "Time to own" +msgstr "" + +#: inc/issue.class.php:946 +msgid "Time to own + Progress" +msgstr "" + +#: inc/issue.class.php:958 +msgid "Approver substitute" +msgstr "" + +#: inc/issue.class.php:1022 +msgid "Substitute of a member of approver group" +msgstr "" + +#: inc/issue.class.php:1095 +msgid "Form approver substitute" +msgstr "" + +#: inc/issue.class.php:1163 +msgid "Current form approver group" +msgstr "" + +#: inc/issue.class.php:1193 +msgid "Current form approver" +msgstr "" + +#: inc/issue.class.php:1227 +msgid "Ticket requester" +msgstr "" + +#: inc/issue.class.php:1274 +msgid "Ticket observer" +msgstr "" + +#: inc/issue.class.php:1322 +msgid "Ticket technician" +msgstr "" + +#: inc/issue.class.php:1469 +#, php-format +msgid "%1$s %2$s" +msgstr "" + +#: inc/issue.class.php:1727 inc/filter/itilcategoryfilter.class.php:56 +#: hook.php:766 +msgid "All" +msgstr "" + +#: inc/issue.class.php:1733 hook.php:767 +msgid "New" +msgstr "" + +#: inc/issue.class.php:1739 hook.php:768 +msgid "Assigned" +msgstr "" + +#: inc/issue.class.php:1745 inc/formanswer.class.php:78 +#: inc/form_validator.class.php:70 hook.php:769 +msgid "Waiting" +msgstr "" + +#: inc/issue.class.php:1751 hook.php:770 +msgid "To validate" +msgstr "Apstiprināšanai" + +#: inc/issue.class.php:1757 hook.php:771 +msgid "Solved" +msgstr "" + +#: inc/issue.class.php:1763 hook.php:772 +msgid "Closed" +msgstr "Aizvērts" + +#: inc/category.class.php:50 hook.php:72 +msgid "Form category" +msgid_plural "Form categories" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/category.class.php:80 +msgid "Knowbase category" +msgstr "Zināšanas bāzes kategorija" + +#: inc/category.class.php:86 +msgid "As child of" +msgstr "" + +#: inc/category.class.php:92 inc/form.class.php:247 entrée standard:65 +msgid "Icon" +msgstr "" + +#: inc/category.class.php:98 inc/form.class.php:255 entrée standard:67 +msgid "Icon color" +msgstr "" + +#: inc/category.class.php:104 inc/form.class.php:263 entrée standard:80 +msgid "Background color" +msgstr "" + +#: inc/formlist.class.php:46 inc/entityconfig.class.php:93 +#: inc/form.class.php:111 inc/form.class.php:516 inc/form.class.php:2015 +#: entrée standard:47 +msgid "Form" +msgid_plural "Forms" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/notificationtargetformanswer.class.php:43 +msgid "The form as been saved" +msgstr "Forma saglabāta" + +#: inc/notificationtargetformanswer.class.php:44 +msgid "A form need to be validate" +msgstr "Formai jābūt apstiprinātai" + +#: inc/notificationtargetformanswer.class.php:45 install/install.php:490 +msgid "The form is refused" +msgstr "Forma noraidīta" + +#: inc/notificationtargetformanswer.class.php:46 install/install.php:496 +msgid "The form is accepted" +msgstr "Forma akceptēta" + +#: inc/notificationtargetformanswer.class.php:47 install/install.php:502 +msgid "The form is deleted" +msgstr "Forma izdzēsta" + +#: inc/notificationtargetformanswer.class.php:74 +msgid "Form ID" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:75 +#: inc/notificationtargetformanswer.class.php:95 +msgid "Form name" +msgstr "Formas virsraksts" + +#: inc/notificationtargetformanswer.class.php:77 +#: inc/form_validator.class.php:91 +msgid "Validator" +msgid_plural "Validators" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/notificationtargetformanswer.class.php:78 +#: inc/notificationtargetformanswer.class.php:98 inc/formanswer.class.php:278 +#: entrée standard:49 +msgid "Creation date" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:79 +#: inc/notificationtargetformanswer.class.php:99 +msgid "Full form answers" +msgstr "Pilnas formas atbildes" + +#: inc/notificationtargetformanswer.class.php:80 +msgid "Validation comment" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:81 +#: inc/notificationtargetformanswer.class.php:101 +msgid "Validation link" +msgstr "Apstiprināšanas links" + +#: inc/notificationtargetformanswer.class.php:82 +msgid "Request ID" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:94 +msgid "Form #" +msgstr "Forma #" + +#: inc/notificationtargetformanswer.class.php:97 +msgctxt "tag" +msgid "Validator" +msgstr "Apstiprinātājs" + +#: inc/notificationtargetformanswer.class.php:100 +msgid "Refused comment" +msgstr "Noraidīts komentārs" + +#: inc/notificationtargetformanswer.class.php:102 +msgid "Request #" +msgstr "Pieprasījums #" + +#: inc/notificationtargetformanswer.class.php:114 +msgid "Author" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:115 +#: inc/abstractitiltarget.class.php:1374 +msgid "Approver" +msgstr "" + +#: inc/target_actor.class.php:70 inc/abstractitiltarget.class.php:2141 +msgid "Form author" +msgstr "" + +#: inc/target_actor.class.php:71 inc/abstractitiltarget.class.php:2144 +msgid "Form validator" +msgstr "Formas apstiprinātājs" + +#: inc/target_actor.class.php:72 +msgid "Specific person" +msgstr "Noteikta persona" + +#: inc/target_actor.class.php:73 inc/abstractitiltarget.class.php:2154 +msgid "Person from the question" +msgstr "Persona no jautājuma" + +#: inc/target_actor.class.php:74 +msgid "Specific group" +msgstr "Noteikta grupa" + +#: inc/target_actor.class.php:75 inc/abstractitiltarget.class.php:2165 +msgid "Group from the question" +msgstr "Grupa no jautājuma" + +#: inc/target_actor.class.php:76 +msgid "Group from an object" +msgstr "" + +#: inc/target_actor.class.php:77 +msgid "Tech group from an object" +msgstr "" + +#: inc/target_actor.class.php:78 +msgid "Specific supplier" +msgstr "Norādīt piegādātāju" + +#: inc/target_actor.class.php:79 inc/abstractitiltarget.class.php:2194 +msgid "Supplier from the question" +msgstr "Piegādātājs no jautājuma" + +#: inc/target_actor.class.php:80 inc/abstractitiltarget.class.php:2183 +msgid "Actors from the question" +msgstr "Dalībnieki no jautājuma" + +#: inc/target_actor.class.php:81 inc/abstractitiltarget.class.php:2198 +msgid "Form author's supervisor" +msgstr "" + +#: inc/target_actor.class.php:102 +msgid "Observer" +msgstr "" + +#: inc/target_actor.class.php:103 inc/abstractitiltarget.class.php:1818 +msgid "Assigned to" +msgstr "" + +#: inc/target_actor.class.php:109 +msgid "Target actor" +msgid_plural "Target actors" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/target_actor.class.php:115 inc/target_actor.class.php:131 +#: inc/target_actor.class.php:140 +msgid "Bad request while adding an actor." +msgstr "" + +#: inc/target_actor.class.php:197 +#, php-format +msgid "Failed to find a user: %1$s" +msgstr "" + +#: inc/target_actor.class.php:206 +#, php-format +msgid "Failed to find a group: %1$s" +msgstr "" + +#: inc/target_actor.class.php:215 +#, php-format +msgid "Failed to find a supplier: %1$s" +msgstr "" + +#: inc/formanswer.class.php:79 inc/form_validator.class.php:72 +msgid "Refused" +msgstr "" + +#: inc/formanswer.class.php:80 inc/form_validator.class.php:71 +msgid "Accepted" +msgstr "" + +#: inc/formanswer.class.php:214 +msgid "Form answer" +msgid_plural "Form answers" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/formanswer.class.php:676 +msgid "Print this form" +msgstr "Izdrukāt formu" + +#: inc/formanswer.class.php:701 +msgid "Form accepted by validator." +msgstr "Formu akceptēja apstiprinātājs." + +#: inc/formanswer.class.php:703 +msgid "Form successfully saved." +msgstr "Forma saglabāta veiksmīgi." + +#: inc/formanswer.class.php:770 +msgid "Save" +msgstr "" + +#: inc/formanswer.class.php:782 +msgid "Required if refused" +msgstr "Nepieciešams ja noraidīts" + +#: inc/formanswer.class.php:788 +msgid "Refuse" +msgstr "Noraidīt" + +#: inc/formanswer.class.php:796 +msgid "Edit answers" +msgstr "" + +#: inc/formanswer.class.php:802 +msgid "Cancel edition" +msgstr "" + +#: inc/formanswer.class.php:809 +msgid "Accept" +msgstr "Akceptēt" + +#: inc/formanswer.class.php:828 +msgid "Refused comment is required!" +msgstr "Nepieciešams noraidīšanas komentārs!" + +#: inc/formanswer.class.php:882 inc/formanswer.class.php:899 +msgid "" +"An internal error occured when verifying your answers. Please report it to " +"your administrator." +msgstr "" + +#: inc/formanswer.class.php:933 +msgid "You are not the validator of these answers" +msgstr "Jūs neesat apstiprinātājs šīm atbildēm" + +#: inc/formanswer.class.php:1083 +#, php-format +msgid "Item sucessfully added: %1$s (%2$s: %3$s)" +msgstr "" + +#: inc/formanswer.class.php:1166 inc/formanswer.class.php:1168 +msgid "Form data" +msgstr "Formas dati" + +#: inc/formanswer.class.php:1301 +msgid "" +"You are a validator of the form, then your approval hs been added " +"automatically." +msgstr "" + +#: inc/formanswer.class.php:1310 inc/formanswer.class.php:1363 +msgid "Cannot generate targets!" +msgstr "Nevar ģenerēt mērķi" + +#: inc/formanswer.class.php:1511 +msgid "No captcha set." +msgstr "" + +#: inc/formanswer.class.php:1517 +msgid "You failed the captcha test." +msgstr "" + +#: inc/formanswer.class.php:1540 +msgid "You must select validator!" +msgstr "" + +#: inc/common.class.php:229 +msgid "You cannot delete this issue. Maybe it is taken into account." +msgstr "" + +#: inc/common.class.php:234 +msgid "Failed to delete this issue. An internal error occured." +msgstr "" + +#: inc/common.class.php:745 +msgid "Seek assistance" +msgstr "Meklēt palidzību" + +#: inc/common.class.php:751 inc/common.class.php:755 +msgid "My requests for assistance" +msgstr "Mans palīdzības pieprasījums" + +#: inc/common.class.php:791 +msgid "Consult reminders" +msgstr "" + +#: inc/common.class.php:811 +msgid "Consult feeds" +msgstr "Palīg plūsma" + +#: inc/abstractfield.class.php:89 inc/question.class.php:758 +msgid "Apply" +msgstr "" + +#: inc/formaccesstype.class.php:41 entrée standard:39 +msgid "Access type" +msgid_plural "Access types" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/form_language.class.php:51 +msgid "Form language" +msgid_plural "Form languages" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/form_language.class.php:78 inc/form_language.class.php:364 +msgid "Translation" +msgid_plural "Translations" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/form_language.class.php:119 +msgid "The name cannot be empty." +msgstr "" + +#: inc/form_language.class.php:127 +msgid "The language must be associated to a form." +msgstr "" + +#: inc/form_language.class.php:135 +msgid "The specified language is not available." +msgstr "" + +#: inc/form_language.class.php:265 +msgid "Add a translation" +msgstr "" + +#: inc/form_language.class.php:299 js/scripts.js:1214 +msgid "Update a translation" +msgstr "" + +#: inc/form_language.class.php:329 inc/form_language.class.php:331 +msgid "New translation" +msgstr "" + +#: inc/form_language.class.php:334 +msgid "Filter list" +msgstr "" + +#: inc/form_language.class.php:339 inc/form_language.class.php:438 +msgid "No translation found" +msgstr "" + +#: inc/form_language.class.php:344 +msgid "Do you want to delete the selected items?" +msgstr "" + +#: inc/form_language.class.php:353 inc/form_language.class.php:401 +#: inc/abstractitiltarget.class.php:1710 entrée standard:124 standard:31 +msgid "Delete" +msgstr "Izdzēst" + +#: inc/form_language.class.php:363 +msgid "Original string" +msgstr "" + +#: inc/form_language.class.php:424 +msgid "Add a new language" +msgstr "" + +#: inc/form_language.class.php:457 inc/form_language.class.php:489 +#: inc/form.class.php:178 entrée standard:72 +msgid "Language" +msgstr "" + +#: inc/form_validator.class.php:69 inc/targetticket.class.php:99 +#: inc/abstractitiltarget.class.php:186 +msgid "None" +msgstr "Nekas" + +#: inc/form_validator.class.php:78 inc/abstractitiltarget.class.php:2552 +msgid "No" +msgstr "" + +#: inc/form_validator.class.php:81 +msgid "Supervisor of the requester" +msgstr "" + +#: inc/form_validator.class.php:116 inc/translation.class.php:221 +msgid "Form not found." +msgstr "" + +#: inc/form_validator.class.php:121 inc/form_validator.class.php:129 +#: inc/form_validator.class.php:138 +msgid "Invalid validator." +msgstr "" + +#: inc/form_validator.class.php:147 +#, php-format +msgid "Only level 1 is allowed for %s." +msgstr "" + +#: inc/form_validator.class.php:156 +msgid "Invalid validator type." +msgstr "" + +#: inc/form_validator.class.php:194 entrée standard:103 +msgid "Level" +msgstr "" + +#: inc/form_validator.class.php:592 inc/abstractitiltarget.class.php:1354 +msgid "Validation" +msgstr "" + +#: inc/form_validator.class.php:594 +msgid "Choose a validator" +msgstr "Izvēlēties apstiprinātāju" + +#: inc/profile.class.php:62 inc/targetproblem.class.php:147 +#: inc/entityconfig.class.php:520 inc/targetchange.class.php:484 +#: inc/targetticket.class.php:323 inc/targetticket.class.php:358 +#: inc/abstractitiltarget.class.php:2124 +msgctxt "button" +msgid "Save" +msgstr "" + +#: inc/targetproblem.class.php:43 entrée standard:43 +msgid "Target problem" +msgid_plural "Target problems" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/targetproblem.class.php:109 inc/targetproblem.class.php:565 +#: inc/targetchange.class.php:105 inc/targetchange.class.php:441 +#: inc/targetticket.class.php:135 inc/targetticket.class.php:238 +msgid "Properties" +msgstr "" + +#: inc/targetproblem.class.php:509 inc/targetchange.class.php:286 +#: inc/targetticket.class.php:1443 +#, php-format +msgid "" +"Failed to add or update the %1$s %2$s: a question is missing and is used in " +"a parameter of the target" +msgstr "" + +#: inc/targetproblem.class.php:566 inc/targetchange.class.php:106 +#: inc/targetticket.class.php:136 inc/abstractitiltarget.class.php:1216 +msgid "Actors" +msgstr "Dalībnieki" + +#: inc/targetproblem.class.php:619 entrée standard:48 +msgid "Problem title" +msgstr "" + +#: inc/targetproblem.class.php:629 inc/targetchange.class.php:354 +#: inc/targetticket.class.php:199 +msgid "Content" +msgstr "" + +#: inc/targetproblem.class.php:639 inc/targetchange.class.php:364 +msgid "Impact" +msgstr "" + +#: inc/targetproblem.class.php:649 entrée standard:56 +msgid "Cause" +msgstr "" + +#: inc/targetproblem.class.php:659 entrée standard:58 +msgid "Symptom" +msgstr "" + +#: inc/entityconfig.class.php:101 inc/entityconfig.class.php:110 +#: inc/entityconfig.class.php:118 inc/entityconfig.class.php:126 +#: inc/entityconfig.class.php:134 inc/entityconfig.class.php:142 +#: inc/entityconfig.class.php:150 inc/entityconfig.class.php:158 +#: inc/entityconfig.class.php:166 inc/entityconfig.class.php:180 +#: inc/entityconfig.class.php:188 inc/entityconfig.class.php:196 +msgid "Inheritance of the parent entity" +msgstr "" + +#: inc/entityconfig.class.php:102 +msgid "GLPi's helpdesk" +msgstr "GLPI helpdesks" + +#: inc/entityconfig.class.php:103 +msgid "Service catalog simplified" +msgstr "Vienkāršots servisu katalogs" + +#: inc/entityconfig.class.php:104 +msgid "Service catalog extended" +msgstr "Izvērst servisu katalogs" + +#: inc/entityconfig.class.php:111 +msgid "All available forms" +msgstr "" + +#: inc/entityconfig.class.php:112 +msgid "Only default forms" +msgstr "" + +#: inc/entityconfig.class.php:119 +msgid "Popularity sort" +msgstr "Sakārtot pēc popularitātes" + +#: inc/entityconfig.class.php:120 +msgid "Alphabetic sort" +msgstr "Sakārtot alfabēta secībā" + +#: inc/entityconfig.class.php:127 +msgid "Merged with Forms" +msgstr "" + +#: inc/entityconfig.class.php:128 +msgid "Distinct menu entry" +msgstr "" + +#: inc/entityconfig.class.php:135 inc/entityconfig.class.php:143 +#: inc/entityconfig.class.php:151 inc/entityconfig.class.php:159 +#: inc/entityconfig.class.php:189 inc/form.class.php:271 entrée standard:100 +msgid "Visible" +msgstr "" + +#: inc/entityconfig.class.php:136 inc/entityconfig.class.php:144 +#: inc/entityconfig.class.php:152 inc/entityconfig.class.php:160 +#: inc/entityconfig.class.php:190 +msgid "Hidden" +msgstr "" + +#: inc/entityconfig.class.php:167 +msgid "Variable height" +msgstr "" + +#: inc/entityconfig.class.php:168 +msgid "Uniform height" +msgstr "" + +#: inc/entityconfig.class.php:173 +msgid "Search for assistance" +msgstr "" + +#: inc/entityconfig.class.php:174 +msgid "User's assistance requests" +msgstr "" + +#: inc/entityconfig.class.php:181 +msgid "Only forms" +msgstr "" + +#: inc/entityconfig.class.php:182 +msgid "Forms and list of requests" +msgstr "" + +#: inc/entityconfig.class.php:197 +msgid "Folded" +msgstr "" + +#: inc/entityconfig.class.php:198 +msgid "Unfolded" +msgstr "" + +#: inc/entityconfig.class.php:298 +msgid "Helpdesk" +msgstr "Helpdesks" + +#: inc/entityconfig.class.php:306 inc/entityconfig.class.php:534 entrée +#: standard:44 +msgid "Helpdesk mode" +msgstr "Helpdesk režīms" + +#: inc/entityconfig.class.php:317 inc/entityconfig.class.php:604 +msgid "Default Form list mode" +msgstr "" + +#: inc/entityconfig.class.php:335 inc/entityconfig.class.php:544 +msgid "Sort order" +msgstr "" + +#: inc/entityconfig.class.php:351 inc/entityconfig.class.php:554 +msgid "Knowledge base" +msgstr "" + +#: inc/entityconfig.class.php:366 +msgid "Search" +msgstr "" + +#: inc/entityconfig.class.php:382 inc/entityconfig.class.php:614 +msgid "Counters dashboard" +msgstr "" + +#: inc/entityconfig.class.php:398 +msgid "Header message" +msgstr "" + +#: inc/entityconfig.class.php:414 inc/entityconfig.class.php:624 +msgid "Search issue" +msgstr "" + +#: inc/entityconfig.class.php:430 inc/entityconfig.class.php:594 +msgid "Service catalog home page" +msgstr "" + +#: inc/entityconfig.class.php:446 inc/entityconfig.class.php:634 +msgid "Tile design" +msgstr "" + +#: inc/entityconfig.class.php:462 +msgid "Home page" +msgstr "" + +#: inc/entityconfig.class.php:494 +msgid "Menu visibility (only for vertical menu)" +msgstr "" + +#: inc/entityconfig.class.php:506 inc/entityconfig.class.php:584 +#: inc/form.class.php:225 entrée standard:84 +msgid "Header" +msgid_plural "Headers" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/entityconfig.class.php:564 +msgid "Display search field" +msgstr "" + +#: inc/entityconfig.class.php:574 +msgid "Display header" +msgstr "" + +#: inc/questionrange.class.php:52 inc/questionparameter/range.class.php:56 +msgid "Question range" +msgid_plural "Question ranges" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/questionrange.class.php:62 inc/questionparameter/range.class.php:66 +msgid "Minimum range" +msgstr "" + +#: inc/questionrange.class.php:71 inc/questionparameter/range.class.php:75 +msgid "maximum range" +msgstr "" + +#: inc/form.class.php:66 inc/form.class.php:429 +msgid "Public access" +msgstr "Publiska pieeja" + +#: inc/form.class.php:67 inc/form.class.php:433 +msgid "Private access" +msgstr "Privāta pieeja" + +#: inc/form.class.php:68 inc/form.class.php:437 +msgid "Restricted access" +msgstr "Ierobežota pieeja" + +#: inc/form.class.php:122 +msgid "Answers waiting for validation" +msgstr "" + +#: inc/form.class.php:124 inc/form.class.php:1663 inc/form.class.php:1689 +msgid "Import forms" +msgstr "Importēt formas" + +#: inc/form.class.php:169 +msgid "Recursive" +msgstr "" + +#: inc/form.class.php:190 +msgid "Homepage" +msgstr "Sākumlapa" + +#: inc/form.class.php:203 +msgid "Access" +msgstr "Piekļuve" + +#: inc/form.class.php:234 inc/form.class.php:327 inc/form.class.php:394 entrée +#: standard:54 +msgid "Active" +msgstr "" + +#: inc/form.class.php:286 inc/form.class.php:338 inc/form.class.php:413 +msgid "Default form" +msgstr "" + +#: inc/form.class.php:296 entrée standard:106 +msgid "Next form" +msgstr "" + +#: inc/form.class.php:326 inc/form.class.php:391 +msgid "Inactive" +msgstr "" + +#: inc/form.class.php:337 inc/form.class.php:410 +msgid "Not default form" +msgstr "" + +#: inc/form.class.php:361 inc/form.class.php:445 entrée standard:75 +msgid "All languages" +msgstr "" + +#: inc/form.class.php:508 entrée standard:3 +msgid "Target" +msgid_plural "Targets" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/form.class.php:511 +msgid "Preview" +msgstr "" + +#: inc/form.class.php:512 +msgid "Form answer properties" +msgstr "" + +#: inc/form.class.php:854 +msgid "What are you looking for?" +msgstr "" + +#: inc/form.class.php:993 inc/form.class.php:1156 +#: inc/abstracttarget.class.php:162 inc/abstractitiltarget.class.php:1625 +msgid "The name cannot be empty!" +msgstr "Virsraksts nevar būt tukšs!" + +#: inc/form.class.php:1026 inc/form.class.php:1191 +msgid "A loop is generated!" +msgstr "" + +#: inc/form.class.php:1167 +msgid "Cannot use empty name for form answers. Keeping the previous value." +msgstr "" + +#: inc/form.class.php:1303 +#, php-format +msgid "The question %s is not compatible with public forms" +msgstr "" + +#: inc/form.class.php:1386 +msgid "Errored duplicate" +msgstr "" + +#: inc/form.class.php:1397 entrée standard:23 +msgid "Duplicate" +msgstr "Dublikāts" + +#: inc/form.class.php:1442 inc/form.class.php:1452 +msgctxt "button" +msgid "Post" +msgstr "" + +#: inc/form.class.php:1475 +#, php-format +msgid "Form duplicated: %s" +msgstr "Formas dublikāts: %s" + +#: inc/form.class.php:1491 +#, php-format +msgid "Form Transfered: %s" +msgstr "Forma pārnesta: %s" + +#: inc/form.class.php:1515 +msgid "Back" +msgstr "Atpakaļ" + +#: inc/form.class.php:1526 +#, php-format +msgid "Form updated: %s" +msgstr "" + +#: inc/form.class.php:1636 +msgid "Upload of JSON files not allowed." +msgstr "JSON datņu augšupielāde liegta" + +#: inc/form.class.php:1639 +msgid "You may allow JSON files right now." +msgstr "Nepieciešams atļaut JSON datnes." + +#: inc/form.class.php:1640 +msgctxt "button" +msgid "Create" +msgstr "Izveidot" + +#: inc/form.class.php:1643 inc/form.class.php:1654 +msgid "Please contact your GLPI administrator." +msgstr "Lūdzu sazināties ar GLPI administratoru." + +#: inc/form.class.php:1644 inc/form.class.php:1655 +msgctxt "button" +msgid "Back" +msgstr "Atpakaļ" + +#: inc/form.class.php:1647 +msgid "Upload of JSON files not enabled." +msgstr "JSON datnes augšupielādēšana nav iespējota." + +#: inc/form.class.php:1650 inc/form.class.php:1653 +msgid "You may enable JSON files right now." +msgstr "Tagad jums nepieciešams iespējot JSON datnes." + +#: inc/form.class.php:1651 +msgctxt "button" +msgid "Enable" +msgstr "Iespējot" + +#: inc/form.class.php:1698 +msgctxt "button" +msgid "Send" +msgstr "" + +#: inc/form.class.php:1717 +msgid "Forms import impossible, the file is empty" +msgstr "" + +#: inc/form.class.php:1721 inc/form.class.php:1725 +msgid "Forms import impossible, the file seems corrupt" +msgstr "" + +#: inc/form.class.php:1731 +msgid "Forms import impossible, the file was generated with another version" +msgstr "" + +#: inc/form.class.php:1738 +msgid "" +"The file does not specifies the schema version. It was probably generated " +"with a version older than 2.10. Giving up." +msgstr "" + +#: inc/form.class.php:1764 +#, php-format +msgid "Failed to import %s" +msgstr "" + +#: inc/form.class.php:1769 +#, php-format +msgid "Forms successfully imported from %s" +msgstr "Formas veiksmīgi importētas no %s" + +#: inc/form.class.php:1832 +#, php-format +msgid "The form %1$s already exists and is in an unmodifiable entity." +msgstr "" + +#: inc/form.class.php:1840 +#, php-format +msgid "You don't have right to update the entity %1$s." +msgstr "" + +#: inc/form.class.php:1850 +#, php-format +msgid "The entity %1$s is required for the form %2$s." +msgstr "" + +#: inc/form.class.php:1952 +msgid "Failed to create JSON document type" +msgstr "Neizdevās izveidot JSON dokumenta tipu" + +#: inc/form.class.php:1959 +msgid "JSON document type not found" +msgstr "JSON dokumenta tips nav atrasts" + +#: inc/form.class.php:1966 +msgid "Failed to update JSON document type" +msgstr "Neizdevās atjaunot JSON dokumenta tipu" + +#: inc/form.class.php:1986 +msgid "Forms without category" +msgstr "Formas bez kategorijas" + +#: inc/form.class.php:2007 +msgid "No form available" +msgstr "" + +#: inc/form.class.php:2205 entrée standard:47 +msgid "Add a target" +msgstr "" + +#: inc/form.class.php:2236 inc/targetticket.class.php:398 +#: inc/abstractitiltarget.class.php:1828 inc/abstractitiltarget.class.php:2124 +#: entrée standard:92 standard:94 +msgid "Add" +msgstr "" + +#: inc/form.class.php:2254 inc/form.class.php:2277 inc/form.class.php:2299 +msgid "Unsupported target type." +msgstr "" + +#: inc/form.class.php:2333 +msgid "plugin_formcreator_load_check" +msgstr "" + +#: inc/targetchange.class.php:44 entrée standard:43 +msgid "Target change" +msgid_plural "Target changes" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/targetchange.class.php:344 entrée standard:48 +msgid "Change title" +msgstr "Izmainīt virsrakstu" + +#: inc/targetchange.class.php:374 entrée standard:56 +msgid "Control list" +msgstr "" + +#: inc/targetchange.class.php:384 entrée standard:58 +msgid "Deployment plan" +msgstr "" + +#: inc/targetchange.class.php:394 entrée standard:60 +msgid "Backup plan" +msgstr "" + +#: inc/targetchange.class.php:404 +msgid "Check list" +msgstr "" + +#: inc/questionfilter.class.php:52 +msgid "Question filter" +msgid_plural "Question filters" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/section.class.php:71 entrée standard:53 standard:44 +msgid "Section" +msgid_plural "Sections" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/section.class.php:123 inc/section.class.php:166 +#: inc/question.class.php:348 +msgid "The title is required" +msgstr "Virsraksts ir nepieciešams" + +#: inc/section.class.php:553 inc/question.class.php:234 entrée standard:37 +msgid "Count of conditions" +msgstr "" + +#: inc/restrictedformcriteria.class.php:179 +#, php-format +msgid "Failed to find %1$s %2$s" +msgstr "" + +#: inc/question.class.php:73 inc/abstractitiltarget.class.php:1127 entrée +#: standard:41 +msgid "Question" +msgid_plural "Questions" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/question.class.php:197 entrée standard:43 standard:50 standard:44 +#: standard:49 standard:79 +msgid "Required" +msgstr "Nepieciešams" + +#: inc/question.class.php:355 +msgid "The section is required" +msgstr "Sadaļa ir nepieciešama" + +#: inc/question.class.php:365 +#, php-format +msgid "Field type %1$s is not available for question %2$s." +msgstr "" + +#: inc/question.class.php:379 +msgid "This type of question is not compatible with public forms." +msgstr "" + +#: inc/question.class.php:469 +msgid "The field type cannot be changed. Delete then recreate the question." +msgstr "" + +#: inc/question.class.php:1184 +msgid "Service levels" +msgstr "" + +#: inc/question.class.php:1185 inc/abstractitiltarget.class.php:851 +msgid "SLA" +msgstr "" + +#: inc/question.class.php:1186 inc/abstractitiltarget.class.php:924 +msgid "OLA" +msgstr "" + +#: inc/question.class.php:1205 inc/question.class.php:1248 +#: inc/question.class.php:1251 +msgid "Assets" +msgstr "" + +#: inc/question.class.php:1219 hook.php:780 hook.php:797 +msgid "Assistance" +msgstr "" + +#: inc/question.class.php:1225 +msgid "Management" +msgstr "" + +#: inc/question.class.php:1236 +msgid "Tools" +msgstr "" + +#: inc/question.class.php:1237 +msgid "Notes" +msgstr "" + +#: inc/question.class.php:1238 +msgid "RSS feed" +msgstr "" + +#: inc/question.class.php:1240 +msgid "Administration" +msgstr "" + +#: inc/question.class.php:1248 inc/question.class.php:1251 +msgid "Plugin" +msgid_plural "Plugins" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/abstractquestionparameter.class.php:98 +msgid "Parameter" +msgstr "" + +#: inc/abstractquestionparameter.class.php:105 +msgid "Field name" +msgstr "" + +#: inc/abstracttarget.class.php:97 +msgid "Current active entity" +msgstr "Tekoša aktīva nodaļa" + +#: inc/abstracttarget.class.php:98 +msgid "Default requester user's entity" +msgstr "Noklusēta pieprasītāja nodaļa" + +#: inc/abstracttarget.class.php:99 +msgid "First dynamic requester user's entity (alphabetical)" +msgstr "Pirmā dinamiska pieteicēja nodaļa (alfabētiski)" + +#: inc/abstracttarget.class.php:100 +msgid "Last dynamic requester user's entity (alphabetical)" +msgstr "Pēdēja dinamiska pieteicēja nodaļa (alfabētiski)" + +#: inc/abstracttarget.class.php:101 +msgid "The form entity" +msgstr "Formas nodaļa" + +#: inc/abstracttarget.class.php:102 +msgid "Default entity of the validator" +msgstr "Noklusēta apstiprinātāju nodaļa" + +#: inc/abstracttarget.class.php:103 +msgid "Specific entity" +msgstr "Noteikta nodaļa" + +#: inc/abstracttarget.class.php:104 +msgid "Default entity of a user type question answer" +msgstr "Noklusēta lietotāja tipa atbildes nodaļa" + +#: inc/abstracttarget.class.php:105 +msgid "From a GLPI object > Entity type question answer" +msgstr "No GLPI objekta > Nodaļas tipa jautājuma atbilde" + +#: inc/abstracttarget.class.php:116 +msgid "Always generated" +msgstr "" + +#: inc/abstracttarget.class.php:117 +msgid "Disabled unless" +msgstr "" + +#: inc/abstracttarget.class.php:118 +msgid "Generated unless" +msgstr "" + +#: inc/abstracttarget.class.php:129 +msgid "A target must be associated to a form." +msgstr "" + +#: inc/abstracttarget.class.php:134 +msgid "A target must be associated to an existing form." +msgstr "" + +#: inc/abstracttarget.class.php:139 +msgid "Name is required." +msgstr "" + +#: inc/abstracttarget.class.php:502 +msgid "Destination entity" +msgstr "" + +#: inc/abstracttarget.class.php:518 +msgid "User type question" +msgstr "Lietotāja jautājuma tips" + +#: inc/abstracttarget.class.php:519 +msgid "Entity type question" +msgstr "Nodaļas jautājuma tips" + +#: inc/command/cleanticketscommand.class.php:53 +msgid "Searching for invalid items..." +msgstr "" + +#: inc/command/cleanticketscommand.class.php:61 +msgid "Done." +msgstr "" + +#: inc/command/cleanticketscommand.class.php:135 +msgid "Step 1: double encoded < and > signs." +msgstr "" + +#: inc/command/cleanticketscommand.class.php:146 +#: inc/command/cleanticketscommand.class.php:196 +#: inc/command/cleanticketscommand.class.php:260 +msgid "No invalid items found." +msgstr "" + +#: inc/command/cleanticketscommand.class.php:187 +msgid "Step 2: literal BR tag." +msgstr "" + +#: inc/command/cleanticketscommand.class.php:251 +msgid "Step 3: litteral > sign." +msgstr "" + +#: inc/filter/itilcategoryfilter.class.php:52 +#: inc/filter/itilcategoryfilter.class.php:54 +msgid "Request categories" +msgstr "Pieprasījuma kategorijas" + +#: inc/filter/itilcategoryfilter.class.php:53 +#: inc/filter/itilcategoryfilter.class.php:54 +msgid "Incident categories" +msgstr "Incidentu kategorijas" + +#: inc/filter/itilcategoryfilter.class.php:55 +msgid "Change categories" +msgstr "" + +#: inc/supervisorvalidator.class.php:44 +msgid "Requester supervisor" +msgid_plural "Requester supervisors" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/supervisorvalidator.class.php:52 +msgid "My supervisor" +msgstr "" + +#: inc/questionregex.class.php:52 +msgid "Question regular expression" +msgid_plural "Question regular expressions" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/questiondependency.class.php:66 +msgid "Question dependency" +msgid_plural "Question dependencies" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/answer.class.php:66 entrée standard:43 +msgid "Answer" +msgid_plural "Answers" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/item_targetticket.class.php:52 +msgid "Composite ticket relation" +msgid_plural "Composite ticket relations" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/targetticket.class.php:57 entrée standard:43 +msgid "Target ticket" +msgid_plural "Target tickets" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/targetticket.class.php:100 +msgid "Specific asset" +msgstr "" + +#: inc/targetticket.class.php:101 inc/targetticket.class.php:117 +#: inc/abstractitiltarget.class.php:207 inc/abstractitiltarget.class.php:215 +#: inc/abstractitiltarget.class.php:223 inc/abstractitiltarget.class.php:231 +#: inc/abstractitiltarget.class.php:240 inc/abstractitiltarget.class.php:249 +msgid "Equals to the answer to the question" +msgstr "Vienlīdzīgs ar jautājuma atbildi" + +#: inc/targetticket.class.php:102 inc/abstractitiltarget.class.php:232 +#: inc/abstractitiltarget.class.php:241 inc/abstractitiltarget.class.php:250 +msgid "Last valid answer" +msgstr "" + +#: inc/targetticket.class.php:108 +msgid "Source from template or user default or GLPI default" +msgstr "" + +#: inc/targetticket.class.php:109 +msgid "Formcreator" +msgstr "" + +#: inc/targetticket.class.php:115 +msgid "Default or from a template" +msgstr "" + +#: inc/targetticket.class.php:116 +msgid "Specific type" +msgstr "" + +#: inc/targetticket.class.php:189 entrée standard:48 +msgid "Ticket title" +msgstr "Pieteikumu virsraksts" + +#: inc/targetticket.class.php:307 +msgid "Add validation message as first ticket followup" +msgstr "Pievienot apstiprināšanas ziņojumu kā pirmo pieteikuma sekojumu" + +#: inc/targetticket.class.php:341 +msgid "Add a field" +msgstr "" + +#: inc/targetticket.class.php:369 +msgid "Managed fields" +msgstr "" + +#: inc/targetticket.class.php:376 +msgid "No managed field" +msgstr "" + +#: inc/targetticket.class.php:396 +msgid "Link to an other ticket" +msgstr "Salinkot ar citu pieteikumu" + +#: inc/targetticket.class.php:405 +msgid "An other destination of this form" +msgstr "Cits galamērķis šai formai" + +#: inc/targetticket.class.php:406 +msgid "An existing ticket" +msgstr "Eksistējošs pieteikums" + +#: inc/targetticket.class.php:407 +msgid "A ticket from an answer to a question" +msgstr "" + +#: inc/targetticket.class.php:488 +msgctxt "button" +msgid "Delete permanently" +msgstr "" + +#: inc/targetticket.class.php:743 +msgid "Invalid link type" +msgstr "Nederīgs salinkots tips" + +#: inc/targetticket.class.php:763 +msgid "Invalid linked item type" +msgstr "Nederīgs salinkotas vienības tips" + +#: inc/targetticket.class.php:776 +msgid "Linked item does not exists" +msgstr "Salinkota vienība neeksistē" + +#: inc/targetticket.class.php:789 +msgid "Failed to link the item" +msgstr "Neizdevis salinkot ar vienību" + +#: inc/targetticket.class.php:905 install/install.php:497 +msgid "Your form has been accepted by the validator" +msgstr "Jūsu formu akceptēja apstiprinātājs" + +#: inc/targetticket.class.php:1137 +msgid "Request source" +msgstr "" + +#: inc/targetticket.class.php:1162 +msgid "Type " +msgstr "" + +#: inc/targetticket.class.php:1190 +msgid "Associated elements" +msgstr "" + +#: inc/targetticket.class.php:1201 +msgid "Item " +msgstr "" + +#: inc/translation.class.php:153 +msgid "No more string to translate" +msgstr "" + +#: inc/translation.class.php:164 +msgid "Internal error: translatable string not found." +msgstr "" + +#: inc/translation.class.php:216 +msgid "Language not found." +msgstr "" + +#: inc/translation.class.php:236 +msgid "Failed to add the translation." +msgstr "" + +#: inc/abstractitiltarget.class.php:187 +msgid "Tags from questions" +msgstr "Tagi no jautājumiem" + +#: inc/abstractitiltarget.class.php:188 +msgid "Specific tags" +msgstr "Noteiktie tagi" + +#: inc/abstractitiltarget.class.php:189 +msgid "Tags from questions and specific tags" +msgstr "Tagi no jautājumiem un noteiktiem tagiem" + +#: inc/abstractitiltarget.class.php:190 +msgid "Tags from questions or specific tags" +msgstr "Tagi no jautājumiem vai noteiktiem tagiem" + +#: inc/abstractitiltarget.class.php:196 +msgid "TTR from template or none" +msgstr "" + +#: inc/abstractitiltarget.class.php:197 +msgid "equals to the answer to the question" +msgstr "vienlīdzīgs ar jautājuma atbildi" + +#: inc/abstractitiltarget.class.php:198 +msgid "calculated from the ticket creation date" +msgstr "saskaitīts no pieteikuma izveidošanas datuma" + +#: inc/abstractitiltarget.class.php:199 +msgid "calculated from the answer to the question" +msgstr "saskaitīts no atbildes uz jautājumu" + +#: inc/abstractitiltarget.class.php:205 +msgid "SLA from template or none" +msgstr "" + +#: inc/abstractitiltarget.class.php:206 +msgid "Specific SLA" +msgstr "" + +#: inc/abstractitiltarget.class.php:213 +msgid "OLA from template or none" +msgstr "" + +#: inc/abstractitiltarget.class.php:214 +msgid "Specific OLA" +msgstr "" + +#: inc/abstractitiltarget.class.php:221 +msgid "Urgency from template or Medium" +msgstr "Steidzamība no veidnes vai Vidēja" + +#: inc/abstractitiltarget.class.php:222 +msgid "Specific urgency" +msgstr "Norādīt steidzamību" + +#: inc/abstractitiltarget.class.php:229 +msgid "Category from template or none" +msgstr "Kategorija no veidnes vai bez kategorijas" + +#: inc/abstractitiltarget.class.php:230 +msgid "Specific category" +msgstr "Norādīt kategoriju" + +#: inc/abstractitiltarget.class.php:238 +msgid "Location from template or none" +msgstr "Vieta no veidnes vai nenorādīta" + +#: inc/abstractitiltarget.class.php:239 +msgid "Specific location" +msgstr "Noteikta vieta" + +#: inc/abstractitiltarget.class.php:247 +msgid "Contract from template or none" +msgstr "" + +#: inc/abstractitiltarget.class.php:248 +msgid "Specific contract" +msgstr "" + +#: inc/abstractitiltarget.class.php:256 +msgid "No validation" +msgstr "" + +#: inc/abstractitiltarget.class.php:257 +msgid "Specific user or group" +msgstr "" + +#: inc/abstractitiltarget.class.php:258 +msgid "User from question answer" +msgstr "" + +#: inc/abstractitiltarget.class.php:259 +msgid "Group from question answer" +msgstr "" + +#: inc/abstractitiltarget.class.php:839 +msgid "Minute" +msgid_plural "Minutes" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/abstractitiltarget.class.php:840 +msgid "Hour" +msgid_plural "Hours" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/abstractitiltarget.class.php:841 +msgid "Day" +msgid_plural "Days" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/abstractitiltarget.class.php:842 +msgid "Month" +msgid_plural "Months" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/abstractitiltarget.class.php:874 +msgid "SLA (TTO/TTR)" +msgstr "" + +#: inc/abstractitiltarget.class.php:875 inc/abstractitiltarget.class.php:948 +msgid "Question (TTO/TTR)" +msgstr "" + +#: inc/abstractitiltarget.class.php:947 +msgid "OLA (TTO/TTR)" +msgstr "" + +#: inc/abstractitiltarget.class.php:1051 +msgid "Urgency " +msgstr "Steidzamība" + +#: inc/abstractitiltarget.class.php:1080 +msgid "Ticket tags" +msgstr "Pieteikumu tagi" + +#: inc/abstractitiltarget.class.php:1128 +msgid "Tags" +msgstr "Tagi" + +#: inc/abstractitiltarget.class.php:1247 +msgid "Location" +msgstr "" + +#: inc/abstractitiltarget.class.php:1259 +msgid "Location " +msgstr "Atrašanās vietas" + +#: inc/abstractitiltarget.class.php:1312 +msgid "Contract" +msgstr "" + +#: inc/abstractitiltarget.class.php:1324 +msgid "Contract " +msgstr "" + +#: inc/abstractitiltarget.class.php:1635 +msgid "The description cannot be empty!" +msgstr "Apraksts nevar būt tukšs!" + +#: inc/abstractitiltarget.class.php:1811 +msgid "Watcher" +msgid_plural "Watchers" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/abstractitiltarget.class.php:1830 +msgid "Cancel" +msgstr "Atcelt" + +#: inc/abstractitiltarget.class.php:2118 inc/abstractitiltarget.class.php:2548 +#: inc/abstractitiltarget.class.php:2552 +msgid "Email followup" +msgstr "" + +#: inc/abstractitiltarget.class.php:2149 inc/abstractitiltarget.class.php:2536 +msgid "User" +msgstr "" + +#: inc/abstractitiltarget.class.php:2160 inc/abstractitiltarget.class.php:2540 +msgid "Group" +msgstr "" + +#: inc/abstractitiltarget.class.php:2171 +msgid "Group from the object" +msgstr "" + +#: inc/abstractitiltarget.class.php:2177 +msgid "Tech group from the object" +msgstr "" + +#: inc/abstractitiltarget.class.php:2189 inc/abstractitiltarget.class.php:2544 +msgid "Supplier" +msgstr "" + +#: inc/abstractitiltarget.class.php:2548 +msgid "Yes" +msgstr "" + +#: install/install.php:163 +#, php-format +msgid "Upgrade tables to innoDB; run %s" +msgstr "" + +#: install/install.php:199 +#, php-format +msgid "" +"The database schema is not consistent with the previous version of " +"Formcreator %s. To see the logs run the command %s" +msgstr "" + +#: install/install.php:208 +#, php-format +msgid "To ignore the inconsistencies and upgrade anyway run %s" +msgstr "" + +#: install/install.php:225 +msgid "" +"Upgrade from version older than 2.5.0 is no longer supported. Please upgrade" +" to GLPI 9.5.7, upgrade Formcreator to version 2.12.5, then upgrade again to" +" GLPI 10 or later and Formcreator 2.13 or later." +msgstr "" + +#: install/install.php:251 +#, php-format +msgid "" +"A fatal error occured in the upgrade from %s! Upgrade aborted. Please check " +"logs to fix the problem then try again." +msgstr "" + +#: install/install.php:294 +#, php-format +msgid "" +"The database schema is not consistent with the current version of " +"Formcreator %s. To see the logs enable the plugin and run the command %s" +msgstr "" + +#: install/install.php:305 +msgid "The tables of the plugin passed the schema integrity check." +msgstr "" + +#: install/install.php:478 +msgid "A form has been created" +msgstr "Forma izveidota" + +#: install/install.php:479 +msgid "Your request has been saved" +msgstr "Jūsu pieprasījums saglabāts" + +#: install/install.php:480 +msgid "" +"Hi,\\nYour request from GLPI has been successfully saved with number " +"##formcreator.request_id## and transmitted to the helpdesk team.\\nYou can " +"see your answers onto the following link:\\n##formcreator.validation_link##" +msgstr "" +"Sveicināti,\\nJūsu pieprasījums no GLPI veiksmīgi saglabāts ar numuru " +"##formcreator.request_id## un nodots helpdesk komandai.\\nJūs varat sekot " +"līdzi sekojošā vietnē:\\n##formcreator.validation_link##" + +#: install/install.php:484 +msgid "A form need validation" +msgstr "" + +#: install/install.php:485 +msgid "A form from GLPI need to be validated" +msgstr "" + +#: install/install.php:486 +msgid "" +"Hi,\\nA form from GLPI need to be validated and you have been choosen as the" +" validator.\\nYou can access it by clicking onto this " +"link:\\n##formcreator.validation_link##" +msgstr "" + +#: install/install.php:491 +msgid "Your form has been refused by the validator" +msgstr "Jūsu formu noraidījis apstiprinātājs" + +#: install/install.php:492 +msgid "" +"Hi,\\nWe are sorry to inform you that your form has been refused by the " +"validator for the reason " +"below:\\n##formcreator.validation_comment##\\n\\nYou can still modify and " +"resubmit it by clicking onto this link:\\n##formcreator.validation_link##" +msgstr "" +"Sveicināti,\\nJūsu formu noraidīta apstiprinātājs ar sekojošo " +"iemeslu:\\n##formcreator.validation_comment##\\n\\nJūs varat veikt izmaiņas " +"un atkartoti iesniegt formu sekojošā " +"vietnē:\\n##formcreator.validation_link##" + +#: install/install.php:498 +msgid "" +"Hi,\\nWe are pleased to inform you that your form has been accepted by the " +"validator.\\nYour request will be considered soon." +msgstr "" +"Sveicināti,\\nInformējam, jūsu formu akceptēja apstiprinātājs.\\nJūsu " +"pieteikums drīz tiks izskatīts." + +#: install/install.php:503 +msgid "Your form has been deleted by an administrator" +msgstr "Jūsu formu izdzēsa administrators" + +#: install/install.php:504 +msgid "" +"Hi,\\nWe are sorry to inform you that your request cannot be considered and " +"has been deleted by an administrator." +msgstr "" +"Sveicināti,\\nInformējam, jūsu pieprasījums netiks izskatīts un tika " +"izdzēsts." + +#: install/install.php:732 +msgid "Formcreator - Sync service catalog issues" +msgstr "Formcreator - Sinhronizēt problēmas ar servisa katalogu" + +#: install/install.php:945 +msgid "Failed to check the sanity of the tables!" +msgstr "" + +#: install/install.php:959 +#, php-format +msgid "Table schema differs for table \"%s\"." +msgstr "" + +#: install/install.php:962 +#, php-format +msgid "Table \"%s\" is missing." +msgstr "" + +#: install/install.php:965 +#, php-format +msgid "Unknown table \"%s\" has been found in database." +msgstr "" + +#: hook.php:439 +msgctxt "button" +msgid "Duplicate" +msgstr "Dublikāts" + +#: hook.php:440 +msgid "Transfer" +msgstr "" + +#: hook.php:441 +msgctxt "button" +msgid "Export" +msgstr "" + +#: hook.php:442 +msgctxt "button" +msgid "Access rights" +msgstr "" + +#: hook.php:756 +msgid "Cancel my ticket" +msgstr "" + +#: hook.php:774 +msgid "Old" +msgstr "" + +#: hook.php:781 +#, php-format +msgid "Number of %s" +msgstr "" + +#: hook.php:798 +msgid "Issues summary" +msgstr "" + +#: hook.php:843 +msgid "" +"Formcreator's mini dashboard not usable as default. This Setting has been " +"ignored." +msgstr "" + +#: js/scripts.js:300 +msgid "No form found. Please choose a form below instead." +msgstr "" + +#: js/scripts.js:302 +msgid "No form found." +msgstr "" + +#: js/scripts.js:306 +msgid "No FAQ item found." +msgstr "" + +#: js/scripts.js:707 +msgid "Are you sure you want to delete this question?" +msgstr "Vai jūs tiešām gribat izdzēst šo jautājumu?" + +#: js/scripts.js:917 +msgid "Are you sure you want to delete this section?" +msgstr "Vai jūs tiešām gribat izdzēst šo sadaļu?" + +#: js/scripts.js:1161 +msgid "Add translations" +msgstr "" + +#: js/scripts.js:1300 js/scripts.js:1324 +msgid "An error occured while querying forms" +msgstr "Radās kļūda veicot formas vaicājumu" + +#: js/scripts.js:1416 entrée standard:139 +msgid "Send" +msgstr "" + +#: js/scripts.js:1425 +msgid "An internal error occurred. Please report it to administrator." +msgstr "" + +#: js/scripts.js:1468 +msgid "Are you sure you want to delete this validator ?" +msgstr "" + +#: js/scripts.js:1520 +msgid "Are you sure you want to duplicate this target?" +msgstr "" + +#: js/scripts.js:1537 +msgid "Are you sure you want to delete this target?" +msgstr "" + +#: entrée standard:57 standard:61 standard:60 standard:59 standard:43 +#: standard:69 standard:52 standard:76 +msgid "Default values" +msgstr "" + +#: entrée standard:52 standard:59 standard:58 +msgid "Show empty" +msgstr "Parādīt tukšo" + +#: entrée standard:39 +msgid "LDAP directory" +msgid_plural "LDAP directories" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: entrée standard:78 +msgid "Attribute" +msgstr "Atribūts" + +#: entrée standard:70 standard:68 +msgid "Values" +msgstr "Vērtības" + +#: entrée standard:90 +msgid "Show ticket categories" +msgstr "Parādīt pieteikuma kategorijas" + +#: entrée standard:146 standard:118 +msgid "Selectable root" +msgstr "" + +#: entrée standard:38 +msgid "GLPI object" +msgid_plural "GLPI objects" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: entrée standard:63 +msgid "Direct access on homepage" +msgstr "Tiešsaiste no sākumlapas" + +#: entrée standard:86 +msgid "Default form in service catalog" +msgstr "Noklusēta forma servisu katalogā" + +#: entrée standard:113 standard:114 +msgid "Are you a robot ?" +msgstr "" + +#: entrée standard:64 +msgid "Condition to show the section" +msgstr "" + +#: entrée standard:40 +msgid "Condition to generate the target" +msgstr "" + +#: entrée standard:40 +msgid "General" +msgstr "" + +#: entrée standard:45 +msgid "validation percent" +msgstr "" + +#: entrée standard:52 +msgid "Add a validator" +msgstr "" + +#: entrée standard:57 standard:36 +msgid "Validation level" +msgstr "" + +#: entrée standard:73 +msgid "Validator type" +msgstr "" + +#: entrée standard:98 +msgid "Validators" +msgstr "" + +#: entrée standard:106 standard:5 +msgid "Actions" +msgstr "" + +#: entrée standard:54 +msgid "Impacts" +msgstr "" + +#: entrée standard:62 +msgid "Checklist" +msgstr "" + +#: entrée standard:36 +msgid "Answers title" +msgstr "" + +#: entrée standard:45 +msgid "Add a section" +msgstr "Pievienot sadaļu" + +#: entrée standard:55 +msgid "Condition to show the submit button" +msgstr "" + +#: entrée standard:33 +msgid "No form answer yet" +msgstr "" + +#: entrée standard:38 +#, php-format +msgid "%s latest items" +msgstr "" + +#: entrée standard:54 +msgid "Please activate the form to view the link" +msgstr "" + +#: entrée standard:63 +msgid "Enable captcha" +msgstr "" + +#: entrée standard:79 +msgid "Restricted to" +msgstr "" + +#: entrée standard:83 +msgid "Add a question" +msgstr "Pievienot jautājumu" + +#: entrée standard:39 +msgid "List of available tags" +msgstr "" + +#: entrée standard:42 +msgid "Title" +msgstr "" + +#: entrée standard:47 +msgid "Full form" +msgstr "Pilna forma" + +#: entrée standard:37 +msgid "Validation status" +msgstr "" + +#: entrée standard:36 +#, php-format +msgid "My %1$d last forms (requester)" +msgstr "" + +#: entrée standard:39 +msgid "No form posted yet" +msgstr "Nav nosūtītas formas" + +#: entrée standard:63 +msgid "All my forms (requester)" +msgstr "Visas manas formas (pieteicējs)" + +#: entrée standard:36 +#, php-format +msgid "My %1$d last forms (validator)" +msgstr "" + +#: entrée standard:63 +msgid "All my forms (validator)" +msgstr "Visas manas formas (Apstiprinātājs)" + +#: entrée standard:42 +msgid "Min" +msgstr "Min" + +#: entrée standard:53 +msgid "Max" +msgstr "Maks" diff --git a/locales/nb_NO.po b/locales/nb_NO.po new file mode 100644 index 000000000..09bfe68fb --- /dev/null +++ b/locales/nb_NO.po @@ -0,0 +1,2687 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +# Translators: +# jostein berge , 2022 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-05-31 16:21+0200\n" +"PO-Revision-Date: 2022-06-15 12:10+0000\n" +"Last-Translator: jostein berge , 2022\n" +"Language-Team: Norwegian Bokmål (Norway) (https://app.transifex.com/teclib/teams/28042/nb_NO/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: nb_NO\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: ajax/question_update.php:38 ajax/section_update.php:37 +msgid "Bad request" +msgstr "" + +#: ajax/question_update.php:47 ajax/question_move.php:45 +#: ajax/question_delete.php:42 ajax/question_toggle_required.php:49 +msgid "Question not found" +msgstr "" + +#: ajax/question_update.php:53 ajax/question_duplicate.php:49 +#: ajax/question_move.php:50 ajax/section_add.php:38 +#: ajax/section_delete.php:50 ajax/section_move.php:55 +#: ajax/section_duplicate.php:50 ajax/question_delete.php:49 +#: ajax/question_toggle_required.php:55 ajax/section_update.php:44 +msgid "You don't have right for this action" +msgstr "" + +#: ajax/question_duplicate.php:43 +msgid "Source question not found" +msgstr "" + +#: ajax/question_move.php:73 +msgid "Could not move some questions" +msgstr "" + +#: ajax/section_add.php:44 +msgid "Could not add the section" +msgstr "" + +#: ajax/commontree.php:55 entrée standard:128 standard:100 +msgid "Subtree root" +msgstr "" + +#: ajax/commontree.php:59 +msgid "Selectable" +msgstr "" + +#: ajax/commontree.php:74 entrée standard:137 standard:109 +msgid "Limit subtree depth" +msgstr "" + +#: ajax/commontree.php:84 +msgid "No limit" +msgstr "Ingen grense" + +#: ajax/section_delete.php:44 ajax/section_move.php:49 +#: ajax/section_duplicate.php:44 +msgid "Source section not found" +msgstr "" + +#: ajax/section_delete.php:56 +msgid "Could not delete the section" +msgstr "" + +#: ajax/question_add.php:45 +msgid "Could not add the question" +msgstr "" + +#: ajax/section_move.php:66 +msgid "Could not move the section" +msgstr "" + +#: ajax/target_actor.php:51 +msgid "Failed to add the actor" +msgstr "" + +#: ajax/target_actor.php:62 +msgid "Failed to delete the actor" +msgstr "" + +#: ajax/section_duplicate.php:56 +msgid "Could not duplicate the section" +msgstr "" + +#: ajax/section_update.php:50 +msgid "Could not update the section" +msgstr "" + +#: front/knowbaseitem.php:42 front/knowbaseitem.php:47 +#: front/wizardreminders.php:49 front/wizardreminders.php:51 +#: front/wizard.php:45 front/wizard.php:50 front/wizardfeeds.php:49 +#: front/wizardfeeds.php:51 front/issue.php:44 front/issue.php:50 +#: front/formanswer.php:44 front/reservation.php:46 front/reservation.php:48 +#: front/knowbaseitem.form.php:48 front/knowbaseitem.form.php:50 +#: front/reservationitem.php:42 front/reservationitem.php:44 +#: front/formanswer.form.php:74 front/reservation.form.php:46 +#: front/reservation.form.php:48 +msgid "Service catalog" +msgstr "Tjenestekatalog" + +#: front/issue.form.php:46 +msgid "Item not found" +msgstr "" + +#: front/targetticket.form.php:46 front/targetticket.form.php:56 +#: front/targetticket.form.php:81 front/targetchange.form.php:46 +#: front/targetproblem.form.php:46 +msgid "No right to update this item." +msgstr "" + +#: front/targetticket.form.php:75 +msgid "Bad request while deleting an actor." +msgstr "" + +#: front/targetticket.form.php:95 front/targetchange.form.php:81 +#: front/formanswer.php:47 front/targetproblem.form.php:81 +#: front/formanswer.form.php:77 front/form.php:43 inc/common.class.php:654 +#: inc/common.class.php:661 +msgid "Form Creator" +msgstr "Skjema Lager" + +#: front/targetticket.form.php:105 front/targetchange.form.php:90 +#: front/targetproblem.form.php:90 +#, php-format +msgid "%1$s = %2$s" +msgstr "" + +#: front/formlist.php:46 front/formlist.php:52 inc/common.class.php:648 +msgid "Form list" +msgstr "Skjemaliste" + +#: front/formdisplay.php:90 inc/formanswer.class.php:1077 +#: inc/formanswer.class.php:1325 inc/formanswer.class.php:1376 +msgid "The form has been successfully saved!" +msgstr "" + +#. TRANS: %s is the user login +#: front/reservation.form.php:71 +#, php-format +msgid "%1$s purges the reservation for item %2$s" +msgstr "" + +#: front/reservation.form.php:124 +#, php-format +msgid "%1$s adds the reservation %2$s for item %3$s" +msgstr "" + +#: inc/knowbase.class.php:60 inc/entityconfig.class.php:478 +#: inc/form.class.php:611 +msgid "Category" +msgid_plural "Categories" +msgstr[0] "" +msgstr[1] "" + +#: inc/knowbase.class.php:62 inc/form.class.php:614 entrée standard:39 +msgid "See all" +msgstr "" + +#: inc/knowbase.class.php:83 +msgid "Please, describe your need here" +msgstr "Vennligst, beskriv ditt behov" + +#: inc/field/textareafield.class.php:186 +msgid "Textarea" +msgstr "" + +#: inc/field/textareafield.class.php:249 inc/field/dropdownfield.class.php:594 +#: inc/field/ldapselectfield.class.php:115 +#: inc/field/urgencyfield.class.php:166 inc/field/tagfield.class.php:166 +#: inc/field/timefield.class.php:114 inc/field/fieldsfield.class.php:489 +#: inc/field/requesttypefield.class.php:161 +msgid "A required field is empty:" +msgstr "Et påkrevd felt innholder ingen verdi" + +#: inc/field/textareafield.class.php:267 inc/field/integerfield.class.php:112 +#: inc/field/floatfield.class.php:194 inc/conditionnabletrait.class.php:70 +msgid "The regular expression is invalid" +msgstr "" + +#: inc/field/dropdownfield.class.php:81 inc/filter/entityfilter.class.php:48 +msgid "User and form" +msgstr "" + +#: inc/field/dropdownfield.class.php:87 +msgid "Search filter" +msgstr "" + +#: inc/field/dropdownfield.class.php:585 entrée standard:38 +msgid "Dropdown" +msgid_plural "Dropdowns" +msgstr[0] "" +msgstr[1] "" + +#: inc/field/dropdownfield.class.php:616 +msgid "Invalid value for " +msgstr "" + +#: inc/field/dropdownfield.class.php:628 +#, php-format +msgid "The itemtype field is required: %s" +msgstr "" + +#: inc/field/dropdownfield.class.php:644 +#, php-format +msgid "Invalid dropdown type: %s" +msgstr "" + +#: inc/field/dropdownfield.class.php:704 inc/questionfilter.class.php:62 +#: entrée standard:68 +msgid "Filter" +msgstr "Filter" + +#: inc/field/dropdownfield.class.php:987 entrée standard:162 standard:134 +msgid "Entity restriction" +msgstr "" + +#: inc/field/dropdownfield.class.php:996 +msgid "" +"To respect the GLPI entity system, \"Form\" should be selected. Others " +"settings will break the entity restrictions" +msgstr "" + +#: inc/field/ldapselectfield.class.php:96 +msgid "LDAP Select" +msgstr "" + +#: inc/field/ldapselectfield.class.php:140 +msgid "LDAP directory not defined!" +msgstr "" + +#: inc/field/ldapselectfield.class.php:147 +msgid "LDAP directory not found!" +msgstr "" + +#: inc/field/radiosfield.class.php:108 +msgid "Radios" +msgstr "" + +#: inc/field/radiosfield.class.php:114 inc/field/fieldsfield.class.php:513 +#: inc/field/checkboxesfield.class.php:245 +msgid "The field value is required:" +msgstr "Felt verdi er påkrevd:" + +#: inc/field/radiosfield.class.php:192 inc/field/selectfield.class.php:104 +#: inc/field/datetimefield.class.php:119 inc/field/actorfield.class.php:258 +#: inc/field/checkboxesfield.class.php:191 inc/field/floatfield.class.php:125 +#: inc/field/datefield.class.php:116 +#, php-format +msgid "A required field is empty: %s" +msgstr "" + +#: inc/field/integerfield.class.php:59 +#, php-format +msgid "This is not an integer: %s" +msgstr "" + +#: inc/field/integerfield.class.php:71 inc/field/floatfield.class.php:156 +#, php-format +msgid "Specific format does not match: %s" +msgstr "" + +#: inc/field/integerfield.class.php:85 inc/field/floatfield.class.php:167 +#, php-format +msgid "The following number must be greater than %d: %s" +msgstr "" + +#: inc/field/integerfield.class.php:91 inc/field/floatfield.class.php:173 +#, php-format +msgid "The following number must be lower than %d: %s" +msgstr "" + +#: inc/field/integerfield.class.php:101 +msgid "Integer" +msgstr "" + +#: inc/field/undefinedfield.class.php:44 +msgid "Undefined" +msgstr "" + +#: inc/field/ipfield.class.php:123 +msgid "IP address" +msgid_plural "IP addresses" +msgstr[0] "" +msgstr[1] "" + +#: inc/field/urgencyfield.class.php:86 inc/abstractitiltarget.class.php:1040 +msgid "Urgency" +msgstr "" + +#: inc/field/urgencyfield.class.php:120 +msgctxt "urgency" +msgid "Very high" +msgstr "" + +#: inc/field/urgencyfield.class.php:121 +msgctxt "urgency" +msgid "High" +msgstr "" + +#: inc/field/urgencyfield.class.php:122 +msgctxt "urgency" +msgid "Medium" +msgstr "Medium" + +#: inc/field/urgencyfield.class.php:123 +msgctxt "urgency" +msgid "Low" +msgstr "" + +#: inc/field/urgencyfield.class.php:124 +msgctxt "urgency" +msgid "Very low" +msgstr "" + +#: inc/field/tagfield.class.php:52 +msgid "Warning: Tag plugin is disabled or missing" +msgstr "" + +#: inc/field/tagfield.class.php:200 +msgid "Tag" +msgid_plural "Tags" +msgstr[0] "" +msgstr[1] "" + +#: inc/field/hostnamefield.class.php:116 +msgid "Hostname" +msgid_plural "Hostnames" +msgstr[0] "" +msgstr[1] "" + +#: inc/field/timefield.class.php:130 +msgid "Time" +msgstr "" + +#: inc/field/emailfield.class.php:89 +#, php-format +msgid "This is not a valid e-mail: %s" +msgstr "" + +#: inc/field/emailfield.class.php:100 +msgid "Email" +msgid_plural "Emails" +msgstr[0] "" +msgstr[1] "" + +#: inc/field/selectfield.class.php:97 +msgid "Select" +msgstr "" + +#: inc/field/datetimefield.class.php:140 +msgid "Date & time" +msgstr "" + +#: inc/field/actorfield.class.php:84 +msgid "Actor" +msgid_plural "Actors" +msgstr[0] "" +msgstr[1] "" + +#: inc/field/actorfield.class.php:268 +#, php-format +msgid "Invalid value: %s" +msgstr "" + +#: inc/field/actorfield.class.php:291 +#, php-format +msgid "User not found or invalid email address: %s" +msgstr "" + +#: inc/field/filefield.class.php:124 +msgid "No attached document" +msgstr "" + +#: inc/field/filefield.class.php:133 inc/field/filefield.class.php:254 +#: inc/field/filefield.class.php:261 +msgid "Attached document" +msgstr "Vedlagt dokument" + +#: inc/field/filefield.class.php:175 +#, php-format +msgid "A required file is missing: %s" +msgstr "" + +#: inc/field/filefield.class.php:192 +msgid "File" +msgstr "" + +#: inc/field/multiselectfield.class.php:86 +msgid "Multiselect" +msgstr "" + +#: inc/field/fieldsfield.class.php:154 +msgid "Warning: Additional Fields plugin is disabled or missing" +msgstr "" + +#: inc/field/fieldsfield.class.php:168 +msgid "Block" +msgstr "" + +#: inc/field/fieldsfield.class.php:172 inc/targetticket.class.php:346 +msgid "Field" +msgstr "" + +#: inc/field/fieldsfield.class.php:254 +msgid "show" +msgstr "" + +#: inc/field/fieldsfield.class.php:390 +#, php-format +msgid "Field '%1$s' type not implemented yet!" +msgstr "" + +#: inc/field/fieldsfield.class.php:467 +msgid "Some numeric fields contains non numeric values" +msgstr "" + +#: inc/field/fieldsfield.class.php:472 +msgid "Some URL fields contains invalid links" +msgstr "" + +#: inc/field/fieldsfield.class.php:566 +msgid "Additionnal fields" +msgstr "" + +#: inc/field/checkboxesfield.class.php:133 +msgid "Checkboxes" +msgstr "" + +#: inc/field/checkboxesfield.class.php:227 +#, php-format +msgid "The following question needs at least %d answers: %s" +msgstr "" + +#: inc/field/checkboxesfield.class.php:233 +#, php-format +msgid "The following question does not accept more than %d answers: %s" +msgstr "" + +#: inc/field/checkboxesfield.class.php:305 +msgid "Range min" +msgstr "" + +#: inc/field/checkboxesfield.class.php:306 +msgid "Range max" +msgstr "" + +#: inc/field/requesttypefield.class.php:87 inc/targetticket.class.php:1150 +msgid "Request type" +msgstr "" + +#: inc/field/floatfield.class.php:142 +#, php-format +msgid "This is not a number: %s" +msgstr "" + +#: inc/field/floatfield.class.php:183 +msgid "Decimal number" +msgstr "" + +#: inc/field/floatfield.class.php:235 inc/questionregex.class.php:62 entrée +#: standard:42 +msgid "Regular expression" +msgstr "" + +#: inc/field/floatfield.class.php:240 +msgid "Range" +msgstr "" + +#: inc/field/floatfield.class.php:246 +msgid "Additional validation" +msgstr "" + +#: inc/field/datefield.class.php:137 +msgid "Date" +msgstr "" + +#: inc/field/descriptionfield.class.php:106 inc/form.class.php:151 +#: inc/question.class.php:188 entrée standard:82 standard:52 standard:114 +msgid "Description" +msgstr "" + +#: inc/field/descriptionfield.class.php:113 +msgid "A description field should have a description:" +msgstr "" + +#: inc/field/hiddenfield.class.php:96 +msgid "Hidden field" +msgid_plural "Hidden fields" +msgstr[0] "" +msgstr[1] "" + +#: inc/condition.class.php:65 +msgid "Condition" +msgid_plural "Conditions" +msgstr[0] "" +msgstr[1] "" + +#: inc/condition.class.php:103 +msgid "is visible" +msgstr "" + +#: inc/condition.class.php:104 +msgid "is not visible" +msgstr "" + +#: inc/condition.class.php:105 +msgid "regular expression matches" +msgstr "" + +#: inc/condition.class.php:116 +msgid "Always displayed" +msgstr "Alltid vist" + +#: inc/condition.class.php:117 +msgid "Hidden unless" +msgstr "Skjult dersom ikke" + +#: inc/condition.class.php:118 +msgid "Displayed unless" +msgstr "Fremvist dersom ikke" + +#: inc/condition.class.php:178 inc/target_actor.class.php:233 +#: inc/form_language.class.php:565 inc/form_validator.class.php:248 +#: inc/targetproblem.class.php:527 inc/questionrange.class.php:199 +#: inc/form.class.php:1908 inc/targetchange.class.php:304 +#: inc/questionfilter.class.php:222 inc/section.class.php:381 +#: inc/restrictedformcriteria.class.php:200 inc/question.class.php:867 +#: inc/questionparameter/range.class.php:198 inc/questionregex.class.php:188 +#: inc/questiondependency.class.php:196 inc/item_targetticket.class.php:154 +#: inc/targetticket.class.php:1461 +#, php-format +msgid "Failed to add or update the %1$s %2$s" +msgstr "" + +#: inc/condition.class.php:200 inc/target_actor.class.php:254 +#: inc/form_language.class.php:581 inc/form_validator.class.php:288 +#: inc/targetproblem.class.php:362 inc/questionrange.class.php:131 +#: inc/form.class.php:1569 inc/targetchange.class.php:149 +#: inc/questionfilter.class.php:154 inc/section.class.php:406 +#: inc/restrictedformcriteria.class.php:226 inc/question.class.php:894 +#: inc/questionparameter/range.class.php:133 inc/questionregex.class.php:120 +#: inc/questiondependency.class.php:211 inc/item_targetticket.class.php:64 +#: inc/targetticket.class.php:1500 +#, php-format +msgid "Cannot export an empty object: %s" +msgstr "" + +#: inc/condition.class.php:268 +msgid "Conditions" +msgstr "" + +#: inc/linker.class.php:78 +msgid "Importing" +msgstr "" + +#: inc/linker.class.php:80 +msgid "Import in progress" +msgstr "" + +#: inc/issue.class.php:43 +msgid "Issue" +msgid_plural "Issues" +msgstr[0] "" +msgstr[1] "" + +#: inc/issue.class.php:56 +msgid "Update issue data from tickets and form answers" +msgstr "" + +#: inc/issue.class.php:393 +msgid "Satisfaction survey expired" +msgstr "" + +#: inc/issue.class.php:531 inc/form_language.class.php:229 +#: inc/form.class.php:2208 entrée standard:52 standard:49 standard:57 +#: standard:38 standard:39 standard:105 standard:46 +msgid "Name" +msgstr "" + +#: inc/issue.class.php:543 inc/formanswer.class.php:229 +#: inc/formanswer.class.php:320 inc/targetproblem.class.php:610 +#: inc/form.class.php:142 inc/targetchange.class.php:335 +#: inc/section.class.php:95 inc/question.class.php:178 +#: inc/targetticket.class.php:180 entrée standard:45 +msgid "ID" +msgstr "" + +#: inc/issue.class.php:552 inc/form.class.php:2217 entrée standard:111 +#: standard:65 standard:104 standard:4 +msgid "Type" +msgid_plural "Types" +msgstr[0] "" +msgstr[1] "" + +#: inc/issue.class.php:565 inc/formanswer.class.php:307 +msgid "Status" +msgstr "" + +#: inc/issue.class.php:577 +msgid "Opening date" +msgstr "" + +#: inc/issue.class.php:586 +msgid "Last update" +msgstr "" + +#: inc/issue.class.php:595 inc/abstracttarget.class.php:517 +msgid "Entity" +msgid_plural "Entities" +msgstr[0] "" +msgstr[1] "" + +#: inc/issue.class.php:605 inc/notificationtargetformanswer.class.php:76 +#: inc/notificationtargetformanswer.class.php:96 +#: inc/target_actor.class.php:101 inc/formanswer.class.php:248 +#: inc/formanswer.class.php:762 inc/abstractitiltarget.class.php:1804 entrée +#: standard:48 +msgid "Requester" +msgid_plural "Requesters" +msgstr[0] "" +msgstr[1] "" + +#: inc/issue.class.php:619 inc/formanswer.class.php:258 +msgid "Form approver" +msgstr "" + +#: inc/issue.class.php:651 inc/formanswer.class.php:691 +#: inc/formanswer.class.php:698 inc/formanswer.class.php:777 +#: inc/form_language.class.php:243 +msgid "Comment" +msgstr "Kommentar" + +#: inc/issue.class.php:663 +msgid "Ticket approver" +msgstr "" + +#: inc/issue.class.php:736 +msgid "Technician" +msgstr "" + +#: inc/issue.class.php:767 +msgid "Technician group" +msgstr "" + +#: inc/issue.class.php:799 inc/formanswer.class.php:287 +msgid "Form approver group" +msgstr "" + +#: inc/issue.class.php:829 +msgid "Ticket approver group" +msgstr "" + +#: inc/issue.class.php:863 inc/abstractitiltarget.class.php:787 entrée +#: standard:108 +msgid "Time to resolve" +msgstr "" + +#: inc/issue.class.php:874 +msgid "Time to resolve + Progress" +msgstr "" + +#: inc/issue.class.php:884 +msgid "Internal time to resolve" +msgstr "" + +#: inc/issue.class.php:895 +msgid "Internal time to resolve + Progress" +msgstr "" + +#: inc/issue.class.php:905 +msgid "Resolution date" +msgstr "" + +#: inc/issue.class.php:914 +msgid "Internal time to own" +msgstr "" + +#: inc/issue.class.php:925 +msgid "Internal time to own + Progress" +msgstr "" + +#: inc/issue.class.php:935 entrée standard:109 +msgid "Time to own" +msgstr "" + +#: inc/issue.class.php:946 +msgid "Time to own + Progress" +msgstr "" + +#: inc/issue.class.php:958 +msgid "Approver substitute" +msgstr "" + +#: inc/issue.class.php:1022 +msgid "Substitute of a member of approver group" +msgstr "" + +#: inc/issue.class.php:1095 +msgid "Form approver substitute" +msgstr "" + +#: inc/issue.class.php:1163 +msgid "Current form approver group" +msgstr "" + +#: inc/issue.class.php:1193 +msgid "Current form approver" +msgstr "" + +#: inc/issue.class.php:1227 +msgid "Ticket requester" +msgstr "" + +#: inc/issue.class.php:1274 +msgid "Ticket observer" +msgstr "" + +#: inc/issue.class.php:1322 +msgid "Ticket technician" +msgstr "" + +#: inc/issue.class.php:1469 +#, php-format +msgid "%1$s %2$s" +msgstr "" + +#: inc/issue.class.php:1727 inc/filter/itilcategoryfilter.class.php:56 +#: hook.php:766 +msgid "All" +msgstr "" + +#: inc/issue.class.php:1733 hook.php:767 +msgid "New" +msgstr "" + +#: inc/issue.class.php:1739 hook.php:768 +msgid "Assigned" +msgstr "" + +#: inc/issue.class.php:1745 inc/formanswer.class.php:78 +#: inc/form_validator.class.php:70 hook.php:769 +msgid "Waiting" +msgstr "" + +#: inc/issue.class.php:1751 hook.php:770 +msgid "To validate" +msgstr "Til godkjenning" + +#: inc/issue.class.php:1757 hook.php:771 +msgid "Solved" +msgstr "" + +#: inc/issue.class.php:1763 hook.php:772 +msgid "Closed" +msgstr "Lukket" + +#: inc/category.class.php:50 hook.php:72 +msgid "Form category" +msgid_plural "Form categories" +msgstr[0] "" +msgstr[1] "" + +#: inc/category.class.php:80 +msgid "Knowbase category" +msgstr "Kunnskapsdatabase kategori" + +#: inc/category.class.php:86 +msgid "As child of" +msgstr "" + +#: inc/category.class.php:92 inc/form.class.php:247 entrée standard:65 +msgid "Icon" +msgstr "" + +#: inc/category.class.php:98 inc/form.class.php:255 entrée standard:67 +msgid "Icon color" +msgstr "" + +#: inc/category.class.php:104 inc/form.class.php:263 entrée standard:80 +msgid "Background color" +msgstr "" + +#: inc/formlist.class.php:46 inc/entityconfig.class.php:93 +#: inc/form.class.php:111 inc/form.class.php:516 inc/form.class.php:2015 +#: entrée standard:47 +msgid "Form" +msgid_plural "Forms" +msgstr[0] "" +msgstr[1] "" + +#: inc/notificationtargetformanswer.class.php:43 +msgid "The form as been saved" +msgstr "Skjema har blitt lagret" + +#: inc/notificationtargetformanswer.class.php:44 +msgid "A form need to be validate" +msgstr "Et skjema trenger godkjenning" + +#: inc/notificationtargetformanswer.class.php:45 install/install.php:490 +msgid "The form is refused" +msgstr "Skjema er avist" + +#: inc/notificationtargetformanswer.class.php:46 install/install.php:496 +msgid "The form is accepted" +msgstr "Skjema er akseptert" + +#: inc/notificationtargetformanswer.class.php:47 install/install.php:502 +msgid "The form is deleted" +msgstr "Skjema er slettet" + +#: inc/notificationtargetformanswer.class.php:74 +msgid "Form ID" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:75 +#: inc/notificationtargetformanswer.class.php:95 +msgid "Form name" +msgstr "Skjema navn" + +#: inc/notificationtargetformanswer.class.php:77 +#: inc/form_validator.class.php:91 +msgid "Validator" +msgid_plural "Validators" +msgstr[0] "" +msgstr[1] "" + +#: inc/notificationtargetformanswer.class.php:78 +#: inc/notificationtargetformanswer.class.php:98 inc/formanswer.class.php:278 +#: entrée standard:49 +msgid "Creation date" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:79 +#: inc/notificationtargetformanswer.class.php:99 +msgid "Full form answers" +msgstr "Hele skjema svar" + +#: inc/notificationtargetformanswer.class.php:80 +msgid "Validation comment" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:81 +#: inc/notificationtargetformanswer.class.php:101 +msgid "Validation link" +msgstr "Godkjennings lenke" + +#: inc/notificationtargetformanswer.class.php:82 +msgid "Request ID" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:94 +msgid "Form #" +msgstr "Skjema #" + +#: inc/notificationtargetformanswer.class.php:97 +msgctxt "tag" +msgid "Validator" +msgstr "Godkjenner" + +#: inc/notificationtargetformanswer.class.php:100 +msgid "Refused comment" +msgstr "Avist kommentar" + +#: inc/notificationtargetformanswer.class.php:102 +msgid "Request #" +msgstr "Forespørsel #" + +#: inc/notificationtargetformanswer.class.php:114 +msgid "Author" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:115 +#: inc/abstractitiltarget.class.php:1374 +msgid "Approver" +msgstr "" + +#: inc/target_actor.class.php:70 inc/abstractitiltarget.class.php:2141 +msgid "Form author" +msgstr "" + +#: inc/target_actor.class.php:71 inc/abstractitiltarget.class.php:2144 +msgid "Form validator" +msgstr "Skjema godkjenner" + +#: inc/target_actor.class.php:72 +msgid "Specific person" +msgstr "Bestemt person" + +#: inc/target_actor.class.php:73 inc/abstractitiltarget.class.php:2154 +msgid "Person from the question" +msgstr "Person ifra spørsmålet" + +#: inc/target_actor.class.php:74 +msgid "Specific group" +msgstr "Bestemt gruppe" + +#: inc/target_actor.class.php:75 inc/abstractitiltarget.class.php:2165 +msgid "Group from the question" +msgstr "Gruppe ifra spørsmålet" + +#: inc/target_actor.class.php:76 +msgid "Group from an object" +msgstr "" + +#: inc/target_actor.class.php:77 +msgid "Tech group from an object" +msgstr "" + +#: inc/target_actor.class.php:78 +msgid "Specific supplier" +msgstr "Bestemt leverandør" + +#: inc/target_actor.class.php:79 inc/abstractitiltarget.class.php:2194 +msgid "Supplier from the question" +msgstr "Leverandør ifra spørsmålet" + +#: inc/target_actor.class.php:80 inc/abstractitiltarget.class.php:2183 +msgid "Actors from the question" +msgstr "" + +#: inc/target_actor.class.php:81 inc/abstractitiltarget.class.php:2198 +msgid "Form author's supervisor" +msgstr "" + +#: inc/target_actor.class.php:102 +msgid "Observer" +msgstr "" + +#: inc/target_actor.class.php:103 inc/abstractitiltarget.class.php:1818 +msgid "Assigned to" +msgstr "" + +#: inc/target_actor.class.php:109 +msgid "Target actor" +msgid_plural "Target actors" +msgstr[0] "" +msgstr[1] "" + +#: inc/target_actor.class.php:115 inc/target_actor.class.php:131 +#: inc/target_actor.class.php:140 +msgid "Bad request while adding an actor." +msgstr "" + +#: inc/target_actor.class.php:197 +#, php-format +msgid "Failed to find a user: %1$s" +msgstr "" + +#: inc/target_actor.class.php:206 +#, php-format +msgid "Failed to find a group: %1$s" +msgstr "" + +#: inc/target_actor.class.php:215 +#, php-format +msgid "Failed to find a supplier: %1$s" +msgstr "" + +#: inc/formanswer.class.php:79 inc/form_validator.class.php:72 +msgid "Refused" +msgstr "" + +#: inc/formanswer.class.php:80 inc/form_validator.class.php:71 +msgid "Accepted" +msgstr "" + +#: inc/formanswer.class.php:214 +msgid "Form answer" +msgid_plural "Form answers" +msgstr[0] "" +msgstr[1] "" + +#: inc/formanswer.class.php:676 +msgid "Print this form" +msgstr "Skriv ut dette skjema" + +#: inc/formanswer.class.php:701 +msgid "Form accepted by validator." +msgstr "Skjema akseptert av godkjenner." + +#: inc/formanswer.class.php:703 +msgid "Form successfully saved." +msgstr "Skjema lagring vellykket." + +#: inc/formanswer.class.php:770 +msgid "Save" +msgstr "" + +#: inc/formanswer.class.php:782 +msgid "Required if refused" +msgstr "" + +#: inc/formanswer.class.php:788 +msgid "Refuse" +msgstr "Avise" + +#: inc/formanswer.class.php:796 +msgid "Edit answers" +msgstr "" + +#: inc/formanswer.class.php:802 +msgid "Cancel edition" +msgstr "" + +#: inc/formanswer.class.php:809 +msgid "Accept" +msgstr "Aksepter" + +#: inc/formanswer.class.php:828 +msgid "Refused comment is required!" +msgstr "" + +#: inc/formanswer.class.php:882 inc/formanswer.class.php:899 +msgid "" +"An internal error occured when verifying your answers. Please report it to " +"your administrator." +msgstr "" + +#: inc/formanswer.class.php:933 +msgid "You are not the validator of these answers" +msgstr "Du er ikke godkjenner for disse svarene" + +#: inc/formanswer.class.php:1083 +#, php-format +msgid "Item sucessfully added: %1$s (%2$s: %3$s)" +msgstr "" + +#: inc/formanswer.class.php:1166 inc/formanswer.class.php:1168 +msgid "Form data" +msgstr "Skjemadata" + +#: inc/formanswer.class.php:1301 +msgid "" +"You are a validator of the form, then your approval hs been added " +"automatically." +msgstr "" + +#: inc/formanswer.class.php:1310 inc/formanswer.class.php:1363 +msgid "Cannot generate targets!" +msgstr "" + +#: inc/formanswer.class.php:1511 +msgid "No captcha set." +msgstr "" + +#: inc/formanswer.class.php:1517 +msgid "You failed the captcha test." +msgstr "" + +#: inc/formanswer.class.php:1540 +msgid "You must select validator!" +msgstr "" + +#: inc/common.class.php:229 +msgid "You cannot delete this issue. Maybe it is taken into account." +msgstr "" + +#: inc/common.class.php:234 +msgid "Failed to delete this issue. An internal error occured." +msgstr "" + +#: inc/common.class.php:745 +msgid "Seek assistance" +msgstr "Be om assistanse" + +#: inc/common.class.php:751 inc/common.class.php:755 +msgid "My requests for assistance" +msgstr "" + +#: inc/common.class.php:791 +msgid "Consult reminders" +msgstr "" + +#: inc/common.class.php:811 +msgid "Consult feeds" +msgstr "" + +#: inc/abstractfield.class.php:89 inc/question.class.php:758 +msgid "Apply" +msgstr "" + +#: inc/formaccesstype.class.php:41 entrée standard:39 +msgid "Access type" +msgid_plural "Access types" +msgstr[0] "" +msgstr[1] "" + +#: inc/form_language.class.php:51 +msgid "Form language" +msgid_plural "Form languages" +msgstr[0] "" +msgstr[1] "" + +#: inc/form_language.class.php:78 inc/form_language.class.php:364 +msgid "Translation" +msgid_plural "Translations" +msgstr[0] "" +msgstr[1] "" + +#: inc/form_language.class.php:119 +msgid "The name cannot be empty." +msgstr "" + +#: inc/form_language.class.php:127 +msgid "The language must be associated to a form." +msgstr "" + +#: inc/form_language.class.php:135 +msgid "The specified language is not available." +msgstr "" + +#: inc/form_language.class.php:265 +msgid "Add a translation" +msgstr "" + +#: inc/form_language.class.php:299 js/scripts.js:1214 +msgid "Update a translation" +msgstr "" + +#: inc/form_language.class.php:329 inc/form_language.class.php:331 +msgid "New translation" +msgstr "" + +#: inc/form_language.class.php:334 +msgid "Filter list" +msgstr "" + +#: inc/form_language.class.php:339 inc/form_language.class.php:438 +msgid "No translation found" +msgstr "" + +#: inc/form_language.class.php:344 +msgid "Do you want to delete the selected items?" +msgstr "" + +#: inc/form_language.class.php:353 inc/form_language.class.php:401 +#: inc/abstractitiltarget.class.php:1710 entrée standard:124 standard:31 +msgid "Delete" +msgstr "Slett" + +#: inc/form_language.class.php:363 +msgid "Original string" +msgstr "" + +#: inc/form_language.class.php:424 +msgid "Add a new language" +msgstr "" + +#: inc/form_language.class.php:457 inc/form_language.class.php:489 +#: inc/form.class.php:178 entrée standard:72 +msgid "Language" +msgstr "" + +#: inc/form_validator.class.php:69 inc/targetticket.class.php:99 +#: inc/abstractitiltarget.class.php:186 +msgid "None" +msgstr "Ingen" + +#: inc/form_validator.class.php:78 inc/abstractitiltarget.class.php:2552 +msgid "No" +msgstr "" + +#: inc/form_validator.class.php:81 +msgid "Supervisor of the requester" +msgstr "" + +#: inc/form_validator.class.php:116 inc/translation.class.php:221 +msgid "Form not found." +msgstr "" + +#: inc/form_validator.class.php:121 inc/form_validator.class.php:129 +#: inc/form_validator.class.php:138 +msgid "Invalid validator." +msgstr "" + +#: inc/form_validator.class.php:147 +#, php-format +msgid "Only level 1 is allowed for %s." +msgstr "" + +#: inc/form_validator.class.php:156 +msgid "Invalid validator type." +msgstr "" + +#: inc/form_validator.class.php:194 entrée standard:103 +msgid "Level" +msgstr "" + +#: inc/form_validator.class.php:592 inc/abstractitiltarget.class.php:1354 +msgid "Validation" +msgstr "" + +#: inc/form_validator.class.php:594 +msgid "Choose a validator" +msgstr "Velg en godkjenner" + +#: inc/profile.class.php:62 inc/targetproblem.class.php:147 +#: inc/entityconfig.class.php:520 inc/targetchange.class.php:484 +#: inc/targetticket.class.php:323 inc/targetticket.class.php:358 +#: inc/abstractitiltarget.class.php:2124 +msgctxt "button" +msgid "Save" +msgstr "" + +#: inc/targetproblem.class.php:43 entrée standard:43 +msgid "Target problem" +msgid_plural "Target problems" +msgstr[0] "" +msgstr[1] "" + +#: inc/targetproblem.class.php:109 inc/targetproblem.class.php:565 +#: inc/targetchange.class.php:105 inc/targetchange.class.php:441 +#: inc/targetticket.class.php:135 inc/targetticket.class.php:238 +msgid "Properties" +msgstr "" + +#: inc/targetproblem.class.php:509 inc/targetchange.class.php:286 +#: inc/targetticket.class.php:1443 +#, php-format +msgid "" +"Failed to add or update the %1$s %2$s: a question is missing and is used in " +"a parameter of the target" +msgstr "" + +#: inc/targetproblem.class.php:566 inc/targetchange.class.php:106 +#: inc/targetticket.class.php:136 inc/abstractitiltarget.class.php:1216 +msgid "Actors" +msgstr "" + +#: inc/targetproblem.class.php:619 entrée standard:48 +msgid "Problem title" +msgstr "" + +#: inc/targetproblem.class.php:629 inc/targetchange.class.php:354 +#: inc/targetticket.class.php:199 +msgid "Content" +msgstr "" + +#: inc/targetproblem.class.php:639 inc/targetchange.class.php:364 +msgid "Impact" +msgstr "" + +#: inc/targetproblem.class.php:649 entrée standard:56 +msgid "Cause" +msgstr "" + +#: inc/targetproblem.class.php:659 entrée standard:58 +msgid "Symptom" +msgstr "" + +#: inc/entityconfig.class.php:101 inc/entityconfig.class.php:110 +#: inc/entityconfig.class.php:118 inc/entityconfig.class.php:126 +#: inc/entityconfig.class.php:134 inc/entityconfig.class.php:142 +#: inc/entityconfig.class.php:150 inc/entityconfig.class.php:158 +#: inc/entityconfig.class.php:166 inc/entityconfig.class.php:180 +#: inc/entityconfig.class.php:188 inc/entityconfig.class.php:196 +msgid "Inheritance of the parent entity" +msgstr "" + +#: inc/entityconfig.class.php:102 +msgid "GLPi's helpdesk" +msgstr "GLPi's helpdesk" + +#: inc/entityconfig.class.php:103 +msgid "Service catalog simplified" +msgstr "Tjenestekatalog enkel" + +#: inc/entityconfig.class.php:104 +msgid "Service catalog extended" +msgstr "Tjenestekatalog utvidet" + +#: inc/entityconfig.class.php:111 +msgid "All available forms" +msgstr "" + +#: inc/entityconfig.class.php:112 +msgid "Only default forms" +msgstr "" + +#: inc/entityconfig.class.php:119 +msgid "Popularity sort" +msgstr "" + +#: inc/entityconfig.class.php:120 +msgid "Alphabetic sort" +msgstr "" + +#: inc/entityconfig.class.php:127 +msgid "Merged with Forms" +msgstr "" + +#: inc/entityconfig.class.php:128 +msgid "Distinct menu entry" +msgstr "" + +#: inc/entityconfig.class.php:135 inc/entityconfig.class.php:143 +#: inc/entityconfig.class.php:151 inc/entityconfig.class.php:159 +#: inc/entityconfig.class.php:189 inc/form.class.php:271 entrée standard:100 +msgid "Visible" +msgstr "" + +#: inc/entityconfig.class.php:136 inc/entityconfig.class.php:144 +#: inc/entityconfig.class.php:152 inc/entityconfig.class.php:160 +#: inc/entityconfig.class.php:190 +msgid "Hidden" +msgstr "" + +#: inc/entityconfig.class.php:167 +msgid "Variable height" +msgstr "" + +#: inc/entityconfig.class.php:168 +msgid "Uniform height" +msgstr "" + +#: inc/entityconfig.class.php:173 +msgid "Search for assistance" +msgstr "" + +#: inc/entityconfig.class.php:174 +msgid "User's assistance requests" +msgstr "" + +#: inc/entityconfig.class.php:181 +msgid "Only forms" +msgstr "" + +#: inc/entityconfig.class.php:182 +msgid "Forms and list of requests" +msgstr "" + +#: inc/entityconfig.class.php:197 +msgid "Folded" +msgstr "" + +#: inc/entityconfig.class.php:198 +msgid "Unfolded" +msgstr "" + +#: inc/entityconfig.class.php:298 +msgid "Helpdesk" +msgstr "Helpdesk" + +#: inc/entityconfig.class.php:306 inc/entityconfig.class.php:534 entrée +#: standard:44 +msgid "Helpdesk mode" +msgstr "Helpdesk modus" + +#: inc/entityconfig.class.php:317 inc/entityconfig.class.php:604 +msgid "Default Form list mode" +msgstr "" + +#: inc/entityconfig.class.php:335 inc/entityconfig.class.php:544 +msgid "Sort order" +msgstr "" + +#: inc/entityconfig.class.php:351 inc/entityconfig.class.php:554 +msgid "Knowledge base" +msgstr "" + +#: inc/entityconfig.class.php:366 +msgid "Search" +msgstr "" + +#: inc/entityconfig.class.php:382 inc/entityconfig.class.php:614 +msgid "Counters dashboard" +msgstr "" + +#: inc/entityconfig.class.php:398 +msgid "Header message" +msgstr "" + +#: inc/entityconfig.class.php:414 inc/entityconfig.class.php:624 +msgid "Search issue" +msgstr "" + +#: inc/entityconfig.class.php:430 inc/entityconfig.class.php:594 +msgid "Service catalog home page" +msgstr "" + +#: inc/entityconfig.class.php:446 inc/entityconfig.class.php:634 +msgid "Tile design" +msgstr "" + +#: inc/entityconfig.class.php:462 +msgid "Home page" +msgstr "" + +#: inc/entityconfig.class.php:494 +msgid "Menu visibility (only for vertical menu)" +msgstr "" + +#: inc/entityconfig.class.php:506 inc/entityconfig.class.php:584 +#: inc/form.class.php:225 entrée standard:84 +msgid "Header" +msgid_plural "Headers" +msgstr[0] "" +msgstr[1] "" + +#: inc/entityconfig.class.php:564 +msgid "Display search field" +msgstr "" + +#: inc/entityconfig.class.php:574 +msgid "Display header" +msgstr "" + +#: inc/questionrange.class.php:52 inc/questionparameter/range.class.php:56 +msgid "Question range" +msgid_plural "Question ranges" +msgstr[0] "" +msgstr[1] "" + +#: inc/questionrange.class.php:62 inc/questionparameter/range.class.php:66 +msgid "Minimum range" +msgstr "" + +#: inc/questionrange.class.php:71 inc/questionparameter/range.class.php:75 +msgid "maximum range" +msgstr "" + +#: inc/form.class.php:66 inc/form.class.php:429 +msgid "Public access" +msgstr "Offentlig tilgang" + +#: inc/form.class.php:67 inc/form.class.php:433 +msgid "Private access" +msgstr "Privat tilgang" + +#: inc/form.class.php:68 inc/form.class.php:437 +msgid "Restricted access" +msgstr "Begrenset tilgang" + +#: inc/form.class.php:122 +msgid "Answers waiting for validation" +msgstr "" + +#: inc/form.class.php:124 inc/form.class.php:1663 inc/form.class.php:1689 +msgid "Import forms" +msgstr "Importer skjema" + +#: inc/form.class.php:169 +msgid "Recursive" +msgstr "" + +#: inc/form.class.php:190 +msgid "Homepage" +msgstr "" + +#: inc/form.class.php:203 +msgid "Access" +msgstr "" + +#: inc/form.class.php:234 inc/form.class.php:327 inc/form.class.php:394 entrée +#: standard:54 +msgid "Active" +msgstr "" + +#: inc/form.class.php:286 inc/form.class.php:338 inc/form.class.php:413 +msgid "Default form" +msgstr "" + +#: inc/form.class.php:296 entrée standard:106 +msgid "Next form" +msgstr "" + +#: inc/form.class.php:326 inc/form.class.php:391 +msgid "Inactive" +msgstr "" + +#: inc/form.class.php:337 inc/form.class.php:410 +msgid "Not default form" +msgstr "" + +#: inc/form.class.php:361 inc/form.class.php:445 entrée standard:75 +msgid "All languages" +msgstr "" + +#: inc/form.class.php:508 entrée standard:3 +msgid "Target" +msgid_plural "Targets" +msgstr[0] "" +msgstr[1] "" + +#: inc/form.class.php:511 +msgid "Preview" +msgstr "" + +#: inc/form.class.php:512 +msgid "Form answer properties" +msgstr "" + +#: inc/form.class.php:854 +msgid "What are you looking for?" +msgstr "" + +#: inc/form.class.php:993 inc/form.class.php:1156 +#: inc/abstracttarget.class.php:162 inc/abstractitiltarget.class.php:1625 +msgid "The name cannot be empty!" +msgstr "Navnet kan ikke være tomt!" + +#: inc/form.class.php:1026 inc/form.class.php:1191 +msgid "A loop is generated!" +msgstr "" + +#: inc/form.class.php:1167 +msgid "Cannot use empty name for form answers. Keeping the previous value." +msgstr "" + +#: inc/form.class.php:1303 +#, php-format +msgid "The question %s is not compatible with public forms" +msgstr "" + +#: inc/form.class.php:1386 +msgid "Errored duplicate" +msgstr "" + +#: inc/form.class.php:1397 entrée standard:23 +msgid "Duplicate" +msgstr "Duplikat" + +#: inc/form.class.php:1442 inc/form.class.php:1452 +msgctxt "button" +msgid "Post" +msgstr "" + +#: inc/form.class.php:1475 +#, php-format +msgid "Form duplicated: %s" +msgstr "Skjema duplisert: %s" + +#: inc/form.class.php:1491 +#, php-format +msgid "Form Transfered: %s" +msgstr "Skjema overført: 1%s" + +#: inc/form.class.php:1515 +msgid "Back" +msgstr "" + +#: inc/form.class.php:1526 +#, php-format +msgid "Form updated: %s" +msgstr "" + +#: inc/form.class.php:1636 +msgid "Upload of JSON files not allowed." +msgstr "" + +#: inc/form.class.php:1639 +msgid "You may allow JSON files right now." +msgstr "" + +#: inc/form.class.php:1640 +msgctxt "button" +msgid "Create" +msgstr "" + +#: inc/form.class.php:1643 inc/form.class.php:1654 +msgid "Please contact your GLPI administrator." +msgstr "" + +#: inc/form.class.php:1644 inc/form.class.php:1655 +msgctxt "button" +msgid "Back" +msgstr "" + +#: inc/form.class.php:1647 +msgid "Upload of JSON files not enabled." +msgstr "" + +#: inc/form.class.php:1650 inc/form.class.php:1653 +msgid "You may enable JSON files right now." +msgstr "" + +#: inc/form.class.php:1651 +msgctxt "button" +msgid "Enable" +msgstr "" + +#: inc/form.class.php:1698 +msgctxt "button" +msgid "Send" +msgstr "" + +#: inc/form.class.php:1717 +msgid "Forms import impossible, the file is empty" +msgstr "" + +#: inc/form.class.php:1721 inc/form.class.php:1725 +msgid "Forms import impossible, the file seems corrupt" +msgstr "" + +#: inc/form.class.php:1731 +msgid "Forms import impossible, the file was generated with another version" +msgstr "" + +#: inc/form.class.php:1738 +msgid "" +"The file does not specifies the schema version. It was probably generated " +"with a version older than 2.10. Giving up." +msgstr "" + +#: inc/form.class.php:1764 +#, php-format +msgid "Failed to import %s" +msgstr "" + +#: inc/form.class.php:1769 +#, php-format +msgid "Forms successfully imported from %s" +msgstr "Skjema import vellykket ifra 1%s" + +#: inc/form.class.php:1832 +#, php-format +msgid "The form %1$s already exists and is in an unmodifiable entity." +msgstr "" + +#: inc/form.class.php:1840 +#, php-format +msgid "You don't have right to update the entity %1$s." +msgstr "" + +#: inc/form.class.php:1850 +#, php-format +msgid "The entity %1$s is required for the form %2$s." +msgstr "" + +#: inc/form.class.php:1952 +msgid "Failed to create JSON document type" +msgstr "Feilet med å opprette JSON dokument type" + +#: inc/form.class.php:1959 +msgid "JSON document type not found" +msgstr "JSON dokument type ikke funnet" + +#: inc/form.class.php:1966 +msgid "Failed to update JSON document type" +msgstr "Feil med oppdatering av JSON dokument type" + +#: inc/form.class.php:1986 +msgid "Forms without category" +msgstr "Skjema uten kategori" + +#: inc/form.class.php:2007 +msgid "No form available" +msgstr "" + +#: inc/form.class.php:2205 entrée standard:47 +msgid "Add a target" +msgstr "" + +#: inc/form.class.php:2236 inc/targetticket.class.php:398 +#: inc/abstractitiltarget.class.php:1828 inc/abstractitiltarget.class.php:2124 +#: entrée standard:92 standard:94 +msgid "Add" +msgstr "" + +#: inc/form.class.php:2254 inc/form.class.php:2277 inc/form.class.php:2299 +msgid "Unsupported target type." +msgstr "" + +#: inc/form.class.php:2333 +msgid "plugin_formcreator_load_check" +msgstr "" + +#: inc/targetchange.class.php:44 entrée standard:43 +msgid "Target change" +msgid_plural "Target changes" +msgstr[0] "" +msgstr[1] "" + +#: inc/targetchange.class.php:344 entrée standard:48 +msgid "Change title" +msgstr "Endre tittel" + +#: inc/targetchange.class.php:374 entrée standard:56 +msgid "Control list" +msgstr "" + +#: inc/targetchange.class.php:384 entrée standard:58 +msgid "Deployment plan" +msgstr "" + +#: inc/targetchange.class.php:394 entrée standard:60 +msgid "Backup plan" +msgstr "" + +#: inc/targetchange.class.php:404 +msgid "Check list" +msgstr "" + +#: inc/questionfilter.class.php:52 +msgid "Question filter" +msgid_plural "Question filters" +msgstr[0] "" +msgstr[1] "" + +#: inc/section.class.php:71 entrée standard:53 standard:44 +msgid "Section" +msgid_plural "Sections" +msgstr[0] "" +msgstr[1] "" + +#: inc/section.class.php:123 inc/section.class.php:166 +#: inc/question.class.php:348 +msgid "The title is required" +msgstr "Tittel er påkrevd" + +#: inc/section.class.php:553 inc/question.class.php:234 entrée standard:37 +msgid "Count of conditions" +msgstr "" + +#: inc/restrictedformcriteria.class.php:179 +#, php-format +msgid "Failed to find %1$s %2$s" +msgstr "" + +#: inc/question.class.php:73 inc/abstractitiltarget.class.php:1127 entrée +#: standard:41 +msgid "Question" +msgid_plural "Questions" +msgstr[0] "" +msgstr[1] "" + +#: inc/question.class.php:197 entrée standard:43 standard:50 standard:44 +#: standard:49 standard:79 +msgid "Required" +msgstr "Påkrevd" + +#: inc/question.class.php:355 +msgid "The section is required" +msgstr "Del er påkrevd" + +#: inc/question.class.php:365 +#, php-format +msgid "Field type %1$s is not available for question %2$s." +msgstr "" + +#: inc/question.class.php:379 +msgid "This type of question is not compatible with public forms." +msgstr "" + +#: inc/question.class.php:469 +msgid "The field type cannot be changed. Delete then recreate the question." +msgstr "" + +#: inc/question.class.php:1184 +msgid "Service levels" +msgstr "" + +#: inc/question.class.php:1185 inc/abstractitiltarget.class.php:851 +msgid "SLA" +msgstr "" + +#: inc/question.class.php:1186 inc/abstractitiltarget.class.php:924 +msgid "OLA" +msgstr "" + +#: inc/question.class.php:1205 inc/question.class.php:1248 +#: inc/question.class.php:1251 +msgid "Assets" +msgstr "" + +#: inc/question.class.php:1219 hook.php:780 hook.php:797 +msgid "Assistance" +msgstr "" + +#: inc/question.class.php:1225 +msgid "Management" +msgstr "" + +#: inc/question.class.php:1236 +msgid "Tools" +msgstr "" + +#: inc/question.class.php:1237 +msgid "Notes" +msgstr "" + +#: inc/question.class.php:1238 +msgid "RSS feed" +msgstr "" + +#: inc/question.class.php:1240 +msgid "Administration" +msgstr "" + +#: inc/question.class.php:1248 inc/question.class.php:1251 +msgid "Plugin" +msgid_plural "Plugins" +msgstr[0] "" +msgstr[1] "" + +#: inc/abstractquestionparameter.class.php:98 +msgid "Parameter" +msgstr "" + +#: inc/abstractquestionparameter.class.php:105 +msgid "Field name" +msgstr "" + +#: inc/abstracttarget.class.php:97 +msgid "Current active entity" +msgstr "" + +#: inc/abstracttarget.class.php:98 +msgid "Default requester user's entity" +msgstr "" + +#: inc/abstracttarget.class.php:99 +msgid "First dynamic requester user's entity (alphabetical)" +msgstr "" + +#: inc/abstracttarget.class.php:100 +msgid "Last dynamic requester user's entity (alphabetical)" +msgstr "" + +#: inc/abstracttarget.class.php:101 +msgid "The form entity" +msgstr "Skjema enhet" + +#: inc/abstracttarget.class.php:102 +msgid "Default entity of the validator" +msgstr "Standard enhet for godkjenner " + +#: inc/abstracttarget.class.php:103 +msgid "Specific entity" +msgstr "Bestemt enhet" + +#: inc/abstracttarget.class.php:104 +msgid "Default entity of a user type question answer" +msgstr "" + +#: inc/abstracttarget.class.php:105 +msgid "From a GLPI object > Entity type question answer" +msgstr "" + +#: inc/abstracttarget.class.php:116 +msgid "Always generated" +msgstr "" + +#: inc/abstracttarget.class.php:117 +msgid "Disabled unless" +msgstr "" + +#: inc/abstracttarget.class.php:118 +msgid "Generated unless" +msgstr "" + +#: inc/abstracttarget.class.php:129 +msgid "A target must be associated to a form." +msgstr "" + +#: inc/abstracttarget.class.php:134 +msgid "A target must be associated to an existing form." +msgstr "" + +#: inc/abstracttarget.class.php:139 +msgid "Name is required." +msgstr "" + +#: inc/abstracttarget.class.php:502 +msgid "Destination entity" +msgstr "" + +#: inc/abstracttarget.class.php:518 +msgid "User type question" +msgstr "Bruker type spørsmål" + +#: inc/abstracttarget.class.php:519 +msgid "Entity type question" +msgstr "" + +#: inc/command/cleanticketscommand.class.php:53 +msgid "Searching for invalid items..." +msgstr "" + +#: inc/command/cleanticketscommand.class.php:61 +msgid "Done." +msgstr "" + +#: inc/command/cleanticketscommand.class.php:135 +msgid "Step 1: double encoded < and > signs." +msgstr "" + +#: inc/command/cleanticketscommand.class.php:146 +#: inc/command/cleanticketscommand.class.php:196 +#: inc/command/cleanticketscommand.class.php:260 +msgid "No invalid items found." +msgstr "" + +#: inc/command/cleanticketscommand.class.php:187 +msgid "Step 2: literal BR tag." +msgstr "" + +#: inc/command/cleanticketscommand.class.php:251 +msgid "Step 3: litteral > sign." +msgstr "" + +#: inc/filter/itilcategoryfilter.class.php:52 +#: inc/filter/itilcategoryfilter.class.php:54 +msgid "Request categories" +msgstr "" + +#: inc/filter/itilcategoryfilter.class.php:53 +#: inc/filter/itilcategoryfilter.class.php:54 +msgid "Incident categories" +msgstr "Hendlese kategorier" + +#: inc/filter/itilcategoryfilter.class.php:55 +msgid "Change categories" +msgstr "" + +#: inc/supervisorvalidator.class.php:44 +msgid "Requester supervisor" +msgid_plural "Requester supervisors" +msgstr[0] "" +msgstr[1] "" + +#: inc/supervisorvalidator.class.php:52 +msgid "My supervisor" +msgstr "" + +#: inc/questionregex.class.php:52 +msgid "Question regular expression" +msgid_plural "Question regular expressions" +msgstr[0] "" +msgstr[1] "" + +#: inc/questiondependency.class.php:66 +msgid "Question dependency" +msgid_plural "Question dependencies" +msgstr[0] "" +msgstr[1] "" + +#: inc/answer.class.php:66 entrée standard:43 +msgid "Answer" +msgid_plural "Answers" +msgstr[0] "" +msgstr[1] "" + +#: inc/item_targetticket.class.php:52 +msgid "Composite ticket relation" +msgid_plural "Composite ticket relations" +msgstr[0] "" +msgstr[1] "" + +#: inc/targetticket.class.php:57 entrée standard:43 +msgid "Target ticket" +msgid_plural "Target tickets" +msgstr[0] "" +msgstr[1] "" + +#: inc/targetticket.class.php:100 +msgid "Specific asset" +msgstr "" + +#: inc/targetticket.class.php:101 inc/targetticket.class.php:117 +#: inc/abstractitiltarget.class.php:207 inc/abstractitiltarget.class.php:215 +#: inc/abstractitiltarget.class.php:223 inc/abstractitiltarget.class.php:231 +#: inc/abstractitiltarget.class.php:240 inc/abstractitiltarget.class.php:249 +msgid "Equals to the answer to the question" +msgstr "" + +#: inc/targetticket.class.php:102 inc/abstractitiltarget.class.php:232 +#: inc/abstractitiltarget.class.php:241 inc/abstractitiltarget.class.php:250 +msgid "Last valid answer" +msgstr "" + +#: inc/targetticket.class.php:108 +msgid "Source from template or user default or GLPI default" +msgstr "" + +#: inc/targetticket.class.php:109 +msgid "Formcreator" +msgstr "" + +#: inc/targetticket.class.php:115 +msgid "Default or from a template" +msgstr "" + +#: inc/targetticket.class.php:116 +msgid "Specific type" +msgstr "" + +#: inc/targetticket.class.php:189 entrée standard:48 +msgid "Ticket title" +msgstr "Sakstittel" + +#: inc/targetticket.class.php:307 +msgid "Add validation message as first ticket followup" +msgstr "" + +#: inc/targetticket.class.php:341 +msgid "Add a field" +msgstr "" + +#: inc/targetticket.class.php:369 +msgid "Managed fields" +msgstr "" + +#: inc/targetticket.class.php:376 +msgid "No managed field" +msgstr "" + +#: inc/targetticket.class.php:396 +msgid "Link to an other ticket" +msgstr "Lenke til en annen sak" + +#: inc/targetticket.class.php:405 +msgid "An other destination of this form" +msgstr "En annen destinasjon for dette skjema" + +#: inc/targetticket.class.php:406 +msgid "An existing ticket" +msgstr "En eksisterende sak" + +#: inc/targetticket.class.php:407 +msgid "A ticket from an answer to a question" +msgstr "" + +#: inc/targetticket.class.php:488 +msgctxt "button" +msgid "Delete permanently" +msgstr "" + +#: inc/targetticket.class.php:743 +msgid "Invalid link type" +msgstr "Ugyldig lenke type" + +#: inc/targetticket.class.php:763 +msgid "Invalid linked item type" +msgstr "" + +#: inc/targetticket.class.php:776 +msgid "Linked item does not exists" +msgstr "" + +#: inc/targetticket.class.php:789 +msgid "Failed to link the item" +msgstr "" + +#: inc/targetticket.class.php:905 install/install.php:497 +msgid "Your form has been accepted by the validator" +msgstr "Ditt skjema har blitt akseptert av godkjenner" + +#: inc/targetticket.class.php:1137 +msgid "Request source" +msgstr "" + +#: inc/targetticket.class.php:1162 +msgid "Type " +msgstr "" + +#: inc/targetticket.class.php:1190 +msgid "Associated elements" +msgstr "" + +#: inc/targetticket.class.php:1201 +msgid "Item " +msgstr "" + +#: inc/translation.class.php:153 +msgid "No more string to translate" +msgstr "" + +#: inc/translation.class.php:164 +msgid "Internal error: translatable string not found." +msgstr "" + +#: inc/translation.class.php:216 +msgid "Language not found." +msgstr "" + +#: inc/translation.class.php:236 +msgid "Failed to add the translation." +msgstr "" + +#: inc/abstractitiltarget.class.php:187 +msgid "Tags from questions" +msgstr "" + +#: inc/abstractitiltarget.class.php:188 +msgid "Specific tags" +msgstr "" + +#: inc/abstractitiltarget.class.php:189 +msgid "Tags from questions and specific tags" +msgstr "" + +#: inc/abstractitiltarget.class.php:190 +msgid "Tags from questions or specific tags" +msgstr "" + +#: inc/abstractitiltarget.class.php:196 +msgid "TTR from template or none" +msgstr "" + +#: inc/abstractitiltarget.class.php:197 +msgid "equals to the answer to the question" +msgstr "" + +#: inc/abstractitiltarget.class.php:198 +msgid "calculated from the ticket creation date" +msgstr "" + +#: inc/abstractitiltarget.class.php:199 +msgid "calculated from the answer to the question" +msgstr "" + +#: inc/abstractitiltarget.class.php:205 +msgid "SLA from template or none" +msgstr "" + +#: inc/abstractitiltarget.class.php:206 +msgid "Specific SLA" +msgstr "" + +#: inc/abstractitiltarget.class.php:213 +msgid "OLA from template or none" +msgstr "" + +#: inc/abstractitiltarget.class.php:214 +msgid "Specific OLA" +msgstr "" + +#: inc/abstractitiltarget.class.php:221 +msgid "Urgency from template or Medium" +msgstr "" + +#: inc/abstractitiltarget.class.php:222 +msgid "Specific urgency" +msgstr "Bestemt viktighet" + +#: inc/abstractitiltarget.class.php:229 +msgid "Category from template or none" +msgstr "" + +#: inc/abstractitiltarget.class.php:230 +msgid "Specific category" +msgstr "Bestemt kategori" + +#: inc/abstractitiltarget.class.php:238 +msgid "Location from template or none" +msgstr "" + +#: inc/abstractitiltarget.class.php:239 +msgid "Specific location" +msgstr "Bestemt lokasjon" + +#: inc/abstractitiltarget.class.php:247 +msgid "Contract from template or none" +msgstr "" + +#: inc/abstractitiltarget.class.php:248 +msgid "Specific contract" +msgstr "" + +#: inc/abstractitiltarget.class.php:256 +msgid "No validation" +msgstr "" + +#: inc/abstractitiltarget.class.php:257 +msgid "Specific user or group" +msgstr "" + +#: inc/abstractitiltarget.class.php:258 +msgid "User from question answer" +msgstr "" + +#: inc/abstractitiltarget.class.php:259 +msgid "Group from question answer" +msgstr "" + +#: inc/abstractitiltarget.class.php:839 +msgid "Minute" +msgid_plural "Minutes" +msgstr[0] "" +msgstr[1] "" + +#: inc/abstractitiltarget.class.php:840 +msgid "Hour" +msgid_plural "Hours" +msgstr[0] "" +msgstr[1] "" + +#: inc/abstractitiltarget.class.php:841 +msgid "Day" +msgid_plural "Days" +msgstr[0] "" +msgstr[1] "" + +#: inc/abstractitiltarget.class.php:842 +msgid "Month" +msgid_plural "Months" +msgstr[0] "" +msgstr[1] "" + +#: inc/abstractitiltarget.class.php:874 +msgid "SLA (TTO/TTR)" +msgstr "" + +#: inc/abstractitiltarget.class.php:875 inc/abstractitiltarget.class.php:948 +msgid "Question (TTO/TTR)" +msgstr "" + +#: inc/abstractitiltarget.class.php:947 +msgid "OLA (TTO/TTR)" +msgstr "" + +#: inc/abstractitiltarget.class.php:1051 +msgid "Urgency " +msgstr "Viktighet" + +#: inc/abstractitiltarget.class.php:1080 +msgid "Ticket tags" +msgstr "" + +#: inc/abstractitiltarget.class.php:1128 +msgid "Tags" +msgstr "" + +#: inc/abstractitiltarget.class.php:1247 +msgid "Location" +msgstr "" + +#: inc/abstractitiltarget.class.php:1259 +msgid "Location " +msgstr "Lokasjon" + +#: inc/abstractitiltarget.class.php:1312 +msgid "Contract" +msgstr "" + +#: inc/abstractitiltarget.class.php:1324 +msgid "Contract " +msgstr "" + +#: inc/abstractitiltarget.class.php:1635 +msgid "The description cannot be empty!" +msgstr "" + +#: inc/abstractitiltarget.class.php:1811 +msgid "Watcher" +msgid_plural "Watchers" +msgstr[0] "" +msgstr[1] "" + +#: inc/abstractitiltarget.class.php:1830 +msgid "Cancel" +msgstr "Kanseller" + +#: inc/abstractitiltarget.class.php:2118 inc/abstractitiltarget.class.php:2548 +#: inc/abstractitiltarget.class.php:2552 +msgid "Email followup" +msgstr "" + +#: inc/abstractitiltarget.class.php:2149 inc/abstractitiltarget.class.php:2536 +msgid "User" +msgstr "" + +#: inc/abstractitiltarget.class.php:2160 inc/abstractitiltarget.class.php:2540 +msgid "Group" +msgstr "" + +#: inc/abstractitiltarget.class.php:2171 +msgid "Group from the object" +msgstr "" + +#: inc/abstractitiltarget.class.php:2177 +msgid "Tech group from the object" +msgstr "" + +#: inc/abstractitiltarget.class.php:2189 inc/abstractitiltarget.class.php:2544 +msgid "Supplier" +msgstr "" + +#: inc/abstractitiltarget.class.php:2548 +msgid "Yes" +msgstr "" + +#: install/install.php:163 +#, php-format +msgid "Upgrade tables to innoDB; run %s" +msgstr "" + +#: install/install.php:199 +#, php-format +msgid "" +"The database schema is not consistent with the previous version of " +"Formcreator %s. To see the logs run the command %s" +msgstr "" + +#: install/install.php:208 +#, php-format +msgid "To ignore the inconsistencies and upgrade anyway run %s" +msgstr "" + +#: install/install.php:225 +msgid "" +"Upgrade from version older than 2.5.0 is no longer supported. Please upgrade" +" to GLPI 9.5.7, upgrade Formcreator to version 2.12.5, then upgrade again to" +" GLPI 10 or later and Formcreator 2.13 or later." +msgstr "" + +#: install/install.php:251 +#, php-format +msgid "" +"A fatal error occured in the upgrade from %s! Upgrade aborted. Please check " +"logs to fix the problem then try again." +msgstr "" + +#: install/install.php:294 +#, php-format +msgid "" +"The database schema is not consistent with the current version of " +"Formcreator %s. To see the logs enable the plugin and run the command %s" +msgstr "" + +#: install/install.php:305 +msgid "The tables of the plugin passed the schema integrity check." +msgstr "" + +#: install/install.php:478 +msgid "A form has been created" +msgstr "Et skjema har blitt opprettet" + +#: install/install.php:479 +msgid "Your request has been saved" +msgstr "Din forespørsel har blitt lagret" + +#: install/install.php:480 +msgid "" +"Hi,\\nYour request from GLPI has been successfully saved with number " +"##formcreator.request_id## and transmitted to the helpdesk team.\\nYou can " +"see your answers onto the following link:\\n##formcreator.validation_link##" +msgstr "" +"Hei,\\nDin henvendelse til GLPI har blitt opprettet med saksnummer " +"##formcreator.request_id## og oversent til helpdesk.\\nDu kan se dine svar " +"ved å klikke lenken:\\n##formcreator.validation_link##" + +#: install/install.php:484 +msgid "A form need validation" +msgstr "" + +#: install/install.php:485 +msgid "A form from GLPI need to be validated" +msgstr "" + +#: install/install.php:486 +msgid "" +"Hi,\\nA form from GLPI need to be validated and you have been choosen as the" +" validator.\\nYou can access it by clicking onto this " +"link:\\n##formcreator.validation_link##" +msgstr "" + +#: install/install.php:491 +msgid "Your form has been refused by the validator" +msgstr "Skjema ditt har blitt avist av godkjenner" + +#: install/install.php:492 +msgid "" +"Hi,\\nWe are sorry to inform you that your form has been refused by the " +"validator for the reason " +"below:\\n##formcreator.validation_comment##\\n\\nYou can still modify and " +"resubmit it by clicking onto this link:\\n##formcreator.validation_link##" +msgstr "" + +#: install/install.php:498 +msgid "" +"Hi,\\nWe are pleased to inform you that your form has been accepted by the " +"validator.\\nYour request will be considered soon." +msgstr "" + +#: install/install.php:503 +msgid "Your form has been deleted by an administrator" +msgstr "Skjema ditt har blitt slettet av en administrator" + +#: install/install.php:504 +msgid "" +"Hi,\\nWe are sorry to inform you that your request cannot be considered and " +"has been deleted by an administrator." +msgstr "" + +#: install/install.php:732 +msgid "Formcreator - Sync service catalog issues" +msgstr "" + +#: install/install.php:945 +msgid "Failed to check the sanity of the tables!" +msgstr "" + +#: install/install.php:959 +#, php-format +msgid "Table schema differs for table \"%s\"." +msgstr "" + +#: install/install.php:962 +#, php-format +msgid "Table \"%s\" is missing." +msgstr "" + +#: install/install.php:965 +#, php-format +msgid "Unknown table \"%s\" has been found in database." +msgstr "" + +#: hook.php:439 +msgctxt "button" +msgid "Duplicate" +msgstr "Duplikat" + +#: hook.php:440 +msgid "Transfer" +msgstr "" + +#: hook.php:441 +msgctxt "button" +msgid "Export" +msgstr "" + +#: hook.php:442 +msgctxt "button" +msgid "Access rights" +msgstr "" + +#: hook.php:756 +msgid "Cancel my ticket" +msgstr "" + +#: hook.php:774 +msgid "Old" +msgstr "" + +#: hook.php:781 +#, php-format +msgid "Number of %s" +msgstr "" + +#: hook.php:798 +msgid "Issues summary" +msgstr "" + +#: hook.php:843 +msgid "" +"Formcreator's mini dashboard not usable as default. This Setting has been " +"ignored." +msgstr "" + +#: js/scripts.js:300 +msgid "No form found. Please choose a form below instead." +msgstr "" + +#: js/scripts.js:302 +msgid "No form found." +msgstr "" + +#: js/scripts.js:306 +msgid "No FAQ item found." +msgstr "" + +#: js/scripts.js:707 +msgid "Are you sure you want to delete this question?" +msgstr "" + +#: js/scripts.js:917 +msgid "Are you sure you want to delete this section?" +msgstr "" + +#: js/scripts.js:1161 +msgid "Add translations" +msgstr "" + +#: js/scripts.js:1300 js/scripts.js:1324 +msgid "An error occured while querying forms" +msgstr "" + +#: js/scripts.js:1416 entrée standard:139 +msgid "Send" +msgstr "" + +#: js/scripts.js:1425 +msgid "An internal error occurred. Please report it to administrator." +msgstr "" + +#: js/scripts.js:1468 +msgid "Are you sure you want to delete this validator ?" +msgstr "" + +#: js/scripts.js:1520 +msgid "Are you sure you want to duplicate this target?" +msgstr "" + +#: js/scripts.js:1537 +msgid "Are you sure you want to delete this target?" +msgstr "" + +#: entrée standard:57 standard:61 standard:60 standard:59 standard:43 +#: standard:69 standard:52 standard:76 +msgid "Default values" +msgstr "" + +#: entrée standard:52 standard:59 standard:58 +msgid "Show empty" +msgstr "Vis tomme" + +#: entrée standard:39 +msgid "LDAP directory" +msgid_plural "LDAP directories" +msgstr[0] "" +msgstr[1] "" + +#: entrée standard:78 +msgid "Attribute" +msgstr "Attributt" + +#: entrée standard:70 standard:68 +msgid "Values" +msgstr "Verdier" + +#: entrée standard:90 +msgid "Show ticket categories" +msgstr "Vis saks kategorier" + +#: entrée standard:146 standard:118 +msgid "Selectable root" +msgstr "" + +#: entrée standard:38 +msgid "GLPI object" +msgid_plural "GLPI objects" +msgstr[0] "" +msgstr[1] "" + +#: entrée standard:63 +msgid "Direct access on homepage" +msgstr "" + +#: entrée standard:86 +msgid "Default form in service catalog" +msgstr "" + +#: entrée standard:113 standard:114 +msgid "Are you a robot ?" +msgstr "" + +#: entrée standard:64 +msgid "Condition to show the section" +msgstr "" + +#: entrée standard:40 +msgid "Condition to generate the target" +msgstr "" + +#: entrée standard:40 +msgid "General" +msgstr "" + +#: entrée standard:45 +msgid "validation percent" +msgstr "" + +#: entrée standard:52 +msgid "Add a validator" +msgstr "" + +#: entrée standard:57 standard:36 +msgid "Validation level" +msgstr "" + +#: entrée standard:73 +msgid "Validator type" +msgstr "" + +#: entrée standard:98 +msgid "Validators" +msgstr "" + +#: entrée standard:106 standard:5 +msgid "Actions" +msgstr "" + +#: entrée standard:54 +msgid "Impacts" +msgstr "" + +#: entrée standard:62 +msgid "Checklist" +msgstr "" + +#: entrée standard:36 +msgid "Answers title" +msgstr "" + +#: entrée standard:45 +msgid "Add a section" +msgstr "Legg til del" + +#: entrée standard:55 +msgid "Condition to show the submit button" +msgstr "" + +#: entrée standard:33 +msgid "No form answer yet" +msgstr "" + +#: entrée standard:38 +#, php-format +msgid "%s latest items" +msgstr "" + +#: entrée standard:54 +msgid "Please activate the form to view the link" +msgstr "" + +#: entrée standard:63 +msgid "Enable captcha" +msgstr "" + +#: entrée standard:79 +msgid "Restricted to" +msgstr "" + +#: entrée standard:83 +msgid "Add a question" +msgstr "Legg til et spørsmål" + +#: entrée standard:39 +msgid "List of available tags" +msgstr "" + +#: entrée standard:42 +msgid "Title" +msgstr "" + +#: entrée standard:47 +msgid "Full form" +msgstr "Hele skjema" + +#: entrée standard:37 +msgid "Validation status" +msgstr "" + +#: entrée standard:36 +#, php-format +msgid "My %1$d last forms (requester)" +msgstr "" + +#: entrée standard:39 +msgid "No form posted yet" +msgstr "Ingen skjema publisert enda" + +#: entrée standard:63 +msgid "All my forms (requester)" +msgstr "Alle mine skjema (innmelder)" + +#: entrée standard:36 +#, php-format +msgid "My %1$d last forms (validator)" +msgstr "" + +#: entrée standard:63 +msgid "All my forms (validator)" +msgstr "Alle mine skjema (godkjenner)" + +#: entrée standard:42 +msgid "Min" +msgstr "" + +#: entrée standard:53 +msgid "Max" +msgstr "" diff --git a/locales/nl_BE.po b/locales/nl_BE.po new file mode 100644 index 000000000..02f31b097 --- /dev/null +++ b/locales/nl_BE.po @@ -0,0 +1,2694 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +# Translators: +# Thierry Bugier , 2022 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-05-31 16:21+0200\n" +"PO-Revision-Date: 2022-06-15 12:10+0000\n" +"Last-Translator: Thierry Bugier , 2022\n" +"Language-Team: Dutch (Belgium) (https://app.transifex.com/teclib/teams/28042/nl_BE/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: nl_BE\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: ajax/question_update.php:38 ajax/section_update.php:37 +msgid "Bad request" +msgstr "" + +#: ajax/question_update.php:47 ajax/question_move.php:45 +#: ajax/question_delete.php:42 ajax/question_toggle_required.php:49 +msgid "Question not found" +msgstr "" + +#: ajax/question_update.php:53 ajax/question_duplicate.php:49 +#: ajax/question_move.php:50 ajax/section_add.php:38 +#: ajax/section_delete.php:50 ajax/section_move.php:55 +#: ajax/section_duplicate.php:50 ajax/question_delete.php:49 +#: ajax/question_toggle_required.php:55 ajax/section_update.php:44 +msgid "You don't have right for this action" +msgstr "" + +#: ajax/question_duplicate.php:43 +msgid "Source question not found" +msgstr "" + +#: ajax/question_move.php:73 +msgid "Could not move some questions" +msgstr "" + +#: ajax/section_add.php:44 +msgid "Could not add the section" +msgstr "" + +#: ajax/commontree.php:55 entrée standard:128 standard:100 +msgid "Subtree root" +msgstr "" + +#: ajax/commontree.php:59 +msgid "Selectable" +msgstr "" + +#: ajax/commontree.php:74 entrée standard:137 standard:109 +msgid "Limit subtree depth" +msgstr "" + +#: ajax/commontree.php:84 +msgid "No limit" +msgstr "Geen limit" + +#: ajax/section_delete.php:44 ajax/section_move.php:49 +#: ajax/section_duplicate.php:44 +msgid "Source section not found" +msgstr "" + +#: ajax/section_delete.php:56 +msgid "Could not delete the section" +msgstr "" + +#: ajax/question_add.php:45 +msgid "Could not add the question" +msgstr "" + +#: ajax/section_move.php:66 +msgid "Could not move the section" +msgstr "" + +#: ajax/target_actor.php:51 +msgid "Failed to add the actor" +msgstr "" + +#: ajax/target_actor.php:62 +msgid "Failed to delete the actor" +msgstr "" + +#: ajax/section_duplicate.php:56 +msgid "Could not duplicate the section" +msgstr "" + +#: ajax/section_update.php:50 +msgid "Could not update the section" +msgstr "" + +#: front/knowbaseitem.php:42 front/knowbaseitem.php:47 +#: front/wizardreminders.php:49 front/wizardreminders.php:51 +#: front/wizard.php:45 front/wizard.php:50 front/wizardfeeds.php:49 +#: front/wizardfeeds.php:51 front/issue.php:44 front/issue.php:50 +#: front/formanswer.php:44 front/reservation.php:46 front/reservation.php:48 +#: front/knowbaseitem.form.php:48 front/knowbaseitem.form.php:50 +#: front/reservationitem.php:42 front/reservationitem.php:44 +#: front/formanswer.form.php:74 front/reservation.form.php:46 +#: front/reservation.form.php:48 +msgid "Service catalog" +msgstr "Service Catalogus" + +#: front/issue.form.php:46 +msgid "Item not found" +msgstr "" + +#: front/targetticket.form.php:46 front/targetticket.form.php:56 +#: front/targetticket.form.php:81 front/targetchange.form.php:46 +#: front/targetproblem.form.php:46 +msgid "No right to update this item." +msgstr "" + +#: front/targetticket.form.php:75 +msgid "Bad request while deleting an actor." +msgstr "" + +#: front/targetticket.form.php:95 front/targetchange.form.php:81 +#: front/formanswer.php:47 front/targetproblem.form.php:81 +#: front/formanswer.form.php:77 front/form.php:43 inc/common.class.php:654 +#: inc/common.class.php:661 +msgid "Form Creator" +msgstr "Formcreator" + +#: front/targetticket.form.php:105 front/targetchange.form.php:90 +#: front/targetproblem.form.php:90 +#, php-format +msgid "%1$s = %2$s" +msgstr "" + +#: front/formlist.php:46 front/formlist.php:52 inc/common.class.php:648 +msgid "Form list" +msgstr "Formulieren lijst" + +#: front/formdisplay.php:90 inc/formanswer.class.php:1077 +#: inc/formanswer.class.php:1325 inc/formanswer.class.php:1376 +msgid "The form has been successfully saved!" +msgstr "Het formulier is succesvol bewaard" + +#. TRANS: %s is the user login +#: front/reservation.form.php:71 +#, php-format +msgid "%1$s purges the reservation for item %2$s" +msgstr "" + +#: front/reservation.form.php:124 +#, php-format +msgid "%1$s adds the reservation %2$s for item %3$s" +msgstr "" + +#: inc/knowbase.class.php:60 inc/entityconfig.class.php:478 +#: inc/form.class.php:611 +msgid "Category" +msgid_plural "Categories" +msgstr[0] "" +msgstr[1] "" + +#: inc/knowbase.class.php:62 inc/form.class.php:614 entrée standard:39 +msgid "See all" +msgstr "" + +#: inc/knowbase.class.php:83 +msgid "Please, describe your need here" +msgstr "Vul hier je zoektermen in" + +#: inc/field/textareafield.class.php:186 +msgid "Textarea" +msgstr "" + +#: inc/field/textareafield.class.php:249 inc/field/dropdownfield.class.php:594 +#: inc/field/ldapselectfield.class.php:115 +#: inc/field/urgencyfield.class.php:166 inc/field/tagfield.class.php:166 +#: inc/field/timefield.class.php:114 inc/field/fieldsfield.class.php:489 +#: inc/field/requesttypefield.class.php:161 +msgid "A required field is empty:" +msgstr "Een verplicht veld is leeg:" + +#: inc/field/textareafield.class.php:267 inc/field/integerfield.class.php:112 +#: inc/field/floatfield.class.php:194 inc/conditionnabletrait.class.php:70 +msgid "The regular expression is invalid" +msgstr "The reguliere expressie is invalide" + +#: inc/field/dropdownfield.class.php:81 inc/filter/entityfilter.class.php:48 +msgid "User and form" +msgstr "" + +#: inc/field/dropdownfield.class.php:87 +msgid "Search filter" +msgstr "" + +#: inc/field/dropdownfield.class.php:585 entrée standard:38 +msgid "Dropdown" +msgid_plural "Dropdowns" +msgstr[0] "" +msgstr[1] "" + +#: inc/field/dropdownfield.class.php:616 +msgid "Invalid value for " +msgstr "" + +#: inc/field/dropdownfield.class.php:628 +#, php-format +msgid "The itemtype field is required: %s" +msgstr "" + +#: inc/field/dropdownfield.class.php:644 +#, php-format +msgid "Invalid dropdown type: %s" +msgstr "" + +#: inc/field/dropdownfield.class.php:704 inc/questionfilter.class.php:62 +#: entrée standard:68 +msgid "Filter" +msgstr "Filteren" + +#: inc/field/dropdownfield.class.php:987 entrée standard:162 standard:134 +msgid "Entity restriction" +msgstr "" + +#: inc/field/dropdownfield.class.php:996 +msgid "" +"To respect the GLPI entity system, \"Form\" should be selected. Others " +"settings will break the entity restrictions" +msgstr "" + +#: inc/field/ldapselectfield.class.php:96 +msgid "LDAP Select" +msgstr "" + +#: inc/field/ldapselectfield.class.php:140 +msgid "LDAP directory not defined!" +msgstr "" + +#: inc/field/ldapselectfield.class.php:147 +msgid "LDAP directory not found!" +msgstr "" + +#: inc/field/radiosfield.class.php:108 +msgid "Radios" +msgstr "" + +#: inc/field/radiosfield.class.php:114 inc/field/fieldsfield.class.php:513 +#: inc/field/checkboxesfield.class.php:245 +msgid "The field value is required:" +msgstr "Veldgegevens zijn verplicht:" + +#: inc/field/radiosfield.class.php:192 inc/field/selectfield.class.php:104 +#: inc/field/datetimefield.class.php:119 inc/field/actorfield.class.php:258 +#: inc/field/checkboxesfield.class.php:191 inc/field/floatfield.class.php:125 +#: inc/field/datefield.class.php:116 +#, php-format +msgid "A required field is empty: %s" +msgstr "" + +#: inc/field/integerfield.class.php:59 +#, php-format +msgid "This is not an integer: %s" +msgstr "" + +#: inc/field/integerfield.class.php:71 inc/field/floatfield.class.php:156 +#, php-format +msgid "Specific format does not match: %s" +msgstr "" + +#: inc/field/integerfield.class.php:85 inc/field/floatfield.class.php:167 +#, php-format +msgid "The following number must be greater than %d: %s" +msgstr "" + +#: inc/field/integerfield.class.php:91 inc/field/floatfield.class.php:173 +#, php-format +msgid "The following number must be lower than %d: %s" +msgstr "" + +#: inc/field/integerfield.class.php:101 +msgid "Integer" +msgstr "" + +#: inc/field/undefinedfield.class.php:44 +msgid "Undefined" +msgstr "" + +#: inc/field/ipfield.class.php:123 +msgid "IP address" +msgid_plural "IP addresses" +msgstr[0] "" +msgstr[1] "" + +#: inc/field/urgencyfield.class.php:86 inc/abstractitiltarget.class.php:1040 +msgid "Urgency" +msgstr "" + +#: inc/field/urgencyfield.class.php:120 +msgctxt "urgency" +msgid "Very high" +msgstr "" + +#: inc/field/urgencyfield.class.php:121 +msgctxt "urgency" +msgid "High" +msgstr "" + +#: inc/field/urgencyfield.class.php:122 +msgctxt "urgency" +msgid "Medium" +msgstr "Gemiddeld" + +#: inc/field/urgencyfield.class.php:123 +msgctxt "urgency" +msgid "Low" +msgstr "" + +#: inc/field/urgencyfield.class.php:124 +msgctxt "urgency" +msgid "Very low" +msgstr "" + +#: inc/field/tagfield.class.php:52 +msgid "Warning: Tag plugin is disabled or missing" +msgstr "" + +#: inc/field/tagfield.class.php:200 +msgid "Tag" +msgid_plural "Tags" +msgstr[0] "" +msgstr[1] "" + +#: inc/field/hostnamefield.class.php:116 +msgid "Hostname" +msgid_plural "Hostnames" +msgstr[0] "" +msgstr[1] "" + +#: inc/field/timefield.class.php:130 +msgid "Time" +msgstr "" + +#: inc/field/emailfield.class.php:89 +#, php-format +msgid "This is not a valid e-mail: %s" +msgstr "" + +#: inc/field/emailfield.class.php:100 +msgid "Email" +msgid_plural "Emails" +msgstr[0] "" +msgstr[1] "" + +#: inc/field/selectfield.class.php:97 +msgid "Select" +msgstr "" + +#: inc/field/datetimefield.class.php:140 +msgid "Date & time" +msgstr "" + +#: inc/field/actorfield.class.php:84 +msgid "Actor" +msgid_plural "Actors" +msgstr[0] "" +msgstr[1] "" + +#: inc/field/actorfield.class.php:268 +#, php-format +msgid "Invalid value: %s" +msgstr "" + +#: inc/field/actorfield.class.php:291 +#, php-format +msgid "User not found or invalid email address: %s" +msgstr "" + +#: inc/field/filefield.class.php:124 +msgid "No attached document" +msgstr "" + +#: inc/field/filefield.class.php:133 inc/field/filefield.class.php:254 +#: inc/field/filefield.class.php:261 +msgid "Attached document" +msgstr "Bijgevoegde document" + +#: inc/field/filefield.class.php:175 +#, php-format +msgid "A required file is missing: %s" +msgstr "" + +#: inc/field/filefield.class.php:192 +msgid "File" +msgstr "" + +#: inc/field/multiselectfield.class.php:86 +msgid "Multiselect" +msgstr "" + +#: inc/field/fieldsfield.class.php:154 +msgid "Warning: Additional Fields plugin is disabled or missing" +msgstr "" + +#: inc/field/fieldsfield.class.php:168 +msgid "Block" +msgstr "" + +#: inc/field/fieldsfield.class.php:172 inc/targetticket.class.php:346 +msgid "Field" +msgstr "" + +#: inc/field/fieldsfield.class.php:254 +msgid "show" +msgstr "" + +#: inc/field/fieldsfield.class.php:390 +#, php-format +msgid "Field '%1$s' type not implemented yet!" +msgstr "" + +#: inc/field/fieldsfield.class.php:467 +msgid "Some numeric fields contains non numeric values" +msgstr "" + +#: inc/field/fieldsfield.class.php:472 +msgid "Some URL fields contains invalid links" +msgstr "" + +#: inc/field/fieldsfield.class.php:566 +msgid "Additionnal fields" +msgstr "" + +#: inc/field/checkboxesfield.class.php:133 +msgid "Checkboxes" +msgstr "" + +#: inc/field/checkboxesfield.class.php:227 +#, php-format +msgid "The following question needs at least %d answers: %s" +msgstr "" + +#: inc/field/checkboxesfield.class.php:233 +#, php-format +msgid "The following question does not accept more than %d answers: %s" +msgstr "" + +#: inc/field/checkboxesfield.class.php:305 +msgid "Range min" +msgstr "" + +#: inc/field/checkboxesfield.class.php:306 +msgid "Range max" +msgstr "" + +#: inc/field/requesttypefield.class.php:87 inc/targetticket.class.php:1150 +msgid "Request type" +msgstr "" + +#: inc/field/floatfield.class.php:142 +#, php-format +msgid "This is not a number: %s" +msgstr "" + +#: inc/field/floatfield.class.php:183 +msgid "Decimal number" +msgstr "" + +#: inc/field/floatfield.class.php:235 inc/questionregex.class.php:62 entrée +#: standard:42 +msgid "Regular expression" +msgstr "Reguliere expressie" + +#: inc/field/floatfield.class.php:240 +msgid "Range" +msgstr "Range" + +#: inc/field/floatfield.class.php:246 +msgid "Additional validation" +msgstr "Additionele validatie" + +#: inc/field/datefield.class.php:137 +msgid "Date" +msgstr "" + +#: inc/field/descriptionfield.class.php:106 inc/form.class.php:151 +#: inc/question.class.php:188 entrée standard:82 standard:52 standard:114 +msgid "Description" +msgstr "" + +#: inc/field/descriptionfield.class.php:113 +msgid "A description field should have a description:" +msgstr "" + +#: inc/field/hiddenfield.class.php:96 +msgid "Hidden field" +msgid_plural "Hidden fields" +msgstr[0] "" +msgstr[1] "" + +#: inc/condition.class.php:65 +msgid "Condition" +msgid_plural "Conditions" +msgstr[0] "" +msgstr[1] "" + +#: inc/condition.class.php:103 +msgid "is visible" +msgstr "" + +#: inc/condition.class.php:104 +msgid "is not visible" +msgstr "" + +#: inc/condition.class.php:105 +msgid "regular expression matches" +msgstr "" + +#: inc/condition.class.php:116 +msgid "Always displayed" +msgstr "Altijd zien" + +#: inc/condition.class.php:117 +msgid "Hidden unless" +msgstr "Verborgen tenzij" + +#: inc/condition.class.php:118 +msgid "Displayed unless" +msgstr "Laten zien behalve als" + +#: inc/condition.class.php:178 inc/target_actor.class.php:233 +#: inc/form_language.class.php:565 inc/form_validator.class.php:248 +#: inc/targetproblem.class.php:527 inc/questionrange.class.php:199 +#: inc/form.class.php:1908 inc/targetchange.class.php:304 +#: inc/questionfilter.class.php:222 inc/section.class.php:381 +#: inc/restrictedformcriteria.class.php:200 inc/question.class.php:867 +#: inc/questionparameter/range.class.php:198 inc/questionregex.class.php:188 +#: inc/questiondependency.class.php:196 inc/item_targetticket.class.php:154 +#: inc/targetticket.class.php:1461 +#, php-format +msgid "Failed to add or update the %1$s %2$s" +msgstr "" + +#: inc/condition.class.php:200 inc/target_actor.class.php:254 +#: inc/form_language.class.php:581 inc/form_validator.class.php:288 +#: inc/targetproblem.class.php:362 inc/questionrange.class.php:131 +#: inc/form.class.php:1569 inc/targetchange.class.php:149 +#: inc/questionfilter.class.php:154 inc/section.class.php:406 +#: inc/restrictedformcriteria.class.php:226 inc/question.class.php:894 +#: inc/questionparameter/range.class.php:133 inc/questionregex.class.php:120 +#: inc/questiondependency.class.php:211 inc/item_targetticket.class.php:64 +#: inc/targetticket.class.php:1500 +#, php-format +msgid "Cannot export an empty object: %s" +msgstr "" + +#: inc/condition.class.php:268 +msgid "Conditions" +msgstr "" + +#: inc/linker.class.php:78 +msgid "Importing" +msgstr "" + +#: inc/linker.class.php:80 +msgid "Import in progress" +msgstr "" + +#: inc/issue.class.php:43 +msgid "Issue" +msgid_plural "Issues" +msgstr[0] "" +msgstr[1] "" + +#: inc/issue.class.php:56 +msgid "Update issue data from tickets and form answers" +msgstr "Update problemen data van tickets en formulier antwoorden" + +#: inc/issue.class.php:393 +msgid "Satisfaction survey expired" +msgstr "" + +#: inc/issue.class.php:531 inc/form_language.class.php:229 +#: inc/form.class.php:2208 entrée standard:52 standard:49 standard:57 +#: standard:38 standard:39 standard:105 standard:46 +msgid "Name" +msgstr "" + +#: inc/issue.class.php:543 inc/formanswer.class.php:229 +#: inc/formanswer.class.php:320 inc/targetproblem.class.php:610 +#: inc/form.class.php:142 inc/targetchange.class.php:335 +#: inc/section.class.php:95 inc/question.class.php:178 +#: inc/targetticket.class.php:180 entrée standard:45 +msgid "ID" +msgstr "" + +#: inc/issue.class.php:552 inc/form.class.php:2217 entrée standard:111 +#: standard:65 standard:104 standard:4 +msgid "Type" +msgid_plural "Types" +msgstr[0] "" +msgstr[1] "" + +#: inc/issue.class.php:565 inc/formanswer.class.php:307 +msgid "Status" +msgstr "" + +#: inc/issue.class.php:577 +msgid "Opening date" +msgstr "" + +#: inc/issue.class.php:586 +msgid "Last update" +msgstr "" + +#: inc/issue.class.php:595 inc/abstracttarget.class.php:517 +msgid "Entity" +msgid_plural "Entities" +msgstr[0] "" +msgstr[1] "" + +#: inc/issue.class.php:605 inc/notificationtargetformanswer.class.php:76 +#: inc/notificationtargetformanswer.class.php:96 +#: inc/target_actor.class.php:101 inc/formanswer.class.php:248 +#: inc/formanswer.class.php:762 inc/abstractitiltarget.class.php:1804 entrée +#: standard:48 +msgid "Requester" +msgid_plural "Requesters" +msgstr[0] "" +msgstr[1] "" + +#: inc/issue.class.php:619 inc/formanswer.class.php:258 +msgid "Form approver" +msgstr "" + +#: inc/issue.class.php:651 inc/formanswer.class.php:691 +#: inc/formanswer.class.php:698 inc/formanswer.class.php:777 +#: inc/form_language.class.php:243 +msgid "Comment" +msgstr "Commentaar" + +#: inc/issue.class.php:663 +msgid "Ticket approver" +msgstr "" + +#: inc/issue.class.php:736 +msgid "Technician" +msgstr "" + +#: inc/issue.class.php:767 +msgid "Technician group" +msgstr "" + +#: inc/issue.class.php:799 inc/formanswer.class.php:287 +msgid "Form approver group" +msgstr "" + +#: inc/issue.class.php:829 +msgid "Ticket approver group" +msgstr "" + +#: inc/issue.class.php:863 inc/abstractitiltarget.class.php:787 entrée +#: standard:108 +msgid "Time to resolve" +msgstr "" + +#: inc/issue.class.php:874 +msgid "Time to resolve + Progress" +msgstr "" + +#: inc/issue.class.php:884 +msgid "Internal time to resolve" +msgstr "" + +#: inc/issue.class.php:895 +msgid "Internal time to resolve + Progress" +msgstr "" + +#: inc/issue.class.php:905 +msgid "Resolution date" +msgstr "" + +#: inc/issue.class.php:914 +msgid "Internal time to own" +msgstr "" + +#: inc/issue.class.php:925 +msgid "Internal time to own + Progress" +msgstr "" + +#: inc/issue.class.php:935 entrée standard:109 +msgid "Time to own" +msgstr "" + +#: inc/issue.class.php:946 +msgid "Time to own + Progress" +msgstr "" + +#: inc/issue.class.php:958 +msgid "Approver substitute" +msgstr "" + +#: inc/issue.class.php:1022 +msgid "Substitute of a member of approver group" +msgstr "" + +#: inc/issue.class.php:1095 +msgid "Form approver substitute" +msgstr "" + +#: inc/issue.class.php:1163 +msgid "Current form approver group" +msgstr "" + +#: inc/issue.class.php:1193 +msgid "Current form approver" +msgstr "" + +#: inc/issue.class.php:1227 +msgid "Ticket requester" +msgstr "" + +#: inc/issue.class.php:1274 +msgid "Ticket observer" +msgstr "" + +#: inc/issue.class.php:1322 +msgid "Ticket technician" +msgstr "" + +#: inc/issue.class.php:1469 +#, php-format +msgid "%1$s %2$s" +msgstr "" + +#: inc/issue.class.php:1727 inc/filter/itilcategoryfilter.class.php:56 +#: hook.php:766 +msgid "All" +msgstr "" + +#: inc/issue.class.php:1733 hook.php:767 +msgid "New" +msgstr "" + +#: inc/issue.class.php:1739 hook.php:768 +msgid "Assigned" +msgstr "" + +#: inc/issue.class.php:1745 inc/formanswer.class.php:78 +#: inc/form_validator.class.php:70 hook.php:769 +msgid "Waiting" +msgstr "" + +#: inc/issue.class.php:1751 hook.php:770 +msgid "To validate" +msgstr "Om te valideren" + +#: inc/issue.class.php:1757 hook.php:771 +msgid "Solved" +msgstr "" + +#: inc/issue.class.php:1763 hook.php:772 +msgid "Closed" +msgstr "Gesloten" + +#: inc/category.class.php:50 hook.php:72 +msgid "Form category" +msgid_plural "Form categories" +msgstr[0] "" +msgstr[1] "" + +#: inc/category.class.php:80 +msgid "Knowbase category" +msgstr "Kennisdatabank categorie" + +#: inc/category.class.php:86 +msgid "As child of" +msgstr "" + +#: inc/category.class.php:92 inc/form.class.php:247 entrée standard:65 +msgid "Icon" +msgstr "" + +#: inc/category.class.php:98 inc/form.class.php:255 entrée standard:67 +msgid "Icon color" +msgstr "" + +#: inc/category.class.php:104 inc/form.class.php:263 entrée standard:80 +msgid "Background color" +msgstr "" + +#: inc/formlist.class.php:46 inc/entityconfig.class.php:93 +#: inc/form.class.php:111 inc/form.class.php:516 inc/form.class.php:2015 +#: entrée standard:47 +msgid "Form" +msgid_plural "Forms" +msgstr[0] "" +msgstr[1] "" + +#: inc/notificationtargetformanswer.class.php:43 +msgid "The form as been saved" +msgstr "Het formulier is bewaard" + +#: inc/notificationtargetformanswer.class.php:44 +msgid "A form need to be validate" +msgstr "Een formulier heeft validatie nodig" + +#: inc/notificationtargetformanswer.class.php:45 install/install.php:490 +msgid "The form is refused" +msgstr "Het formulier is geweigerd" + +#: inc/notificationtargetformanswer.class.php:46 install/install.php:496 +msgid "The form is accepted" +msgstr "Het formulier is geaccepteerd" + +#: inc/notificationtargetformanswer.class.php:47 install/install.php:502 +msgid "The form is deleted" +msgstr "Het formulier is verwijderd" + +#: inc/notificationtargetformanswer.class.php:74 +msgid "Form ID" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:75 +#: inc/notificationtargetformanswer.class.php:95 +msgid "Form name" +msgstr "Formulier naam" + +#: inc/notificationtargetformanswer.class.php:77 +#: inc/form_validator.class.php:91 +msgid "Validator" +msgid_plural "Validators" +msgstr[0] "" +msgstr[1] "" + +#: inc/notificationtargetformanswer.class.php:78 +#: inc/notificationtargetformanswer.class.php:98 inc/formanswer.class.php:278 +#: entrée standard:49 +msgid "Creation date" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:79 +#: inc/notificationtargetformanswer.class.php:99 +msgid "Full form answers" +msgstr "Volledig formulier antwoorden" + +#: inc/notificationtargetformanswer.class.php:80 +msgid "Validation comment" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:81 +#: inc/notificationtargetformanswer.class.php:101 +msgid "Validation link" +msgstr "Validatie link" + +#: inc/notificationtargetformanswer.class.php:82 +msgid "Request ID" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:94 +msgid "Form #" +msgstr "Formulier #" + +#: inc/notificationtargetformanswer.class.php:97 +msgctxt "tag" +msgid "Validator" +msgstr "Validatiegever" + +#: inc/notificationtargetformanswer.class.php:100 +msgid "Refused comment" +msgstr "Geweigerd commentaar" + +#: inc/notificationtargetformanswer.class.php:102 +msgid "Request #" +msgstr "Aanvraag #" + +#: inc/notificationtargetformanswer.class.php:114 +msgid "Author" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:115 +#: inc/abstractitiltarget.class.php:1374 +msgid "Approver" +msgstr "" + +#: inc/target_actor.class.php:70 inc/abstractitiltarget.class.php:2141 +msgid "Form author" +msgstr "" + +#: inc/target_actor.class.php:71 inc/abstractitiltarget.class.php:2144 +msgid "Form validator" +msgstr "Formulier validatiegever" + +#: inc/target_actor.class.php:72 +msgid "Specific person" +msgstr "Specifiek persoon" + +#: inc/target_actor.class.php:73 inc/abstractitiltarget.class.php:2154 +msgid "Person from the question" +msgstr "Persoon van vraag" + +#: inc/target_actor.class.php:74 +msgid "Specific group" +msgstr "Specifieke groep" + +#: inc/target_actor.class.php:75 inc/abstractitiltarget.class.php:2165 +msgid "Group from the question" +msgstr "Groep van deze vraag" + +#: inc/target_actor.class.php:76 +msgid "Group from an object" +msgstr "" + +#: inc/target_actor.class.php:77 +msgid "Tech group from an object" +msgstr "" + +#: inc/target_actor.class.php:78 +msgid "Specific supplier" +msgstr "Specifieke leverancier" + +#: inc/target_actor.class.php:79 inc/abstractitiltarget.class.php:2194 +msgid "Supplier from the question" +msgstr "Leverancier van deze vraag" + +#: inc/target_actor.class.php:80 inc/abstractitiltarget.class.php:2183 +msgid "Actors from the question" +msgstr "Actors van deze vraag" + +#: inc/target_actor.class.php:81 inc/abstractitiltarget.class.php:2198 +msgid "Form author's supervisor" +msgstr "" + +#: inc/target_actor.class.php:102 +msgid "Observer" +msgstr "" + +#: inc/target_actor.class.php:103 inc/abstractitiltarget.class.php:1818 +msgid "Assigned to" +msgstr "" + +#: inc/target_actor.class.php:109 +msgid "Target actor" +msgid_plural "Target actors" +msgstr[0] "" +msgstr[1] "" + +#: inc/target_actor.class.php:115 inc/target_actor.class.php:131 +#: inc/target_actor.class.php:140 +msgid "Bad request while adding an actor." +msgstr "" + +#: inc/target_actor.class.php:197 +#, php-format +msgid "Failed to find a user: %1$s" +msgstr "" + +#: inc/target_actor.class.php:206 +#, php-format +msgid "Failed to find a group: %1$s" +msgstr "" + +#: inc/target_actor.class.php:215 +#, php-format +msgid "Failed to find a supplier: %1$s" +msgstr "" + +#: inc/formanswer.class.php:79 inc/form_validator.class.php:72 +msgid "Refused" +msgstr "" + +#: inc/formanswer.class.php:80 inc/form_validator.class.php:71 +msgid "Accepted" +msgstr "" + +#: inc/formanswer.class.php:214 +msgid "Form answer" +msgid_plural "Form answers" +msgstr[0] "" +msgstr[1] "" + +#: inc/formanswer.class.php:676 +msgid "Print this form" +msgstr "Dit formulier printen" + +#: inc/formanswer.class.php:701 +msgid "Form accepted by validator." +msgstr "Formulier geaccepteerd door validator." + +#: inc/formanswer.class.php:703 +msgid "Form successfully saved." +msgstr "Formulier succesvol bewaard." + +#: inc/formanswer.class.php:770 +msgid "Save" +msgstr "" + +#: inc/formanswer.class.php:782 +msgid "Required if refused" +msgstr "Verplicht als het geweigerd wordt" + +#: inc/formanswer.class.php:788 +msgid "Refuse" +msgstr "Geweigerd" + +#: inc/formanswer.class.php:796 +msgid "Edit answers" +msgstr "" + +#: inc/formanswer.class.php:802 +msgid "Cancel edition" +msgstr "" + +#: inc/formanswer.class.php:809 +msgid "Accept" +msgstr "Accepteren" + +#: inc/formanswer.class.php:828 +msgid "Refused comment is required!" +msgstr "Geweigerd. Commentaar is verplicht!" + +#: inc/formanswer.class.php:882 inc/formanswer.class.php:899 +msgid "" +"An internal error occured when verifying your answers. Please report it to " +"your administrator." +msgstr "" + +#: inc/formanswer.class.php:933 +msgid "You are not the validator of these answers" +msgstr "Jij bent niet de validatie gever van deze antwoorden" + +#: inc/formanswer.class.php:1083 +#, php-format +msgid "Item sucessfully added: %1$s (%2$s: %3$s)" +msgstr "" + +#: inc/formanswer.class.php:1166 inc/formanswer.class.php:1168 +msgid "Form data" +msgstr "Formulier data" + +#: inc/formanswer.class.php:1301 +msgid "" +"You are a validator of the form, then your approval hs been added " +"automatically." +msgstr "" + +#: inc/formanswer.class.php:1310 inc/formanswer.class.php:1363 +msgid "Cannot generate targets!" +msgstr "Kan het doel niet genereren" + +#: inc/formanswer.class.php:1511 +msgid "No captcha set." +msgstr "" + +#: inc/formanswer.class.php:1517 +msgid "You failed the captcha test." +msgstr "" + +#: inc/formanswer.class.php:1540 +msgid "You must select validator!" +msgstr "" + +#: inc/common.class.php:229 +msgid "You cannot delete this issue. Maybe it is taken into account." +msgstr "" + +#: inc/common.class.php:234 +msgid "Failed to delete this issue. An internal error occured." +msgstr "" + +#: inc/common.class.php:745 +msgid "Seek assistance" +msgstr "Assistentie" + +#: inc/common.class.php:751 inc/common.class.php:755 +msgid "My requests for assistance" +msgstr "Mijn verzoeken tot assistentie" + +#: inc/common.class.php:791 +msgid "Consult reminders" +msgstr "" + +#: inc/common.class.php:811 +msgid "Consult feeds" +msgstr "Consult feeds" + +#: inc/abstractfield.class.php:89 inc/question.class.php:758 +msgid "Apply" +msgstr "" + +#: inc/formaccesstype.class.php:41 entrée standard:39 +msgid "Access type" +msgid_plural "Access types" +msgstr[0] "" +msgstr[1] "" + +#: inc/form_language.class.php:51 +msgid "Form language" +msgid_plural "Form languages" +msgstr[0] "" +msgstr[1] "" + +#: inc/form_language.class.php:78 inc/form_language.class.php:364 +msgid "Translation" +msgid_plural "Translations" +msgstr[0] "" +msgstr[1] "" + +#: inc/form_language.class.php:119 +msgid "The name cannot be empty." +msgstr "" + +#: inc/form_language.class.php:127 +msgid "The language must be associated to a form." +msgstr "" + +#: inc/form_language.class.php:135 +msgid "The specified language is not available." +msgstr "" + +#: inc/form_language.class.php:265 +msgid "Add a translation" +msgstr "" + +#: inc/form_language.class.php:299 js/scripts.js:1214 +msgid "Update a translation" +msgstr "" + +#: inc/form_language.class.php:329 inc/form_language.class.php:331 +msgid "New translation" +msgstr "" + +#: inc/form_language.class.php:334 +msgid "Filter list" +msgstr "" + +#: inc/form_language.class.php:339 inc/form_language.class.php:438 +msgid "No translation found" +msgstr "" + +#: inc/form_language.class.php:344 +msgid "Do you want to delete the selected items?" +msgstr "" + +#: inc/form_language.class.php:353 inc/form_language.class.php:401 +#: inc/abstractitiltarget.class.php:1710 entrée standard:124 standard:31 +msgid "Delete" +msgstr "Verwijder" + +#: inc/form_language.class.php:363 +msgid "Original string" +msgstr "" + +#: inc/form_language.class.php:424 +msgid "Add a new language" +msgstr "" + +#: inc/form_language.class.php:457 inc/form_language.class.php:489 +#: inc/form.class.php:178 entrée standard:72 +msgid "Language" +msgstr "" + +#: inc/form_validator.class.php:69 inc/targetticket.class.php:99 +#: inc/abstractitiltarget.class.php:186 +msgid "None" +msgstr "Geen" + +#: inc/form_validator.class.php:78 inc/abstractitiltarget.class.php:2552 +msgid "No" +msgstr "" + +#: inc/form_validator.class.php:81 +msgid "Supervisor of the requester" +msgstr "" + +#: inc/form_validator.class.php:116 inc/translation.class.php:221 +msgid "Form not found." +msgstr "" + +#: inc/form_validator.class.php:121 inc/form_validator.class.php:129 +#: inc/form_validator.class.php:138 +msgid "Invalid validator." +msgstr "" + +#: inc/form_validator.class.php:147 +#, php-format +msgid "Only level 1 is allowed for %s." +msgstr "" + +#: inc/form_validator.class.php:156 +msgid "Invalid validator type." +msgstr "" + +#: inc/form_validator.class.php:194 entrée standard:103 +msgid "Level" +msgstr "" + +#: inc/form_validator.class.php:592 inc/abstractitiltarget.class.php:1354 +msgid "Validation" +msgstr "" + +#: inc/form_validator.class.php:594 +msgid "Choose a validator" +msgstr "Kies een validator" + +#: inc/profile.class.php:62 inc/targetproblem.class.php:147 +#: inc/entityconfig.class.php:520 inc/targetchange.class.php:484 +#: inc/targetticket.class.php:323 inc/targetticket.class.php:358 +#: inc/abstractitiltarget.class.php:2124 +msgctxt "button" +msgid "Save" +msgstr "" + +#: inc/targetproblem.class.php:43 entrée standard:43 +msgid "Target problem" +msgid_plural "Target problems" +msgstr[0] "" +msgstr[1] "" + +#: inc/targetproblem.class.php:109 inc/targetproblem.class.php:565 +#: inc/targetchange.class.php:105 inc/targetchange.class.php:441 +#: inc/targetticket.class.php:135 inc/targetticket.class.php:238 +msgid "Properties" +msgstr "" + +#: inc/targetproblem.class.php:509 inc/targetchange.class.php:286 +#: inc/targetticket.class.php:1443 +#, php-format +msgid "" +"Failed to add or update the %1$s %2$s: a question is missing and is used in " +"a parameter of the target" +msgstr "" + +#: inc/targetproblem.class.php:566 inc/targetchange.class.php:106 +#: inc/targetticket.class.php:136 inc/abstractitiltarget.class.php:1216 +msgid "Actors" +msgstr "" + +#: inc/targetproblem.class.php:619 entrée standard:48 +msgid "Problem title" +msgstr "" + +#: inc/targetproblem.class.php:629 inc/targetchange.class.php:354 +#: inc/targetticket.class.php:199 +msgid "Content" +msgstr "" + +#: inc/targetproblem.class.php:639 inc/targetchange.class.php:364 +msgid "Impact" +msgstr "" + +#: inc/targetproblem.class.php:649 entrée standard:56 +msgid "Cause" +msgstr "" + +#: inc/targetproblem.class.php:659 entrée standard:58 +msgid "Symptom" +msgstr "" + +#: inc/entityconfig.class.php:101 inc/entityconfig.class.php:110 +#: inc/entityconfig.class.php:118 inc/entityconfig.class.php:126 +#: inc/entityconfig.class.php:134 inc/entityconfig.class.php:142 +#: inc/entityconfig.class.php:150 inc/entityconfig.class.php:158 +#: inc/entityconfig.class.php:166 inc/entityconfig.class.php:180 +#: inc/entityconfig.class.php:188 inc/entityconfig.class.php:196 +msgid "Inheritance of the parent entity" +msgstr "" + +#: inc/entityconfig.class.php:102 +msgid "GLPi's helpdesk" +msgstr "GLPI's helpdesk" + +#: inc/entityconfig.class.php:103 +msgid "Service catalog simplified" +msgstr "Service catalogus versimpeld" + +#: inc/entityconfig.class.php:104 +msgid "Service catalog extended" +msgstr "Service catalogus uitgebreid" + +#: inc/entityconfig.class.php:111 +msgid "All available forms" +msgstr "" + +#: inc/entityconfig.class.php:112 +msgid "Only default forms" +msgstr "" + +#: inc/entityconfig.class.php:119 +msgid "Popularity sort" +msgstr "Sorteer op populariteit" + +#: inc/entityconfig.class.php:120 +msgid "Alphabetic sort" +msgstr "Sorteer op alfabet" + +#: inc/entityconfig.class.php:127 +msgid "Merged with Forms" +msgstr "" + +#: inc/entityconfig.class.php:128 +msgid "Distinct menu entry" +msgstr "" + +#: inc/entityconfig.class.php:135 inc/entityconfig.class.php:143 +#: inc/entityconfig.class.php:151 inc/entityconfig.class.php:159 +#: inc/entityconfig.class.php:189 inc/form.class.php:271 entrée standard:100 +msgid "Visible" +msgstr "" + +#: inc/entityconfig.class.php:136 inc/entityconfig.class.php:144 +#: inc/entityconfig.class.php:152 inc/entityconfig.class.php:160 +#: inc/entityconfig.class.php:190 +msgid "Hidden" +msgstr "" + +#: inc/entityconfig.class.php:167 +msgid "Variable height" +msgstr "" + +#: inc/entityconfig.class.php:168 +msgid "Uniform height" +msgstr "" + +#: inc/entityconfig.class.php:173 +msgid "Search for assistance" +msgstr "" + +#: inc/entityconfig.class.php:174 +msgid "User's assistance requests" +msgstr "" + +#: inc/entityconfig.class.php:181 +msgid "Only forms" +msgstr "" + +#: inc/entityconfig.class.php:182 +msgid "Forms and list of requests" +msgstr "" + +#: inc/entityconfig.class.php:197 +msgid "Folded" +msgstr "" + +#: inc/entityconfig.class.php:198 +msgid "Unfolded" +msgstr "" + +#: inc/entityconfig.class.php:298 +msgid "Helpdesk" +msgstr "Helpdesk" + +#: inc/entityconfig.class.php:306 inc/entityconfig.class.php:534 entrée +#: standard:44 +msgid "Helpdesk mode" +msgstr "Helpdesk modus" + +#: inc/entityconfig.class.php:317 inc/entityconfig.class.php:604 +msgid "Default Form list mode" +msgstr "" + +#: inc/entityconfig.class.php:335 inc/entityconfig.class.php:544 +msgid "Sort order" +msgstr "" + +#: inc/entityconfig.class.php:351 inc/entityconfig.class.php:554 +msgid "Knowledge base" +msgstr "" + +#: inc/entityconfig.class.php:366 +msgid "Search" +msgstr "" + +#: inc/entityconfig.class.php:382 inc/entityconfig.class.php:614 +msgid "Counters dashboard" +msgstr "" + +#: inc/entityconfig.class.php:398 +msgid "Header message" +msgstr "" + +#: inc/entityconfig.class.php:414 inc/entityconfig.class.php:624 +msgid "Search issue" +msgstr "" + +#: inc/entityconfig.class.php:430 inc/entityconfig.class.php:594 +msgid "Service catalog home page" +msgstr "" + +#: inc/entityconfig.class.php:446 inc/entityconfig.class.php:634 +msgid "Tile design" +msgstr "" + +#: inc/entityconfig.class.php:462 +msgid "Home page" +msgstr "" + +#: inc/entityconfig.class.php:494 +msgid "Menu visibility (only for vertical menu)" +msgstr "" + +#: inc/entityconfig.class.php:506 inc/entityconfig.class.php:584 +#: inc/form.class.php:225 entrée standard:84 +msgid "Header" +msgid_plural "Headers" +msgstr[0] "" +msgstr[1] "" + +#: inc/entityconfig.class.php:564 +msgid "Display search field" +msgstr "" + +#: inc/entityconfig.class.php:574 +msgid "Display header" +msgstr "" + +#: inc/questionrange.class.php:52 inc/questionparameter/range.class.php:56 +msgid "Question range" +msgid_plural "Question ranges" +msgstr[0] "" +msgstr[1] "" + +#: inc/questionrange.class.php:62 inc/questionparameter/range.class.php:66 +msgid "Minimum range" +msgstr "" + +#: inc/questionrange.class.php:71 inc/questionparameter/range.class.php:75 +msgid "maximum range" +msgstr "" + +#: inc/form.class.php:66 inc/form.class.php:429 +msgid "Public access" +msgstr "Publieke toegang" + +#: inc/form.class.php:67 inc/form.class.php:433 +msgid "Private access" +msgstr "Private toegang" + +#: inc/form.class.php:68 inc/form.class.php:437 +msgid "Restricted access" +msgstr "Beperkte toegang" + +#: inc/form.class.php:122 +msgid "Answers waiting for validation" +msgstr "" + +#: inc/form.class.php:124 inc/form.class.php:1663 inc/form.class.php:1689 +msgid "Import forms" +msgstr "Importeer formulieren" + +#: inc/form.class.php:169 +msgid "Recursive" +msgstr "" + +#: inc/form.class.php:190 +msgid "Homepage" +msgstr "" + +#: inc/form.class.php:203 +msgid "Access" +msgstr "" + +#: inc/form.class.php:234 inc/form.class.php:327 inc/form.class.php:394 entrée +#: standard:54 +msgid "Active" +msgstr "" + +#: inc/form.class.php:286 inc/form.class.php:338 inc/form.class.php:413 +msgid "Default form" +msgstr "" + +#: inc/form.class.php:296 entrée standard:106 +msgid "Next form" +msgstr "" + +#: inc/form.class.php:326 inc/form.class.php:391 +msgid "Inactive" +msgstr "" + +#: inc/form.class.php:337 inc/form.class.php:410 +msgid "Not default form" +msgstr "" + +#: inc/form.class.php:361 inc/form.class.php:445 entrée standard:75 +msgid "All languages" +msgstr "" + +#: inc/form.class.php:508 entrée standard:3 +msgid "Target" +msgid_plural "Targets" +msgstr[0] "" +msgstr[1] "" + +#: inc/form.class.php:511 +msgid "Preview" +msgstr "" + +#: inc/form.class.php:512 +msgid "Form answer properties" +msgstr "" + +#: inc/form.class.php:854 +msgid "What are you looking for?" +msgstr "" + +#: inc/form.class.php:993 inc/form.class.php:1156 +#: inc/abstracttarget.class.php:162 inc/abstractitiltarget.class.php:1625 +msgid "The name cannot be empty!" +msgstr "De naam kan niet leeg zijn" + +#: inc/form.class.php:1026 inc/form.class.php:1191 +msgid "A loop is generated!" +msgstr "" + +#: inc/form.class.php:1167 +msgid "Cannot use empty name for form answers. Keeping the previous value." +msgstr "" + +#: inc/form.class.php:1303 +#, php-format +msgid "The question %s is not compatible with public forms" +msgstr "" + +#: inc/form.class.php:1386 +msgid "Errored duplicate" +msgstr "" + +#: inc/form.class.php:1397 entrée standard:23 +msgid "Duplicate" +msgstr "Dupliceren" + +#: inc/form.class.php:1442 inc/form.class.php:1452 +msgctxt "button" +msgid "Post" +msgstr "" + +#: inc/form.class.php:1475 +#, php-format +msgid "Form duplicated: %s" +msgstr "Formulier gedupliceerd: 1%s" + +#: inc/form.class.php:1491 +#, php-format +msgid "Form Transfered: %s" +msgstr "Formulier verplaatst: 1%s" + +#: inc/form.class.php:1515 +msgid "Back" +msgstr "" + +#: inc/form.class.php:1526 +#, php-format +msgid "Form updated: %s" +msgstr "" + +#: inc/form.class.php:1636 +msgid "Upload of JSON files not allowed." +msgstr "" + +#: inc/form.class.php:1639 +msgid "You may allow JSON files right now." +msgstr "" + +#: inc/form.class.php:1640 +msgctxt "button" +msgid "Create" +msgstr "" + +#: inc/form.class.php:1643 inc/form.class.php:1654 +msgid "Please contact your GLPI administrator." +msgstr "" + +#: inc/form.class.php:1644 inc/form.class.php:1655 +msgctxt "button" +msgid "Back" +msgstr "" + +#: inc/form.class.php:1647 +msgid "Upload of JSON files not enabled." +msgstr "" + +#: inc/form.class.php:1650 inc/form.class.php:1653 +msgid "You may enable JSON files right now." +msgstr "" + +#: inc/form.class.php:1651 +msgctxt "button" +msgid "Enable" +msgstr "" + +#: inc/form.class.php:1698 +msgctxt "button" +msgid "Send" +msgstr "" + +#: inc/form.class.php:1717 +msgid "Forms import impossible, the file is empty" +msgstr "" + +#: inc/form.class.php:1721 inc/form.class.php:1725 +msgid "Forms import impossible, the file seems corrupt" +msgstr "" + +#: inc/form.class.php:1731 +msgid "Forms import impossible, the file was generated with another version" +msgstr "" + +#: inc/form.class.php:1738 +msgid "" +"The file does not specifies the schema version. It was probably generated " +"with a version older than 2.10. Giving up." +msgstr "" + +#: inc/form.class.php:1764 +#, php-format +msgid "Failed to import %s" +msgstr "" + +#: inc/form.class.php:1769 +#, php-format +msgid "Forms successfully imported from %s" +msgstr "Formulieren succesvol geïmporteerd van 1%s" + +#: inc/form.class.php:1832 +#, php-format +msgid "The form %1$s already exists and is in an unmodifiable entity." +msgstr "" + +#: inc/form.class.php:1840 +#, php-format +msgid "You don't have right to update the entity %1$s." +msgstr "" + +#: inc/form.class.php:1850 +#, php-format +msgid "The entity %1$s is required for the form %2$s." +msgstr "" + +#: inc/form.class.php:1952 +msgid "Failed to create JSON document type" +msgstr "Het is niet gelukt om een JSON document type te maken" + +#: inc/form.class.php:1959 +msgid "JSON document type not found" +msgstr "JSON document type is niet gevonden" + +#: inc/form.class.php:1966 +msgid "Failed to update JSON document type" +msgstr "Het is niet gelukt om het JSON document type te updaten" + +#: inc/form.class.php:1986 +msgid "Forms without category" +msgstr "Formulieren zonder categorie" + +#: inc/form.class.php:2007 +msgid "No form available" +msgstr "" + +#: inc/form.class.php:2205 entrée standard:47 +msgid "Add a target" +msgstr "" + +#: inc/form.class.php:2236 inc/targetticket.class.php:398 +#: inc/abstractitiltarget.class.php:1828 inc/abstractitiltarget.class.php:2124 +#: entrée standard:92 standard:94 +msgid "Add" +msgstr "" + +#: inc/form.class.php:2254 inc/form.class.php:2277 inc/form.class.php:2299 +msgid "Unsupported target type." +msgstr "" + +#: inc/form.class.php:2333 +msgid "plugin_formcreator_load_check" +msgstr "" + +#: inc/targetchange.class.php:44 entrée standard:43 +msgid "Target change" +msgid_plural "Target changes" +msgstr[0] "" +msgstr[1] "" + +#: inc/targetchange.class.php:344 entrée standard:48 +msgid "Change title" +msgstr "Verander titel" + +#: inc/targetchange.class.php:374 entrée standard:56 +msgid "Control list" +msgstr "" + +#: inc/targetchange.class.php:384 entrée standard:58 +msgid "Deployment plan" +msgstr "" + +#: inc/targetchange.class.php:394 entrée standard:60 +msgid "Backup plan" +msgstr "" + +#: inc/targetchange.class.php:404 +msgid "Check list" +msgstr "" + +#: inc/questionfilter.class.php:52 +msgid "Question filter" +msgid_plural "Question filters" +msgstr[0] "" +msgstr[1] "" + +#: inc/section.class.php:71 entrée standard:53 standard:44 +msgid "Section" +msgid_plural "Sections" +msgstr[0] "" +msgstr[1] "" + +#: inc/section.class.php:123 inc/section.class.php:166 +#: inc/question.class.php:348 +msgid "The title is required" +msgstr "Titel is verplicht" + +#: inc/section.class.php:553 inc/question.class.php:234 entrée standard:37 +msgid "Count of conditions" +msgstr "" + +#: inc/restrictedformcriteria.class.php:179 +#, php-format +msgid "Failed to find %1$s %2$s" +msgstr "" + +#: inc/question.class.php:73 inc/abstractitiltarget.class.php:1127 entrée +#: standard:41 +msgid "Question" +msgid_plural "Questions" +msgstr[0] "" +msgstr[1] "" + +#: inc/question.class.php:197 entrée standard:43 standard:50 standard:44 +#: standard:49 standard:79 +msgid "Required" +msgstr "Verplicht" + +#: inc/question.class.php:355 +msgid "The section is required" +msgstr "Gedeelte is verplicht" + +#: inc/question.class.php:365 +#, php-format +msgid "Field type %1$s is not available for question %2$s." +msgstr "" + +#: inc/question.class.php:379 +msgid "This type of question is not compatible with public forms." +msgstr "" + +#: inc/question.class.php:469 +msgid "The field type cannot be changed. Delete then recreate the question." +msgstr "" + +#: inc/question.class.php:1184 +msgid "Service levels" +msgstr "" + +#: inc/question.class.php:1185 inc/abstractitiltarget.class.php:851 +msgid "SLA" +msgstr "" + +#: inc/question.class.php:1186 inc/abstractitiltarget.class.php:924 +msgid "OLA" +msgstr "" + +#: inc/question.class.php:1205 inc/question.class.php:1248 +#: inc/question.class.php:1251 +msgid "Assets" +msgstr "" + +#: inc/question.class.php:1219 hook.php:780 hook.php:797 +msgid "Assistance" +msgstr "" + +#: inc/question.class.php:1225 +msgid "Management" +msgstr "" + +#: inc/question.class.php:1236 +msgid "Tools" +msgstr "" + +#: inc/question.class.php:1237 +msgid "Notes" +msgstr "" + +#: inc/question.class.php:1238 +msgid "RSS feed" +msgstr "" + +#: inc/question.class.php:1240 +msgid "Administration" +msgstr "" + +#: inc/question.class.php:1248 inc/question.class.php:1251 +msgid "Plugin" +msgid_plural "Plugins" +msgstr[0] "" +msgstr[1] "" + +#: inc/abstractquestionparameter.class.php:98 +msgid "Parameter" +msgstr "" + +#: inc/abstractquestionparameter.class.php:105 +msgid "Field name" +msgstr "" + +#: inc/abstracttarget.class.php:97 +msgid "Current active entity" +msgstr "Huidige actieve entiteit" + +#: inc/abstracttarget.class.php:98 +msgid "Default requester user's entity" +msgstr "Aanvragers standaard entiteit " + +#: inc/abstracttarget.class.php:99 +msgid "First dynamic requester user's entity (alphabetical)" +msgstr "Eerste dynamische gebruikers entiteit (alfabet)" + +#: inc/abstracttarget.class.php:100 +msgid "Last dynamic requester user's entity (alphabetical)" +msgstr "Laatste dynamische gebruikers entiteit (alfabet)" + +#: inc/abstracttarget.class.php:101 +msgid "The form entity" +msgstr "Formulier entiteit" + +#: inc/abstracttarget.class.php:102 +msgid "Default entity of the validator" +msgstr "Standaard entiteit van validatiegever" + +#: inc/abstracttarget.class.php:103 +msgid "Specific entity" +msgstr "Specifieke entiteit" + +#: inc/abstracttarget.class.php:104 +msgid "Default entity of a user type question answer" +msgstr "Standaard entiteit van een gebruiker type antwoord" + +#: inc/abstracttarget.class.php:105 +msgid "From a GLPI object > Entity type question answer" +msgstr "Van een GLPI object -> Entiteit type vraag" + +#: inc/abstracttarget.class.php:116 +msgid "Always generated" +msgstr "" + +#: inc/abstracttarget.class.php:117 +msgid "Disabled unless" +msgstr "" + +#: inc/abstracttarget.class.php:118 +msgid "Generated unless" +msgstr "" + +#: inc/abstracttarget.class.php:129 +msgid "A target must be associated to a form." +msgstr "" + +#: inc/abstracttarget.class.php:134 +msgid "A target must be associated to an existing form." +msgstr "" + +#: inc/abstracttarget.class.php:139 +msgid "Name is required." +msgstr "" + +#: inc/abstracttarget.class.php:502 +msgid "Destination entity" +msgstr "" + +#: inc/abstracttarget.class.php:518 +msgid "User type question" +msgstr "Gebruikers type vraag" + +#: inc/abstracttarget.class.php:519 +msgid "Entity type question" +msgstr "Entiteit type vraag" + +#: inc/command/cleanticketscommand.class.php:53 +msgid "Searching for invalid items..." +msgstr "" + +#: inc/command/cleanticketscommand.class.php:61 +msgid "Done." +msgstr "" + +#: inc/command/cleanticketscommand.class.php:135 +msgid "Step 1: double encoded < and > signs." +msgstr "" + +#: inc/command/cleanticketscommand.class.php:146 +#: inc/command/cleanticketscommand.class.php:196 +#: inc/command/cleanticketscommand.class.php:260 +msgid "No invalid items found." +msgstr "" + +#: inc/command/cleanticketscommand.class.php:187 +msgid "Step 2: literal BR tag." +msgstr "" + +#: inc/command/cleanticketscommand.class.php:251 +msgid "Step 3: litteral > sign." +msgstr "" + +#: inc/filter/itilcategoryfilter.class.php:52 +#: inc/filter/itilcategoryfilter.class.php:54 +msgid "Request categories" +msgstr "Aanvraag categorieën " + +#: inc/filter/itilcategoryfilter.class.php:53 +#: inc/filter/itilcategoryfilter.class.php:54 +msgid "Incident categories" +msgstr "Incident categorieën " + +#: inc/filter/itilcategoryfilter.class.php:55 +msgid "Change categories" +msgstr "" + +#: inc/supervisorvalidator.class.php:44 +msgid "Requester supervisor" +msgid_plural "Requester supervisors" +msgstr[0] "" +msgstr[1] "" + +#: inc/supervisorvalidator.class.php:52 +msgid "My supervisor" +msgstr "" + +#: inc/questionregex.class.php:52 +msgid "Question regular expression" +msgid_plural "Question regular expressions" +msgstr[0] "" +msgstr[1] "" + +#: inc/questiondependency.class.php:66 +msgid "Question dependency" +msgid_plural "Question dependencies" +msgstr[0] "" +msgstr[1] "" + +#: inc/answer.class.php:66 entrée standard:43 +msgid "Answer" +msgid_plural "Answers" +msgstr[0] "" +msgstr[1] "" + +#: inc/item_targetticket.class.php:52 +msgid "Composite ticket relation" +msgid_plural "Composite ticket relations" +msgstr[0] "" +msgstr[1] "" + +#: inc/targetticket.class.php:57 entrée standard:43 +msgid "Target ticket" +msgid_plural "Target tickets" +msgstr[0] "" +msgstr[1] "" + +#: inc/targetticket.class.php:100 +msgid "Specific asset" +msgstr "" + +#: inc/targetticket.class.php:101 inc/targetticket.class.php:117 +#: inc/abstractitiltarget.class.php:207 inc/abstractitiltarget.class.php:215 +#: inc/abstractitiltarget.class.php:223 inc/abstractitiltarget.class.php:231 +#: inc/abstractitiltarget.class.php:240 inc/abstractitiltarget.class.php:249 +msgid "Equals to the answer to the question" +msgstr "Gelijk aan antwoord op deze vraag" + +#: inc/targetticket.class.php:102 inc/abstractitiltarget.class.php:232 +#: inc/abstractitiltarget.class.php:241 inc/abstractitiltarget.class.php:250 +msgid "Last valid answer" +msgstr "" + +#: inc/targetticket.class.php:108 +msgid "Source from template or user default or GLPI default" +msgstr "" + +#: inc/targetticket.class.php:109 +msgid "Formcreator" +msgstr "" + +#: inc/targetticket.class.php:115 +msgid "Default or from a template" +msgstr "" + +#: inc/targetticket.class.php:116 +msgid "Specific type" +msgstr "" + +#: inc/targetticket.class.php:189 entrée standard:48 +msgid "Ticket title" +msgstr "Ticket titel" + +#: inc/targetticket.class.php:307 +msgid "Add validation message as first ticket followup" +msgstr "Voeg validatie bericht toe als eerste opvolging" + +#: inc/targetticket.class.php:341 +msgid "Add a field" +msgstr "" + +#: inc/targetticket.class.php:369 +msgid "Managed fields" +msgstr "" + +#: inc/targetticket.class.php:376 +msgid "No managed field" +msgstr "" + +#: inc/targetticket.class.php:396 +msgid "Link to an other ticket" +msgstr "Link aan een ander ticket" + +#: inc/targetticket.class.php:405 +msgid "An other destination of this form" +msgstr "Een ander doel van dit formulier" + +#: inc/targetticket.class.php:406 +msgid "An existing ticket" +msgstr "Een bestaand ticket" + +#: inc/targetticket.class.php:407 +msgid "A ticket from an answer to a question" +msgstr "" + +#: inc/targetticket.class.php:488 +msgctxt "button" +msgid "Delete permanently" +msgstr "" + +#: inc/targetticket.class.php:743 +msgid "Invalid link type" +msgstr "Invalide link type" + +#: inc/targetticket.class.php:763 +msgid "Invalid linked item type" +msgstr "Invalide gelinkt item type. " + +#: inc/targetticket.class.php:776 +msgid "Linked item does not exists" +msgstr "Gelinkt item bestaat niet" + +#: inc/targetticket.class.php:789 +msgid "Failed to link the item" +msgstr "Gefaald om item te linken" + +#: inc/targetticket.class.php:905 install/install.php:497 +msgid "Your form has been accepted by the validator" +msgstr "Je formulier is geaccepteerd door de validator" + +#: inc/targetticket.class.php:1137 +msgid "Request source" +msgstr "" + +#: inc/targetticket.class.php:1162 +msgid "Type " +msgstr "" + +#: inc/targetticket.class.php:1190 +msgid "Associated elements" +msgstr "" + +#: inc/targetticket.class.php:1201 +msgid "Item " +msgstr "" + +#: inc/translation.class.php:153 +msgid "No more string to translate" +msgstr "" + +#: inc/translation.class.php:164 +msgid "Internal error: translatable string not found." +msgstr "" + +#: inc/translation.class.php:216 +msgid "Language not found." +msgstr "" + +#: inc/translation.class.php:236 +msgid "Failed to add the translation." +msgstr "" + +#: inc/abstractitiltarget.class.php:187 +msgid "Tags from questions" +msgstr "Tags van vragen" + +#: inc/abstractitiltarget.class.php:188 +msgid "Specific tags" +msgstr "Specifieke tags" + +#: inc/abstractitiltarget.class.php:189 +msgid "Tags from questions and specific tags" +msgstr "Tags van vragen en specifieke tags" + +#: inc/abstractitiltarget.class.php:190 +msgid "Tags from questions or specific tags" +msgstr "Tags van vragen of specifieke tags" + +#: inc/abstractitiltarget.class.php:196 +msgid "TTR from template or none" +msgstr "" + +#: inc/abstractitiltarget.class.php:197 +msgid "equals to the answer to the question" +msgstr "Gelijk aan antwoord op deze vraag" + +#: inc/abstractitiltarget.class.php:198 +msgid "calculated from the ticket creation date" +msgstr "Uitgerekend vanaf datum aanmaak ticket" + +#: inc/abstractitiltarget.class.php:199 +msgid "calculated from the answer to the question" +msgstr "Uitgerekend vanaf antwoord op deze vraag" + +#: inc/abstractitiltarget.class.php:205 +msgid "SLA from template or none" +msgstr "" + +#: inc/abstractitiltarget.class.php:206 +msgid "Specific SLA" +msgstr "" + +#: inc/abstractitiltarget.class.php:213 +msgid "OLA from template or none" +msgstr "" + +#: inc/abstractitiltarget.class.php:214 +msgid "Specific OLA" +msgstr "" + +#: inc/abstractitiltarget.class.php:221 +msgid "Urgency from template or Medium" +msgstr "Urgentie van template of gemiddeld" + +#: inc/abstractitiltarget.class.php:222 +msgid "Specific urgency" +msgstr "Specifieke urgentie" + +#: inc/abstractitiltarget.class.php:229 +msgid "Category from template or none" +msgstr "Categorie van template of geen" + +#: inc/abstractitiltarget.class.php:230 +msgid "Specific category" +msgstr "Specifieke categorie" + +#: inc/abstractitiltarget.class.php:238 +msgid "Location from template or none" +msgstr "Locatie van template of geen" + +#: inc/abstractitiltarget.class.php:239 +msgid "Specific location" +msgstr "Specifieke locatie" + +#: inc/abstractitiltarget.class.php:247 +msgid "Contract from template or none" +msgstr "" + +#: inc/abstractitiltarget.class.php:248 +msgid "Specific contract" +msgstr "" + +#: inc/abstractitiltarget.class.php:256 +msgid "No validation" +msgstr "" + +#: inc/abstractitiltarget.class.php:257 +msgid "Specific user or group" +msgstr "" + +#: inc/abstractitiltarget.class.php:258 +msgid "User from question answer" +msgstr "" + +#: inc/abstractitiltarget.class.php:259 +msgid "Group from question answer" +msgstr "" + +#: inc/abstractitiltarget.class.php:839 +msgid "Minute" +msgid_plural "Minutes" +msgstr[0] "" +msgstr[1] "" + +#: inc/abstractitiltarget.class.php:840 +msgid "Hour" +msgid_plural "Hours" +msgstr[0] "" +msgstr[1] "" + +#: inc/abstractitiltarget.class.php:841 +msgid "Day" +msgid_plural "Days" +msgstr[0] "" +msgstr[1] "" + +#: inc/abstractitiltarget.class.php:842 +msgid "Month" +msgid_plural "Months" +msgstr[0] "" +msgstr[1] "" + +#: inc/abstractitiltarget.class.php:874 +msgid "SLA (TTO/TTR)" +msgstr "" + +#: inc/abstractitiltarget.class.php:875 inc/abstractitiltarget.class.php:948 +msgid "Question (TTO/TTR)" +msgstr "" + +#: inc/abstractitiltarget.class.php:947 +msgid "OLA (TTO/TTR)" +msgstr "" + +#: inc/abstractitiltarget.class.php:1051 +msgid "Urgency " +msgstr "Urgentie" + +#: inc/abstractitiltarget.class.php:1080 +msgid "Ticket tags" +msgstr "Ticket tags" + +#: inc/abstractitiltarget.class.php:1128 +msgid "Tags" +msgstr "Tags" + +#: inc/abstractitiltarget.class.php:1247 +msgid "Location" +msgstr "" + +#: inc/abstractitiltarget.class.php:1259 +msgid "Location " +msgstr "Locatie" + +#: inc/abstractitiltarget.class.php:1312 +msgid "Contract" +msgstr "" + +#: inc/abstractitiltarget.class.php:1324 +msgid "Contract " +msgstr "" + +#: inc/abstractitiltarget.class.php:1635 +msgid "The description cannot be empty!" +msgstr "De omschrijving kan niet leeg zijn" + +#: inc/abstractitiltarget.class.php:1811 +msgid "Watcher" +msgid_plural "Watchers" +msgstr[0] "" +msgstr[1] "" + +#: inc/abstractitiltarget.class.php:1830 +msgid "Cancel" +msgstr "Annuleren" + +#: inc/abstractitiltarget.class.php:2118 inc/abstractitiltarget.class.php:2548 +#: inc/abstractitiltarget.class.php:2552 +msgid "Email followup" +msgstr "" + +#: inc/abstractitiltarget.class.php:2149 inc/abstractitiltarget.class.php:2536 +msgid "User" +msgstr "" + +#: inc/abstractitiltarget.class.php:2160 inc/abstractitiltarget.class.php:2540 +msgid "Group" +msgstr "" + +#: inc/abstractitiltarget.class.php:2171 +msgid "Group from the object" +msgstr "" + +#: inc/abstractitiltarget.class.php:2177 +msgid "Tech group from the object" +msgstr "" + +#: inc/abstractitiltarget.class.php:2189 inc/abstractitiltarget.class.php:2544 +msgid "Supplier" +msgstr "" + +#: inc/abstractitiltarget.class.php:2548 +msgid "Yes" +msgstr "" + +#: install/install.php:163 +#, php-format +msgid "Upgrade tables to innoDB; run %s" +msgstr "" + +#: install/install.php:199 +#, php-format +msgid "" +"The database schema is not consistent with the previous version of " +"Formcreator %s. To see the logs run the command %s" +msgstr "" + +#: install/install.php:208 +#, php-format +msgid "To ignore the inconsistencies and upgrade anyway run %s" +msgstr "" + +#: install/install.php:225 +msgid "" +"Upgrade from version older than 2.5.0 is no longer supported. Please upgrade" +" to GLPI 9.5.7, upgrade Formcreator to version 2.12.5, then upgrade again to" +" GLPI 10 or later and Formcreator 2.13 or later." +msgstr "" + +#: install/install.php:251 +#, php-format +msgid "" +"A fatal error occured in the upgrade from %s! Upgrade aborted. Please check " +"logs to fix the problem then try again." +msgstr "" + +#: install/install.php:294 +#, php-format +msgid "" +"The database schema is not consistent with the current version of " +"Formcreator %s. To see the logs enable the plugin and run the command %s" +msgstr "" + +#: install/install.php:305 +msgid "The tables of the plugin passed the schema integrity check." +msgstr "" + +#: install/install.php:478 +msgid "A form has been created" +msgstr "Een formulier is gemaakt" + +#: install/install.php:479 +msgid "Your request has been saved" +msgstr "Je verzoek is bewaard" + +#: install/install.php:480 +msgid "" +"Hi,\\nYour request from GLPI has been successfully saved with number " +"##formcreator.request_id## and transmitted to the helpdesk team.\\nYou can " +"see your answers onto the following link:\\n##formcreator.validation_link##" +msgstr "" +"Hallo, je aanvraag van GLPI is succesvol bewaard met nummer " +"##formcreator.request_id## en aan de helpdesk toegekend.\\nJe kunt hier je " +"ticket volgen:\\n##formcreator.validation_link## " + +#: install/install.php:484 +msgid "A form need validation" +msgstr "" + +#: install/install.php:485 +msgid "A form from GLPI need to be validated" +msgstr "" + +#: install/install.php:486 +msgid "" +"Hi,\\nA form from GLPI need to be validated and you have been choosen as the" +" validator.\\nYou can access it by clicking onto this " +"link:\\n##formcreator.validation_link##" +msgstr "" + +#: install/install.php:491 +msgid "Your form has been refused by the validator" +msgstr "Je formulier is geweigerd door de validator" + +#: install/install.php:492 +msgid "" +"Hi,\\nWe are sorry to inform you that your form has been refused by the " +"validator for the reason " +"below:\\n##formcreator.validation_comment##\\n\\nYou can still modify and " +"resubmit it by clicking onto this link:\\n##formcreator.validation_link##" +msgstr "" +"Hallo,\\nHet spijt ons om je te moeten informeren dat je formulier geweigerd is door de validatiegever. Met deze reden:\n" +"\\n##formcreator.validation_comment##\\n\\nJe kunt nog steeds het formulieren wijzigen en opnieuw invoeren met deze link:\\n##formcreator.validation_link##" + +#: install/install.php:498 +msgid "" +"Hi,\\nWe are pleased to inform you that your form has been accepted by the " +"validator.\\nYour request will be considered soon." +msgstr "" +"Hallo,\\nWe willen je laten weten dat je formulier geaccepteerd is door de " +"validatiegever.\\nJe aanvraag zal binnenkort uitgevoerd worden." + +#: install/install.php:503 +msgid "Your form has been deleted by an administrator" +msgstr "Je formulier is verwijderd door de administrator" + +#: install/install.php:504 +msgid "" +"Hi,\\nWe are sorry to inform you that your request cannot be considered and " +"has been deleted by an administrator." +msgstr "" +"Hallo,\\nHet spijt ons om je te moeten informeren dat je aanvraag niet in " +"behandeling genomen zal worden, omdat een administrator je aanvraag heeft " +"verwijderd. " + +#: install/install.php:732 +msgid "Formcreator - Sync service catalog issues" +msgstr "Formcreator: Sync service catalogus problemen" + +#: install/install.php:945 +msgid "Failed to check the sanity of the tables!" +msgstr "" + +#: install/install.php:959 +#, php-format +msgid "Table schema differs for table \"%s\"." +msgstr "" + +#: install/install.php:962 +#, php-format +msgid "Table \"%s\" is missing." +msgstr "" + +#: install/install.php:965 +#, php-format +msgid "Unknown table \"%s\" has been found in database." +msgstr "" + +#: hook.php:439 +msgctxt "button" +msgid "Duplicate" +msgstr "Dupliceren" + +#: hook.php:440 +msgid "Transfer" +msgstr "" + +#: hook.php:441 +msgctxt "button" +msgid "Export" +msgstr "" + +#: hook.php:442 +msgctxt "button" +msgid "Access rights" +msgstr "" + +#: hook.php:756 +msgid "Cancel my ticket" +msgstr "" + +#: hook.php:774 +msgid "Old" +msgstr "" + +#: hook.php:781 +#, php-format +msgid "Number of %s" +msgstr "" + +#: hook.php:798 +msgid "Issues summary" +msgstr "" + +#: hook.php:843 +msgid "" +"Formcreator's mini dashboard not usable as default. This Setting has been " +"ignored." +msgstr "" + +#: js/scripts.js:300 +msgid "No form found. Please choose a form below instead." +msgstr "" + +#: js/scripts.js:302 +msgid "No form found." +msgstr "" + +#: js/scripts.js:306 +msgid "No FAQ item found." +msgstr "" + +#: js/scripts.js:707 +msgid "Are you sure you want to delete this question?" +msgstr "Weet je zeker dat je deze vraag wilt verwijderen?" + +#: js/scripts.js:917 +msgid "Are you sure you want to delete this section?" +msgstr "Weet je zeker dat je dit gedeelte wilt verwijderen?" + +#: js/scripts.js:1161 +msgid "Add translations" +msgstr "" + +#: js/scripts.js:1300 js/scripts.js:1324 +msgid "An error occured while querying forms" +msgstr "Er is een fout opgetreden terwijl we de formulieren opvroegen" + +#: js/scripts.js:1416 entrée standard:139 +msgid "Send" +msgstr "" + +#: js/scripts.js:1425 +msgid "An internal error occurred. Please report it to administrator." +msgstr "" + +#: js/scripts.js:1468 +msgid "Are you sure you want to delete this validator ?" +msgstr "" + +#: js/scripts.js:1520 +msgid "Are you sure you want to duplicate this target?" +msgstr "" + +#: js/scripts.js:1537 +msgid "Are you sure you want to delete this target?" +msgstr "" + +#: entrée standard:57 standard:61 standard:60 standard:59 standard:43 +#: standard:69 standard:52 standard:76 +msgid "Default values" +msgstr "" + +#: entrée standard:52 standard:59 standard:58 +msgid "Show empty" +msgstr "Laat leeg zien" + +#: entrée standard:39 +msgid "LDAP directory" +msgid_plural "LDAP directories" +msgstr[0] "" +msgstr[1] "" + +#: entrée standard:78 +msgid "Attribute" +msgstr "Attribuut" + +#: entrée standard:70 standard:68 +msgid "Values" +msgstr "Waardes" + +#: entrée standard:90 +msgid "Show ticket categories" +msgstr "Laat ticket categorieën zien" + +#: entrée standard:146 standard:118 +msgid "Selectable root" +msgstr "" + +#: entrée standard:38 +msgid "GLPI object" +msgid_plural "GLPI objects" +msgstr[0] "" +msgstr[1] "" + +#: entrée standard:63 +msgid "Direct access on homepage" +msgstr "Meteen toegang op homepage" + +#: entrée standard:86 +msgid "Default form in service catalog" +msgstr "Standaard formulier in service catalogus" + +#: entrée standard:113 standard:114 +msgid "Are you a robot ?" +msgstr "" + +#: entrée standard:64 +msgid "Condition to show the section" +msgstr "" + +#: entrée standard:40 +msgid "Condition to generate the target" +msgstr "" + +#: entrée standard:40 +msgid "General" +msgstr "" + +#: entrée standard:45 +msgid "validation percent" +msgstr "" + +#: entrée standard:52 +msgid "Add a validator" +msgstr "" + +#: entrée standard:57 standard:36 +msgid "Validation level" +msgstr "" + +#: entrée standard:73 +msgid "Validator type" +msgstr "" + +#: entrée standard:98 +msgid "Validators" +msgstr "" + +#: entrée standard:106 standard:5 +msgid "Actions" +msgstr "" + +#: entrée standard:54 +msgid "Impacts" +msgstr "" + +#: entrée standard:62 +msgid "Checklist" +msgstr "" + +#: entrée standard:36 +msgid "Answers title" +msgstr "" + +#: entrée standard:45 +msgid "Add a section" +msgstr "Voeg een gedeelte toe" + +#: entrée standard:55 +msgid "Condition to show the submit button" +msgstr "" + +#: entrée standard:33 +msgid "No form answer yet" +msgstr "" + +#: entrée standard:38 +#, php-format +msgid "%s latest items" +msgstr "" + +#: entrée standard:54 +msgid "Please activate the form to view the link" +msgstr "" + +#: entrée standard:63 +msgid "Enable captcha" +msgstr "" + +#: entrée standard:79 +msgid "Restricted to" +msgstr "" + +#: entrée standard:83 +msgid "Add a question" +msgstr "Voeg een vraag toe" + +#: entrée standard:39 +msgid "List of available tags" +msgstr "" + +#: entrée standard:42 +msgid "Title" +msgstr "" + +#: entrée standard:47 +msgid "Full form" +msgstr "Volledig formulier" + +#: entrée standard:37 +msgid "Validation status" +msgstr "" + +#: entrée standard:36 +#, php-format +msgid "My %1$d last forms (requester)" +msgstr "" + +#: entrée standard:39 +msgid "No form posted yet" +msgstr "Geen formulieren gepost" + +#: entrée standard:63 +msgid "All my forms (requester)" +msgstr "Al mijn formulieren (aanvrager)" + +#: entrée standard:36 +#, php-format +msgid "My %1$d last forms (validator)" +msgstr "" + +#: entrée standard:63 +msgid "All my forms (validator)" +msgstr "Al mijn formulieren (validatie)" + +#: entrée standard:42 +msgid "Min" +msgstr "Min" + +#: entrée standard:53 +msgid "Max" +msgstr "Max" diff --git a/locales/nl_NL.mo b/locales/nl_NL.mo index f4d83c234..a0d317ef1 100644 Binary files a/locales/nl_NL.mo and b/locales/nl_NL.mo differ diff --git a/locales/nl_NL.po b/locales/nl_NL.po index 1c358b58b..b8711af7b 100644 --- a/locales/nl_NL.po +++ b/locales/nl_NL.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-30 14:13+0200\n" +"POT-Creation-Date: 2023-05-31 16:21+0200\n" "PO-Revision-Date: 2022-06-15 12:10+0000\n" "Last-Translator: Glenn Franssen , 2022\n" "Language-Team: Dutch (Netherlands) (https://app.transifex.com/teclib/teams/28042/nl_NL/)\n" @@ -179,16 +179,15 @@ msgid "Textarea" msgstr "Tekstveld" #: inc/field/textareafield.class.php:249 inc/field/dropdownfield.class.php:594 -#: inc/field/ldapselectfield.class.php:115 inc/field/textfield.class.php:126 +#: inc/field/ldapselectfield.class.php:115 #: inc/field/urgencyfield.class.php:166 inc/field/tagfield.class.php:166 #: inc/field/timefield.class.php:114 inc/field/fieldsfield.class.php:489 #: inc/field/requesttypefield.class.php:161 msgid "A required field is empty:" msgstr "Een verplicht veld is leeg:" -#: inc/field/textareafield.class.php:267 inc/field/textfield.class.php:179 -#: inc/field/integerfield.class.php:112 inc/field/floatfield.class.php:194 -#: inc/conditionnabletrait.class.php:70 +#: inc/field/textareafield.class.php:267 inc/field/integerfield.class.php:112 +#: inc/field/floatfield.class.php:194 inc/conditionnabletrait.class.php:70 msgid "The regular expression is invalid" msgstr "The reguliere expressie is invalide" @@ -250,45 +249,12 @@ msgstr "LDAP map niet gedefinieerd!" msgid "LDAP directory not found!" msgstr "LDAP map niet gevonden" -#: inc/field/textfield.class.php:147 inc/field/integerfield.class.php:71 -#: inc/field/floatfield.class.php:156 -#, php-format -msgid "Specific format does not match: %s" -msgstr "Een specifiek formaat komt niet overeen: %s" - -#: inc/field/textfield.class.php:156 -#, php-format -msgid "The text is too short (minimum %d characters): %s" -msgstr "De tekst is te kort (er zijn minimaal %d karakters vereist): %s" - -#: inc/field/textfield.class.php:161 -#, php-format -msgid "The text is too long (maximum %d characters): %s" -msgstr "De tekst is te lang (er zijn maximaal %d karakters toegestaan): %s" - -#: inc/field/textfield.class.php:169 -msgid "Text" -msgstr "Tekst" - -#: inc/field/textfield.class.php:218 inc/field/floatfield.class.php:235 -#: inc/questionregex.class.php:62 entrée standard:42 -msgid "Regular expression" -msgstr "Reguliere expressie" - -#: inc/field/textfield.class.php:223 inc/field/floatfield.class.php:240 -msgid "Range" -msgstr "Bereik" - -#: inc/field/textfield.class.php:229 inc/field/floatfield.class.php:246 -msgid "Additional validation" -msgstr "Aanvullende validatie" - #: inc/field/radiosfield.class.php:108 msgid "Radios" msgstr "Selectieknoppen" -#: inc/field/radiosfield.class.php:114 inc/field/glpiselectfield.class.php:112 -#: inc/field/fieldsfield.class.php:513 inc/field/checkboxesfield.class.php:245 +#: inc/field/radiosfield.class.php:114 inc/field/fieldsfield.class.php:513 +#: inc/field/checkboxesfield.class.php:245 msgid "The field value is required:" msgstr "Veldgegevens zijn verplicht:" @@ -305,6 +271,11 @@ msgstr "Een vereist veld is leeg: %s" msgid "This is not an integer: %s" msgstr "Dit is geen cijfer: %s" +#: inc/field/integerfield.class.php:71 inc/field/floatfield.class.php:156 +#, php-format +msgid "Specific format does not match: %s" +msgstr "Een specifiek formaat komt niet overeen: %s" + #: inc/field/integerfield.class.php:85 inc/field/floatfield.class.php:167 #, php-format msgid "The following number must be greater than %d: %s" @@ -368,12 +339,6 @@ msgid_plural "Tags" msgstr[0] "" msgstr[1] "" -#: inc/field/glpiselectfield.class.php:97 entrée standard:38 -msgid "GLPI object" -msgid_plural "GLPI objects" -msgstr[0] "" -msgstr[1] "" - #: inc/field/hostnamefield.class.php:116 msgid "Hostname" msgid_plural "Hostnames" @@ -509,6 +474,19 @@ msgstr "Dit is geen cijfer: %s " msgid "Decimal number" msgstr "" +#: inc/field/floatfield.class.php:235 inc/questionregex.class.php:62 entrée +#: standard:42 +msgid "Regular expression" +msgstr "Reguliere expressie" + +#: inc/field/floatfield.class.php:240 +msgid "Range" +msgstr "Bereik" + +#: inc/field/floatfield.class.php:246 +msgid "Additional validation" +msgstr "Aanvullende validatie" + #: inc/field/datefield.class.php:137 msgid "Date" msgstr "Datum" @@ -564,7 +542,7 @@ msgstr "Weergeven tenzij" #: inc/form.class.php:1908 inc/targetchange.class.php:304 #: inc/questionfilter.class.php:222 inc/section.class.php:381 #: inc/restrictedformcriteria.class.php:200 inc/question.class.php:867 -#: inc/questionparameter/range.class.php:202 inc/questionregex.class.php:188 +#: inc/questionparameter/range.class.php:198 inc/questionregex.class.php:188 #: inc/questiondependency.class.php:196 inc/item_targetticket.class.php:154 #: inc/targetticket.class.php:1461 #, php-format @@ -577,7 +555,7 @@ msgstr "Het toevoegen of bijwerken van %1$s %2$s is gefaald" #: inc/form.class.php:1569 inc/targetchange.class.php:149 #: inc/questionfilter.class.php:154 inc/section.class.php:406 #: inc/restrictedformcriteria.class.php:226 inc/question.class.php:894 -#: inc/questionparameter/range.class.php:137 inc/questionregex.class.php:120 +#: inc/questionparameter/range.class.php:133 inc/questionregex.class.php:120 #: inc/questiondependency.class.php:211 inc/item_targetticket.class.php:64 #: inc/targetticket.class.php:1500 #, php-format @@ -758,38 +736,38 @@ msgstr "" msgid "Ticket technician" msgstr "" -#: inc/issue.class.php:1465 +#: inc/issue.class.php:1469 #, php-format msgid "%1$s %2$s" msgstr "%1$s %2$s" -#: inc/issue.class.php:1723 inc/filter/itilcategoryfilter.class.php:56 +#: inc/issue.class.php:1727 inc/filter/itilcategoryfilter.class.php:56 #: hook.php:766 msgid "All" msgstr "Alles" -#: inc/issue.class.php:1729 hook.php:767 +#: inc/issue.class.php:1733 hook.php:767 msgid "New" msgstr "Nieuw" -#: inc/issue.class.php:1735 hook.php:768 +#: inc/issue.class.php:1739 hook.php:768 msgid "Assigned" msgstr "Toegewezen" -#: inc/issue.class.php:1741 inc/formanswer.class.php:78 +#: inc/issue.class.php:1745 inc/formanswer.class.php:78 #: inc/form_validator.class.php:70 hook.php:769 msgid "Waiting" msgstr "Wachtend" -#: inc/issue.class.php:1747 hook.php:770 +#: inc/issue.class.php:1751 hook.php:770 msgid "To validate" msgstr "Om te valideren" -#: inc/issue.class.php:1753 hook.php:771 +#: inc/issue.class.php:1757 hook.php:771 msgid "Solved" msgstr "Opgelost" -#: inc/issue.class.php:1759 hook.php:772 +#: inc/issue.class.php:1763 hook.php:772 msgid "Closed" msgstr "Gesloten" @@ -1078,15 +1056,15 @@ msgstr "" msgid "Cannot generate targets!" msgstr "Kan het doel niet genereren" -#: inc/formanswer.class.php:1512 +#: inc/formanswer.class.php:1511 msgid "No captcha set." msgstr "" -#: inc/formanswer.class.php:1518 +#: inc/formanswer.class.php:1517 msgid "You failed the captcha test." msgstr "" -#: inc/formanswer.class.php:1541 +#: inc/formanswer.class.php:1540 msgid "You must select validator!" msgstr "U moet een validatie kiezen!" @@ -2584,6 +2562,12 @@ msgstr "Laat ticket categorieën zien" msgid "Selectable root" msgstr "" +#: entrée standard:38 +msgid "GLPI object" +msgid_plural "GLPI objects" +msgstr[0] "" +msgstr[1] "" + #: entrée standard:63 msgid "Direct access on homepage" msgstr "Meteen toegang op homepage" diff --git a/locales/pl_PL.mo b/locales/pl_PL.mo index 385b220d9..95ccbe2ad 100644 Binary files a/locales/pl_PL.mo and b/locales/pl_PL.mo differ diff --git a/locales/pl_PL.po b/locales/pl_PL.po index eb2d46634..78850a668 100644 --- a/locales/pl_PL.po +++ b/locales/pl_PL.po @@ -2,7 +2,7 @@ # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. -# +# # Translators: # Norbert Błaszczyk, 2022 # Thierry Bugier , 2022 @@ -11,13 +11,13 @@ # Agnieszka Pacyga , 2022 # Ryszard Jeziorski , 2022 # Daniel Wróblewski , 2023 -# +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-30 14:13+0200\n" +"POT-Creation-Date: 2023-05-31 16:21+0200\n" "PO-Revision-Date: 2022-06-15 12:10+0000\n" "Last-Translator: Daniel Wróblewski , 2023\n" "Language-Team: Polish (Poland) (https://app.transifex.com/teclib/teams/28042/pl_PL/)\n" @@ -186,16 +186,15 @@ msgid "Textarea" msgstr "Obszar tekstu" #: inc/field/textareafield.class.php:249 inc/field/dropdownfield.class.php:594 -#: inc/field/ldapselectfield.class.php:115 inc/field/textfield.class.php:126 +#: inc/field/ldapselectfield.class.php:115 #: inc/field/urgencyfield.class.php:166 inc/field/tagfield.class.php:166 #: inc/field/timefield.class.php:114 inc/field/fieldsfield.class.php:489 #: inc/field/requesttypefield.class.php:161 msgid "A required field is empty:" msgstr "Wymagane pole jest puste:" -#: inc/field/textareafield.class.php:267 inc/field/textfield.class.php:179 -#: inc/field/integerfield.class.php:112 inc/field/floatfield.class.php:194 -#: inc/conditionnabletrait.class.php:70 +#: inc/field/textareafield.class.php:267 inc/field/integerfield.class.php:112 +#: inc/field/floatfield.class.php:194 inc/conditionnabletrait.class.php:70 msgid "The regular expression is invalid" msgstr "Wyrażenie regularne jest nieprawidłowe" @@ -259,45 +258,12 @@ msgstr "Katalog LDAP nie został zdefiniowany" msgid "LDAP directory not found!" msgstr "Katalog LDAP nie znaleziony" -#: inc/field/textfield.class.php:147 inc/field/integerfield.class.php:71 -#: inc/field/floatfield.class.php:156 -#, php-format -msgid "Specific format does not match: %s" -msgstr "Podany format nie pasuje: %s" - -#: inc/field/textfield.class.php:156 -#, php-format -msgid "The text is too short (minimum %d characters): %s" -msgstr "Tekst jest zbyt krótki (minimalnie %d znaków): %s" - -#: inc/field/textfield.class.php:161 -#, php-format -msgid "The text is too long (maximum %d characters): %s" -msgstr "Tekst jest zbyt długi (maksymalnie %d znaków): %s" - -#: inc/field/textfield.class.php:169 -msgid "Text" -msgstr "Tekst" - -#: inc/field/textfield.class.php:218 inc/field/floatfield.class.php:235 -#: inc/questionregex.class.php:62 entrée standard:42 -msgid "Regular expression" -msgstr "Wyrażenie regularne" - -#: inc/field/textfield.class.php:223 inc/field/floatfield.class.php:240 -msgid "Range" -msgstr "Zakres" - -#: inc/field/textfield.class.php:229 inc/field/floatfield.class.php:246 -msgid "Additional validation" -msgstr "Dodatkowa weryfikacja" - #: inc/field/radiosfield.class.php:108 msgid "Radios" msgstr "Pola opcji" -#: inc/field/radiosfield.class.php:114 inc/field/glpiselectfield.class.php:112 -#: inc/field/fieldsfield.class.php:513 inc/field/checkboxesfield.class.php:245 +#: inc/field/radiosfield.class.php:114 inc/field/fieldsfield.class.php:513 +#: inc/field/checkboxesfield.class.php:245 msgid "The field value is required:" msgstr "Wymagana wartość w polu:" @@ -314,6 +280,11 @@ msgstr "Wymagane pole jest puste: %s" msgid "This is not an integer: %s" msgstr "To nie jest liczba całkowita: %s" +#: inc/field/integerfield.class.php:71 inc/field/floatfield.class.php:156 +#, php-format +msgid "Specific format does not match: %s" +msgstr "Podany format nie pasuje: %s" + #: inc/field/integerfield.class.php:85 inc/field/floatfield.class.php:167 #, php-format msgid "The following number must be greater than %d: %s" @@ -381,14 +352,6 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: inc/field/glpiselectfield.class.php:97 entrée standard:38 -msgid "GLPI object" -msgid_plural "GLPI objects" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" - #: inc/field/hostnamefield.class.php:116 msgid "Hostname" msgid_plural "Hostnames" @@ -530,6 +493,19 @@ msgstr "To nie jest liczba: %s" msgid "Decimal number" msgstr "" +#: inc/field/floatfield.class.php:235 inc/questionregex.class.php:62 entrée +#: standard:42 +msgid "Regular expression" +msgstr "Wyrażenie regularne" + +#: inc/field/floatfield.class.php:240 +msgid "Range" +msgstr "Zakres" + +#: inc/field/floatfield.class.php:246 +msgid "Additional validation" +msgstr "Dodatkowa weryfikacja" + #: inc/field/datefield.class.php:137 msgid "Date" msgstr "Data" @@ -589,7 +565,7 @@ msgstr "Widoczny jeżeli" #: inc/form.class.php:1908 inc/targetchange.class.php:304 #: inc/questionfilter.class.php:222 inc/section.class.php:381 #: inc/restrictedformcriteria.class.php:200 inc/question.class.php:867 -#: inc/questionparameter/range.class.php:202 inc/questionregex.class.php:188 +#: inc/questionparameter/range.class.php:198 inc/questionregex.class.php:188 #: inc/questiondependency.class.php:196 inc/item_targetticket.class.php:154 #: inc/targetticket.class.php:1461 #, php-format @@ -602,7 +578,7 @@ msgstr "Nie udało się dodać lub zaktualizować %1$s %2$s" #: inc/form.class.php:1569 inc/targetchange.class.php:149 #: inc/questionfilter.class.php:154 inc/section.class.php:406 #: inc/restrictedformcriteria.class.php:226 inc/question.class.php:894 -#: inc/questionparameter/range.class.php:137 inc/questionregex.class.php:120 +#: inc/questionparameter/range.class.php:133 inc/questionregex.class.php:120 #: inc/questiondependency.class.php:211 inc/item_targetticket.class.php:64 #: inc/targetticket.class.php:1500 #, php-format @@ -791,38 +767,38 @@ msgstr "" msgid "Ticket technician" msgstr "" -#: inc/issue.class.php:1465 +#: inc/issue.class.php:1469 #, php-format msgid "%1$s %2$s" msgstr "%1$s%2$s" -#: inc/issue.class.php:1723 inc/filter/itilcategoryfilter.class.php:56 +#: inc/issue.class.php:1727 inc/filter/itilcategoryfilter.class.php:56 #: hook.php:766 msgid "All" msgstr "Wszystkie" -#: inc/issue.class.php:1729 hook.php:767 +#: inc/issue.class.php:1733 hook.php:767 msgid "New" msgstr "Nowy" -#: inc/issue.class.php:1735 hook.php:768 +#: inc/issue.class.php:1739 hook.php:768 msgid "Assigned" msgstr "Przypisany" -#: inc/issue.class.php:1741 inc/formanswer.class.php:78 +#: inc/issue.class.php:1745 inc/formanswer.class.php:78 #: inc/form_validator.class.php:70 hook.php:769 msgid "Waiting" msgstr "Oczekiwanie" -#: inc/issue.class.php:1747 hook.php:770 +#: inc/issue.class.php:1751 hook.php:770 msgid "To validate" msgstr "Do zatwierdzenia" -#: inc/issue.class.php:1753 hook.php:771 +#: inc/issue.class.php:1757 hook.php:771 msgid "Solved" msgstr "Rozwiązany" -#: inc/issue.class.php:1759 hook.php:772 +#: inc/issue.class.php:1763 hook.php:772 msgid "Closed" msgstr "Zamknięte" @@ -1121,15 +1097,15 @@ msgstr "" msgid "Cannot generate targets!" msgstr "Nie można wygenerowć obiektów docelowych!" -#: inc/formanswer.class.php:1512 +#: inc/formanswer.class.php:1511 msgid "No captcha set." msgstr "" -#: inc/formanswer.class.php:1518 +#: inc/formanswer.class.php:1517 msgid "You failed the captcha test." msgstr "" -#: inc/formanswer.class.php:1541 +#: inc/formanswer.class.php:1540 msgid "You must select validator!" msgstr "Musisz wybrać osobę zatwierdzającą" @@ -2674,6 +2650,14 @@ msgstr "Pokaż kategorię zgłoszeń" msgid "Selectable root" msgstr "" +#: entrée standard:38 +msgid "GLPI object" +msgid_plural "GLPI objects" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + #: entrée standard:63 msgid "Direct access on homepage" msgstr "Dostęp ze stony domowej" @@ -2803,7 +2787,7 @@ msgstr "Moje %1$d ostatnie formularze (zatwierdzający)" #: entrée standard:63 msgid "All my forms (validator)" -msgstr "Moje wszystkie formularze (zatwierdzający)" +msgstr "Moje wszystkie formilarze (zatwierdzający)" #: entrée standard:42 msgid "Min" diff --git a/locales/pt_BR.mo b/locales/pt_BR.mo index 12935fd86..e5ff50204 100644 Binary files a/locales/pt_BR.mo and b/locales/pt_BR.mo differ diff --git a/locales/pt_BR.po b/locales/pt_BR.po index 558f6e938..2ed89a1e2 100644 --- a/locales/pt_BR.po +++ b/locales/pt_BR.po @@ -15,22 +15,37 @@ # Rafael Viana , 2022 # Manoel Ramon, 2022 # Andrei Bernardo Simoni , 2022 -# Diego Nobre , 2022 # Arthur Schaefer , 2022 # Rafael Santos , 2022 # Jean Vergaças , 2022 # Pedro de Oliveira Lira , 2022 +<<<<<<< HEAD +======= +# Eduardo Spinola , 2022 +# Pablo Pierri , 2023 +>>>>>>> support/2.13.0 # Matheus Rafael, 2023 # Eduardo Spinola , 2023 +# Eduardo Scott , 2023 +<<<<<<< HEAD +======= +# Thierry Bugier , 2023 +>>>>>>> support/2.13.0 +# Diego Nobre , 2023 # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-30 14:13+0200\n" +<<<<<<< HEAD +"POT-Creation-Date: 2023-05-31 16:21+0200\n" "PO-Revision-Date: 2022-06-15 12:10+0000\n" -"Last-Translator: Eduardo Spinola , 2023\n" +======= +"POT-Creation-Date: 2023-11-13 14:56+0100\n" +"PO-Revision-Date: 2021-08-30 07:22+0000\n" +>>>>>>> support/2.13.0 +"Last-Translator: Diego Nobre , 2023\n" "Language-Team: Portuguese (Brazil) (https://app.transifex.com/teclib/teams/28042/pt_BR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -196,16 +211,15 @@ msgid "Textarea" msgstr "Área de Texto" #: inc/field/textareafield.class.php:249 inc/field/dropdownfield.class.php:594 -#: inc/field/ldapselectfield.class.php:115 inc/field/textfield.class.php:126 +#: inc/field/ldapselectfield.class.php:115 #: inc/field/urgencyfield.class.php:166 inc/field/tagfield.class.php:166 #: inc/field/timefield.class.php:114 inc/field/fieldsfield.class.php:489 #: inc/field/requesttypefield.class.php:161 msgid "A required field is empty:" msgstr "Um campo obrigatório está vazio:" -#: inc/field/textareafield.class.php:267 inc/field/textfield.class.php:179 -#: inc/field/integerfield.class.php:112 inc/field/floatfield.class.php:194 -#: inc/conditionnabletrait.class.php:70 +#: inc/field/textareafield.class.php:267 inc/field/integerfield.class.php:112 +#: inc/field/floatfield.class.php:194 inc/conditionnabletrait.class.php:70 msgid "The regular expression is invalid" msgstr "A expressão regular é inválida" @@ -267,45 +281,52 @@ msgstr "Diretório LDAP não definido!" msgid "LDAP directory not found!" msgstr "Diretório LDAP não encontrado!" -#: inc/field/textfield.class.php:147 inc/field/integerfield.class.php:71 -#: inc/field/floatfield.class.php:156 +<<<<<<< HEAD +======= +#: inc/field/ldapselectfield.class.php:154 +msgid "LDAP attribute is required!" +msgstr "Atributo LDAP é obrigatório!" + +#: inc/field/textfield.class.php:146 inc/field/floatfield.class.php:156 #, php-format msgid "Specific format does not match: %s" msgstr "Formato específico não corresponde: %s" -#: inc/field/textfield.class.php:156 +#: inc/field/textfield.class.php:155 #, php-format msgid "The text is too short (minimum %d characters): %s" msgstr "O texto é muito curto (mínimo %d caracteres): %s" -#: inc/field/textfield.class.php:161 +#: inc/field/textfield.class.php:160 #, php-format msgid "The text is too long (maximum %d characters): %s" msgstr "O texto é muito longo (máximo %d caracteres): %s" -#: inc/field/textfield.class.php:169 +#: inc/field/textfield.class.php:168 msgid "Text" msgstr "Texto" -#: inc/field/textfield.class.php:218 inc/field/floatfield.class.php:235 +#: inc/field/textfield.class.php:217 inc/field/floatfield.class.php:238 #: inc/questionregex.class.php:62 entrée standard:42 msgid "Regular expression" msgstr "Expressão regular" -#: inc/field/textfield.class.php:223 inc/field/floatfield.class.php:240 +#: inc/field/textfield.class.php:222 inc/field/floatfield.class.php:243 msgid "Range" msgstr "Range" -#: inc/field/textfield.class.php:229 inc/field/floatfield.class.php:246 +#: inc/field/textfield.class.php:228 inc/field/floatfield.class.php:249 msgid "Additional validation" msgstr "Validação adicional" +>>>>>>> support/2.13.0 #: inc/field/radiosfield.class.php:108 msgid "Radios" msgstr "Seleção única" -#: inc/field/radiosfield.class.php:114 inc/field/glpiselectfield.class.php:112 -#: inc/field/fieldsfield.class.php:513 inc/field/checkboxesfield.class.php:245 +<<<<<<< HEAD +#: inc/field/radiosfield.class.php:114 inc/field/fieldsfield.class.php:513 +#: inc/field/checkboxesfield.class.php:245 msgid "The field value is required:" msgstr "O valor do campo é obrigatório:" @@ -313,15 +334,46 @@ msgstr "O valor do campo é obrigatório:" #: inc/field/datetimefield.class.php:119 inc/field/actorfield.class.php:258 #: inc/field/checkboxesfield.class.php:191 inc/field/floatfield.class.php:125 #: inc/field/datefield.class.php:116 +======= +#: inc/field/radiosfield.class.php:116 inc/field/checkboxesfield.class.php:256 +msgid "The field value is required." +msgstr "O valor do campo é obrigatório." + +#: inc/field/radiosfield.class.php:127 +msgid "Only one default value is allowed." +msgstr "Somente um valor padrão é permitido." + +#: inc/field/radiosfield.class.php:138 +msgid "The default value is not in the list of available values." +msgstr "O valor padrão não está na lista de valores disponíveis." + +#: inc/field/radiosfield.class.php:215 inc/field/selectfield.class.php:105 +#: inc/field/datetimefield.class.php:119 inc/field/actorfield.class.php:257 +#: inc/field/checkboxesfield.class.php:190 inc/field/floatfield.class.php:124 +>>>>>>> support/2.13.0 #, php-format msgid "A required field is empty: %s" msgstr "Um campo obrigatório está vazio: %s" +<<<<<<< HEAD #: inc/field/integerfield.class.php:59 +======= +#: inc/field/radiosfield.class.php:234 inc/field/selectfield.class.php:123 +#, php-format +msgid "This value %1$s is not allowed: %2$s" +msgstr "Este valor %1$s não é permitido: %2$s" + +#: inc/field/integerfield.class.php:60 +>>>>>>> support/2.13.0 #, php-format msgid "This is not an integer: %s" msgstr "Isto não é um número inteiro: %s" +#: inc/field/integerfield.class.php:71 inc/field/floatfield.class.php:156 +#, php-format +msgid "Specific format does not match: %s" +msgstr "Formato específico não corresponde: %s" + #: inc/field/integerfield.class.php:85 inc/field/floatfield.class.php:167 #, php-format msgid "The following number must be greater than %d: %s" @@ -387,13 +439,6 @@ msgstr[0] "Etiqueta" msgstr[1] "Etiquetas" msgstr[2] "Etiquetas" -#: inc/field/glpiselectfield.class.php:97 entrée standard:38 -msgid "GLPI object" -msgid_plural "GLPI objects" -msgstr[0] "Objeto GLPI" -msgstr[1] "Objetos GLPI" -msgstr[2] "Objetos GLPI" - #: inc/field/hostnamefield.class.php:116 msgid "Hostname" msgid_plural "Hostnames" @@ -501,17 +546,39 @@ msgstr "Campos adicionais" msgid "Checkboxes" msgstr "Caixas de Seleção" +<<<<<<< HEAD #: inc/field/checkboxesfield.class.php:227 +======= +#: inc/field/checkboxesfield.class.php:208 +#, php-format +msgid "Empty values are not allowed: %s" +msgstr "Valores vazios não são permitidos: %s" + +#: inc/field/checkboxesfield.class.php:216 +#, php-format +msgid "This value %1$s is not alowed: %2$s" +msgstr "Este valor %1$s não é permitido: %2$s" + +#: inc/field/checkboxesfield.class.php:236 +>>>>>>> support/2.13.0 #, php-format msgid "The following question needs at least %d answers: %s" -msgstr "" +msgstr "A seguinte pergunta precisa de pelo menos %dresposta: %s" #: inc/field/checkboxesfield.class.php:233 #, php-format msgid "The following question does not accept more than %d answers: %s" -msgstr "" +msgstr "A questão a seguir não aceita mais de %drespostas: %s" +<<<<<<< HEAD #: inc/field/checkboxesfield.class.php:305 +======= +#: inc/field/checkboxesfield.class.php:270 +msgid "The default values are not in the list of available values." +msgstr "Os valores padrão não estão na lista de valores disponíveis." + +#: inc/field/checkboxesfield.class.php:325 +>>>>>>> support/2.13.0 msgid "Range min" msgstr "Intervalo mín" @@ -521,7 +588,7 @@ msgstr "Intervalo máx" #: inc/field/requesttypefield.class.php:87 inc/targetticket.class.php:1150 msgid "Request type" -msgstr "Tipo de Solicitação" +msgstr "Tipo de requisição" #: inc/field/floatfield.class.php:142 #, php-format @@ -532,6 +599,19 @@ msgstr "Isto não é um número: %s" msgid "Decimal number" msgstr "Número decimal" +#: inc/field/floatfield.class.php:235 inc/questionregex.class.php:62 entrée +#: standard:42 +msgid "Regular expression" +msgstr "Expressão regular" + +#: inc/field/floatfield.class.php:240 +msgid "Range" +msgstr "Range" + +#: inc/field/floatfield.class.php:246 +msgid "Additional validation" +msgstr "Validação adicional" + #: inc/field/datefield.class.php:137 msgid "Date" msgstr "Data" @@ -589,7 +669,7 @@ msgstr "Exibido a menos que" #: inc/form.class.php:1908 inc/targetchange.class.php:304 #: inc/questionfilter.class.php:222 inc/section.class.php:381 #: inc/restrictedformcriteria.class.php:200 inc/question.class.php:867 -#: inc/questionparameter/range.class.php:202 inc/questionregex.class.php:188 +#: inc/questionparameter/range.class.php:198 inc/questionregex.class.php:188 #: inc/questiondependency.class.php:196 inc/item_targetticket.class.php:154 #: inc/targetticket.class.php:1461 #, php-format @@ -602,7 +682,7 @@ msgstr "Falha ao adicionar ou atualiza o %1$s %2$s" #: inc/form.class.php:1569 inc/targetchange.class.php:149 #: inc/questionfilter.class.php:154 inc/section.class.php:406 #: inc/restrictedformcriteria.class.php:226 inc/question.class.php:894 -#: inc/questionparameter/range.class.php:137 inc/questionregex.class.php:120 +#: inc/questionparameter/range.class.php:133 inc/questionregex.class.php:120 #: inc/questiondependency.class.php:211 inc/item_targetticket.class.php:64 #: inc/targetticket.class.php:1500 #, php-format @@ -684,8 +764,13 @@ msgstr[2] "Entidades" #: standard:48 msgid "Requester" msgid_plural "Requesters" +<<<<<<< HEAD msgstr[0] "Requerente" msgstr[1] "Requerentes" +======= +msgstr[0] "Solicitante" +msgstr[1] "Solicitantes" +>>>>>>> support/2.13.0 msgstr[2] "Requerentes" #: inc/issue.class.php:619 inc/formanswer.class.php:258 @@ -777,7 +862,7 @@ msgstr "Aprovador do formulário atual" #: inc/issue.class.php:1227 msgid "Ticket requester" -msgstr "Solicitante do chamado" +msgstr "Requerente do chamado" #: inc/issue.class.php:1274 msgid "Ticket observer" @@ -787,38 +872,38 @@ msgstr "Observador do chamado" msgid "Ticket technician" msgstr "Técnico do chamado" -#: inc/issue.class.php:1465 +#: inc/issue.class.php:1469 #, php-format msgid "%1$s %2$s" msgstr "%1$s %2$s" -#: inc/issue.class.php:1723 inc/filter/itilcategoryfilter.class.php:56 +#: inc/issue.class.php:1727 inc/filter/itilcategoryfilter.class.php:56 #: hook.php:766 msgid "All" msgstr "Todos" -#: inc/issue.class.php:1729 hook.php:767 +#: inc/issue.class.php:1733 hook.php:767 msgid "New" msgstr "Novo" -#: inc/issue.class.php:1735 hook.php:768 +#: inc/issue.class.php:1739 hook.php:768 msgid "Assigned" msgstr "Atribuído" -#: inc/issue.class.php:1741 inc/formanswer.class.php:78 +#: inc/issue.class.php:1745 inc/formanswer.class.php:78 #: inc/form_validator.class.php:70 hook.php:769 msgid "Waiting" msgstr "Aguardando Aprovação" -#: inc/issue.class.php:1747 hook.php:770 +#: inc/issue.class.php:1751 hook.php:770 msgid "To validate" msgstr "Validar" -#: inc/issue.class.php:1753 hook.php:771 +#: inc/issue.class.php:1757 hook.php:771 msgid "Solved" msgstr "Solucionado" -#: inc/issue.class.php:1759 hook.php:772 +#: inc/issue.class.php:1763 hook.php:772 msgid "Closed" msgstr "Fechado" @@ -880,7 +965,7 @@ msgstr "Formulário deletado" #: inc/notificationtargetformanswer.class.php:74 msgid "Form ID" -msgstr "" +msgstr "ID do Formulário" #: inc/notificationtargetformanswer.class.php:75 #: inc/notificationtargetformanswer.class.php:95 @@ -908,7 +993,7 @@ msgstr "Respostas de formulário completo" #: inc/notificationtargetformanswer.class.php:80 msgid "Validation comment" -msgstr "" +msgstr "Validação do comentário" #: inc/notificationtargetformanswer.class.php:81 #: inc/notificationtargetformanswer.class.php:101 @@ -917,7 +1002,7 @@ msgstr "Link de validação" #: inc/notificationtargetformanswer.class.php:82 msgid "Request ID" -msgstr "" +msgstr "ID da requisição" #: inc/notificationtargetformanswer.class.php:94 msgid "Form #" @@ -1088,6 +1173,8 @@ msgid "" "An internal error occured when verifying your answers. Please report it to " "your administrator." msgstr "" +"Ocorreu um erro interno ao verificar as suas respostas. Por favor, informe " +"ao seu administrador." #: inc/formanswer.class.php:933 msgid "You are not the validator of these answers" @@ -1112,15 +1199,22 @@ msgstr "" msgid "Cannot generate targets!" msgstr "Impossível gerar alvos!" -#: inc/formanswer.class.php:1512 +<<<<<<< HEAD +#: inc/formanswer.class.php:1511 msgid "No captcha set." msgstr "" +======= +#: inc/formanswer.class.php:1434 +#, php-format +msgid "Answer is invalid in %1$s" +msgstr "A resposta é inválida em %1$s" +>>>>>>> support/2.13.0 -#: inc/formanswer.class.php:1518 +#: inc/formanswer.class.php:1517 msgid "You failed the captcha test." msgstr "" -#: inc/formanswer.class.php:1541 +#: inc/formanswer.class.php:1540 msgid "You must select validator!" msgstr "Você precisa selecionar um validador!" @@ -1142,7 +1236,7 @@ msgstr "Meus chamados" #: inc/common.class.php:791 msgid "Consult reminders" -msgstr "" +msgstr "Lembretes de consulta" #: inc/common.class.php:811 msgid "Consult feeds" @@ -1175,15 +1269,15 @@ msgstr[2] "Traduções" #: inc/form_language.class.php:119 msgid "The name cannot be empty." -msgstr "" +msgstr "O nome não pode estar vazio." #: inc/form_language.class.php:127 msgid "The language must be associated to a form." -msgstr "" +msgstr "O idioma deve estar associado a um formulário." #: inc/form_language.class.php:135 msgid "The specified language is not available." -msgstr "" +msgstr "O idioma especificado não está disponível." #: inc/form_language.class.php:265 msgid "Add a translation" @@ -1398,7 +1492,7 @@ msgstr "Procurar assistência" #: inc/entityconfig.class.php:174 msgid "User's assistance requests" -msgstr "Solicitações de assistência dos usuários" +msgstr "Requisições de assistência dos usuários" #: inc/entityconfig.class.php:181 msgid "Only forms" @@ -1564,7 +1658,23 @@ msgstr[0] "Destino" msgstr[1] "Destinos" msgstr[2] "Destinos" +<<<<<<< HEAD #: inc/form.class.php:511 +======= +#: inc/form.class.php:504 +msgid "Actions" +msgstr "Ações" + +#: inc/form.class.php:527 inc/form.class.php:1433 +msgid "Duplicate" +msgstr "Duplicar" + +#: inc/form.class.php:554 inc/form.class.php:2223 +msgid "Add a target" +msgstr "Adicionar um alvo" + +#: inc/form.class.php:575 +>>>>>>> support/2.13.0 msgid "Preview" msgstr "Pré-visualização" @@ -1576,8 +1686,39 @@ msgstr "Propriedades de resposta do formulário" msgid "What are you looking for?" msgstr "O que você está procurando?" +<<<<<<< HEAD #: inc/form.class.php:993 inc/form.class.php:1156 #: inc/abstracttarget.class.php:162 inc/abstractitiltarget.class.php:1625 +======= +#: inc/form.class.php:909 +#, php-format +msgid "My %1$d last forms (requester)" +msgstr "Meus %1$d últimos formulários (requerente)" + +#: inc/form.class.php:936 +msgid "No form posted yet" +msgstr "Nenhum formulário postado ainda" + +#: inc/form.class.php:964 +msgid "All my forms (requester)" +msgstr "Todos os meus formulários (requerente)" + +#: inc/form.class.php:977 +#, php-format +msgid "My %1$d last forms (validator)" +msgstr "Meus %1$d últimos formulários (validador)" + +#: inc/form.class.php:1007 +msgid "No form waiting for validation" +msgstr "Nenhum formulário aguarda validação" + +#: inc/form.class.php:1035 +msgid "All my forms (validator)" +msgstr "Todos os formulários (validador)" + +#: inc/form.class.php:1095 inc/form.class.php:1229 +#: inc/abstracttarget.class.php:162 inc/abstractitiltarget.class.php:1573 +>>>>>>> support/2.13.0 msgid "The name cannot be empty!" msgstr "O nome não pode ser vazio!" @@ -1626,7 +1767,7 @@ msgstr "Voltar" #: inc/form.class.php:1526 #, php-format msgid "Form updated: %s" -msgstr "" +msgstr "Formulário atualizado: %s" #: inc/form.class.php:1636 msgid "Upload of JSON files not allowed." @@ -1966,29 +2107,29 @@ msgstr "Pergunta de tipo entidade" #: inc/command/cleanticketscommand.class.php:53 msgid "Searching for invalid items..." -msgstr "" +msgstr "Procurando por itens inválidos..." #: inc/command/cleanticketscommand.class.php:61 msgid "Done." -msgstr "" +msgstr "Feito." #: inc/command/cleanticketscommand.class.php:135 msgid "Step 1: double encoded < and > signs." -msgstr "" +msgstr "Etapa 1: sinais < e > com codificação dupla." #: inc/command/cleanticketscommand.class.php:146 #: inc/command/cleanticketscommand.class.php:196 #: inc/command/cleanticketscommand.class.php:260 msgid "No invalid items found." -msgstr "" +msgstr "Nenhum item inválido encontrado." #: inc/command/cleanticketscommand.class.php:187 msgid "Step 2: literal BR tag." -msgstr "" +msgstr "Etapa 2: tag BR literal." #: inc/command/cleanticketscommand.class.php:251 msgid "Step 3: litteral > sign." -msgstr "" +msgstr "Etapa 3: sinal > literal" #: inc/filter/itilcategoryfilter.class.php:52 #: inc/filter/itilcategoryfilter.class.php:54 @@ -2146,7 +2287,7 @@ msgstr "Seu formulário foi aceito pelo validador" #: inc/targetticket.class.php:1137 msgid "Request source" -msgstr "Origem da solicitação" +msgstr "Origem da requisição" #: inc/targetticket.class.php:1162 msgid "Type " @@ -2166,7 +2307,7 @@ msgstr "Nenhuma string para traduzir" #: inc/translation.class.php:164 msgid "Internal error: translatable string not found." -msgstr "" +msgstr "Erro interno: string traduzível não encontrada." #: inc/translation.class.php:216 msgid "Language not found." @@ -2550,7 +2691,7 @@ msgstr "Exportar" #: hook.php:442 msgctxt "button" msgid "Access rights" -msgstr "" +msgstr "Permissões de acesso" #: hook.php:756 msgid "Cancel my ticket" @@ -2620,11 +2761,11 @@ msgstr "" #: js/scripts.js:1520 msgid "Are you sure you want to duplicate this target?" -msgstr "" +msgstr "Você tem certeza que deseja duplicar este alvo?" #: js/scripts.js:1537 msgid "Are you sure you want to delete this target?" -msgstr "" +msgstr "Você tem certeza que deseja deletar este alvo?" #: entrée standard:57 standard:61 standard:60 standard:59 standard:43 #: standard:69 standard:52 standard:76 @@ -2658,6 +2799,13 @@ msgstr "Mostrar categorias dos chamados" msgid "Selectable root" msgstr "Raiz selecionável" +#: entrée standard:38 +msgid "GLPI object" +msgid_plural "GLPI objects" +msgstr[0] "Objeto GLPI" +msgstr[1] "Objetos GLPI" +msgstr[2] "Objetos GLPI" + #: entrée standard:63 msgid "Direct access on homepage" msgstr "Acesso direto na página inicial" diff --git a/locales/pt_PT.mo b/locales/pt_PT.mo index 05965bcd5..922d10262 100644 Binary files a/locales/pt_PT.mo and b/locales/pt_PT.mo differ diff --git a/locales/pt_PT.po b/locales/pt_PT.po new file mode 100644 index 000000000..6cea2eba9 --- /dev/null +++ b/locales/pt_PT.po @@ -0,0 +1,2747 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +# Translators: +# Pedro Rocha , 2022 +# Rui Melo , 2022 +# Pedro B., 2023 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-05-31 16:21+0200\n" +"PO-Revision-Date: 2022-06-15 12:10+0000\n" +"Last-Translator: Pedro B., 2023\n" +"Language-Team: Portuguese (Portugal) (https://app.transifex.com/teclib/teams/28042/pt_PT/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: pt_PT\n" +"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" + +#: ajax/question_update.php:38 ajax/section_update.php:37 +msgid "Bad request" +msgstr "Pedido incorreto" + +#: ajax/question_update.php:47 ajax/question_move.php:45 +#: ajax/question_delete.php:42 ajax/question_toggle_required.php:49 +msgid "Question not found" +msgstr "Questão não encontrada" + +#: ajax/question_update.php:53 ajax/question_duplicate.php:49 +#: ajax/question_move.php:50 ajax/section_add.php:38 +#: ajax/section_delete.php:50 ajax/section_move.php:55 +#: ajax/section_duplicate.php:50 ajax/question_delete.php:49 +#: ajax/question_toggle_required.php:55 ajax/section_update.php:44 +msgid "You don't have right for this action" +msgstr "Não tem privilégios para esta ação" + +#: ajax/question_duplicate.php:43 +msgid "Source question not found" +msgstr "Não foi encontrada a questão fonte" + +#: ajax/question_move.php:73 +msgid "Could not move some questions" +msgstr "Não foi possível mover algumas questões" + +#: ajax/section_add.php:44 +msgid "Could not add the section" +msgstr "Não foi possível adicionar a secção" + +#: ajax/commontree.php:55 entrée standard:128 standard:100 +msgid "Subtree root" +msgstr "Árvore raiz" + +#: ajax/commontree.php:59 +msgid "Selectable" +msgstr "Escolhidos" + +#: ajax/commontree.php:74 entrée standard:137 standard:109 +msgid "Limit subtree depth" +msgstr "Limitar profundidade de árvore " + +#: ajax/commontree.php:84 +msgid "No limit" +msgstr "Sem limite" + +#: ajax/section_delete.php:44 ajax/section_move.php:49 +#: ajax/section_duplicate.php:44 +msgid "Source section not found" +msgstr "Não foi encontrada a secção fonte" + +#: ajax/section_delete.php:56 +msgid "Could not delete the section" +msgstr "Não foi possível apagar a secção" + +#: ajax/question_add.php:45 +msgid "Could not add the question" +msgstr "Não foi possível adicionar a questão" + +#: ajax/section_move.php:66 +msgid "Could not move the section" +msgstr "Não foi possível mover a secção" + +#: ajax/target_actor.php:51 +msgid "Failed to add the actor" +msgstr "Falhou ao adicionar o ator" + +#: ajax/target_actor.php:62 +msgid "Failed to delete the actor" +msgstr "Falhou ao apagar o ator" + +#: ajax/section_duplicate.php:56 +msgid "Could not duplicate the section" +msgstr "Não foi possível duplicar a secção" + +#: ajax/section_update.php:50 +msgid "Could not update the section" +msgstr "Não foi possível atualizar a secção" + +#: front/knowbaseitem.php:42 front/knowbaseitem.php:47 +#: front/wizardreminders.php:49 front/wizardreminders.php:51 +#: front/wizard.php:45 front/wizard.php:50 front/wizardfeeds.php:49 +#: front/wizardfeeds.php:51 front/issue.php:44 front/issue.php:50 +#: front/formanswer.php:44 front/reservation.php:46 front/reservation.php:48 +#: front/knowbaseitem.form.php:48 front/knowbaseitem.form.php:50 +#: front/reservationitem.php:42 front/reservationitem.php:44 +#: front/formanswer.form.php:74 front/reservation.form.php:46 +#: front/reservation.form.php:48 +msgid "Service catalog" +msgstr "Catálogo de serviços" + +#: front/issue.form.php:46 +msgid "Item not found" +msgstr "Item não encontrado" + +#: front/targetticket.form.php:46 front/targetticket.form.php:56 +#: front/targetticket.form.php:81 front/targetchange.form.php:46 +#: front/targetproblem.form.php:46 +msgid "No right to update this item." +msgstr "Não tem acesso a atualizar este item." + +#: front/targetticket.form.php:75 +msgid "Bad request while deleting an actor." +msgstr "Pedido incorreto ao apagar um ator." + +#: front/targetticket.form.php:95 front/targetchange.form.php:81 +#: front/formanswer.php:47 front/targetproblem.form.php:81 +#: front/formanswer.form.php:77 front/form.php:43 inc/common.class.php:654 +#: inc/common.class.php:661 +msgid "Form Creator" +msgstr "Criador de formulários" + +#: front/targetticket.form.php:105 front/targetchange.form.php:90 +#: front/targetproblem.form.php:90 +#, php-format +msgid "%1$s = %2$s" +msgstr "%1$s = %2$s" + +#: front/formlist.php:46 front/formlist.php:52 inc/common.class.php:648 +msgid "Form list" +msgstr "Lista de formulários" + +#: front/formdisplay.php:90 inc/formanswer.class.php:1077 +#: inc/formanswer.class.php:1325 inc/formanswer.class.php:1376 +msgid "The form has been successfully saved!" +msgstr "O formulário foi gravado com sucesso!" + +#. TRANS: %s is the user login +#: front/reservation.form.php:71 +#, php-format +msgid "%1$s purges the reservation for item %2$s" +msgstr "%1$s elimina a reserva para o item %2$s" + +#: front/reservation.form.php:124 +#, php-format +msgid "%1$s adds the reservation %2$s for item %3$s" +msgstr "%1$s adiciona a reserva %2$s para o item %3$s" + +#: inc/knowbase.class.php:60 inc/entityconfig.class.php:478 +#: inc/form.class.php:611 +msgid "Category" +msgid_plural "Categories" +msgstr[0] "Categoria" +msgstr[1] "Categorias" +msgstr[2] "Categorias" + +#: inc/knowbase.class.php:62 inc/form.class.php:614 entrée standard:39 +msgid "See all" +msgstr "Ver tudo" + +#: inc/knowbase.class.php:83 +msgid "Please, describe your need here" +msgstr "Por favor, descreva sua necessidade aqui" + +#: inc/field/textareafield.class.php:186 +msgid "Textarea" +msgstr "Área de texto" + +#: inc/field/textareafield.class.php:249 inc/field/dropdownfield.class.php:594 +#: inc/field/ldapselectfield.class.php:115 +#: inc/field/urgencyfield.class.php:166 inc/field/tagfield.class.php:166 +#: inc/field/timefield.class.php:114 inc/field/fieldsfield.class.php:489 +#: inc/field/requesttypefield.class.php:161 +msgid "A required field is empty:" +msgstr "Um campo obrigatório está disponível:" + +#: inc/field/textareafield.class.php:267 inc/field/integerfield.class.php:112 +#: inc/field/floatfield.class.php:194 inc/conditionnabletrait.class.php:70 +msgid "The regular expression is invalid" +msgstr "A expressão regular é inválida" + +#: inc/field/dropdownfield.class.php:81 inc/filter/entityfilter.class.php:48 +msgid "User and form" +msgstr "Utilizador e formulário" + +#: inc/field/dropdownfield.class.php:87 +msgid "Search filter" +msgstr "" + +#: inc/field/dropdownfield.class.php:585 entrée standard:38 +msgid "Dropdown" +msgid_plural "Dropdowns" +msgstr[0] "Lista de seleção" +msgstr[1] "Listas de seleção" +msgstr[2] "Listas de seleção" + +#: inc/field/dropdownfield.class.php:616 +msgid "Invalid value for " +msgstr "Valor inválido para" + +#: inc/field/dropdownfield.class.php:628 +#, php-format +msgid "The itemtype field is required: %s" +msgstr "O campo tipo de item é obrigatório\\: %s" + +#: inc/field/dropdownfield.class.php:644 +#, php-format +msgid "Invalid dropdown type: %s" +msgstr "Tipo de lista suspensa inválida: %s" + +#: inc/field/dropdownfield.class.php:704 inc/questionfilter.class.php:62 +#: entrée standard:68 +msgid "Filter" +msgstr "Filtro" + +#: inc/field/dropdownfield.class.php:987 entrée standard:162 standard:134 +msgid "Entity restriction" +msgstr "Restrição de entidade" + +#: inc/field/dropdownfield.class.php:996 +msgid "" +"To respect the GLPI entity system, \"Form\" should be selected. Others " +"settings will break the entity restrictions" +msgstr "" +"Para respeitar o sistema de entidades GLPI, deve-se selecionar " +"\"Formulário\". Outras configurações quebrarão as restrições da entidade" + +#: inc/field/ldapselectfield.class.php:96 +msgid "LDAP Select" +msgstr "Selecionar LDAP" + +#: inc/field/ldapselectfield.class.php:140 +msgid "LDAP directory not defined!" +msgstr "Diretório LDAP não definido!" + +#: inc/field/ldapselectfield.class.php:147 +msgid "LDAP directory not found!" +msgstr "Diretório LDAP não encontrado!" + +#: inc/field/radiosfield.class.php:108 +msgid "Radios" +msgstr "Rádios" + +#: inc/field/radiosfield.class.php:114 inc/field/fieldsfield.class.php:513 +#: inc/field/checkboxesfield.class.php:245 +msgid "The field value is required:" +msgstr "O valor do campo é necessário:" + +#: inc/field/radiosfield.class.php:192 inc/field/selectfield.class.php:104 +#: inc/field/datetimefield.class.php:119 inc/field/actorfield.class.php:258 +#: inc/field/checkboxesfield.class.php:191 inc/field/floatfield.class.php:125 +#: inc/field/datefield.class.php:116 +#, php-format +msgid "A required field is empty: %s" +msgstr "Um campo obrigatório está vazio: %s" + +#: inc/field/integerfield.class.php:59 +#, php-format +msgid "This is not an integer: %s" +msgstr "Isto não é um número inteiro: %s" + +#: inc/field/integerfield.class.php:71 inc/field/floatfield.class.php:156 +#, php-format +msgid "Specific format does not match: %s" +msgstr "Formato específico não corresponde: %s" + +#: inc/field/integerfield.class.php:85 inc/field/floatfield.class.php:167 +#, php-format +msgid "The following number must be greater than %d: %s" +msgstr "O número deve ser maior que %d: %s" + +#: inc/field/integerfield.class.php:91 inc/field/floatfield.class.php:173 +#, php-format +msgid "The following number must be lower than %d: %s" +msgstr "O número deve ser menor que %d: %s" + +#: inc/field/integerfield.class.php:101 +msgid "Integer" +msgstr "Inteiro" + +#: inc/field/undefinedfield.class.php:44 +msgid "Undefined" +msgstr "Indefinido" + +#: inc/field/ipfield.class.php:123 +msgid "IP address" +msgid_plural "IP addresses" +msgstr[0] "Endereço IP" +msgstr[1] "Endereços IP" +msgstr[2] "Endereços IP" + +#: inc/field/urgencyfield.class.php:86 inc/abstractitiltarget.class.php:1040 +msgid "Urgency" +msgstr "Urgência" + +#: inc/field/urgencyfield.class.php:120 +msgctxt "urgency" +msgid "Very high" +msgstr "Muito alto" + +#: inc/field/urgencyfield.class.php:121 +msgctxt "urgency" +msgid "High" +msgstr "Alto" + +#: inc/field/urgencyfield.class.php:122 +msgctxt "urgency" +msgid "Medium" +msgstr "Médio" + +#: inc/field/urgencyfield.class.php:123 +msgctxt "urgency" +msgid "Low" +msgstr "Baixo" + +#: inc/field/urgencyfield.class.php:124 +msgctxt "urgency" +msgid "Very low" +msgstr "Muito baixo" + +#: inc/field/tagfield.class.php:52 +msgid "Warning: Tag plugin is disabled or missing" +msgstr "Aviso\\: O plug-in da tag está desabilitado ou ausente" + +#: inc/field/tagfield.class.php:200 +msgid "Tag" +msgid_plural "Tags" +msgstr[0] "Etiqueta" +msgstr[1] "Etiquetas" +msgstr[2] "Etiquetas" + +#: inc/field/hostnamefield.class.php:116 +msgid "Hostname" +msgid_plural "Hostnames" +msgstr[0] "Nome de host" +msgstr[1] "Nomes de hosts" +msgstr[2] "Nomes de hosts" + +#: inc/field/timefield.class.php:130 +msgid "Time" +msgstr "Horário" + +#: inc/field/emailfield.class.php:89 +#, php-format +msgid "This is not a valid e-mail: %s" +msgstr "Este não é um e-mail válido: %s" + +#: inc/field/emailfield.class.php:100 +msgid "Email" +msgid_plural "Emails" +msgstr[0] "E-mail" +msgstr[1] "E-mails" +msgstr[2] "E-mails" + +#: inc/field/selectfield.class.php:97 +msgid "Select" +msgstr "Selecione" + +#: inc/field/datetimefield.class.php:140 +msgid "Date & time" +msgstr "Data & Hora" + +#: inc/field/actorfield.class.php:84 +msgid "Actor" +msgid_plural "Actors" +msgstr[0] "Ator" +msgstr[1] "Atores" +msgstr[2] "Atores" + +#: inc/field/actorfield.class.php:268 +#, php-format +msgid "Invalid value: %s" +msgstr "Valor inválido: %s" + +#: inc/field/actorfield.class.php:291 +#, php-format +msgid "User not found or invalid email address: %s" +msgstr "Utilizador não encontrado ou endereço de e-mail inválido: %s" + +#: inc/field/filefield.class.php:124 +msgid "No attached document" +msgstr "Nenhum documento anexado" + +#: inc/field/filefield.class.php:133 inc/field/filefield.class.php:254 +#: inc/field/filefield.class.php:261 +msgid "Attached document" +msgstr "Documento anexado" + +#: inc/field/filefield.class.php:175 +#, php-format +msgid "A required file is missing: %s" +msgstr "" + +#: inc/field/filefield.class.php:192 +msgid "File" +msgstr "Ficheiro" + +#: inc/field/multiselectfield.class.php:86 +msgid "Multiselect" +msgstr "Multiselect" + +#: inc/field/fieldsfield.class.php:154 +msgid "Warning: Additional Fields plugin is disabled or missing" +msgstr "Aviso\\: O plug-in da etiqueta está desabilitado ou ausente" + +#: inc/field/fieldsfield.class.php:168 +msgid "Block" +msgstr "Bloquear" + +#: inc/field/fieldsfield.class.php:172 inc/targetticket.class.php:346 +msgid "Field" +msgstr "Campo" + +#: inc/field/fieldsfield.class.php:254 +msgid "show" +msgstr "mostrar" + +#: inc/field/fieldsfield.class.php:390 +#, php-format +msgid "Field '%1$s' type not implemented yet!" +msgstr "Tipo de campo '%1$s' ainda não implementado!" + +#: inc/field/fieldsfield.class.php:467 +msgid "Some numeric fields contains non numeric values" +msgstr "Alguns campos numéricos contêm valores não numéricos" + +#: inc/field/fieldsfield.class.php:472 +msgid "Some URL fields contains invalid links" +msgstr "Alguns campos da URL contêm links inválidos" + +#: inc/field/fieldsfield.class.php:566 +msgid "Additionnal fields" +msgstr "Campos adicionais" + +#: inc/field/checkboxesfield.class.php:133 +msgid "Checkboxes" +msgstr "Caixas" + +#: inc/field/checkboxesfield.class.php:227 +#, php-format +msgid "The following question needs at least %d answers: %s" +msgstr "A pergunta a seguir precisa de pelo menos %d resposta(s): %s" + +#: inc/field/checkboxesfield.class.php:233 +#, php-format +msgid "The following question does not accept more than %d answers: %s" +msgstr "A questão a seguir não aceita mais de %drespostas: %s" + +#: inc/field/checkboxesfield.class.php:305 +msgid "Range min" +msgstr "Intervalo mín" + +#: inc/field/checkboxesfield.class.php:306 +msgid "Range max" +msgstr "Intervalo máx" + +#: inc/field/requesttypefield.class.php:87 inc/targetticket.class.php:1150 +msgid "Request type" +msgstr "Tipo de pedido" + +#: inc/field/floatfield.class.php:142 +#, php-format +msgid "This is not a number: %s" +msgstr "Este não é um número: %s" + +#: inc/field/floatfield.class.php:183 +msgid "Decimal number" +msgstr "" + +#: inc/field/floatfield.class.php:235 inc/questionregex.class.php:62 entrée +#: standard:42 +msgid "Regular expression" +msgstr "Expressão regular" + +#: inc/field/floatfield.class.php:240 +msgid "Range" +msgstr "Gama" + +#: inc/field/floatfield.class.php:246 +msgid "Additional validation" +msgstr "Validação adicional" + +#: inc/field/datefield.class.php:137 +msgid "Date" +msgstr "Data" + +#: inc/field/descriptionfield.class.php:106 inc/form.class.php:151 +#: inc/question.class.php:188 entrée standard:82 standard:52 standard:114 +msgid "Description" +msgstr "Descrição" + +#: inc/field/descriptionfield.class.php:113 +msgid "A description field should have a description:" +msgstr "Um campo de descrição deve ter uma descrição:" + +#: inc/field/hiddenfield.class.php:96 +msgid "Hidden field" +msgid_plural "Hidden fields" +msgstr[0] "Campo oculto" +msgstr[1] "Campos ocultos" +msgstr[2] "Campos ocultos" + +#: inc/condition.class.php:65 +msgid "Condition" +msgid_plural "Conditions" +msgstr[0] "Condição" +msgstr[1] "Condições" +msgstr[2] "Condições" + +#: inc/condition.class.php:103 +msgid "is visible" +msgstr "é visível" + +#: inc/condition.class.php:104 +msgid "is not visible" +msgstr "não é visível" + +#: inc/condition.class.php:105 +msgid "regular expression matches" +msgstr "correspondências de expressão regular" + +#: inc/condition.class.php:116 +msgid "Always displayed" +msgstr "Sempre exibido" + +#: inc/condition.class.php:117 +msgid "Hidden unless" +msgstr "Escondido a menos que" + +#: inc/condition.class.php:118 +msgid "Displayed unless" +msgstr "Exibido a menos que" + +#: inc/condition.class.php:178 inc/target_actor.class.php:233 +#: inc/form_language.class.php:565 inc/form_validator.class.php:248 +#: inc/targetproblem.class.php:527 inc/questionrange.class.php:199 +#: inc/form.class.php:1908 inc/targetchange.class.php:304 +#: inc/questionfilter.class.php:222 inc/section.class.php:381 +#: inc/restrictedformcriteria.class.php:200 inc/question.class.php:867 +#: inc/questionparameter/range.class.php:198 inc/questionregex.class.php:188 +#: inc/questiondependency.class.php:196 inc/item_targetticket.class.php:154 +#: inc/targetticket.class.php:1461 +#, php-format +msgid "Failed to add or update the %1$s %2$s" +msgstr "Falha ao adicionar ou atualiza o %1$s %2$s" + +#: inc/condition.class.php:200 inc/target_actor.class.php:254 +#: inc/form_language.class.php:581 inc/form_validator.class.php:288 +#: inc/targetproblem.class.php:362 inc/questionrange.class.php:131 +#: inc/form.class.php:1569 inc/targetchange.class.php:149 +#: inc/questionfilter.class.php:154 inc/section.class.php:406 +#: inc/restrictedformcriteria.class.php:226 inc/question.class.php:894 +#: inc/questionparameter/range.class.php:133 inc/questionregex.class.php:120 +#: inc/questiondependency.class.php:211 inc/item_targetticket.class.php:64 +#: inc/targetticket.class.php:1500 +#, php-format +msgid "Cannot export an empty object: %s" +msgstr "Não é possível exportar um objeto vazio: %s" + +#: inc/condition.class.php:268 +msgid "Conditions" +msgstr "Condições" + +#: inc/linker.class.php:78 +msgid "Importing" +msgstr "Importando" + +#: inc/linker.class.php:80 +msgid "Import in progress" +msgstr "Importação em progresso" + +#: inc/issue.class.php:43 +msgid "Issue" +msgid_plural "Issues" +msgstr[0] "Issue" +msgstr[1] "Issues" +msgstr[2] "Issues" + +#: inc/issue.class.php:56 +msgid "Update issue data from tickets and form answers" +msgstr "Atualizar dados de emissão de tickets e respostas de formulário" + +#: inc/issue.class.php:393 +msgid "Satisfaction survey expired" +msgstr "" + +#: inc/issue.class.php:531 inc/form_language.class.php:229 +#: inc/form.class.php:2208 entrée standard:52 standard:49 standard:57 +#: standard:38 standard:39 standard:105 standard:46 +msgid "Name" +msgstr "" + +#: inc/issue.class.php:543 inc/formanswer.class.php:229 +#: inc/formanswer.class.php:320 inc/targetproblem.class.php:610 +#: inc/form.class.php:142 inc/targetchange.class.php:335 +#: inc/section.class.php:95 inc/question.class.php:178 +#: inc/targetticket.class.php:180 entrée standard:45 +msgid "ID" +msgstr "" + +#: inc/issue.class.php:552 inc/form.class.php:2217 entrée standard:111 +#: standard:65 standard:104 standard:4 +msgid "Type" +msgid_plural "Types" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/issue.class.php:565 inc/formanswer.class.php:307 +msgid "Status" +msgstr "" + +#: inc/issue.class.php:577 +msgid "Opening date" +msgstr "" + +#: inc/issue.class.php:586 +msgid "Last update" +msgstr "" + +#: inc/issue.class.php:595 inc/abstracttarget.class.php:517 +msgid "Entity" +msgid_plural "Entities" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/issue.class.php:605 inc/notificationtargetformanswer.class.php:76 +#: inc/notificationtargetformanswer.class.php:96 +#: inc/target_actor.class.php:101 inc/formanswer.class.php:248 +#: inc/formanswer.class.php:762 inc/abstractitiltarget.class.php:1804 entrée +#: standard:48 +msgid "Requester" +msgid_plural "Requesters" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/issue.class.php:619 inc/formanswer.class.php:258 +msgid "Form approver" +msgstr "Aprovador do formulário" + +#: inc/issue.class.php:651 inc/formanswer.class.php:691 +#: inc/formanswer.class.php:698 inc/formanswer.class.php:777 +#: inc/form_language.class.php:243 +msgid "Comment" +msgstr "Comentário" + +#: inc/issue.class.php:663 +msgid "Ticket approver" +msgstr "Aprovador de tickets" + +#: inc/issue.class.php:736 +msgid "Technician" +msgstr "" + +#: inc/issue.class.php:767 +msgid "Technician group" +msgstr "" + +#: inc/issue.class.php:799 inc/formanswer.class.php:287 +msgid "Form approver group" +msgstr "Grupo de aprovação do formulário" + +#: inc/issue.class.php:829 +msgid "Ticket approver group" +msgstr "" + +#: inc/issue.class.php:863 inc/abstractitiltarget.class.php:787 entrée +#: standard:108 +msgid "Time to resolve" +msgstr "" + +#: inc/issue.class.php:874 +msgid "Time to resolve + Progress" +msgstr "" + +#: inc/issue.class.php:884 +msgid "Internal time to resolve" +msgstr "" + +#: inc/issue.class.php:895 +msgid "Internal time to resolve + Progress" +msgstr "" + +#: inc/issue.class.php:905 +msgid "Resolution date" +msgstr "" + +#: inc/issue.class.php:914 +msgid "Internal time to own" +msgstr "" + +#: inc/issue.class.php:925 +msgid "Internal time to own + Progress" +msgstr "" + +#: inc/issue.class.php:935 entrée standard:109 +msgid "Time to own" +msgstr "" + +#: inc/issue.class.php:946 +msgid "Time to own + Progress" +msgstr "" + +#: inc/issue.class.php:958 +msgid "Approver substitute" +msgstr "" + +#: inc/issue.class.php:1022 +msgid "Substitute of a member of approver group" +msgstr "" + +#: inc/issue.class.php:1095 +msgid "Form approver substitute" +msgstr "" + +#: inc/issue.class.php:1163 +msgid "Current form approver group" +msgstr "" + +#: inc/issue.class.php:1193 +msgid "Current form approver" +msgstr "" + +#: inc/issue.class.php:1227 +msgid "Ticket requester" +msgstr "" + +#: inc/issue.class.php:1274 +msgid "Ticket observer" +msgstr "" + +#: inc/issue.class.php:1322 +msgid "Ticket technician" +msgstr "" + +#: inc/issue.class.php:1469 +#, php-format +msgid "%1$s %2$s" +msgstr "" + +#: inc/issue.class.php:1727 inc/filter/itilcategoryfilter.class.php:56 +#: hook.php:766 +msgid "All" +msgstr "" + +#: inc/issue.class.php:1733 hook.php:767 +msgid "New" +msgstr "" + +#: inc/issue.class.php:1739 hook.php:768 +msgid "Assigned" +msgstr "" + +#: inc/issue.class.php:1745 inc/formanswer.class.php:78 +#: inc/form_validator.class.php:70 hook.php:769 +msgid "Waiting" +msgstr "" + +#: inc/issue.class.php:1751 hook.php:770 +msgid "To validate" +msgstr "Para validar" + +#: inc/issue.class.php:1757 hook.php:771 +msgid "Solved" +msgstr "" + +#: inc/issue.class.php:1763 hook.php:772 +msgid "Closed" +msgstr "Encerrado" + +#: inc/category.class.php:50 hook.php:72 +msgid "Form category" +msgid_plural "Form categories" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/category.class.php:80 +msgid "Knowbase category" +msgstr "Categoria de base de conhecimento" + +#: inc/category.class.php:86 +msgid "As child of" +msgstr "" + +#: inc/category.class.php:92 inc/form.class.php:247 entrée standard:65 +msgid "Icon" +msgstr "" + +#: inc/category.class.php:98 inc/form.class.php:255 entrée standard:67 +msgid "Icon color" +msgstr "" + +#: inc/category.class.php:104 inc/form.class.php:263 entrée standard:80 +msgid "Background color" +msgstr "" + +#: inc/formlist.class.php:46 inc/entityconfig.class.php:93 +#: inc/form.class.php:111 inc/form.class.php:516 inc/form.class.php:2015 +#: entrée standard:47 +msgid "Form" +msgid_plural "Forms" +msgstr[0] "Formulário" +msgstr[1] "Formulários" +msgstr[2] "Formulários" + +#: inc/notificationtargetformanswer.class.php:43 +msgid "The form as been saved" +msgstr "O formulário foi guardado" + +#: inc/notificationtargetformanswer.class.php:44 +msgid "A form need to be validate" +msgstr "Um formulário precisa ser validado" + +#: inc/notificationtargetformanswer.class.php:45 install/install.php:490 +msgid "The form is refused" +msgstr "O formulário é recusado" + +#: inc/notificationtargetformanswer.class.php:46 install/install.php:496 +msgid "The form is accepted" +msgstr "O formulário é aceite" + +#: inc/notificationtargetformanswer.class.php:47 install/install.php:502 +msgid "The form is deleted" +msgstr "O formulário é apagado" + +#: inc/notificationtargetformanswer.class.php:74 +msgid "Form ID" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:75 +#: inc/notificationtargetformanswer.class.php:95 +msgid "Form name" +msgstr "Nome do formulário" + +#: inc/notificationtargetformanswer.class.php:77 +#: inc/form_validator.class.php:91 +msgid "Validator" +msgid_plural "Validators" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/notificationtargetformanswer.class.php:78 +#: inc/notificationtargetformanswer.class.php:98 inc/formanswer.class.php:278 +#: entrée standard:49 +msgid "Creation date" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:79 +#: inc/notificationtargetformanswer.class.php:99 +msgid "Full form answers" +msgstr "Respostas completas do formulário" + +#: inc/notificationtargetformanswer.class.php:80 +msgid "Validation comment" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:81 +#: inc/notificationtargetformanswer.class.php:101 +msgid "Validation link" +msgstr "Ligação de validação" + +#: inc/notificationtargetformanswer.class.php:82 +msgid "Request ID" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:94 +msgid "Form #" +msgstr "Formulário #" + +#: inc/notificationtargetformanswer.class.php:97 +msgctxt "tag" +msgid "Validator" +msgstr "Validador" + +#: inc/notificationtargetformanswer.class.php:100 +msgid "Refused comment" +msgstr "Comentário recusado" + +#: inc/notificationtargetformanswer.class.php:102 +msgid "Request #" +msgstr "Pedido #" + +#: inc/notificationtargetformanswer.class.php:114 +msgid "Author" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:115 +#: inc/abstractitiltarget.class.php:1374 +msgid "Approver" +msgstr "" + +#: inc/target_actor.class.php:70 inc/abstractitiltarget.class.php:2141 +msgid "Form author" +msgstr "Autor do formulário" + +#: inc/target_actor.class.php:71 inc/abstractitiltarget.class.php:2144 +msgid "Form validator" +msgstr "Validador do formulário" + +#: inc/target_actor.class.php:72 +msgid "Specific person" +msgstr "Pessoa específica" + +#: inc/target_actor.class.php:73 inc/abstractitiltarget.class.php:2154 +msgid "Person from the question" +msgstr "Pessoa da questão" + +#: inc/target_actor.class.php:74 +msgid "Specific group" +msgstr "Grupo específico" + +#: inc/target_actor.class.php:75 inc/abstractitiltarget.class.php:2165 +msgid "Group from the question" +msgstr "Grupo da questão" + +#: inc/target_actor.class.php:76 +msgid "Group from an object" +msgstr "" + +#: inc/target_actor.class.php:77 +msgid "Tech group from an object" +msgstr "" + +#: inc/target_actor.class.php:78 +msgid "Specific supplier" +msgstr "Fornecedor específico" + +#: inc/target_actor.class.php:79 inc/abstractitiltarget.class.php:2194 +msgid "Supplier from the question" +msgstr "Fornecedor da questão" + +#: inc/target_actor.class.php:80 inc/abstractitiltarget.class.php:2183 +msgid "Actors from the question" +msgstr "Atores da questão" + +#: inc/target_actor.class.php:81 inc/abstractitiltarget.class.php:2198 +msgid "Form author's supervisor" +msgstr "" + +#: inc/target_actor.class.php:102 +msgid "Observer" +msgstr "" + +#: inc/target_actor.class.php:103 inc/abstractitiltarget.class.php:1818 +msgid "Assigned to" +msgstr "" + +#: inc/target_actor.class.php:109 +msgid "Target actor" +msgid_plural "Target actors" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/target_actor.class.php:115 inc/target_actor.class.php:131 +#: inc/target_actor.class.php:140 +msgid "Bad request while adding an actor." +msgstr "" + +#: inc/target_actor.class.php:197 +#, php-format +msgid "Failed to find a user: %1$s" +msgstr "" + +#: inc/target_actor.class.php:206 +#, php-format +msgid "Failed to find a group: %1$s" +msgstr "" + +#: inc/target_actor.class.php:215 +#, php-format +msgid "Failed to find a supplier: %1$s" +msgstr "" + +#: inc/formanswer.class.php:79 inc/form_validator.class.php:72 +msgid "Refused" +msgstr "Recusado" + +#: inc/formanswer.class.php:80 inc/form_validator.class.php:71 +msgid "Accepted" +msgstr "" + +#: inc/formanswer.class.php:214 +msgid "Form answer" +msgid_plural "Form answers" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/formanswer.class.php:676 +msgid "Print this form" +msgstr "Imprimir este formulário" + +#: inc/formanswer.class.php:701 +msgid "Form accepted by validator." +msgstr "Formulário aceite pelo validador." + +#: inc/formanswer.class.php:703 +msgid "Form successfully saved." +msgstr "Formulário guardado com sucesso." + +#: inc/formanswer.class.php:770 +msgid "Save" +msgstr "" + +#: inc/formanswer.class.php:782 +msgid "Required if refused" +msgstr "Necessário se recusado" + +#: inc/formanswer.class.php:788 +msgid "Refuse" +msgstr "Recusar" + +#: inc/formanswer.class.php:796 +msgid "Edit answers" +msgstr "" + +#: inc/formanswer.class.php:802 +msgid "Cancel edition" +msgstr "" + +#: inc/formanswer.class.php:809 +msgid "Accept" +msgstr "Aceitar" + +#: inc/formanswer.class.php:828 +msgid "Refused comment is required!" +msgstr "É exigido comentário de recusa!" + +#: inc/formanswer.class.php:882 inc/formanswer.class.php:899 +msgid "" +"An internal error occured when verifying your answers. Please report it to " +"your administrator." +msgstr "" + +#: inc/formanswer.class.php:933 +msgid "You are not the validator of these answers" +msgstr "Você não é o validador dessas respostas" + +#: inc/formanswer.class.php:1083 +#, php-format +msgid "Item sucessfully added: %1$s (%2$s: %3$s)" +msgstr "" + +#: inc/formanswer.class.php:1166 inc/formanswer.class.php:1168 +msgid "Form data" +msgstr "Dados do formulário" + +#: inc/formanswer.class.php:1301 +msgid "" +"You are a validator of the form, then your approval hs been added " +"automatically." +msgstr "" + +#: inc/formanswer.class.php:1310 inc/formanswer.class.php:1363 +msgid "Cannot generate targets!" +msgstr "Não é possível gerar alvos!" + +#: inc/formanswer.class.php:1511 +msgid "No captcha set." +msgstr "" + +#: inc/formanswer.class.php:1517 +msgid "You failed the captcha test." +msgstr "" + +#: inc/formanswer.class.php:1540 +msgid "You must select validator!" +msgstr "Deves selecionar o validador!" + +#: inc/common.class.php:229 +msgid "You cannot delete this issue. Maybe it is taken into account." +msgstr "" + +#: inc/common.class.php:234 +msgid "Failed to delete this issue. An internal error occured." +msgstr "" + +#: inc/common.class.php:745 +msgid "Seek assistance" +msgstr "Procurar assistência" + +#: inc/common.class.php:751 inc/common.class.php:755 +msgid "My requests for assistance" +msgstr "Os meus pedidos de assistência" + +#: inc/common.class.php:791 +msgid "Consult reminders" +msgstr "" + +#: inc/common.class.php:811 +msgid "Consult feeds" +msgstr "Consultar feeds" + +#: inc/abstractfield.class.php:89 inc/question.class.php:758 +msgid "Apply" +msgstr "" + +#: inc/formaccesstype.class.php:41 entrée standard:39 +msgid "Access type" +msgid_plural "Access types" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/form_language.class.php:51 +msgid "Form language" +msgid_plural "Form languages" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/form_language.class.php:78 inc/form_language.class.php:364 +msgid "Translation" +msgid_plural "Translations" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/form_language.class.php:119 +msgid "The name cannot be empty." +msgstr "" + +#: inc/form_language.class.php:127 +msgid "The language must be associated to a form." +msgstr "" + +#: inc/form_language.class.php:135 +msgid "The specified language is not available." +msgstr "" + +#: inc/form_language.class.php:265 +msgid "Add a translation" +msgstr "" + +#: inc/form_language.class.php:299 js/scripts.js:1214 +msgid "Update a translation" +msgstr "" + +#: inc/form_language.class.php:329 inc/form_language.class.php:331 +msgid "New translation" +msgstr "" + +#: inc/form_language.class.php:334 +msgid "Filter list" +msgstr "" + +#: inc/form_language.class.php:339 inc/form_language.class.php:438 +msgid "No translation found" +msgstr "" + +#: inc/form_language.class.php:344 +msgid "Do you want to delete the selected items?" +msgstr "" + +#: inc/form_language.class.php:353 inc/form_language.class.php:401 +#: inc/abstractitiltarget.class.php:1710 entrée standard:124 standard:31 +msgid "Delete" +msgstr "Excluir" + +#: inc/form_language.class.php:363 +msgid "Original string" +msgstr "" + +#: inc/form_language.class.php:424 +msgid "Add a new language" +msgstr "" + +#: inc/form_language.class.php:457 inc/form_language.class.php:489 +#: inc/form.class.php:178 entrée standard:72 +msgid "Language" +msgstr "" + +#: inc/form_validator.class.php:69 inc/targetticket.class.php:99 +#: inc/abstractitiltarget.class.php:186 +msgid "None" +msgstr "Nenhum" + +#: inc/form_validator.class.php:78 inc/abstractitiltarget.class.php:2552 +msgid "No" +msgstr "" + +#: inc/form_validator.class.php:81 +msgid "Supervisor of the requester" +msgstr "" + +#: inc/form_validator.class.php:116 inc/translation.class.php:221 +msgid "Form not found." +msgstr "" + +#: inc/form_validator.class.php:121 inc/form_validator.class.php:129 +#: inc/form_validator.class.php:138 +msgid "Invalid validator." +msgstr "" + +#: inc/form_validator.class.php:147 +#, php-format +msgid "Only level 1 is allowed for %s." +msgstr "" + +#: inc/form_validator.class.php:156 +msgid "Invalid validator type." +msgstr "" + +#: inc/form_validator.class.php:194 entrée standard:103 +msgid "Level" +msgstr "" + +#: inc/form_validator.class.php:592 inc/abstractitiltarget.class.php:1354 +msgid "Validation" +msgstr "" + +#: inc/form_validator.class.php:594 +msgid "Choose a validator" +msgstr "Escolher um validador" + +#: inc/profile.class.php:62 inc/targetproblem.class.php:147 +#: inc/entityconfig.class.php:520 inc/targetchange.class.php:484 +#: inc/targetticket.class.php:323 inc/targetticket.class.php:358 +#: inc/abstractitiltarget.class.php:2124 +msgctxt "button" +msgid "Save" +msgstr "" + +#: inc/targetproblem.class.php:43 entrée standard:43 +msgid "Target problem" +msgid_plural "Target problems" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/targetproblem.class.php:109 inc/targetproblem.class.php:565 +#: inc/targetchange.class.php:105 inc/targetchange.class.php:441 +#: inc/targetticket.class.php:135 inc/targetticket.class.php:238 +msgid "Properties" +msgstr "" + +#: inc/targetproblem.class.php:509 inc/targetchange.class.php:286 +#: inc/targetticket.class.php:1443 +#, php-format +msgid "" +"Failed to add or update the %1$s %2$s: a question is missing and is used in " +"a parameter of the target" +msgstr "" + +#: inc/targetproblem.class.php:566 inc/targetchange.class.php:106 +#: inc/targetticket.class.php:136 inc/abstractitiltarget.class.php:1216 +msgid "Actors" +msgstr "Atores" + +#: inc/targetproblem.class.php:619 entrée standard:48 +msgid "Problem title" +msgstr "" + +#: inc/targetproblem.class.php:629 inc/targetchange.class.php:354 +#: inc/targetticket.class.php:199 +msgid "Content" +msgstr "" + +#: inc/targetproblem.class.php:639 inc/targetchange.class.php:364 +msgid "Impact" +msgstr "" + +#: inc/targetproblem.class.php:649 entrée standard:56 +msgid "Cause" +msgstr "" + +#: inc/targetproblem.class.php:659 entrée standard:58 +msgid "Symptom" +msgstr "" + +#: inc/entityconfig.class.php:101 inc/entityconfig.class.php:110 +#: inc/entityconfig.class.php:118 inc/entityconfig.class.php:126 +#: inc/entityconfig.class.php:134 inc/entityconfig.class.php:142 +#: inc/entityconfig.class.php:150 inc/entityconfig.class.php:158 +#: inc/entityconfig.class.php:166 inc/entityconfig.class.php:180 +#: inc/entityconfig.class.php:188 inc/entityconfig.class.php:196 +msgid "Inheritance of the parent entity" +msgstr "" + +#: inc/entityconfig.class.php:102 +msgid "GLPi's helpdesk" +msgstr "Helpdesk do GLPi" + +#: inc/entityconfig.class.php:103 +msgid "Service catalog simplified" +msgstr "Catálogo de serviços simplificado" + +#: inc/entityconfig.class.php:104 +msgid "Service catalog extended" +msgstr "Catálogo de serviços estendido" + +#: inc/entityconfig.class.php:111 +msgid "All available forms" +msgstr "" + +#: inc/entityconfig.class.php:112 +msgid "Only default forms" +msgstr "" + +#: inc/entityconfig.class.php:119 +msgid "Popularity sort" +msgstr "Classificação de popularidade" + +#: inc/entityconfig.class.php:120 +msgid "Alphabetic sort" +msgstr "Classificação alfabética" + +#: inc/entityconfig.class.php:127 +msgid "Merged with Forms" +msgstr "Associado com Formulários" + +#: inc/entityconfig.class.php:128 +msgid "Distinct menu entry" +msgstr "" + +#: inc/entityconfig.class.php:135 inc/entityconfig.class.php:143 +#: inc/entityconfig.class.php:151 inc/entityconfig.class.php:159 +#: inc/entityconfig.class.php:189 inc/form.class.php:271 entrée standard:100 +msgid "Visible" +msgstr "" + +#: inc/entityconfig.class.php:136 inc/entityconfig.class.php:144 +#: inc/entityconfig.class.php:152 inc/entityconfig.class.php:160 +#: inc/entityconfig.class.php:190 +msgid "Hidden" +msgstr "" + +#: inc/entityconfig.class.php:167 +msgid "Variable height" +msgstr "" + +#: inc/entityconfig.class.php:168 +msgid "Uniform height" +msgstr "" + +#: inc/entityconfig.class.php:173 +msgid "Search for assistance" +msgstr "" + +#: inc/entityconfig.class.php:174 +msgid "User's assistance requests" +msgstr "" + +#: inc/entityconfig.class.php:181 +msgid "Only forms" +msgstr "" + +#: inc/entityconfig.class.php:182 +msgid "Forms and list of requests" +msgstr "" + +#: inc/entityconfig.class.php:197 +msgid "Folded" +msgstr "" + +#: inc/entityconfig.class.php:198 +msgid "Unfolded" +msgstr "" + +#: inc/entityconfig.class.php:298 +msgid "Helpdesk" +msgstr "Helpdesk" + +#: inc/entityconfig.class.php:306 inc/entityconfig.class.php:534 entrée +#: standard:44 +msgid "Helpdesk mode" +msgstr "Modo helpdesk" + +#: inc/entityconfig.class.php:317 inc/entityconfig.class.php:604 +msgid "Default Form list mode" +msgstr "" + +#: inc/entityconfig.class.php:335 inc/entityconfig.class.php:544 +msgid "Sort order" +msgstr "" + +#: inc/entityconfig.class.php:351 inc/entityconfig.class.php:554 +msgid "Knowledge base" +msgstr "" + +#: inc/entityconfig.class.php:366 +msgid "Search" +msgstr "" + +#: inc/entityconfig.class.php:382 inc/entityconfig.class.php:614 +msgid "Counters dashboard" +msgstr "" + +#: inc/entityconfig.class.php:398 +msgid "Header message" +msgstr "" + +#: inc/entityconfig.class.php:414 inc/entityconfig.class.php:624 +msgid "Search issue" +msgstr "" + +#: inc/entityconfig.class.php:430 inc/entityconfig.class.php:594 +msgid "Service catalog home page" +msgstr "" + +#: inc/entityconfig.class.php:446 inc/entityconfig.class.php:634 +msgid "Tile design" +msgstr "" + +#: inc/entityconfig.class.php:462 +msgid "Home page" +msgstr "" + +#: inc/entityconfig.class.php:494 +msgid "Menu visibility (only for vertical menu)" +msgstr "" + +#: inc/entityconfig.class.php:506 inc/entityconfig.class.php:584 +#: inc/form.class.php:225 entrée standard:84 +msgid "Header" +msgid_plural "Headers" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/entityconfig.class.php:564 +msgid "Display search field" +msgstr "" + +#: inc/entityconfig.class.php:574 +msgid "Display header" +msgstr "" + +#: inc/questionrange.class.php:52 inc/questionparameter/range.class.php:56 +msgid "Question range" +msgid_plural "Question ranges" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/questionrange.class.php:62 inc/questionparameter/range.class.php:66 +msgid "Minimum range" +msgstr "" + +#: inc/questionrange.class.php:71 inc/questionparameter/range.class.php:75 +msgid "maximum range" +msgstr "" + +#: inc/form.class.php:66 inc/form.class.php:429 +msgid "Public access" +msgstr "Acesso público" + +#: inc/form.class.php:67 inc/form.class.php:433 +msgid "Private access" +msgstr "Acesso privado" + +#: inc/form.class.php:68 inc/form.class.php:437 +msgid "Restricted access" +msgstr "Acesso restrito" + +#: inc/form.class.php:122 +msgid "Answers waiting for validation" +msgstr "" + +#: inc/form.class.php:124 inc/form.class.php:1663 inc/form.class.php:1689 +msgid "Import forms" +msgstr "Importar formulários" + +#: inc/form.class.php:169 +msgid "Recursive" +msgstr "" + +#: inc/form.class.php:190 +msgid "Homepage" +msgstr "Página inicial" + +#: inc/form.class.php:203 +msgid "Access" +msgstr "Acesso" + +#: inc/form.class.php:234 inc/form.class.php:327 inc/form.class.php:394 entrée +#: standard:54 +msgid "Active" +msgstr "" + +#: inc/form.class.php:286 inc/form.class.php:338 inc/form.class.php:413 +msgid "Default form" +msgstr "" + +#: inc/form.class.php:296 entrée standard:106 +msgid "Next form" +msgstr "" + +#: inc/form.class.php:326 inc/form.class.php:391 +msgid "Inactive" +msgstr "" + +#: inc/form.class.php:337 inc/form.class.php:410 +msgid "Not default form" +msgstr "" + +#: inc/form.class.php:361 inc/form.class.php:445 entrée standard:75 +msgid "All languages" +msgstr "" + +#: inc/form.class.php:508 entrée standard:3 +msgid "Target" +msgid_plural "Targets" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/form.class.php:511 +msgid "Preview" +msgstr "" + +#: inc/form.class.php:512 +msgid "Form answer properties" +msgstr "" + +#: inc/form.class.php:854 +msgid "What are you looking for?" +msgstr "" + +#: inc/form.class.php:993 inc/form.class.php:1156 +#: inc/abstracttarget.class.php:162 inc/abstractitiltarget.class.php:1625 +msgid "The name cannot be empty!" +msgstr "O nome não pode ser vazio!" + +#: inc/form.class.php:1026 inc/form.class.php:1191 +msgid "A loop is generated!" +msgstr "" + +#: inc/form.class.php:1167 +msgid "Cannot use empty name for form answers. Keeping the previous value." +msgstr "" + +#: inc/form.class.php:1303 +#, php-format +msgid "The question %s is not compatible with public forms" +msgstr "A questão %s não é compatível com formulários públicos" + +#: inc/form.class.php:1386 +msgid "Errored duplicate" +msgstr "" + +#: inc/form.class.php:1397 entrée standard:23 +msgid "Duplicate" +msgstr "Duplicado" + +#: inc/form.class.php:1442 inc/form.class.php:1452 +msgctxt "button" +msgid "Post" +msgstr "" + +#: inc/form.class.php:1475 +#, php-format +msgid "Form duplicated: %s" +msgstr "Formulário duplicado: %s" + +#: inc/form.class.php:1491 +#, php-format +msgid "Form Transfered: %s" +msgstr "Formulário transferido: %s" + +#: inc/form.class.php:1515 +msgid "Back" +msgstr "Voltar" + +#: inc/form.class.php:1526 +#, php-format +msgid "Form updated: %s" +msgstr "" + +#: inc/form.class.php:1636 +msgid "Upload of JSON files not allowed." +msgstr "Não é permitido o upload de ficheiros JSON." + +#: inc/form.class.php:1639 +msgid "You may allow JSON files right now." +msgstr "Você pode agora permitir ficheiros JSON." + +#: inc/form.class.php:1640 +msgctxt "button" +msgid "Create" +msgstr "Criar" + +#: inc/form.class.php:1643 inc/form.class.php:1654 +msgid "Please contact your GLPI administrator." +msgstr "Por favor, contate o administrador do GLPI." + +#: inc/form.class.php:1644 inc/form.class.php:1655 +msgctxt "button" +msgid "Back" +msgstr "Voltar" + +#: inc/form.class.php:1647 +msgid "Upload of JSON files not enabled." +msgstr "Não está habilitado a fazer upload de ficheiros JSON." + +#: inc/form.class.php:1650 inc/form.class.php:1653 +msgid "You may enable JSON files right now." +msgstr "Pode agora habilitar ficheiros JSON." + +#: inc/form.class.php:1651 +msgctxt "button" +msgid "Enable" +msgstr "Habilitado" + +#: inc/form.class.php:1698 +msgctxt "button" +msgid "Send" +msgstr "" + +#: inc/form.class.php:1717 +msgid "Forms import impossible, the file is empty" +msgstr "Não foi possível importar formulários. O ficheiro está vazio" + +#: inc/form.class.php:1721 inc/form.class.php:1725 +msgid "Forms import impossible, the file seems corrupt" +msgstr "Não foi possível importar formulários. O ficheiro está corrompido." + +#: inc/form.class.php:1731 +msgid "Forms import impossible, the file was generated with another version" +msgstr "" +"Não foi possível importar formulários. O ficheiro foi gerado com outra " +"versão" + +#: inc/form.class.php:1738 +msgid "" +"The file does not specifies the schema version. It was probably generated " +"with a version older than 2.10. Giving up." +msgstr "" + +#: inc/form.class.php:1764 +#, php-format +msgid "Failed to import %s" +msgstr "Falha na importação %s" + +#: inc/form.class.php:1769 +#, php-format +msgid "Forms successfully imported from %s" +msgstr "Formulários importados com êxito de %s" + +#: inc/form.class.php:1832 +#, php-format +msgid "The form %1$s already exists and is in an unmodifiable entity." +msgstr "O formulário %1$s já existe e é uma entidade não alterável." + +#: inc/form.class.php:1840 +#, php-format +msgid "You don't have right to update the entity %1$s." +msgstr "" + +#: inc/form.class.php:1850 +#, php-format +msgid "The entity %1$s is required for the form %2$s." +msgstr "A entidade %1$s é necessária para o formulário %2$s." + +#: inc/form.class.php:1952 +msgid "Failed to create JSON document type" +msgstr "Falha ao criar o tipo de documento JSON" + +#: inc/form.class.php:1959 +msgid "JSON document type not found" +msgstr "Tipo de documento JSON não encontrado" + +#: inc/form.class.php:1966 +msgid "Failed to update JSON document type" +msgstr "Falha ao atualizar o tipo de documento JSON" + +#: inc/form.class.php:1986 +msgid "Forms without category" +msgstr "Formulários sem categoria" + +#: inc/form.class.php:2007 +msgid "No form available" +msgstr "" + +#: inc/form.class.php:2205 entrée standard:47 +msgid "Add a target" +msgstr "" + +#: inc/form.class.php:2236 inc/targetticket.class.php:398 +#: inc/abstractitiltarget.class.php:1828 inc/abstractitiltarget.class.php:2124 +#: entrée standard:92 standard:94 +msgid "Add" +msgstr "Adicionar" + +#: inc/form.class.php:2254 inc/form.class.php:2277 inc/form.class.php:2299 +msgid "Unsupported target type." +msgstr "Tipo de destino não suportado." + +#: inc/form.class.php:2333 +msgid "plugin_formcreator_load_check" +msgstr "" + +#: inc/targetchange.class.php:44 entrée standard:43 +msgid "Target change" +msgid_plural "Target changes" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/targetchange.class.php:344 entrée standard:48 +msgid "Change title" +msgstr "Mudar título" + +#: inc/targetchange.class.php:374 entrée standard:56 +msgid "Control list" +msgstr "" + +#: inc/targetchange.class.php:384 entrée standard:58 +msgid "Deployment plan" +msgstr "" + +#: inc/targetchange.class.php:394 entrée standard:60 +msgid "Backup plan" +msgstr "" + +#: inc/targetchange.class.php:404 +msgid "Check list" +msgstr "" + +#: inc/questionfilter.class.php:52 +msgid "Question filter" +msgid_plural "Question filters" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/section.class.php:71 entrée standard:53 standard:44 +msgid "Section" +msgid_plural "Sections" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/section.class.php:123 inc/section.class.php:166 +#: inc/question.class.php:348 +msgid "The title is required" +msgstr "O título é obrigatório" + +#: inc/section.class.php:553 inc/question.class.php:234 entrée standard:37 +msgid "Count of conditions" +msgstr "" + +#: inc/restrictedformcriteria.class.php:179 +#, php-format +msgid "Failed to find %1$s %2$s" +msgstr "" + +#: inc/question.class.php:73 inc/abstractitiltarget.class.php:1127 entrée +#: standard:41 +msgid "Question" +msgid_plural "Questions" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/question.class.php:197 entrée standard:43 standard:50 standard:44 +#: standard:49 standard:79 +msgid "Required" +msgstr "Necessário" + +#: inc/question.class.php:355 +msgid "The section is required" +msgstr "A seção é exigida" + +#: inc/question.class.php:365 +#, php-format +msgid "Field type %1$s is not available for question %2$s." +msgstr "O tipo de campo %1$s não está disponível para a questão %2$s." + +#: inc/question.class.php:379 +msgid "This type of question is not compatible with public forms." +msgstr "Este tipo de questão não é compatível com formulários públicos." + +#: inc/question.class.php:469 +msgid "The field type cannot be changed. Delete then recreate the question." +msgstr "" + +#: inc/question.class.php:1184 +msgid "Service levels" +msgstr "" + +#: inc/question.class.php:1185 inc/abstractitiltarget.class.php:851 +msgid "SLA" +msgstr "" + +#: inc/question.class.php:1186 inc/abstractitiltarget.class.php:924 +msgid "OLA" +msgstr "" + +#: inc/question.class.php:1205 inc/question.class.php:1248 +#: inc/question.class.php:1251 +msgid "Assets" +msgstr "" + +#: inc/question.class.php:1219 hook.php:780 hook.php:797 +msgid "Assistance" +msgstr "" + +#: inc/question.class.php:1225 +msgid "Management" +msgstr "" + +#: inc/question.class.php:1236 +msgid "Tools" +msgstr "" + +#: inc/question.class.php:1237 +msgid "Notes" +msgstr "" + +#: inc/question.class.php:1238 +msgid "RSS feed" +msgstr "" + +#: inc/question.class.php:1240 +msgid "Administration" +msgstr "" + +#: inc/question.class.php:1248 inc/question.class.php:1251 +msgid "Plugin" +msgid_plural "Plugins" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/abstractquestionparameter.class.php:98 +msgid "Parameter" +msgstr "Parâmetro " + +#: inc/abstractquestionparameter.class.php:105 +msgid "Field name" +msgstr "Campo nome" + +#: inc/abstracttarget.class.php:97 +msgid "Current active entity" +msgstr "Entidade atual ativa" + +#: inc/abstracttarget.class.php:98 +msgid "Default requester user's entity" +msgstr "Entidade padrão do utilizador requerente" + +#: inc/abstracttarget.class.php:99 +msgid "First dynamic requester user's entity (alphabetical)" +msgstr "" +"Primeira entidade dinâmica do utilizador requerente (em ordem alfabética)" + +#: inc/abstracttarget.class.php:100 +msgid "Last dynamic requester user's entity (alphabetical)" +msgstr "" +"Ultima entidade dinâmica do utilizador requerente (em ordem alfabética)" + +#: inc/abstracttarget.class.php:101 +msgid "The form entity" +msgstr "A entidade do formulário" + +#: inc/abstracttarget.class.php:102 +msgid "Default entity of the validator" +msgstr "Entidade padrão do validador" + +#: inc/abstracttarget.class.php:103 +msgid "Specific entity" +msgstr "Entidade específica" + +#: inc/abstracttarget.class.php:104 +msgid "Default entity of a user type question answer" +msgstr "Entidade padrão de uma resposta de questão de tipo de usuário" + +#: inc/abstracttarget.class.php:105 +msgid "From a GLPI object > Entity type question answer" +msgstr "De um objeto GLPI > resposta de questão de tipo de entidade" + +#: inc/abstracttarget.class.php:116 +msgid "Always generated" +msgstr "" + +#: inc/abstracttarget.class.php:117 +msgid "Disabled unless" +msgstr "" + +#: inc/abstracttarget.class.php:118 +msgid "Generated unless" +msgstr "" + +#: inc/abstracttarget.class.php:129 +msgid "A target must be associated to a form." +msgstr "Um alvo deve ser associado a um formulário" + +#: inc/abstracttarget.class.php:134 +msgid "A target must be associated to an existing form." +msgstr "Um alvo deve ser associado a um formulário existente." + +#: inc/abstracttarget.class.php:139 +msgid "Name is required." +msgstr "É necessário um nome." + +#: inc/abstracttarget.class.php:502 +msgid "Destination entity" +msgstr "" + +#: inc/abstracttarget.class.php:518 +msgid "User type question" +msgstr "Pergunta tipo de utilizador" + +#: inc/abstracttarget.class.php:519 +msgid "Entity type question" +msgstr "Pergunta de tipo de entidade" + +#: inc/command/cleanticketscommand.class.php:53 +msgid "Searching for invalid items..." +msgstr "" + +#: inc/command/cleanticketscommand.class.php:61 +msgid "Done." +msgstr "" + +#: inc/command/cleanticketscommand.class.php:135 +msgid "Step 1: double encoded < and > signs." +msgstr "" + +#: inc/command/cleanticketscommand.class.php:146 +#: inc/command/cleanticketscommand.class.php:196 +#: inc/command/cleanticketscommand.class.php:260 +msgid "No invalid items found." +msgstr "" + +#: inc/command/cleanticketscommand.class.php:187 +msgid "Step 2: literal BR tag." +msgstr "" + +#: inc/command/cleanticketscommand.class.php:251 +msgid "Step 3: litteral > sign." +msgstr "" + +#: inc/filter/itilcategoryfilter.class.php:52 +#: inc/filter/itilcategoryfilter.class.php:54 +msgid "Request categories" +msgstr "Solicitar categorias" + +#: inc/filter/itilcategoryfilter.class.php:53 +#: inc/filter/itilcategoryfilter.class.php:54 +msgid "Incident categories" +msgstr "Categorias de incidentes" + +#: inc/filter/itilcategoryfilter.class.php:55 +msgid "Change categories" +msgstr "" + +#: inc/supervisorvalidator.class.php:44 +msgid "Requester supervisor" +msgid_plural "Requester supervisors" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/supervisorvalidator.class.php:52 +msgid "My supervisor" +msgstr "" + +#: inc/questionregex.class.php:52 +msgid "Question regular expression" +msgid_plural "Question regular expressions" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/questiondependency.class.php:66 +msgid "Question dependency" +msgid_plural "Question dependencies" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/answer.class.php:66 entrée standard:43 +msgid "Answer" +msgid_plural "Answers" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/item_targetticket.class.php:52 +msgid "Composite ticket relation" +msgid_plural "Composite ticket relations" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/targetticket.class.php:57 entrée standard:43 +msgid "Target ticket" +msgid_plural "Target tickets" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/targetticket.class.php:100 +msgid "Specific asset" +msgstr "Ativo específico" + +#: inc/targetticket.class.php:101 inc/targetticket.class.php:117 +#: inc/abstractitiltarget.class.php:207 inc/abstractitiltarget.class.php:215 +#: inc/abstractitiltarget.class.php:223 inc/abstractitiltarget.class.php:231 +#: inc/abstractitiltarget.class.php:240 inc/abstractitiltarget.class.php:249 +msgid "Equals to the answer to the question" +msgstr "Igual à resposta à questão" + +#: inc/targetticket.class.php:102 inc/abstractitiltarget.class.php:232 +#: inc/abstractitiltarget.class.php:241 inc/abstractitiltarget.class.php:250 +msgid "Last valid answer" +msgstr "Ultima resposta válida" + +#: inc/targetticket.class.php:108 +msgid "Source from template or user default or GLPI default" +msgstr "" + +#: inc/targetticket.class.php:109 +msgid "Formcreator" +msgstr "" + +#: inc/targetticket.class.php:115 +msgid "Default or from a template" +msgstr "" + +#: inc/targetticket.class.php:116 +msgid "Specific type" +msgstr "" + +#: inc/targetticket.class.php:189 entrée standard:48 +msgid "Ticket title" +msgstr "Título do ticket" + +#: inc/targetticket.class.php:307 +msgid "Add validation message as first ticket followup" +msgstr "" +"Adicionar mensagem de validação como primeiro acompanhamento do ticket" + +#: inc/targetticket.class.php:341 +msgid "Add a field" +msgstr "" + +#: inc/targetticket.class.php:369 +msgid "Managed fields" +msgstr "" + +#: inc/targetticket.class.php:376 +msgid "No managed field" +msgstr "" + +#: inc/targetticket.class.php:396 +msgid "Link to an other ticket" +msgstr "Ligação para outro ticket" + +#: inc/targetticket.class.php:405 +msgid "An other destination of this form" +msgstr "Outro destino deste formulário" + +#: inc/targetticket.class.php:406 +msgid "An existing ticket" +msgstr "Um ticket existente" + +#: inc/targetticket.class.php:407 +msgid "A ticket from an answer to a question" +msgstr "" + +#: inc/targetticket.class.php:488 +msgctxt "button" +msgid "Delete permanently" +msgstr "" + +#: inc/targetticket.class.php:743 +msgid "Invalid link type" +msgstr "Tipo de ligação inválida" + +#: inc/targetticket.class.php:763 +msgid "Invalid linked item type" +msgstr "Inválido tipo de item ligado" + +#: inc/targetticket.class.php:776 +msgid "Linked item does not exists" +msgstr "Item vinculado não existe" + +#: inc/targetticket.class.php:789 +msgid "Failed to link the item" +msgstr "Falha ao ligar o item" + +#: inc/targetticket.class.php:905 install/install.php:497 +msgid "Your form has been accepted by the validator" +msgstr "O seu formulário foi aceite pelo validador" + +#: inc/targetticket.class.php:1137 +msgid "Request source" +msgstr "" + +#: inc/targetticket.class.php:1162 +msgid "Type " +msgstr "" + +#: inc/targetticket.class.php:1190 +msgid "Associated elements" +msgstr "" + +#: inc/targetticket.class.php:1201 +msgid "Item " +msgstr "Item " + +#: inc/translation.class.php:153 +msgid "No more string to translate" +msgstr "" + +#: inc/translation.class.php:164 +msgid "Internal error: translatable string not found." +msgstr "" + +#: inc/translation.class.php:216 +msgid "Language not found." +msgstr "" + +#: inc/translation.class.php:236 +msgid "Failed to add the translation." +msgstr "" + +#: inc/abstractitiltarget.class.php:187 +msgid "Tags from questions" +msgstr "Tags de questões" + +#: inc/abstractitiltarget.class.php:188 +msgid "Specific tags" +msgstr "Etiquetas específicas" + +#: inc/abstractitiltarget.class.php:189 +msgid "Tags from questions and specific tags" +msgstr "Tags de questões e tags específicas" + +#: inc/abstractitiltarget.class.php:190 +msgid "Tags from questions or specific tags" +msgstr "Tags de questões ou tags específicas" + +#: inc/abstractitiltarget.class.php:196 +msgid "TTR from template or none" +msgstr "" + +#: inc/abstractitiltarget.class.php:197 +msgid "equals to the answer to the question" +msgstr "equivale à resposta para a questão" + +#: inc/abstractitiltarget.class.php:198 +msgid "calculated from the ticket creation date" +msgstr "calculado a partir da data de criação do ticket" + +#: inc/abstractitiltarget.class.php:199 +msgid "calculated from the answer to the question" +msgstr "calculado a partir da resposta à questão" + +#: inc/abstractitiltarget.class.php:205 +msgid "SLA from template or none" +msgstr "ANS do modelo ou nenhum" + +#: inc/abstractitiltarget.class.php:206 +msgid "Specific SLA" +msgstr "ANS especifico" + +#: inc/abstractitiltarget.class.php:213 +msgid "OLA from template or none" +msgstr "Acordo de Nível Operacional do modelo ou nenhum" + +#: inc/abstractitiltarget.class.php:214 +msgid "Specific OLA" +msgstr "Acordo de Nível Operacional especifico" + +#: inc/abstractitiltarget.class.php:221 +msgid "Urgency from template or Medium" +msgstr "Urgência do modelo ou médio" + +#: inc/abstractitiltarget.class.php:222 +msgid "Specific urgency" +msgstr "Urgência específica" + +#: inc/abstractitiltarget.class.php:229 +msgid "Category from template or none" +msgstr "Categoria do modelo ou nenhum" + +#: inc/abstractitiltarget.class.php:230 +msgid "Specific category" +msgstr "Categoria específica" + +#: inc/abstractitiltarget.class.php:238 +msgid "Location from template or none" +msgstr "Localização do modelo ou nenhum" + +#: inc/abstractitiltarget.class.php:239 +msgid "Specific location" +msgstr "Localização específica" + +#: inc/abstractitiltarget.class.php:247 +msgid "Contract from template or none" +msgstr "" + +#: inc/abstractitiltarget.class.php:248 +msgid "Specific contract" +msgstr "" + +#: inc/abstractitiltarget.class.php:256 +msgid "No validation" +msgstr "" + +#: inc/abstractitiltarget.class.php:257 +msgid "Specific user or group" +msgstr "" + +#: inc/abstractitiltarget.class.php:258 +msgid "User from question answer" +msgstr "" + +#: inc/abstractitiltarget.class.php:259 +msgid "Group from question answer" +msgstr "" + +#: inc/abstractitiltarget.class.php:839 +msgid "Minute" +msgid_plural "Minutes" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/abstractitiltarget.class.php:840 +msgid "Hour" +msgid_plural "Hours" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/abstractitiltarget.class.php:841 +msgid "Day" +msgid_plural "Days" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/abstractitiltarget.class.php:842 +msgid "Month" +msgid_plural "Months" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/abstractitiltarget.class.php:874 +msgid "SLA (TTO/TTR)" +msgstr "SLA (TTO/TTR)" + +#: inc/abstractitiltarget.class.php:875 inc/abstractitiltarget.class.php:948 +msgid "Question (TTO/TTR)" +msgstr "Questão (TTO/TTR)" + +#: inc/abstractitiltarget.class.php:947 +msgid "OLA (TTO/TTR)" +msgstr "OLA (TTO/TTR)" + +#: inc/abstractitiltarget.class.php:1051 +msgid "Urgency " +msgstr "Urgência " + +#: inc/abstractitiltarget.class.php:1080 +msgid "Ticket tags" +msgstr "Etiquetas de tickets" + +#: inc/abstractitiltarget.class.php:1128 +msgid "Tags" +msgstr "Etiquetas" + +#: inc/abstractitiltarget.class.php:1247 +msgid "Location" +msgstr "" + +#: inc/abstractitiltarget.class.php:1259 +msgid "Location " +msgstr "Localização " + +#: inc/abstractitiltarget.class.php:1312 +msgid "Contract" +msgstr "" + +#: inc/abstractitiltarget.class.php:1324 +msgid "Contract " +msgstr "" + +#: inc/abstractitiltarget.class.php:1635 +msgid "The description cannot be empty!" +msgstr "A descrição não pode estar vazia!" + +#: inc/abstractitiltarget.class.php:1811 +msgid "Watcher" +msgid_plural "Watchers" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/abstractitiltarget.class.php:1830 +msgid "Cancel" +msgstr "Cancelar" + +#: inc/abstractitiltarget.class.php:2118 inc/abstractitiltarget.class.php:2548 +#: inc/abstractitiltarget.class.php:2552 +msgid "Email followup" +msgstr "" + +#: inc/abstractitiltarget.class.php:2149 inc/abstractitiltarget.class.php:2536 +msgid "User" +msgstr "" + +#: inc/abstractitiltarget.class.php:2160 inc/abstractitiltarget.class.php:2540 +msgid "Group" +msgstr "" + +#: inc/abstractitiltarget.class.php:2171 +msgid "Group from the object" +msgstr "Grupo do objeto" + +#: inc/abstractitiltarget.class.php:2177 +msgid "Tech group from the object" +msgstr "Grupo técnico do objeto" + +#: inc/abstractitiltarget.class.php:2189 inc/abstractitiltarget.class.php:2544 +msgid "Supplier" +msgstr "" + +#: inc/abstractitiltarget.class.php:2548 +msgid "Yes" +msgstr "" + +#: install/install.php:163 +#, php-format +msgid "Upgrade tables to innoDB; run %s" +msgstr "" + +#: install/install.php:199 +#, php-format +msgid "" +"The database schema is not consistent with the previous version of " +"Formcreator %s. To see the logs run the command %s" +msgstr "" + +#: install/install.php:208 +#, php-format +msgid "To ignore the inconsistencies and upgrade anyway run %s" +msgstr "" + +#: install/install.php:225 +msgid "" +"Upgrade from version older than 2.5.0 is no longer supported. Please upgrade" +" to GLPI 9.5.7, upgrade Formcreator to version 2.12.5, then upgrade again to" +" GLPI 10 or later and Formcreator 2.13 or later." +msgstr "" + +#: install/install.php:251 +#, php-format +msgid "" +"A fatal error occured in the upgrade from %s! Upgrade aborted. Please check " +"logs to fix the problem then try again." +msgstr "" + +#: install/install.php:294 +#, php-format +msgid "" +"The database schema is not consistent with the current version of " +"Formcreator %s. To see the logs enable the plugin and run the command %s" +msgstr "" + +#: install/install.php:305 +msgid "The tables of the plugin passed the schema integrity check." +msgstr "" + +#: install/install.php:478 +msgid "A form has been created" +msgstr "Um formulário foi criado" + +#: install/install.php:479 +msgid "Your request has been saved" +msgstr "Seu pedido foi gravado" + +#: install/install.php:480 +msgid "" +"Hi,\\nYour request from GLPI has been successfully saved with number " +"##formcreator.request_id## and transmitted to the helpdesk team.\\nYou can " +"see your answers onto the following link:\\n##formcreator.validation_link##" +msgstr "" +"Olá,\\n O seu pedido de GLPI foi gravado com sucesso com o número " +"##formcreator.request_id## e transmitido para a equipa de helpdesk. \\n Pode" +" verificar as suas respostas no seguinte " +"link:\\n##formcreator.validation_link##" + +#: install/install.php:484 +msgid "A form need validation" +msgstr "" + +#: install/install.php:485 +msgid "A form from GLPI need to be validated" +msgstr "" + +#: install/install.php:486 +msgid "" +"Hi,\\nA form from GLPI need to be validated and you have been choosen as the" +" validator.\\nYou can access it by clicking onto this " +"link:\\n##formcreator.validation_link##" +msgstr "" + +#: install/install.php:491 +msgid "Your form has been refused by the validator" +msgstr "O seu formulário foi recusado pelo validador" + +#: install/install.php:492 +msgid "" +"Hi,\\nWe are sorry to inform you that your form has been refused by the " +"validator for the reason " +"below:\\n##formcreator.validation_comment##\\n\\nYou can still modify and " +"resubmit it by clicking onto this link:\\n##formcreator.validation_link##" +msgstr "" +"Oi,\\nLamentamos informá-lo que o seu formulário foi recusado pelo validador" +" pela razão abaixo:\\n##formcreator.validation_comment##\\n\\nPoderá ainda " +"modificá-lo e reenviá-lo clicando no link:\\n##formcreator.validation_link##" + +#: install/install.php:498 +msgid "" +"Hi,\\nWe are pleased to inform you that your form has been accepted by the " +"validator.\\nYour request will be considered soon." +msgstr "" +"Ola,\\nTemos o prazer de informá-lo que o seu formulário foi aceite pelo " +"validador.\\nO seu pedido será considerado em breve." + +#: install/install.php:503 +msgid "Your form has been deleted by an administrator" +msgstr "O seu formulário foi excluído por um administrador" + +#: install/install.php:504 +msgid "" +"Hi,\\nWe are sorry to inform you that your request cannot be considered and " +"has been deleted by an administrator." +msgstr "" +"Olá,\\nLamentamos informá-lo de que o seu pedido não pode ser considerado e " +"foi excluído por um administrador." + +#: install/install.php:732 +msgid "Formcreator - Sync service catalog issues" +msgstr "Formcreator-problemas de catálogo de serviços de sincronização" + +#: install/install.php:945 +msgid "Failed to check the sanity of the tables!" +msgstr "" + +#: install/install.php:959 +#, php-format +msgid "Table schema differs for table \"%s\"." +msgstr "" + +#: install/install.php:962 +#, php-format +msgid "Table \"%s\" is missing." +msgstr "" + +#: install/install.php:965 +#, php-format +msgid "Unknown table \"%s\" has been found in database." +msgstr "" + +#: hook.php:439 +msgctxt "button" +msgid "Duplicate" +msgstr "Duplicado" + +#: hook.php:440 +msgid "Transfer" +msgstr "" + +#: hook.php:441 +msgctxt "button" +msgid "Export" +msgstr "" + +#: hook.php:442 +msgctxt "button" +msgid "Access rights" +msgstr "" + +#: hook.php:756 +msgid "Cancel my ticket" +msgstr "Cancelar o meu ticket" + +#: hook.php:774 +msgid "Old" +msgstr "" + +#: hook.php:781 +#, php-format +msgid "Number of %s" +msgstr "" + +#: hook.php:798 +msgid "Issues summary" +msgstr "" + +#: hook.php:843 +msgid "" +"Formcreator's mini dashboard not usable as default. This Setting has been " +"ignored." +msgstr "" + +#: js/scripts.js:300 +msgid "No form found. Please choose a form below instead." +msgstr "" + +#: js/scripts.js:302 +msgid "No form found." +msgstr "" + +#: js/scripts.js:306 +msgid "No FAQ item found." +msgstr "" + +#: js/scripts.js:707 +msgid "Are you sure you want to delete this question?" +msgstr "Tem certeza de que deseja excluir essa questão?" + +#: js/scripts.js:917 +msgid "Are you sure you want to delete this section?" +msgstr "Tem a certeza de que pretende eliminar esta secção?" + +#: js/scripts.js:1161 +msgid "Add translations" +msgstr "" + +#: js/scripts.js:1300 js/scripts.js:1324 +msgid "An error occured while querying forms" +msgstr "Ocorreu um erro ao consultar formulários" + +#: js/scripts.js:1416 entrée standard:139 +msgid "Send" +msgstr "" + +#: js/scripts.js:1425 +msgid "An internal error occurred. Please report it to administrator." +msgstr "" + +#: js/scripts.js:1468 +msgid "Are you sure you want to delete this validator ?" +msgstr "" + +#: js/scripts.js:1520 +msgid "Are you sure you want to duplicate this target?" +msgstr "" + +#: js/scripts.js:1537 +msgid "Are you sure you want to delete this target?" +msgstr "" + +#: entrée standard:57 standard:61 standard:60 standard:59 standard:43 +#: standard:69 standard:52 standard:76 +msgid "Default values" +msgstr "" + +#: entrée standard:52 standard:59 standard:58 +msgid "Show empty" +msgstr "Mostrar vazio" + +#: entrée standard:39 +msgid "LDAP directory" +msgid_plural "LDAP directories" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: entrée standard:78 +msgid "Attribute" +msgstr "Atributo" + +#: entrée standard:70 standard:68 +msgid "Values" +msgstr "Valores" + +#: entrée standard:90 +msgid "Show ticket categories" +msgstr "Mostrar categorias de tickets" + +#: entrée standard:146 standard:118 +msgid "Selectable root" +msgstr "" + +#: entrée standard:38 +msgid "GLPI object" +msgid_plural "GLPI objects" +msgstr[0] "Objeto do GLPI" +msgstr[1] "Objetos GLPI" +msgstr[2] "Objetos GLPI" + +#: entrée standard:63 +msgid "Direct access on homepage" +msgstr "Acesso direto à página inicial" + +#: entrée standard:86 +msgid "Default form in service catalog" +msgstr "Formulário padrão no catálogo de serviços" + +#: entrée standard:113 standard:114 +msgid "Are you a robot ?" +msgstr "" + +#: entrée standard:64 +msgid "Condition to show the section" +msgstr "" + +#: entrée standard:40 +msgid "Condition to generate the target" +msgstr "" + +#: entrée standard:40 +msgid "General" +msgstr "" + +#: entrée standard:45 +msgid "validation percent" +msgstr "" + +#: entrée standard:52 +msgid "Add a validator" +msgstr "" + +#: entrée standard:57 standard:36 +msgid "Validation level" +msgstr "" + +#: entrée standard:73 +msgid "Validator type" +msgstr "" + +#: entrée standard:98 +msgid "Validators" +msgstr "" + +#: entrée standard:106 standard:5 +msgid "Actions" +msgstr "" + +#: entrée standard:54 +msgid "Impacts" +msgstr "" + +#: entrée standard:62 +msgid "Checklist" +msgstr "" + +#: entrée standard:36 +msgid "Answers title" +msgstr "" + +#: entrée standard:45 +msgid "Add a section" +msgstr "Adicionar secção" + +#: entrée standard:55 +msgid "Condition to show the submit button" +msgstr "" + +#: entrée standard:33 +msgid "No form answer yet" +msgstr "" + +#: entrée standard:38 +#, php-format +msgid "%s latest items" +msgstr "" + +#: entrée standard:54 +msgid "Please activate the form to view the link" +msgstr "" + +#: entrée standard:63 +msgid "Enable captcha" +msgstr "" + +#: entrée standard:79 +msgid "Restricted to" +msgstr "" + +#: entrée standard:83 +msgid "Add a question" +msgstr "Adicionar questão" + +#: entrée standard:39 +msgid "List of available tags" +msgstr "" + +#: entrée standard:42 +msgid "Title" +msgstr "" + +#: entrée standard:47 +msgid "Full form" +msgstr "Formulário completo" + +#: entrée standard:37 +msgid "Validation status" +msgstr "" + +#: entrée standard:36 +#, php-format +msgid "My %1$d last forms (requester)" +msgstr "" + +#: entrée standard:39 +msgid "No form posted yet" +msgstr "Nenhum formulário publicado" + +#: entrée standard:63 +msgid "All my forms (requester)" +msgstr "Todos os meus formulários (requerente)" + +#: entrée standard:36 +#, php-format +msgid "My %1$d last forms (validator)" +msgstr "" + +#: entrée standard:63 +msgid "All my forms (validator)" +msgstr "Todos os meus formulários (validador)" + +#: entrée standard:42 +msgid "Min" +msgstr "Mín" + +#: entrée standard:53 +msgid "Max" +msgstr "Máx" diff --git a/locales/ro_RO.mo b/locales/ro_RO.mo index b2b7b3269..24abdd262 100644 Binary files a/locales/ro_RO.mo and b/locales/ro_RO.mo differ diff --git a/locales/ro_RO.po b/locales/ro_RO.po new file mode 100644 index 000000000..d10e4b93a --- /dev/null +++ b/locales/ro_RO.po @@ -0,0 +1,2728 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +# Translators: +# Thierry Bugier , 2022 +# Doru DEACONU , 2022 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-05-31 16:21+0200\n" +"PO-Revision-Date: 2022-06-15 12:10+0000\n" +"Last-Translator: Doru DEACONU , 2022\n" +"Language-Team: Romanian (Romania) (https://app.transifex.com/teclib/teams/28042/ro_RO/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ro_RO\n" +"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n" + +#: ajax/question_update.php:38 ajax/section_update.php:37 +msgid "Bad request" +msgstr "" + +#: ajax/question_update.php:47 ajax/question_move.php:45 +#: ajax/question_delete.php:42 ajax/question_toggle_required.php:49 +msgid "Question not found" +msgstr "" + +#: ajax/question_update.php:53 ajax/question_duplicate.php:49 +#: ajax/question_move.php:50 ajax/section_add.php:38 +#: ajax/section_delete.php:50 ajax/section_move.php:55 +#: ajax/section_duplicate.php:50 ajax/question_delete.php:49 +#: ajax/question_toggle_required.php:55 ajax/section_update.php:44 +msgid "You don't have right for this action" +msgstr "" + +#: ajax/question_duplicate.php:43 +msgid "Source question not found" +msgstr "" + +#: ajax/question_move.php:73 +msgid "Could not move some questions" +msgstr "" + +#: ajax/section_add.php:44 +msgid "Could not add the section" +msgstr "" + +#: ajax/commontree.php:55 entrée standard:128 standard:100 +msgid "Subtree root" +msgstr "" + +#: ajax/commontree.php:59 +msgid "Selectable" +msgstr "" + +#: ajax/commontree.php:74 entrée standard:137 standard:109 +msgid "Limit subtree depth" +msgstr "" + +#: ajax/commontree.php:84 +msgid "No limit" +msgstr "" + +#: ajax/section_delete.php:44 ajax/section_move.php:49 +#: ajax/section_duplicate.php:44 +msgid "Source section not found" +msgstr "" + +#: ajax/section_delete.php:56 +msgid "Could not delete the section" +msgstr "" + +#: ajax/question_add.php:45 +msgid "Could not add the question" +msgstr "" + +#: ajax/section_move.php:66 +msgid "Could not move the section" +msgstr "" + +#: ajax/target_actor.php:51 +msgid "Failed to add the actor" +msgstr "" + +#: ajax/target_actor.php:62 +msgid "Failed to delete the actor" +msgstr "" + +#: ajax/section_duplicate.php:56 +msgid "Could not duplicate the section" +msgstr "" + +#: ajax/section_update.php:50 +msgid "Could not update the section" +msgstr "" + +#: front/knowbaseitem.php:42 front/knowbaseitem.php:47 +#: front/wizardreminders.php:49 front/wizardreminders.php:51 +#: front/wizard.php:45 front/wizard.php:50 front/wizardfeeds.php:49 +#: front/wizardfeeds.php:51 front/issue.php:44 front/issue.php:50 +#: front/formanswer.php:44 front/reservation.php:46 front/reservation.php:48 +#: front/knowbaseitem.form.php:48 front/knowbaseitem.form.php:50 +#: front/reservationitem.php:42 front/reservationitem.php:44 +#: front/formanswer.form.php:74 front/reservation.form.php:46 +#: front/reservation.form.php:48 +msgid "Service catalog" +msgstr "" + +#: front/issue.form.php:46 +msgid "Item not found" +msgstr "" + +#: front/targetticket.form.php:46 front/targetticket.form.php:56 +#: front/targetticket.form.php:81 front/targetchange.form.php:46 +#: front/targetproblem.form.php:46 +msgid "No right to update this item." +msgstr "" + +#: front/targetticket.form.php:75 +msgid "Bad request while deleting an actor." +msgstr "" + +#: front/targetticket.form.php:95 front/targetchange.form.php:81 +#: front/formanswer.php:47 front/targetproblem.form.php:81 +#: front/formanswer.form.php:77 front/form.php:43 inc/common.class.php:654 +#: inc/common.class.php:661 +msgid "Form Creator" +msgstr "Creator de Formulare" + +#: front/targetticket.form.php:105 front/targetchange.form.php:90 +#: front/targetproblem.form.php:90 +#, php-format +msgid "%1$s = %2$s" +msgstr "" + +#: front/formlist.php:46 front/formlist.php:52 inc/common.class.php:648 +msgid "Form list" +msgstr "Listă Formular" + +#: front/formdisplay.php:90 inc/formanswer.class.php:1077 +#: inc/formanswer.class.php:1325 inc/formanswer.class.php:1376 +msgid "The form has been successfully saved!" +msgstr "" + +#. TRANS: %s is the user login +#: front/reservation.form.php:71 +#, php-format +msgid "%1$s purges the reservation for item %2$s" +msgstr "" + +#: front/reservation.form.php:124 +#, php-format +msgid "%1$s adds the reservation %2$s for item %3$s" +msgstr "" + +#: inc/knowbase.class.php:60 inc/entityconfig.class.php:478 +#: inc/form.class.php:611 +msgid "Category" +msgid_plural "Categories" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/knowbase.class.php:62 inc/form.class.php:614 entrée standard:39 +msgid "See all" +msgstr "" + +#: inc/knowbase.class.php:83 +msgid "Please, describe your need here" +msgstr "" + +#: inc/field/textareafield.class.php:186 +msgid "Textarea" +msgstr "Textarea" + +#: inc/field/textareafield.class.php:249 inc/field/dropdownfield.class.php:594 +#: inc/field/ldapselectfield.class.php:115 +#: inc/field/urgencyfield.class.php:166 inc/field/tagfield.class.php:166 +#: inc/field/timefield.class.php:114 inc/field/fieldsfield.class.php:489 +#: inc/field/requesttypefield.class.php:161 +msgid "A required field is empty:" +msgstr "Un câmp cerut este necompletat:" + +#: inc/field/textareafield.class.php:267 inc/field/integerfield.class.php:112 +#: inc/field/floatfield.class.php:194 inc/conditionnabletrait.class.php:70 +msgid "The regular expression is invalid" +msgstr "" + +#: inc/field/dropdownfield.class.php:81 inc/filter/entityfilter.class.php:48 +msgid "User and form" +msgstr "" + +#: inc/field/dropdownfield.class.php:87 +msgid "Search filter" +msgstr "" + +#: inc/field/dropdownfield.class.php:585 entrée standard:38 +msgid "Dropdown" +msgid_plural "Dropdowns" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/field/dropdownfield.class.php:616 +msgid "Invalid value for " +msgstr "" + +#: inc/field/dropdownfield.class.php:628 +#, php-format +msgid "The itemtype field is required: %s" +msgstr "" + +#: inc/field/dropdownfield.class.php:644 +#, php-format +msgid "Invalid dropdown type: %s" +msgstr "" + +#: inc/field/dropdownfield.class.php:704 inc/questionfilter.class.php:62 +#: entrée standard:68 +msgid "Filter" +msgstr "Filtru" + +#: inc/field/dropdownfield.class.php:987 entrée standard:162 standard:134 +msgid "Entity restriction" +msgstr "" + +#: inc/field/dropdownfield.class.php:996 +msgid "" +"To respect the GLPI entity system, \"Form\" should be selected. Others " +"settings will break the entity restrictions" +msgstr "" + +#: inc/field/ldapselectfield.class.php:96 +msgid "LDAP Select" +msgstr "LDAP Select" + +#: inc/field/ldapselectfield.class.php:140 +msgid "LDAP directory not defined!" +msgstr "" + +#: inc/field/ldapselectfield.class.php:147 +msgid "LDAP directory not found!" +msgstr "" + +#: inc/field/radiosfield.class.php:108 +msgid "Radios" +msgstr "Butoane Radio" + +#: inc/field/radiosfield.class.php:114 inc/field/fieldsfield.class.php:513 +#: inc/field/checkboxesfield.class.php:245 +msgid "The field value is required:" +msgstr "" + +#: inc/field/radiosfield.class.php:192 inc/field/selectfield.class.php:104 +#: inc/field/datetimefield.class.php:119 inc/field/actorfield.class.php:258 +#: inc/field/checkboxesfield.class.php:191 inc/field/floatfield.class.php:125 +#: inc/field/datefield.class.php:116 +#, php-format +msgid "A required field is empty: %s" +msgstr "" + +#: inc/field/integerfield.class.php:59 +#, php-format +msgid "This is not an integer: %s" +msgstr "" + +#: inc/field/integerfield.class.php:71 inc/field/floatfield.class.php:156 +#, php-format +msgid "Specific format does not match: %s" +msgstr "" + +#: inc/field/integerfield.class.php:85 inc/field/floatfield.class.php:167 +#, php-format +msgid "The following number must be greater than %d: %s" +msgstr "" + +#: inc/field/integerfield.class.php:91 inc/field/floatfield.class.php:173 +#, php-format +msgid "The following number must be lower than %d: %s" +msgstr "" + +#: inc/field/integerfield.class.php:101 +msgid "Integer" +msgstr "Integer" + +#: inc/field/undefinedfield.class.php:44 +msgid "Undefined" +msgstr "" + +#: inc/field/ipfield.class.php:123 +msgid "IP address" +msgid_plural "IP addresses" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/field/urgencyfield.class.php:86 inc/abstractitiltarget.class.php:1040 +msgid "Urgency" +msgstr "" + +#: inc/field/urgencyfield.class.php:120 +msgctxt "urgency" +msgid "Very high" +msgstr "" + +#: inc/field/urgencyfield.class.php:121 +msgctxt "urgency" +msgid "High" +msgstr "" + +#: inc/field/urgencyfield.class.php:122 +msgctxt "urgency" +msgid "Medium" +msgstr "" + +#: inc/field/urgencyfield.class.php:123 +msgctxt "urgency" +msgid "Low" +msgstr "" + +#: inc/field/urgencyfield.class.php:124 +msgctxt "urgency" +msgid "Very low" +msgstr "" + +#: inc/field/tagfield.class.php:52 +msgid "Warning: Tag plugin is disabled or missing" +msgstr "" + +#: inc/field/tagfield.class.php:200 +msgid "Tag" +msgid_plural "Tags" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/field/hostnamefield.class.php:116 +msgid "Hostname" +msgid_plural "Hostnames" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/field/timefield.class.php:130 +msgid "Time" +msgstr "" + +#: inc/field/emailfield.class.php:89 +#, php-format +msgid "This is not a valid e-mail: %s" +msgstr "" + +#: inc/field/emailfield.class.php:100 +msgid "Email" +msgid_plural "Emails" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/field/selectfield.class.php:97 +msgid "Select" +msgstr "Select" + +#: inc/field/datetimefield.class.php:140 +msgid "Date & time" +msgstr "" + +#: inc/field/actorfield.class.php:84 +msgid "Actor" +msgid_plural "Actors" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/field/actorfield.class.php:268 +#, php-format +msgid "Invalid value: %s" +msgstr "" + +#: inc/field/actorfield.class.php:291 +#, php-format +msgid "User not found or invalid email address: %s" +msgstr "" + +#: inc/field/filefield.class.php:124 +msgid "No attached document" +msgstr "" + +#: inc/field/filefield.class.php:133 inc/field/filefield.class.php:254 +#: inc/field/filefield.class.php:261 +msgid "Attached document" +msgstr "" + +#: inc/field/filefield.class.php:175 +#, php-format +msgid "A required file is missing: %s" +msgstr "" + +#: inc/field/filefield.class.php:192 +msgid "File" +msgstr "" + +#: inc/field/multiselectfield.class.php:86 +msgid "Multiselect" +msgstr "Multiselect" + +#: inc/field/fieldsfield.class.php:154 +msgid "Warning: Additional Fields plugin is disabled or missing" +msgstr "" + +#: inc/field/fieldsfield.class.php:168 +msgid "Block" +msgstr "" + +#: inc/field/fieldsfield.class.php:172 inc/targetticket.class.php:346 +msgid "Field" +msgstr "" + +#: inc/field/fieldsfield.class.php:254 +msgid "show" +msgstr "" + +#: inc/field/fieldsfield.class.php:390 +#, php-format +msgid "Field '%1$s' type not implemented yet!" +msgstr "" + +#: inc/field/fieldsfield.class.php:467 +msgid "Some numeric fields contains non numeric values" +msgstr "" + +#: inc/field/fieldsfield.class.php:472 +msgid "Some URL fields contains invalid links" +msgstr "" + +#: inc/field/fieldsfield.class.php:566 +msgid "Additionnal fields" +msgstr "" + +#: inc/field/checkboxesfield.class.php:133 +msgid "Checkboxes" +msgstr "Checkboxes" + +#: inc/field/checkboxesfield.class.php:227 +#, php-format +msgid "The following question needs at least %d answers: %s" +msgstr "" + +#: inc/field/checkboxesfield.class.php:233 +#, php-format +msgid "The following question does not accept more than %d answers: %s" +msgstr "" + +#: inc/field/checkboxesfield.class.php:305 +msgid "Range min" +msgstr "" + +#: inc/field/checkboxesfield.class.php:306 +msgid "Range max" +msgstr "" + +#: inc/field/requesttypefield.class.php:87 inc/targetticket.class.php:1150 +msgid "Request type" +msgstr "" + +#: inc/field/floatfield.class.php:142 +#, php-format +msgid "This is not a number: %s" +msgstr "" + +#: inc/field/floatfield.class.php:183 +msgid "Decimal number" +msgstr "" + +#: inc/field/floatfield.class.php:235 inc/questionregex.class.php:62 entrée +#: standard:42 +msgid "Regular expression" +msgstr "Expresie regulată" + +#: inc/field/floatfield.class.php:240 +msgid "Range" +msgstr "Rang" + +#: inc/field/floatfield.class.php:246 +msgid "Additional validation" +msgstr "Validare suplimentară" + +#: inc/field/datefield.class.php:137 +msgid "Date" +msgstr "" + +#: inc/field/descriptionfield.class.php:106 inc/form.class.php:151 +#: inc/question.class.php:188 entrée standard:82 standard:52 standard:114 +msgid "Description" +msgstr "" + +#: inc/field/descriptionfield.class.php:113 +msgid "A description field should have a description:" +msgstr "" + +#: inc/field/hiddenfield.class.php:96 +msgid "Hidden field" +msgid_plural "Hidden fields" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/condition.class.php:65 +msgid "Condition" +msgid_plural "Conditions" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/condition.class.php:103 +msgid "is visible" +msgstr "" + +#: inc/condition.class.php:104 +msgid "is not visible" +msgstr "" + +#: inc/condition.class.php:105 +msgid "regular expression matches" +msgstr "" + +#: inc/condition.class.php:116 +msgid "Always displayed" +msgstr "" + +#: inc/condition.class.php:117 +msgid "Hidden unless" +msgstr "" + +#: inc/condition.class.php:118 +msgid "Displayed unless" +msgstr "" + +#: inc/condition.class.php:178 inc/target_actor.class.php:233 +#: inc/form_language.class.php:565 inc/form_validator.class.php:248 +#: inc/targetproblem.class.php:527 inc/questionrange.class.php:199 +#: inc/form.class.php:1908 inc/targetchange.class.php:304 +#: inc/questionfilter.class.php:222 inc/section.class.php:381 +#: inc/restrictedformcriteria.class.php:200 inc/question.class.php:867 +#: inc/questionparameter/range.class.php:198 inc/questionregex.class.php:188 +#: inc/questiondependency.class.php:196 inc/item_targetticket.class.php:154 +#: inc/targetticket.class.php:1461 +#, php-format +msgid "Failed to add or update the %1$s %2$s" +msgstr "" + +#: inc/condition.class.php:200 inc/target_actor.class.php:254 +#: inc/form_language.class.php:581 inc/form_validator.class.php:288 +#: inc/targetproblem.class.php:362 inc/questionrange.class.php:131 +#: inc/form.class.php:1569 inc/targetchange.class.php:149 +#: inc/questionfilter.class.php:154 inc/section.class.php:406 +#: inc/restrictedformcriteria.class.php:226 inc/question.class.php:894 +#: inc/questionparameter/range.class.php:133 inc/questionregex.class.php:120 +#: inc/questiondependency.class.php:211 inc/item_targetticket.class.php:64 +#: inc/targetticket.class.php:1500 +#, php-format +msgid "Cannot export an empty object: %s" +msgstr "" + +#: inc/condition.class.php:268 +msgid "Conditions" +msgstr "" + +#: inc/linker.class.php:78 +msgid "Importing" +msgstr "" + +#: inc/linker.class.php:80 +msgid "Import in progress" +msgstr "" + +#: inc/issue.class.php:43 +msgid "Issue" +msgid_plural "Issues" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/issue.class.php:56 +msgid "Update issue data from tickets and form answers" +msgstr "" + +#: inc/issue.class.php:393 +msgid "Satisfaction survey expired" +msgstr "" + +#: inc/issue.class.php:531 inc/form_language.class.php:229 +#: inc/form.class.php:2208 entrée standard:52 standard:49 standard:57 +#: standard:38 standard:39 standard:105 standard:46 +msgid "Name" +msgstr "" + +#: inc/issue.class.php:543 inc/formanswer.class.php:229 +#: inc/formanswer.class.php:320 inc/targetproblem.class.php:610 +#: inc/form.class.php:142 inc/targetchange.class.php:335 +#: inc/section.class.php:95 inc/question.class.php:178 +#: inc/targetticket.class.php:180 entrée standard:45 +msgid "ID" +msgstr "" + +#: inc/issue.class.php:552 inc/form.class.php:2217 entrée standard:111 +#: standard:65 standard:104 standard:4 +msgid "Type" +msgid_plural "Types" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/issue.class.php:565 inc/formanswer.class.php:307 +msgid "Status" +msgstr "" + +#: inc/issue.class.php:577 +msgid "Opening date" +msgstr "" + +#: inc/issue.class.php:586 +msgid "Last update" +msgstr "" + +#: inc/issue.class.php:595 inc/abstracttarget.class.php:517 +msgid "Entity" +msgid_plural "Entities" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/issue.class.php:605 inc/notificationtargetformanswer.class.php:76 +#: inc/notificationtargetformanswer.class.php:96 +#: inc/target_actor.class.php:101 inc/formanswer.class.php:248 +#: inc/formanswer.class.php:762 inc/abstractitiltarget.class.php:1804 entrée +#: standard:48 +msgid "Requester" +msgid_plural "Requesters" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/issue.class.php:619 inc/formanswer.class.php:258 +msgid "Form approver" +msgstr "" + +#: inc/issue.class.php:651 inc/formanswer.class.php:691 +#: inc/formanswer.class.php:698 inc/formanswer.class.php:777 +#: inc/form_language.class.php:243 +msgid "Comment" +msgstr "Comentariu" + +#: inc/issue.class.php:663 +msgid "Ticket approver" +msgstr "" + +#: inc/issue.class.php:736 +msgid "Technician" +msgstr "" + +#: inc/issue.class.php:767 +msgid "Technician group" +msgstr "" + +#: inc/issue.class.php:799 inc/formanswer.class.php:287 +msgid "Form approver group" +msgstr "" + +#: inc/issue.class.php:829 +msgid "Ticket approver group" +msgstr "" + +#: inc/issue.class.php:863 inc/abstractitiltarget.class.php:787 entrée +#: standard:108 +msgid "Time to resolve" +msgstr "" + +#: inc/issue.class.php:874 +msgid "Time to resolve + Progress" +msgstr "" + +#: inc/issue.class.php:884 +msgid "Internal time to resolve" +msgstr "" + +#: inc/issue.class.php:895 +msgid "Internal time to resolve + Progress" +msgstr "" + +#: inc/issue.class.php:905 +msgid "Resolution date" +msgstr "" + +#: inc/issue.class.php:914 +msgid "Internal time to own" +msgstr "" + +#: inc/issue.class.php:925 +msgid "Internal time to own + Progress" +msgstr "" + +#: inc/issue.class.php:935 entrée standard:109 +msgid "Time to own" +msgstr "" + +#: inc/issue.class.php:946 +msgid "Time to own + Progress" +msgstr "" + +#: inc/issue.class.php:958 +msgid "Approver substitute" +msgstr "" + +#: inc/issue.class.php:1022 +msgid "Substitute of a member of approver group" +msgstr "" + +#: inc/issue.class.php:1095 +msgid "Form approver substitute" +msgstr "" + +#: inc/issue.class.php:1163 +msgid "Current form approver group" +msgstr "" + +#: inc/issue.class.php:1193 +msgid "Current form approver" +msgstr "" + +#: inc/issue.class.php:1227 +msgid "Ticket requester" +msgstr "" + +#: inc/issue.class.php:1274 +msgid "Ticket observer" +msgstr "" + +#: inc/issue.class.php:1322 +msgid "Ticket technician" +msgstr "" + +#: inc/issue.class.php:1469 +#, php-format +msgid "%1$s %2$s" +msgstr "" + +#: inc/issue.class.php:1727 inc/filter/itilcategoryfilter.class.php:56 +#: hook.php:766 +msgid "All" +msgstr "" + +#: inc/issue.class.php:1733 hook.php:767 +msgid "New" +msgstr "" + +#: inc/issue.class.php:1739 hook.php:768 +msgid "Assigned" +msgstr "" + +#: inc/issue.class.php:1745 inc/formanswer.class.php:78 +#: inc/form_validator.class.php:70 hook.php:769 +msgid "Waiting" +msgstr "" + +#: inc/issue.class.php:1751 hook.php:770 +msgid "To validate" +msgstr "" + +#: inc/issue.class.php:1757 hook.php:771 +msgid "Solved" +msgstr "" + +#: inc/issue.class.php:1763 hook.php:772 +msgid "Closed" +msgstr "" + +#: inc/category.class.php:50 hook.php:72 +msgid "Form category" +msgid_plural "Form categories" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/category.class.php:80 +msgid "Knowbase category" +msgstr "" + +#: inc/category.class.php:86 +msgid "As child of" +msgstr "" + +#: inc/category.class.php:92 inc/form.class.php:247 entrée standard:65 +msgid "Icon" +msgstr "" + +#: inc/category.class.php:98 inc/form.class.php:255 entrée standard:67 +msgid "Icon color" +msgstr "" + +#: inc/category.class.php:104 inc/form.class.php:263 entrée standard:80 +msgid "Background color" +msgstr "" + +#: inc/formlist.class.php:46 inc/entityconfig.class.php:93 +#: inc/form.class.php:111 inc/form.class.php:516 inc/form.class.php:2015 +#: entrée standard:47 +msgid "Form" +msgid_plural "Forms" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/notificationtargetformanswer.class.php:43 +msgid "The form as been saved" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:44 +msgid "A form need to be validate" +msgstr "Un formular necesită să fie validat" + +#: inc/notificationtargetformanswer.class.php:45 install/install.php:490 +msgid "The form is refused" +msgstr "Formularul este refuzat" + +#: inc/notificationtargetformanswer.class.php:46 install/install.php:496 +msgid "The form is accepted" +msgstr "Formularul este acceptat" + +#: inc/notificationtargetformanswer.class.php:47 install/install.php:502 +msgid "The form is deleted" +msgstr "Formularul este şters" + +#: inc/notificationtargetformanswer.class.php:74 +msgid "Form ID" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:75 +#: inc/notificationtargetformanswer.class.php:95 +msgid "Form name" +msgstr "Nume Formular" + +#: inc/notificationtargetformanswer.class.php:77 +#: inc/form_validator.class.php:91 +msgid "Validator" +msgid_plural "Validators" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/notificationtargetformanswer.class.php:78 +#: inc/notificationtargetformanswer.class.php:98 inc/formanswer.class.php:278 +#: entrée standard:49 +msgid "Creation date" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:79 +#: inc/notificationtargetformanswer.class.php:99 +msgid "Full form answers" +msgstr "Raspunsuri formular complet" + +#: inc/notificationtargetformanswer.class.php:80 +msgid "Validation comment" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:81 +#: inc/notificationtargetformanswer.class.php:101 +msgid "Validation link" +msgstr "Link validare" + +#: inc/notificationtargetformanswer.class.php:82 +msgid "Request ID" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:94 +msgid "Form #" +msgstr "Formular #" + +#: inc/notificationtargetformanswer.class.php:97 +msgctxt "tag" +msgid "Validator" +msgstr "Validator" + +#: inc/notificationtargetformanswer.class.php:100 +msgid "Refused comment" +msgstr "Comentariu refuzat" + +#: inc/notificationtargetformanswer.class.php:102 +msgid "Request #" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:114 +msgid "Author" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:115 +#: inc/abstractitiltarget.class.php:1374 +msgid "Approver" +msgstr "" + +#: inc/target_actor.class.php:70 inc/abstractitiltarget.class.php:2141 +msgid "Form author" +msgstr "" + +#: inc/target_actor.class.php:71 inc/abstractitiltarget.class.php:2144 +msgid "Form validator" +msgstr "Validator formular" + +#: inc/target_actor.class.php:72 +msgid "Specific person" +msgstr "" + +#: inc/target_actor.class.php:73 inc/abstractitiltarget.class.php:2154 +msgid "Person from the question" +msgstr "" + +#: inc/target_actor.class.php:74 +msgid "Specific group" +msgstr "Specific grup" + +#: inc/target_actor.class.php:75 inc/abstractitiltarget.class.php:2165 +msgid "Group from the question" +msgstr "" + +#: inc/target_actor.class.php:76 +msgid "Group from an object" +msgstr "" + +#: inc/target_actor.class.php:77 +msgid "Tech group from an object" +msgstr "" + +#: inc/target_actor.class.php:78 +msgid "Specific supplier" +msgstr "Furnizor specific" + +#: inc/target_actor.class.php:79 inc/abstractitiltarget.class.php:2194 +msgid "Supplier from the question" +msgstr "" + +#: inc/target_actor.class.php:80 inc/abstractitiltarget.class.php:2183 +msgid "Actors from the question" +msgstr "" + +#: inc/target_actor.class.php:81 inc/abstractitiltarget.class.php:2198 +msgid "Form author's supervisor" +msgstr "" + +#: inc/target_actor.class.php:102 +msgid "Observer" +msgstr "" + +#: inc/target_actor.class.php:103 inc/abstractitiltarget.class.php:1818 +msgid "Assigned to" +msgstr "" + +#: inc/target_actor.class.php:109 +msgid "Target actor" +msgid_plural "Target actors" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/target_actor.class.php:115 inc/target_actor.class.php:131 +#: inc/target_actor.class.php:140 +msgid "Bad request while adding an actor." +msgstr "" + +#: inc/target_actor.class.php:197 +#, php-format +msgid "Failed to find a user: %1$s" +msgstr "" + +#: inc/target_actor.class.php:206 +#, php-format +msgid "Failed to find a group: %1$s" +msgstr "" + +#: inc/target_actor.class.php:215 +#, php-format +msgid "Failed to find a supplier: %1$s" +msgstr "" + +#: inc/formanswer.class.php:79 inc/form_validator.class.php:72 +msgid "Refused" +msgstr "" + +#: inc/formanswer.class.php:80 inc/form_validator.class.php:71 +msgid "Accepted" +msgstr "" + +#: inc/formanswer.class.php:214 +msgid "Form answer" +msgid_plural "Form answers" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/formanswer.class.php:676 +msgid "Print this form" +msgstr "" + +#: inc/formanswer.class.php:701 +msgid "Form accepted by validator." +msgstr "" + +#: inc/formanswer.class.php:703 +msgid "Form successfully saved." +msgstr "" + +#: inc/formanswer.class.php:770 +msgid "Save" +msgstr "" + +#: inc/formanswer.class.php:782 +msgid "Required if refused" +msgstr "Cerut dacă i refuzat" + +#: inc/formanswer.class.php:788 +msgid "Refuse" +msgstr "Refuz" + +#: inc/formanswer.class.php:796 +msgid "Edit answers" +msgstr "" + +#: inc/formanswer.class.php:802 +msgid "Cancel edition" +msgstr "" + +#: inc/formanswer.class.php:809 +msgid "Accept" +msgstr "Accept" + +#: inc/formanswer.class.php:828 +msgid "Refused comment is required!" +msgstr "Comentariu refuzat este cerut" + +#: inc/formanswer.class.php:882 inc/formanswer.class.php:899 +msgid "" +"An internal error occured when verifying your answers. Please report it to " +"your administrator." +msgstr "" + +#: inc/formanswer.class.php:933 +msgid "You are not the validator of these answers" +msgstr "" + +#: inc/formanswer.class.php:1083 +#, php-format +msgid "Item sucessfully added: %1$s (%2$s: %3$s)" +msgstr "" + +#: inc/formanswer.class.php:1166 inc/formanswer.class.php:1168 +msgid "Form data" +msgstr "Data Formular" + +#: inc/formanswer.class.php:1301 +msgid "" +"You are a validator of the form, then your approval hs been added " +"automatically." +msgstr "" + +#: inc/formanswer.class.php:1310 inc/formanswer.class.php:1363 +msgid "Cannot generate targets!" +msgstr "" + +#: inc/formanswer.class.php:1511 +msgid "No captcha set." +msgstr "" + +#: inc/formanswer.class.php:1517 +msgid "You failed the captcha test." +msgstr "" + +#: inc/formanswer.class.php:1540 +msgid "You must select validator!" +msgstr "" + +#: inc/common.class.php:229 +msgid "You cannot delete this issue. Maybe it is taken into account." +msgstr "" + +#: inc/common.class.php:234 +msgid "Failed to delete this issue. An internal error occured." +msgstr "" + +#: inc/common.class.php:745 +msgid "Seek assistance" +msgstr "" + +#: inc/common.class.php:751 inc/common.class.php:755 +msgid "My requests for assistance" +msgstr "" + +#: inc/common.class.php:791 +msgid "Consult reminders" +msgstr "" + +#: inc/common.class.php:811 +msgid "Consult feeds" +msgstr "" + +#: inc/abstractfield.class.php:89 inc/question.class.php:758 +msgid "Apply" +msgstr "" + +#: inc/formaccesstype.class.php:41 entrée standard:39 +msgid "Access type" +msgid_plural "Access types" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/form_language.class.php:51 +msgid "Form language" +msgid_plural "Form languages" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/form_language.class.php:78 inc/form_language.class.php:364 +msgid "Translation" +msgid_plural "Translations" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/form_language.class.php:119 +msgid "The name cannot be empty." +msgstr "" + +#: inc/form_language.class.php:127 +msgid "The language must be associated to a form." +msgstr "" + +#: inc/form_language.class.php:135 +msgid "The specified language is not available." +msgstr "" + +#: inc/form_language.class.php:265 +msgid "Add a translation" +msgstr "" + +#: inc/form_language.class.php:299 js/scripts.js:1214 +msgid "Update a translation" +msgstr "" + +#: inc/form_language.class.php:329 inc/form_language.class.php:331 +msgid "New translation" +msgstr "" + +#: inc/form_language.class.php:334 +msgid "Filter list" +msgstr "" + +#: inc/form_language.class.php:339 inc/form_language.class.php:438 +msgid "No translation found" +msgstr "" + +#: inc/form_language.class.php:344 +msgid "Do you want to delete the selected items?" +msgstr "" + +#: inc/form_language.class.php:353 inc/form_language.class.php:401 +#: inc/abstractitiltarget.class.php:1710 entrée standard:124 standard:31 +msgid "Delete" +msgstr "Şterge" + +#: inc/form_language.class.php:363 +msgid "Original string" +msgstr "" + +#: inc/form_language.class.php:424 +msgid "Add a new language" +msgstr "" + +#: inc/form_language.class.php:457 inc/form_language.class.php:489 +#: inc/form.class.php:178 entrée standard:72 +msgid "Language" +msgstr "" + +#: inc/form_validator.class.php:69 inc/targetticket.class.php:99 +#: inc/abstractitiltarget.class.php:186 +msgid "None" +msgstr "" + +#: inc/form_validator.class.php:78 inc/abstractitiltarget.class.php:2552 +msgid "No" +msgstr "" + +#: inc/form_validator.class.php:81 +msgid "Supervisor of the requester" +msgstr "" + +#: inc/form_validator.class.php:116 inc/translation.class.php:221 +msgid "Form not found." +msgstr "" + +#: inc/form_validator.class.php:121 inc/form_validator.class.php:129 +#: inc/form_validator.class.php:138 +msgid "Invalid validator." +msgstr "" + +#: inc/form_validator.class.php:147 +#, php-format +msgid "Only level 1 is allowed for %s." +msgstr "" + +#: inc/form_validator.class.php:156 +msgid "Invalid validator type." +msgstr "" + +#: inc/form_validator.class.php:194 entrée standard:103 +msgid "Level" +msgstr "" + +#: inc/form_validator.class.php:592 inc/abstractitiltarget.class.php:1354 +msgid "Validation" +msgstr "" + +#: inc/form_validator.class.php:594 +msgid "Choose a validator" +msgstr "Alege un validator" + +#: inc/profile.class.php:62 inc/targetproblem.class.php:147 +#: inc/entityconfig.class.php:520 inc/targetchange.class.php:484 +#: inc/targetticket.class.php:323 inc/targetticket.class.php:358 +#: inc/abstractitiltarget.class.php:2124 +msgctxt "button" +msgid "Save" +msgstr "" + +#: inc/targetproblem.class.php:43 entrée standard:43 +msgid "Target problem" +msgid_plural "Target problems" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/targetproblem.class.php:109 inc/targetproblem.class.php:565 +#: inc/targetchange.class.php:105 inc/targetchange.class.php:441 +#: inc/targetticket.class.php:135 inc/targetticket.class.php:238 +msgid "Properties" +msgstr "" + +#: inc/targetproblem.class.php:509 inc/targetchange.class.php:286 +#: inc/targetticket.class.php:1443 +#, php-format +msgid "" +"Failed to add or update the %1$s %2$s: a question is missing and is used in " +"a parameter of the target" +msgstr "" + +#: inc/targetproblem.class.php:566 inc/targetchange.class.php:106 +#: inc/targetticket.class.php:136 inc/abstractitiltarget.class.php:1216 +msgid "Actors" +msgstr "" + +#: inc/targetproblem.class.php:619 entrée standard:48 +msgid "Problem title" +msgstr "" + +#: inc/targetproblem.class.php:629 inc/targetchange.class.php:354 +#: inc/targetticket.class.php:199 +msgid "Content" +msgstr "" + +#: inc/targetproblem.class.php:639 inc/targetchange.class.php:364 +msgid "Impact" +msgstr "" + +#: inc/targetproblem.class.php:649 entrée standard:56 +msgid "Cause" +msgstr "" + +#: inc/targetproblem.class.php:659 entrée standard:58 +msgid "Symptom" +msgstr "" + +#: inc/entityconfig.class.php:101 inc/entityconfig.class.php:110 +#: inc/entityconfig.class.php:118 inc/entityconfig.class.php:126 +#: inc/entityconfig.class.php:134 inc/entityconfig.class.php:142 +#: inc/entityconfig.class.php:150 inc/entityconfig.class.php:158 +#: inc/entityconfig.class.php:166 inc/entityconfig.class.php:180 +#: inc/entityconfig.class.php:188 inc/entityconfig.class.php:196 +msgid "Inheritance of the parent entity" +msgstr "" + +#: inc/entityconfig.class.php:102 +msgid "GLPi's helpdesk" +msgstr "" + +#: inc/entityconfig.class.php:103 +msgid "Service catalog simplified" +msgstr "" + +#: inc/entityconfig.class.php:104 +msgid "Service catalog extended" +msgstr "" + +#: inc/entityconfig.class.php:111 +msgid "All available forms" +msgstr "" + +#: inc/entityconfig.class.php:112 +msgid "Only default forms" +msgstr "" + +#: inc/entityconfig.class.php:119 +msgid "Popularity sort" +msgstr "" + +#: inc/entityconfig.class.php:120 +msgid "Alphabetic sort" +msgstr "" + +#: inc/entityconfig.class.php:127 +msgid "Merged with Forms" +msgstr "" + +#: inc/entityconfig.class.php:128 +msgid "Distinct menu entry" +msgstr "" + +#: inc/entityconfig.class.php:135 inc/entityconfig.class.php:143 +#: inc/entityconfig.class.php:151 inc/entityconfig.class.php:159 +#: inc/entityconfig.class.php:189 inc/form.class.php:271 entrée standard:100 +msgid "Visible" +msgstr "" + +#: inc/entityconfig.class.php:136 inc/entityconfig.class.php:144 +#: inc/entityconfig.class.php:152 inc/entityconfig.class.php:160 +#: inc/entityconfig.class.php:190 +msgid "Hidden" +msgstr "" + +#: inc/entityconfig.class.php:167 +msgid "Variable height" +msgstr "" + +#: inc/entityconfig.class.php:168 +msgid "Uniform height" +msgstr "" + +#: inc/entityconfig.class.php:173 +msgid "Search for assistance" +msgstr "" + +#: inc/entityconfig.class.php:174 +msgid "User's assistance requests" +msgstr "" + +#: inc/entityconfig.class.php:181 +msgid "Only forms" +msgstr "" + +#: inc/entityconfig.class.php:182 +msgid "Forms and list of requests" +msgstr "" + +#: inc/entityconfig.class.php:197 +msgid "Folded" +msgstr "" + +#: inc/entityconfig.class.php:198 +msgid "Unfolded" +msgstr "" + +#: inc/entityconfig.class.php:298 +msgid "Helpdesk" +msgstr "" + +#: inc/entityconfig.class.php:306 inc/entityconfig.class.php:534 entrée +#: standard:44 +msgid "Helpdesk mode" +msgstr "" + +#: inc/entityconfig.class.php:317 inc/entityconfig.class.php:604 +msgid "Default Form list mode" +msgstr "" + +#: inc/entityconfig.class.php:335 inc/entityconfig.class.php:544 +msgid "Sort order" +msgstr "" + +#: inc/entityconfig.class.php:351 inc/entityconfig.class.php:554 +msgid "Knowledge base" +msgstr "" + +#: inc/entityconfig.class.php:366 +msgid "Search" +msgstr "" + +#: inc/entityconfig.class.php:382 inc/entityconfig.class.php:614 +msgid "Counters dashboard" +msgstr "" + +#: inc/entityconfig.class.php:398 +msgid "Header message" +msgstr "" + +#: inc/entityconfig.class.php:414 inc/entityconfig.class.php:624 +msgid "Search issue" +msgstr "" + +#: inc/entityconfig.class.php:430 inc/entityconfig.class.php:594 +msgid "Service catalog home page" +msgstr "" + +#: inc/entityconfig.class.php:446 inc/entityconfig.class.php:634 +msgid "Tile design" +msgstr "" + +#: inc/entityconfig.class.php:462 +msgid "Home page" +msgstr "" + +#: inc/entityconfig.class.php:494 +msgid "Menu visibility (only for vertical menu)" +msgstr "" + +#: inc/entityconfig.class.php:506 inc/entityconfig.class.php:584 +#: inc/form.class.php:225 entrée standard:84 +msgid "Header" +msgid_plural "Headers" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/entityconfig.class.php:564 +msgid "Display search field" +msgstr "" + +#: inc/entityconfig.class.php:574 +msgid "Display header" +msgstr "" + +#: inc/questionrange.class.php:52 inc/questionparameter/range.class.php:56 +msgid "Question range" +msgid_plural "Question ranges" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/questionrange.class.php:62 inc/questionparameter/range.class.php:66 +msgid "Minimum range" +msgstr "" + +#: inc/questionrange.class.php:71 inc/questionparameter/range.class.php:75 +msgid "maximum range" +msgstr "" + +#: inc/form.class.php:66 inc/form.class.php:429 +msgid "Public access" +msgstr "Public acces" + +#: inc/form.class.php:67 inc/form.class.php:433 +msgid "Private access" +msgstr "Privat acces" + +#: inc/form.class.php:68 inc/form.class.php:437 +msgid "Restricted access" +msgstr "Restricţionat acces" + +#: inc/form.class.php:122 +msgid "Answers waiting for validation" +msgstr "" + +#: inc/form.class.php:124 inc/form.class.php:1663 inc/form.class.php:1689 +msgid "Import forms" +msgstr "" + +#: inc/form.class.php:169 +msgid "Recursive" +msgstr "" + +#: inc/form.class.php:190 +msgid "Homepage" +msgstr "Homepage" + +#: inc/form.class.php:203 +msgid "Access" +msgstr "Acces" + +#: inc/form.class.php:234 inc/form.class.php:327 inc/form.class.php:394 entrée +#: standard:54 +msgid "Active" +msgstr "" + +#: inc/form.class.php:286 inc/form.class.php:338 inc/form.class.php:413 +msgid "Default form" +msgstr "" + +#: inc/form.class.php:296 entrée standard:106 +msgid "Next form" +msgstr "" + +#: inc/form.class.php:326 inc/form.class.php:391 +msgid "Inactive" +msgstr "" + +#: inc/form.class.php:337 inc/form.class.php:410 +msgid "Not default form" +msgstr "" + +#: inc/form.class.php:361 inc/form.class.php:445 entrée standard:75 +msgid "All languages" +msgstr "" + +#: inc/form.class.php:508 entrée standard:3 +msgid "Target" +msgid_plural "Targets" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/form.class.php:511 +msgid "Preview" +msgstr "" + +#: inc/form.class.php:512 +msgid "Form answer properties" +msgstr "" + +#: inc/form.class.php:854 +msgid "What are you looking for?" +msgstr "" + +#: inc/form.class.php:993 inc/form.class.php:1156 +#: inc/abstracttarget.class.php:162 inc/abstractitiltarget.class.php:1625 +msgid "The name cannot be empty!" +msgstr "" + +#: inc/form.class.php:1026 inc/form.class.php:1191 +msgid "A loop is generated!" +msgstr "" + +#: inc/form.class.php:1167 +msgid "Cannot use empty name for form answers. Keeping the previous value." +msgstr "" + +#: inc/form.class.php:1303 +#, php-format +msgid "The question %s is not compatible with public forms" +msgstr "" + +#: inc/form.class.php:1386 +msgid "Errored duplicate" +msgstr "" + +#: inc/form.class.php:1397 entrée standard:23 +msgid "Duplicate" +msgstr "Duplicheaza" + +#: inc/form.class.php:1442 inc/form.class.php:1452 +msgctxt "button" +msgid "Post" +msgstr "" + +#: inc/form.class.php:1475 +#, php-format +msgid "Form duplicated: %s" +msgstr "" + +#: inc/form.class.php:1491 +#, php-format +msgid "Form Transfered: %s" +msgstr "" + +#: inc/form.class.php:1515 +msgid "Back" +msgstr "" + +#: inc/form.class.php:1526 +#, php-format +msgid "Form updated: %s" +msgstr "" + +#: inc/form.class.php:1636 +msgid "Upload of JSON files not allowed." +msgstr "" + +#: inc/form.class.php:1639 +msgid "You may allow JSON files right now." +msgstr "" + +#: inc/form.class.php:1640 +msgctxt "button" +msgid "Create" +msgstr "" + +#: inc/form.class.php:1643 inc/form.class.php:1654 +msgid "Please contact your GLPI administrator." +msgstr "" + +#: inc/form.class.php:1644 inc/form.class.php:1655 +msgctxt "button" +msgid "Back" +msgstr "" + +#: inc/form.class.php:1647 +msgid "Upload of JSON files not enabled." +msgstr "" + +#: inc/form.class.php:1650 inc/form.class.php:1653 +msgid "You may enable JSON files right now." +msgstr "" + +#: inc/form.class.php:1651 +msgctxt "button" +msgid "Enable" +msgstr "" + +#: inc/form.class.php:1698 +msgctxt "button" +msgid "Send" +msgstr "" + +#: inc/form.class.php:1717 +msgid "Forms import impossible, the file is empty" +msgstr "" + +#: inc/form.class.php:1721 inc/form.class.php:1725 +msgid "Forms import impossible, the file seems corrupt" +msgstr "" + +#: inc/form.class.php:1731 +msgid "Forms import impossible, the file was generated with another version" +msgstr "" + +#: inc/form.class.php:1738 +msgid "" +"The file does not specifies the schema version. It was probably generated " +"with a version older than 2.10. Giving up." +msgstr "" + +#: inc/form.class.php:1764 +#, php-format +msgid "Failed to import %s" +msgstr "" + +#: inc/form.class.php:1769 +#, php-format +msgid "Forms successfully imported from %s" +msgstr "" + +#: inc/form.class.php:1832 +#, php-format +msgid "The form %1$s already exists and is in an unmodifiable entity." +msgstr "" + +#: inc/form.class.php:1840 +#, php-format +msgid "You don't have right to update the entity %1$s." +msgstr "" + +#: inc/form.class.php:1850 +#, php-format +msgid "The entity %1$s is required for the form %2$s." +msgstr "" + +#: inc/form.class.php:1952 +msgid "Failed to create JSON document type" +msgstr "" + +#: inc/form.class.php:1959 +msgid "JSON document type not found" +msgstr "" + +#: inc/form.class.php:1966 +msgid "Failed to update JSON document type" +msgstr "" + +#: inc/form.class.php:1986 +msgid "Forms without category" +msgstr "" + +#: inc/form.class.php:2007 +msgid "No form available" +msgstr "" + +#: inc/form.class.php:2205 entrée standard:47 +msgid "Add a target" +msgstr "" + +#: inc/form.class.php:2236 inc/targetticket.class.php:398 +#: inc/abstractitiltarget.class.php:1828 inc/abstractitiltarget.class.php:2124 +#: entrée standard:92 standard:94 +msgid "Add" +msgstr "" + +#: inc/form.class.php:2254 inc/form.class.php:2277 inc/form.class.php:2299 +msgid "Unsupported target type." +msgstr "" + +#: inc/form.class.php:2333 +msgid "plugin_formcreator_load_check" +msgstr "" + +#: inc/targetchange.class.php:44 entrée standard:43 +msgid "Target change" +msgid_plural "Target changes" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/targetchange.class.php:344 entrée standard:48 +msgid "Change title" +msgstr "" + +#: inc/targetchange.class.php:374 entrée standard:56 +msgid "Control list" +msgstr "" + +#: inc/targetchange.class.php:384 entrée standard:58 +msgid "Deployment plan" +msgstr "" + +#: inc/targetchange.class.php:394 entrée standard:60 +msgid "Backup plan" +msgstr "" + +#: inc/targetchange.class.php:404 +msgid "Check list" +msgstr "" + +#: inc/questionfilter.class.php:52 +msgid "Question filter" +msgid_plural "Question filters" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/section.class.php:71 entrée standard:53 standard:44 +msgid "Section" +msgid_plural "Sections" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/section.class.php:123 inc/section.class.php:166 +#: inc/question.class.php:348 +msgid "The title is required" +msgstr "Titlul este cerut" + +#: inc/section.class.php:553 inc/question.class.php:234 entrée standard:37 +msgid "Count of conditions" +msgstr "" + +#: inc/restrictedformcriteria.class.php:179 +#, php-format +msgid "Failed to find %1$s %2$s" +msgstr "" + +#: inc/question.class.php:73 inc/abstractitiltarget.class.php:1127 entrée +#: standard:41 +msgid "Question" +msgid_plural "Questions" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/question.class.php:197 entrée standard:43 standard:50 standard:44 +#: standard:49 standard:79 +msgid "Required" +msgstr "Cerut" + +#: inc/question.class.php:355 +msgid "The section is required" +msgstr "Secţiunea este cerută" + +#: inc/question.class.php:365 +#, php-format +msgid "Field type %1$s is not available for question %2$s." +msgstr "" + +#: inc/question.class.php:379 +msgid "This type of question is not compatible with public forms." +msgstr "" + +#: inc/question.class.php:469 +msgid "The field type cannot be changed. Delete then recreate the question." +msgstr "" + +#: inc/question.class.php:1184 +msgid "Service levels" +msgstr "" + +#: inc/question.class.php:1185 inc/abstractitiltarget.class.php:851 +msgid "SLA" +msgstr "" + +#: inc/question.class.php:1186 inc/abstractitiltarget.class.php:924 +msgid "OLA" +msgstr "" + +#: inc/question.class.php:1205 inc/question.class.php:1248 +#: inc/question.class.php:1251 +msgid "Assets" +msgstr "" + +#: inc/question.class.php:1219 hook.php:780 hook.php:797 +msgid "Assistance" +msgstr "" + +#: inc/question.class.php:1225 +msgid "Management" +msgstr "" + +#: inc/question.class.php:1236 +msgid "Tools" +msgstr "" + +#: inc/question.class.php:1237 +msgid "Notes" +msgstr "" + +#: inc/question.class.php:1238 +msgid "RSS feed" +msgstr "" + +#: inc/question.class.php:1240 +msgid "Administration" +msgstr "" + +#: inc/question.class.php:1248 inc/question.class.php:1251 +msgid "Plugin" +msgid_plural "Plugins" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/abstractquestionparameter.class.php:98 +msgid "Parameter" +msgstr "" + +#: inc/abstractquestionparameter.class.php:105 +msgid "Field name" +msgstr "" + +#: inc/abstracttarget.class.php:97 +msgid "Current active entity" +msgstr "" + +#: inc/abstracttarget.class.php:98 +msgid "Default requester user's entity" +msgstr "" + +#: inc/abstracttarget.class.php:99 +msgid "First dynamic requester user's entity (alphabetical)" +msgstr "" + +#: inc/abstracttarget.class.php:100 +msgid "Last dynamic requester user's entity (alphabetical)" +msgstr "" + +#: inc/abstracttarget.class.php:101 +msgid "The form entity" +msgstr "" + +#: inc/abstracttarget.class.php:102 +msgid "Default entity of the validator" +msgstr "" + +#: inc/abstracttarget.class.php:103 +msgid "Specific entity" +msgstr "" + +#: inc/abstracttarget.class.php:104 +msgid "Default entity of a user type question answer" +msgstr "" + +#: inc/abstracttarget.class.php:105 +msgid "From a GLPI object > Entity type question answer" +msgstr "" + +#: inc/abstracttarget.class.php:116 +msgid "Always generated" +msgstr "" + +#: inc/abstracttarget.class.php:117 +msgid "Disabled unless" +msgstr "" + +#: inc/abstracttarget.class.php:118 +msgid "Generated unless" +msgstr "" + +#: inc/abstracttarget.class.php:129 +msgid "A target must be associated to a form." +msgstr "" + +#: inc/abstracttarget.class.php:134 +msgid "A target must be associated to an existing form." +msgstr "" + +#: inc/abstracttarget.class.php:139 +msgid "Name is required." +msgstr "" + +#: inc/abstracttarget.class.php:502 +msgid "Destination entity" +msgstr "" + +#: inc/abstracttarget.class.php:518 +msgid "User type question" +msgstr "" + +#: inc/abstracttarget.class.php:519 +msgid "Entity type question" +msgstr "" + +#: inc/command/cleanticketscommand.class.php:53 +msgid "Searching for invalid items..." +msgstr "" + +#: inc/command/cleanticketscommand.class.php:61 +msgid "Done." +msgstr "" + +#: inc/command/cleanticketscommand.class.php:135 +msgid "Step 1: double encoded < and > signs." +msgstr "" + +#: inc/command/cleanticketscommand.class.php:146 +#: inc/command/cleanticketscommand.class.php:196 +#: inc/command/cleanticketscommand.class.php:260 +msgid "No invalid items found." +msgstr "" + +#: inc/command/cleanticketscommand.class.php:187 +msgid "Step 2: literal BR tag." +msgstr "" + +#: inc/command/cleanticketscommand.class.php:251 +msgid "Step 3: litteral > sign." +msgstr "" + +#: inc/filter/itilcategoryfilter.class.php:52 +#: inc/filter/itilcategoryfilter.class.php:54 +msgid "Request categories" +msgstr "" + +#: inc/filter/itilcategoryfilter.class.php:53 +#: inc/filter/itilcategoryfilter.class.php:54 +msgid "Incident categories" +msgstr "" + +#: inc/filter/itilcategoryfilter.class.php:55 +msgid "Change categories" +msgstr "" + +#: inc/supervisorvalidator.class.php:44 +msgid "Requester supervisor" +msgid_plural "Requester supervisors" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/supervisorvalidator.class.php:52 +msgid "My supervisor" +msgstr "" + +#: inc/questionregex.class.php:52 +msgid "Question regular expression" +msgid_plural "Question regular expressions" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/questiondependency.class.php:66 +msgid "Question dependency" +msgid_plural "Question dependencies" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/answer.class.php:66 entrée standard:43 +msgid "Answer" +msgid_plural "Answers" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/item_targetticket.class.php:52 +msgid "Composite ticket relation" +msgid_plural "Composite ticket relations" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/targetticket.class.php:57 entrée standard:43 +msgid "Target ticket" +msgid_plural "Target tickets" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/targetticket.class.php:100 +msgid "Specific asset" +msgstr "" + +#: inc/targetticket.class.php:101 inc/targetticket.class.php:117 +#: inc/abstractitiltarget.class.php:207 inc/abstractitiltarget.class.php:215 +#: inc/abstractitiltarget.class.php:223 inc/abstractitiltarget.class.php:231 +#: inc/abstractitiltarget.class.php:240 inc/abstractitiltarget.class.php:249 +msgid "Equals to the answer to the question" +msgstr "" + +#: inc/targetticket.class.php:102 inc/abstractitiltarget.class.php:232 +#: inc/abstractitiltarget.class.php:241 inc/abstractitiltarget.class.php:250 +msgid "Last valid answer" +msgstr "" + +#: inc/targetticket.class.php:108 +msgid "Source from template or user default or GLPI default" +msgstr "" + +#: inc/targetticket.class.php:109 +msgid "Formcreator" +msgstr "" + +#: inc/targetticket.class.php:115 +msgid "Default or from a template" +msgstr "" + +#: inc/targetticket.class.php:116 +msgid "Specific type" +msgstr "" + +#: inc/targetticket.class.php:189 entrée standard:48 +msgid "Ticket title" +msgstr "Titlu Tichet" + +#: inc/targetticket.class.php:307 +msgid "Add validation message as first ticket followup" +msgstr "" + +#: inc/targetticket.class.php:341 +msgid "Add a field" +msgstr "" + +#: inc/targetticket.class.php:369 +msgid "Managed fields" +msgstr "" + +#: inc/targetticket.class.php:376 +msgid "No managed field" +msgstr "" + +#: inc/targetticket.class.php:396 +msgid "Link to an other ticket" +msgstr "" + +#: inc/targetticket.class.php:405 +msgid "An other destination of this form" +msgstr "" + +#: inc/targetticket.class.php:406 +msgid "An existing ticket" +msgstr "" + +#: inc/targetticket.class.php:407 +msgid "A ticket from an answer to a question" +msgstr "" + +#: inc/targetticket.class.php:488 +msgctxt "button" +msgid "Delete permanently" +msgstr "" + +#: inc/targetticket.class.php:743 +msgid "Invalid link type" +msgstr "" + +#: inc/targetticket.class.php:763 +msgid "Invalid linked item type" +msgstr "" + +#: inc/targetticket.class.php:776 +msgid "Linked item does not exists" +msgstr "" + +#: inc/targetticket.class.php:789 +msgid "Failed to link the item" +msgstr "" + +#: inc/targetticket.class.php:905 install/install.php:497 +msgid "Your form has been accepted by the validator" +msgstr "" + +#: inc/targetticket.class.php:1137 +msgid "Request source" +msgstr "" + +#: inc/targetticket.class.php:1162 +msgid "Type " +msgstr "" + +#: inc/targetticket.class.php:1190 +msgid "Associated elements" +msgstr "" + +#: inc/targetticket.class.php:1201 +msgid "Item " +msgstr "" + +#: inc/translation.class.php:153 +msgid "No more string to translate" +msgstr "" + +#: inc/translation.class.php:164 +msgid "Internal error: translatable string not found." +msgstr "" + +#: inc/translation.class.php:216 +msgid "Language not found." +msgstr "" + +#: inc/translation.class.php:236 +msgid "Failed to add the translation." +msgstr "" + +#: inc/abstractitiltarget.class.php:187 +msgid "Tags from questions" +msgstr "" + +#: inc/abstractitiltarget.class.php:188 +msgid "Specific tags" +msgstr "" + +#: inc/abstractitiltarget.class.php:189 +msgid "Tags from questions and specific tags" +msgstr "" + +#: inc/abstractitiltarget.class.php:190 +msgid "Tags from questions or specific tags" +msgstr "" + +#: inc/abstractitiltarget.class.php:196 +msgid "TTR from template or none" +msgstr "" + +#: inc/abstractitiltarget.class.php:197 +msgid "equals to the answer to the question" +msgstr "" + +#: inc/abstractitiltarget.class.php:198 +msgid "calculated from the ticket creation date" +msgstr "" + +#: inc/abstractitiltarget.class.php:199 +msgid "calculated from the answer to the question" +msgstr "" + +#: inc/abstractitiltarget.class.php:205 +msgid "SLA from template or none" +msgstr "" + +#: inc/abstractitiltarget.class.php:206 +msgid "Specific SLA" +msgstr "" + +#: inc/abstractitiltarget.class.php:213 +msgid "OLA from template or none" +msgstr "" + +#: inc/abstractitiltarget.class.php:214 +msgid "Specific OLA" +msgstr "" + +#: inc/abstractitiltarget.class.php:221 +msgid "Urgency from template or Medium" +msgstr "" + +#: inc/abstractitiltarget.class.php:222 +msgid "Specific urgency" +msgstr "" + +#: inc/abstractitiltarget.class.php:229 +msgid "Category from template or none" +msgstr "" + +#: inc/abstractitiltarget.class.php:230 +msgid "Specific category" +msgstr "" + +#: inc/abstractitiltarget.class.php:238 +msgid "Location from template or none" +msgstr "" + +#: inc/abstractitiltarget.class.php:239 +msgid "Specific location" +msgstr "" + +#: inc/abstractitiltarget.class.php:247 +msgid "Contract from template or none" +msgstr "" + +#: inc/abstractitiltarget.class.php:248 +msgid "Specific contract" +msgstr "" + +#: inc/abstractitiltarget.class.php:256 +msgid "No validation" +msgstr "" + +#: inc/abstractitiltarget.class.php:257 +msgid "Specific user or group" +msgstr "" + +#: inc/abstractitiltarget.class.php:258 +msgid "User from question answer" +msgstr "" + +#: inc/abstractitiltarget.class.php:259 +msgid "Group from question answer" +msgstr "" + +#: inc/abstractitiltarget.class.php:839 +msgid "Minute" +msgid_plural "Minutes" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/abstractitiltarget.class.php:840 +msgid "Hour" +msgid_plural "Hours" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/abstractitiltarget.class.php:841 +msgid "Day" +msgid_plural "Days" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/abstractitiltarget.class.php:842 +msgid "Month" +msgid_plural "Months" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/abstractitiltarget.class.php:874 +msgid "SLA (TTO/TTR)" +msgstr "" + +#: inc/abstractitiltarget.class.php:875 inc/abstractitiltarget.class.php:948 +msgid "Question (TTO/TTR)" +msgstr "" + +#: inc/abstractitiltarget.class.php:947 +msgid "OLA (TTO/TTR)" +msgstr "" + +#: inc/abstractitiltarget.class.php:1051 +msgid "Urgency " +msgstr "" + +#: inc/abstractitiltarget.class.php:1080 +msgid "Ticket tags" +msgstr "" + +#: inc/abstractitiltarget.class.php:1128 +msgid "Tags" +msgstr "" + +#: inc/abstractitiltarget.class.php:1247 +msgid "Location" +msgstr "" + +#: inc/abstractitiltarget.class.php:1259 +msgid "Location " +msgstr "" + +#: inc/abstractitiltarget.class.php:1312 +msgid "Contract" +msgstr "" + +#: inc/abstractitiltarget.class.php:1324 +msgid "Contract " +msgstr "" + +#: inc/abstractitiltarget.class.php:1635 +msgid "The description cannot be empty!" +msgstr "" + +#: inc/abstractitiltarget.class.php:1811 +msgid "Watcher" +msgid_plural "Watchers" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/abstractitiltarget.class.php:1830 +msgid "Cancel" +msgstr "Anulează" + +#: inc/abstractitiltarget.class.php:2118 inc/abstractitiltarget.class.php:2548 +#: inc/abstractitiltarget.class.php:2552 +msgid "Email followup" +msgstr "" + +#: inc/abstractitiltarget.class.php:2149 inc/abstractitiltarget.class.php:2536 +msgid "User" +msgstr "" + +#: inc/abstractitiltarget.class.php:2160 inc/abstractitiltarget.class.php:2540 +msgid "Group" +msgstr "" + +#: inc/abstractitiltarget.class.php:2171 +msgid "Group from the object" +msgstr "" + +#: inc/abstractitiltarget.class.php:2177 +msgid "Tech group from the object" +msgstr "" + +#: inc/abstractitiltarget.class.php:2189 inc/abstractitiltarget.class.php:2544 +msgid "Supplier" +msgstr "" + +#: inc/abstractitiltarget.class.php:2548 +msgid "Yes" +msgstr "" + +#: install/install.php:163 +#, php-format +msgid "Upgrade tables to innoDB; run %s" +msgstr "" + +#: install/install.php:199 +#, php-format +msgid "" +"The database schema is not consistent with the previous version of " +"Formcreator %s. To see the logs run the command %s" +msgstr "" + +#: install/install.php:208 +#, php-format +msgid "To ignore the inconsistencies and upgrade anyway run %s" +msgstr "" + +#: install/install.php:225 +msgid "" +"Upgrade from version older than 2.5.0 is no longer supported. Please upgrade" +" to GLPI 9.5.7, upgrade Formcreator to version 2.12.5, then upgrade again to" +" GLPI 10 or later and Formcreator 2.13 or later." +msgstr "" + +#: install/install.php:251 +#, php-format +msgid "" +"A fatal error occured in the upgrade from %s! Upgrade aborted. Please check " +"logs to fix the problem then try again." +msgstr "" + +#: install/install.php:294 +#, php-format +msgid "" +"The database schema is not consistent with the current version of " +"Formcreator %s. To see the logs enable the plugin and run the command %s" +msgstr "" + +#: install/install.php:305 +msgid "The tables of the plugin passed the schema integrity check." +msgstr "" + +#: install/install.php:478 +msgid "A form has been created" +msgstr "" + +#: install/install.php:479 +msgid "Your request has been saved" +msgstr "" + +#: install/install.php:480 +msgid "" +"Hi,\\nYour request from GLPI has been successfully saved with number " +"##formcreator.request_id## and transmitted to the helpdesk team.\\nYou can " +"see your answers onto the following link:\\n##formcreator.validation_link##" +msgstr "" + +#: install/install.php:484 +msgid "A form need validation" +msgstr "" + +#: install/install.php:485 +msgid "A form from GLPI need to be validated" +msgstr "" + +#: install/install.php:486 +msgid "" +"Hi,\\nA form from GLPI need to be validated and you have been choosen as the" +" validator.\\nYou can access it by clicking onto this " +"link:\\n##formcreator.validation_link##" +msgstr "" + +#: install/install.php:491 +msgid "Your form has been refused by the validator" +msgstr "" + +#: install/install.php:492 +msgid "" +"Hi,\\nWe are sorry to inform you that your form has been refused by the " +"validator for the reason " +"below:\\n##formcreator.validation_comment##\\n\\nYou can still modify and " +"resubmit it by clicking onto this link:\\n##formcreator.validation_link##" +msgstr "" + +#: install/install.php:498 +msgid "" +"Hi,\\nWe are pleased to inform you that your form has been accepted by the " +"validator.\\nYour request will be considered soon." +msgstr "" + +#: install/install.php:503 +msgid "Your form has been deleted by an administrator" +msgstr "" + +#: install/install.php:504 +msgid "" +"Hi,\\nWe are sorry to inform you that your request cannot be considered and " +"has been deleted by an administrator." +msgstr "" + +#: install/install.php:732 +msgid "Formcreator - Sync service catalog issues" +msgstr "" + +#: install/install.php:945 +msgid "Failed to check the sanity of the tables!" +msgstr "" + +#: install/install.php:959 +#, php-format +msgid "Table schema differs for table \"%s\"." +msgstr "" + +#: install/install.php:962 +#, php-format +msgid "Table \"%s\" is missing." +msgstr "" + +#: install/install.php:965 +#, php-format +msgid "Unknown table \"%s\" has been found in database." +msgstr "" + +#: hook.php:439 +msgctxt "button" +msgid "Duplicate" +msgstr "Duplicheaza" + +#: hook.php:440 +msgid "Transfer" +msgstr "" + +#: hook.php:441 +msgctxt "button" +msgid "Export" +msgstr "" + +#: hook.php:442 +msgctxt "button" +msgid "Access rights" +msgstr "" + +#: hook.php:756 +msgid "Cancel my ticket" +msgstr "" + +#: hook.php:774 +msgid "Old" +msgstr "" + +#: hook.php:781 +#, php-format +msgid "Number of %s" +msgstr "" + +#: hook.php:798 +msgid "Issues summary" +msgstr "" + +#: hook.php:843 +msgid "" +"Formcreator's mini dashboard not usable as default. This Setting has been " +"ignored." +msgstr "" + +#: js/scripts.js:300 +msgid "No form found. Please choose a form below instead." +msgstr "" + +#: js/scripts.js:302 +msgid "No form found." +msgstr "" + +#: js/scripts.js:306 +msgid "No FAQ item found." +msgstr "" + +#: js/scripts.js:707 +msgid "Are you sure you want to delete this question?" +msgstr "" + +#: js/scripts.js:917 +msgid "Are you sure you want to delete this section?" +msgstr "" + +#: js/scripts.js:1161 +msgid "Add translations" +msgstr "" + +#: js/scripts.js:1300 js/scripts.js:1324 +msgid "An error occured while querying forms" +msgstr "" + +#: js/scripts.js:1416 entrée standard:139 +msgid "Send" +msgstr "" + +#: js/scripts.js:1425 +msgid "An internal error occurred. Please report it to administrator." +msgstr "" + +#: js/scripts.js:1468 +msgid "Are you sure you want to delete this validator ?" +msgstr "" + +#: js/scripts.js:1520 +msgid "Are you sure you want to duplicate this target?" +msgstr "" + +#: js/scripts.js:1537 +msgid "Are you sure you want to delete this target?" +msgstr "" + +#: entrée standard:57 standard:61 standard:60 standard:59 standard:43 +#: standard:69 standard:52 standard:76 +msgid "Default values" +msgstr "" + +#: entrée standard:52 standard:59 standard:58 +msgid "Show empty" +msgstr "Arată gol" + +#: entrée standard:39 +msgid "LDAP directory" +msgid_plural "LDAP directories" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: entrée standard:78 +msgid "Attribute" +msgstr "Atribut" + +#: entrée standard:70 standard:68 +msgid "Values" +msgstr "Valori" + +#: entrée standard:90 +msgid "Show ticket categories" +msgstr "" + +#: entrée standard:146 standard:118 +msgid "Selectable root" +msgstr "" + +#: entrée standard:38 +msgid "GLPI object" +msgid_plural "GLPI objects" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: entrée standard:63 +msgid "Direct access on homepage" +msgstr "" + +#: entrée standard:86 +msgid "Default form in service catalog" +msgstr "" + +#: entrée standard:113 standard:114 +msgid "Are you a robot ?" +msgstr "" + +#: entrée standard:64 +msgid "Condition to show the section" +msgstr "" + +#: entrée standard:40 +msgid "Condition to generate the target" +msgstr "" + +#: entrée standard:40 +msgid "General" +msgstr "" + +#: entrée standard:45 +msgid "validation percent" +msgstr "" + +#: entrée standard:52 +msgid "Add a validator" +msgstr "" + +#: entrée standard:57 standard:36 +msgid "Validation level" +msgstr "" + +#: entrée standard:73 +msgid "Validator type" +msgstr "" + +#: entrée standard:98 +msgid "Validators" +msgstr "" + +#: entrée standard:106 standard:5 +msgid "Actions" +msgstr "" + +#: entrée standard:54 +msgid "Impacts" +msgstr "" + +#: entrée standard:62 +msgid "Checklist" +msgstr "" + +#: entrée standard:36 +msgid "Answers title" +msgstr "" + +#: entrée standard:45 +msgid "Add a section" +msgstr "Adaugă o secţiune" + +#: entrée standard:55 +msgid "Condition to show the submit button" +msgstr "" + +#: entrée standard:33 +msgid "No form answer yet" +msgstr "" + +#: entrée standard:38 +#, php-format +msgid "%s latest items" +msgstr "" + +#: entrée standard:54 +msgid "Please activate the form to view the link" +msgstr "" + +#: entrée standard:63 +msgid "Enable captcha" +msgstr "" + +#: entrée standard:79 +msgid "Restricted to" +msgstr "" + +#: entrée standard:83 +msgid "Add a question" +msgstr "Adaugă o întrebare" + +#: entrée standard:39 +msgid "List of available tags" +msgstr "" + +#: entrée standard:42 +msgid "Title" +msgstr "" + +#: entrée standard:47 +msgid "Full form" +msgstr "Formular complet" + +#: entrée standard:37 +msgid "Validation status" +msgstr "" + +#: entrée standard:36 +#, php-format +msgid "My %1$d last forms (requester)" +msgstr "" + +#: entrée standard:39 +msgid "No form posted yet" +msgstr "" + +#: entrée standard:63 +msgid "All my forms (requester)" +msgstr "" + +#: entrée standard:36 +#, php-format +msgid "My %1$d last forms (validator)" +msgstr "" + +#: entrée standard:63 +msgid "All my forms (validator)" +msgstr "" + +#: entrée standard:42 +msgid "Min" +msgstr "Min" + +#: entrée standard:53 +msgid "Max" +msgstr "Max" diff --git a/locales/ru_RU.mo b/locales/ru_RU.mo index 1b0587ec1..22ef37bc2 100644 Binary files a/locales/ru_RU.mo and b/locales/ru_RU.mo differ diff --git a/locales/ru_RU.po b/locales/ru_RU.po index cd306039f..132ee554f 100644 --- a/locales/ru_RU.po +++ b/locales/ru_RU.po @@ -16,7 +16,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-30 14:13+0200\n" +"POT-Creation-Date: 2023-05-31 16:21+0200\n" "PO-Revision-Date: 2022-06-15 12:10+0000\n" "Last-Translator: Ilya Pavlov , 2023\n" "Language-Team: Russian (Russia) (https://app.transifex.com/teclib/teams/28042/ru_RU/)\n" @@ -185,16 +185,15 @@ msgid "Textarea" msgstr "Текстовое поле" #: inc/field/textareafield.class.php:249 inc/field/dropdownfield.class.php:594 -#: inc/field/ldapselectfield.class.php:115 inc/field/textfield.class.php:126 +#: inc/field/ldapselectfield.class.php:115 #: inc/field/urgencyfield.class.php:166 inc/field/tagfield.class.php:166 #: inc/field/timefield.class.php:114 inc/field/fieldsfield.class.php:489 #: inc/field/requesttypefield.class.php:161 msgid "A required field is empty:" msgstr "Обязательное поле пустое:" -#: inc/field/textareafield.class.php:267 inc/field/textfield.class.php:179 -#: inc/field/integerfield.class.php:112 inc/field/floatfield.class.php:194 -#: inc/conditionnabletrait.class.php:70 +#: inc/field/textareafield.class.php:267 inc/field/integerfield.class.php:112 +#: inc/field/floatfield.class.php:194 inc/conditionnabletrait.class.php:70 msgid "The regular expression is invalid" msgstr "Недействительное регулярное выражение" @@ -257,45 +256,12 @@ msgstr "LDAP каталог не определен!" msgid "LDAP directory not found!" msgstr "LDAP каталог не найден!" -#: inc/field/textfield.class.php:147 inc/field/integerfield.class.php:71 -#: inc/field/floatfield.class.php:156 -#, php-format -msgid "Specific format does not match: %s" -msgstr "Указанный формат не соответствует: %s" - -#: inc/field/textfield.class.php:156 -#, php-format -msgid "The text is too short (minimum %d characters): %s" -msgstr "Текст слишком короткий (минимум %d символов): %s" - -#: inc/field/textfield.class.php:161 -#, php-format -msgid "The text is too long (maximum %d characters): %s" -msgstr "Текст слишком длинный (максимум %d символов): %s" - -#: inc/field/textfield.class.php:169 -msgid "Text" -msgstr "Текст" - -#: inc/field/textfield.class.php:218 inc/field/floatfield.class.php:235 -#: inc/questionregex.class.php:62 entrée standard:42 -msgid "Regular expression" -msgstr "Регулярное выражение" - -#: inc/field/textfield.class.php:223 inc/field/floatfield.class.php:240 -msgid "Range" -msgstr "Диапазон" - -#: inc/field/textfield.class.php:229 inc/field/floatfield.class.php:246 -msgid "Additional validation" -msgstr "Дополнительная проверка" - #: inc/field/radiosfield.class.php:108 msgid "Radios" msgstr "Переключатели" -#: inc/field/radiosfield.class.php:114 inc/field/glpiselectfield.class.php:112 -#: inc/field/fieldsfield.class.php:513 inc/field/checkboxesfield.class.php:245 +#: inc/field/radiosfield.class.php:114 inc/field/fieldsfield.class.php:513 +#: inc/field/checkboxesfield.class.php:245 msgid "The field value is required:" msgstr "Требуется указать значение поля:" @@ -312,6 +278,11 @@ msgstr "Обязательное поле пустое: %s" msgid "This is not an integer: %s" msgstr "Это не целое число: %s" +#: inc/field/integerfield.class.php:71 inc/field/floatfield.class.php:156 +#, php-format +msgid "Specific format does not match: %s" +msgstr "Указанный формат не соответствует: %s" + #: inc/field/integerfield.class.php:85 inc/field/floatfield.class.php:167 #, php-format msgid "The following number must be greater than %d: %s" @@ -379,14 +350,6 @@ msgstr[1] "Метки" msgstr[2] "Метки" msgstr[3] "Метки" -#: inc/field/glpiselectfield.class.php:97 entrée standard:38 -msgid "GLPI object" -msgid_plural "GLPI objects" -msgstr[0] "Объект GLPI" -msgstr[1] "Объекты GLPI" -msgstr[2] "Объекты GLPI" -msgstr[3] "Объекты GLPI" - #: inc/field/hostnamefield.class.php:116 msgid "Hostname" msgid_plural "Hostnames" @@ -529,6 +492,19 @@ msgstr "Это не число: %s" msgid "Decimal number" msgstr "Десятичное число" +#: inc/field/floatfield.class.php:235 inc/questionregex.class.php:62 entrée +#: standard:42 +msgid "Regular expression" +msgstr "Регулярное выражение" + +#: inc/field/floatfield.class.php:240 +msgid "Range" +msgstr "Диапазон" + +#: inc/field/floatfield.class.php:246 +msgid "Additional validation" +msgstr "Дополнительная проверка" + #: inc/field/datefield.class.php:137 msgid "Date" msgstr "Дата" @@ -588,7 +564,7 @@ msgstr "Отображается до тех пор, пока" #: inc/form.class.php:1908 inc/targetchange.class.php:304 #: inc/questionfilter.class.php:222 inc/section.class.php:381 #: inc/restrictedformcriteria.class.php:200 inc/question.class.php:867 -#: inc/questionparameter/range.class.php:202 inc/questionregex.class.php:188 +#: inc/questionparameter/range.class.php:198 inc/questionregex.class.php:188 #: inc/questiondependency.class.php:196 inc/item_targetticket.class.php:154 #: inc/targetticket.class.php:1461 #, php-format @@ -601,7 +577,7 @@ msgstr "Не удалось добавить или обновить %1$s %2$s" #: inc/form.class.php:1569 inc/targetchange.class.php:149 #: inc/questionfilter.class.php:154 inc/section.class.php:406 #: inc/restrictedformcriteria.class.php:226 inc/question.class.php:894 -#: inc/questionparameter/range.class.php:137 inc/questionregex.class.php:120 +#: inc/questionparameter/range.class.php:133 inc/questionregex.class.php:120 #: inc/questiondependency.class.php:211 inc/item_targetticket.class.php:64 #: inc/targetticket.class.php:1500 #, php-format @@ -790,38 +766,38 @@ msgstr "" msgid "Ticket technician" msgstr "" -#: inc/issue.class.php:1465 +#: inc/issue.class.php:1469 #, php-format msgid "%1$s %2$s" msgstr "%1$s%2$s" -#: inc/issue.class.php:1723 inc/filter/itilcategoryfilter.class.php:56 +#: inc/issue.class.php:1727 inc/filter/itilcategoryfilter.class.php:56 #: hook.php:766 msgid "All" msgstr "Все" -#: inc/issue.class.php:1729 hook.php:767 +#: inc/issue.class.php:1733 hook.php:767 msgid "New" msgstr "Новый" -#: inc/issue.class.php:1735 hook.php:768 +#: inc/issue.class.php:1739 hook.php:768 msgid "Assigned" msgstr "Назначенный" -#: inc/issue.class.php:1741 inc/formanswer.class.php:78 +#: inc/issue.class.php:1745 inc/formanswer.class.php:78 #: inc/form_validator.class.php:70 hook.php:769 msgid "Waiting" msgstr "Ожидание" -#: inc/issue.class.php:1747 hook.php:770 +#: inc/issue.class.php:1751 hook.php:770 msgid "To validate" msgstr "На согласовании" -#: inc/issue.class.php:1753 hook.php:771 +#: inc/issue.class.php:1757 hook.php:771 msgid "Solved" msgstr "Решено" -#: inc/issue.class.php:1759 hook.php:772 +#: inc/issue.class.php:1763 hook.php:772 msgid "Closed" msgstr "Закрыто" @@ -1120,15 +1096,15 @@ msgstr "" msgid "Cannot generate targets!" msgstr "Не удалось создать цели!" -#: inc/formanswer.class.php:1512 +#: inc/formanswer.class.php:1511 msgid "No captcha set." msgstr "" -#: inc/formanswer.class.php:1518 +#: inc/formanswer.class.php:1517 msgid "You failed the captcha test." msgstr "" -#: inc/formanswer.class.php:1541 +#: inc/formanswer.class.php:1540 msgid "You must select validator!" msgstr "Вы должны выбрать согласующего!" @@ -2676,6 +2652,14 @@ msgstr "Отображать категории заявок" msgid "Selectable root" msgstr "Выбираемый источник" +#: entrée standard:38 +msgid "GLPI object" +msgid_plural "GLPI objects" +msgstr[0] "Объект GLPI" +msgstr[1] "Объекты GLPI" +msgstr[2] "Объекты GLPI" +msgstr[3] "Объекты GLPI" + #: entrée standard:63 msgid "Direct access on homepage" msgstr "Прямой доступ с домашней страницы" diff --git a/locales/ru_UA.mo b/locales/ru_UA.mo new file mode 100644 index 000000000..217b92277 Binary files /dev/null and b/locales/ru_UA.mo differ diff --git a/locales/ru_UA.po b/locales/ru_UA.po new file mode 100644 index 000000000..e16f20445 --- /dev/null +++ b/locales/ru_UA.po @@ -0,0 +1,2766 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-05-31 16:21+0200\n" +"PO-Revision-Date: 2022-06-15 12:10+0000\n" +"Language-Team: Russian (Ukraine) (https://app.transifex.com/teclib/teams/28042/ru_UA/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ru_UA\n" +"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" + +#: ajax/question_update.php:38 ajax/section_update.php:37 +msgid "Bad request" +msgstr "" + +#: ajax/question_update.php:47 ajax/question_move.php:45 +#: ajax/question_delete.php:42 ajax/question_toggle_required.php:49 +msgid "Question not found" +msgstr "" + +#: ajax/question_update.php:53 ajax/question_duplicate.php:49 +#: ajax/question_move.php:50 ajax/section_add.php:38 +#: ajax/section_delete.php:50 ajax/section_move.php:55 +#: ajax/section_duplicate.php:50 ajax/question_delete.php:49 +#: ajax/question_toggle_required.php:55 ajax/section_update.php:44 +msgid "You don't have right for this action" +msgstr "" + +#: ajax/question_duplicate.php:43 +msgid "Source question not found" +msgstr "" + +#: ajax/question_move.php:73 +msgid "Could not move some questions" +msgstr "" + +#: ajax/section_add.php:44 +msgid "Could not add the section" +msgstr "" + +#: ajax/commontree.php:55 entrée standard:128 standard:100 +msgid "Subtree root" +msgstr "" + +#: ajax/commontree.php:59 +msgid "Selectable" +msgstr "" + +#: ajax/commontree.php:74 entrée standard:137 standard:109 +msgid "Limit subtree depth" +msgstr "" + +#: ajax/commontree.php:84 +msgid "No limit" +msgstr "" + +#: ajax/section_delete.php:44 ajax/section_move.php:49 +#: ajax/section_duplicate.php:44 +msgid "Source section not found" +msgstr "" + +#: ajax/section_delete.php:56 +msgid "Could not delete the section" +msgstr "" + +#: ajax/question_add.php:45 +msgid "Could not add the question" +msgstr "" + +#: ajax/section_move.php:66 +msgid "Could not move the section" +msgstr "" + +#: ajax/target_actor.php:51 +msgid "Failed to add the actor" +msgstr "" + +#: ajax/target_actor.php:62 +msgid "Failed to delete the actor" +msgstr "" + +#: ajax/section_duplicate.php:56 +msgid "Could not duplicate the section" +msgstr "" + +#: ajax/section_update.php:50 +msgid "Could not update the section" +msgstr "" + +#: front/knowbaseitem.php:42 front/knowbaseitem.php:47 +#: front/wizardreminders.php:49 front/wizardreminders.php:51 +#: front/wizard.php:45 front/wizard.php:50 front/wizardfeeds.php:49 +#: front/wizardfeeds.php:51 front/issue.php:44 front/issue.php:50 +#: front/formanswer.php:44 front/reservation.php:46 front/reservation.php:48 +#: front/knowbaseitem.form.php:48 front/knowbaseitem.form.php:50 +#: front/reservationitem.php:42 front/reservationitem.php:44 +#: front/formanswer.form.php:74 front/reservation.form.php:46 +#: front/reservation.form.php:48 +msgid "Service catalog" +msgstr "" + +#: front/issue.form.php:46 +msgid "Item not found" +msgstr "" + +#: front/targetticket.form.php:46 front/targetticket.form.php:56 +#: front/targetticket.form.php:81 front/targetchange.form.php:46 +#: front/targetproblem.form.php:46 +msgid "No right to update this item." +msgstr "" + +#: front/targetticket.form.php:75 +msgid "Bad request while deleting an actor." +msgstr "" + +#: front/targetticket.form.php:95 front/targetchange.form.php:81 +#: front/formanswer.php:47 front/targetproblem.form.php:81 +#: front/formanswer.form.php:77 front/form.php:43 inc/common.class.php:654 +#: inc/common.class.php:661 +msgid "Form Creator" +msgstr "" + +#: front/targetticket.form.php:105 front/targetchange.form.php:90 +#: front/targetproblem.form.php:90 +#, php-format +msgid "%1$s = %2$s" +msgstr "" + +#: front/formlist.php:46 front/formlist.php:52 inc/common.class.php:648 +msgid "Form list" +msgstr "" + +#: front/formdisplay.php:90 inc/formanswer.class.php:1077 +#: inc/formanswer.class.php:1325 inc/formanswer.class.php:1376 +msgid "The form has been successfully saved!" +msgstr "" + +#. TRANS: %s is the user login +#: front/reservation.form.php:71 +#, php-format +msgid "%1$s purges the reservation for item %2$s" +msgstr "" + +#: front/reservation.form.php:124 +#, php-format +msgid "%1$s adds the reservation %2$s for item %3$s" +msgstr "" + +#: inc/knowbase.class.php:60 inc/entityconfig.class.php:478 +#: inc/form.class.php:611 +msgid "Category" +msgid_plural "Categories" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: inc/knowbase.class.php:62 inc/form.class.php:614 entrée standard:39 +msgid "See all" +msgstr "" + +#: inc/knowbase.class.php:83 +msgid "Please, describe your need here" +msgstr "" + +#: inc/field/textareafield.class.php:186 +msgid "Textarea" +msgstr "" + +#: inc/field/textareafield.class.php:249 inc/field/dropdownfield.class.php:594 +#: inc/field/ldapselectfield.class.php:115 +#: inc/field/urgencyfield.class.php:166 inc/field/tagfield.class.php:166 +#: inc/field/timefield.class.php:114 inc/field/fieldsfield.class.php:489 +#: inc/field/requesttypefield.class.php:161 +msgid "A required field is empty:" +msgstr "" + +#: inc/field/textareafield.class.php:267 inc/field/integerfield.class.php:112 +#: inc/field/floatfield.class.php:194 inc/conditionnabletrait.class.php:70 +msgid "The regular expression is invalid" +msgstr "" + +#: inc/field/dropdownfield.class.php:81 inc/filter/entityfilter.class.php:48 +msgid "User and form" +msgstr "" + +#: inc/field/dropdownfield.class.php:87 +msgid "Search filter" +msgstr "" + +#: inc/field/dropdownfield.class.php:585 entrée standard:38 +msgid "Dropdown" +msgid_plural "Dropdowns" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: inc/field/dropdownfield.class.php:616 +msgid "Invalid value for " +msgstr "" + +#: inc/field/dropdownfield.class.php:628 +#, php-format +msgid "The itemtype field is required: %s" +msgstr "" + +#: inc/field/dropdownfield.class.php:644 +#, php-format +msgid "Invalid dropdown type: %s" +msgstr "" + +#: inc/field/dropdownfield.class.php:704 inc/questionfilter.class.php:62 +#: entrée standard:68 +msgid "Filter" +msgstr "" + +#: inc/field/dropdownfield.class.php:987 entrée standard:162 standard:134 +msgid "Entity restriction" +msgstr "" + +#: inc/field/dropdownfield.class.php:996 +msgid "" +"To respect the GLPI entity system, \"Form\" should be selected. Others " +"settings will break the entity restrictions" +msgstr "" + +#: inc/field/ldapselectfield.class.php:96 +msgid "LDAP Select" +msgstr "" + +#: inc/field/ldapselectfield.class.php:140 +msgid "LDAP directory not defined!" +msgstr "" + +#: inc/field/ldapselectfield.class.php:147 +msgid "LDAP directory not found!" +msgstr "" + +#: inc/field/radiosfield.class.php:108 +msgid "Radios" +msgstr "" + +#: inc/field/radiosfield.class.php:114 inc/field/fieldsfield.class.php:513 +#: inc/field/checkboxesfield.class.php:245 +msgid "The field value is required:" +msgstr "" + +#: inc/field/radiosfield.class.php:192 inc/field/selectfield.class.php:104 +#: inc/field/datetimefield.class.php:119 inc/field/actorfield.class.php:258 +#: inc/field/checkboxesfield.class.php:191 inc/field/floatfield.class.php:125 +#: inc/field/datefield.class.php:116 +#, php-format +msgid "A required field is empty: %s" +msgstr "" + +#: inc/field/integerfield.class.php:59 +#, php-format +msgid "This is not an integer: %s" +msgstr "" + +#: inc/field/integerfield.class.php:71 inc/field/floatfield.class.php:156 +#, php-format +msgid "Specific format does not match: %s" +msgstr "" + +#: inc/field/integerfield.class.php:85 inc/field/floatfield.class.php:167 +#, php-format +msgid "The following number must be greater than %d: %s" +msgstr "" + +#: inc/field/integerfield.class.php:91 inc/field/floatfield.class.php:173 +#, php-format +msgid "The following number must be lower than %d: %s" +msgstr "" + +#: inc/field/integerfield.class.php:101 +msgid "Integer" +msgstr "" + +#: inc/field/undefinedfield.class.php:44 +msgid "Undefined" +msgstr "" + +#: inc/field/ipfield.class.php:123 +msgid "IP address" +msgid_plural "IP addresses" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: inc/field/urgencyfield.class.php:86 inc/abstractitiltarget.class.php:1040 +msgid "Urgency" +msgstr "" + +#: inc/field/urgencyfield.class.php:120 +msgctxt "urgency" +msgid "Very high" +msgstr "" + +#: inc/field/urgencyfield.class.php:121 +msgctxt "urgency" +msgid "High" +msgstr "" + +#: inc/field/urgencyfield.class.php:122 +msgctxt "urgency" +msgid "Medium" +msgstr "" + +#: inc/field/urgencyfield.class.php:123 +msgctxt "urgency" +msgid "Low" +msgstr "" + +#: inc/field/urgencyfield.class.php:124 +msgctxt "urgency" +msgid "Very low" +msgstr "" + +#: inc/field/tagfield.class.php:52 +msgid "Warning: Tag plugin is disabled or missing" +msgstr "" + +#: inc/field/tagfield.class.php:200 +msgid "Tag" +msgid_plural "Tags" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: inc/field/hostnamefield.class.php:116 +msgid "Hostname" +msgid_plural "Hostnames" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: inc/field/timefield.class.php:130 +msgid "Time" +msgstr "" + +#: inc/field/emailfield.class.php:89 +#, php-format +msgid "This is not a valid e-mail: %s" +msgstr "" + +#: inc/field/emailfield.class.php:100 +msgid "Email" +msgid_plural "Emails" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: inc/field/selectfield.class.php:97 +msgid "Select" +msgstr "" + +#: inc/field/datetimefield.class.php:140 +msgid "Date & time" +msgstr "" + +#: inc/field/actorfield.class.php:84 +msgid "Actor" +msgid_plural "Actors" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: inc/field/actorfield.class.php:268 +#, php-format +msgid "Invalid value: %s" +msgstr "" + +#: inc/field/actorfield.class.php:291 +#, php-format +msgid "User not found or invalid email address: %s" +msgstr "" + +#: inc/field/filefield.class.php:124 +msgid "No attached document" +msgstr "" + +#: inc/field/filefield.class.php:133 inc/field/filefield.class.php:254 +#: inc/field/filefield.class.php:261 +msgid "Attached document" +msgstr "" + +#: inc/field/filefield.class.php:175 +#, php-format +msgid "A required file is missing: %s" +msgstr "" + +#: inc/field/filefield.class.php:192 +msgid "File" +msgstr "" + +#: inc/field/multiselectfield.class.php:86 +msgid "Multiselect" +msgstr "" + +#: inc/field/fieldsfield.class.php:154 +msgid "Warning: Additional Fields plugin is disabled or missing" +msgstr "" + +#: inc/field/fieldsfield.class.php:168 +msgid "Block" +msgstr "" + +#: inc/field/fieldsfield.class.php:172 inc/targetticket.class.php:346 +msgid "Field" +msgstr "" + +#: inc/field/fieldsfield.class.php:254 +msgid "show" +msgstr "" + +#: inc/field/fieldsfield.class.php:390 +#, php-format +msgid "Field '%1$s' type not implemented yet!" +msgstr "" + +#: inc/field/fieldsfield.class.php:467 +msgid "Some numeric fields contains non numeric values" +msgstr "" + +#: inc/field/fieldsfield.class.php:472 +msgid "Some URL fields contains invalid links" +msgstr "" + +#: inc/field/fieldsfield.class.php:566 +msgid "Additionnal fields" +msgstr "" + +#: inc/field/checkboxesfield.class.php:133 +msgid "Checkboxes" +msgstr "" + +#: inc/field/checkboxesfield.class.php:227 +#, php-format +msgid "The following question needs at least %d answers: %s" +msgstr "" + +#: inc/field/checkboxesfield.class.php:233 +#, php-format +msgid "The following question does not accept more than %d answers: %s" +msgstr "" + +#: inc/field/checkboxesfield.class.php:305 +msgid "Range min" +msgstr "" + +#: inc/field/checkboxesfield.class.php:306 +msgid "Range max" +msgstr "" + +#: inc/field/requesttypefield.class.php:87 inc/targetticket.class.php:1150 +msgid "Request type" +msgstr "" + +#: inc/field/floatfield.class.php:142 +#, php-format +msgid "This is not a number: %s" +msgstr "" + +#: inc/field/floatfield.class.php:183 +msgid "Decimal number" +msgstr "" + +#: inc/field/floatfield.class.php:235 inc/questionregex.class.php:62 entrée +#: standard:42 +msgid "Regular expression" +msgstr "" + +#: inc/field/floatfield.class.php:240 +msgid "Range" +msgstr "" + +#: inc/field/floatfield.class.php:246 +msgid "Additional validation" +msgstr "" + +#: inc/field/datefield.class.php:137 +msgid "Date" +msgstr "" + +#: inc/field/descriptionfield.class.php:106 inc/form.class.php:151 +#: inc/question.class.php:188 entrée standard:82 standard:52 standard:114 +msgid "Description" +msgstr "" + +#: inc/field/descriptionfield.class.php:113 +msgid "A description field should have a description:" +msgstr "" + +#: inc/field/hiddenfield.class.php:96 +msgid "Hidden field" +msgid_plural "Hidden fields" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: inc/condition.class.php:65 +msgid "Condition" +msgid_plural "Conditions" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: inc/condition.class.php:103 +msgid "is visible" +msgstr "" + +#: inc/condition.class.php:104 +msgid "is not visible" +msgstr "" + +#: inc/condition.class.php:105 +msgid "regular expression matches" +msgstr "" + +#: inc/condition.class.php:116 +msgid "Always displayed" +msgstr "" + +#: inc/condition.class.php:117 +msgid "Hidden unless" +msgstr "" + +#: inc/condition.class.php:118 +msgid "Displayed unless" +msgstr "" + +#: inc/condition.class.php:178 inc/target_actor.class.php:233 +#: inc/form_language.class.php:565 inc/form_validator.class.php:248 +#: inc/targetproblem.class.php:527 inc/questionrange.class.php:199 +#: inc/form.class.php:1908 inc/targetchange.class.php:304 +#: inc/questionfilter.class.php:222 inc/section.class.php:381 +#: inc/restrictedformcriteria.class.php:200 inc/question.class.php:867 +#: inc/questionparameter/range.class.php:198 inc/questionregex.class.php:188 +#: inc/questiondependency.class.php:196 inc/item_targetticket.class.php:154 +#: inc/targetticket.class.php:1461 +#, php-format +msgid "Failed to add or update the %1$s %2$s" +msgstr "" + +#: inc/condition.class.php:200 inc/target_actor.class.php:254 +#: inc/form_language.class.php:581 inc/form_validator.class.php:288 +#: inc/targetproblem.class.php:362 inc/questionrange.class.php:131 +#: inc/form.class.php:1569 inc/targetchange.class.php:149 +#: inc/questionfilter.class.php:154 inc/section.class.php:406 +#: inc/restrictedformcriteria.class.php:226 inc/question.class.php:894 +#: inc/questionparameter/range.class.php:133 inc/questionregex.class.php:120 +#: inc/questiondependency.class.php:211 inc/item_targetticket.class.php:64 +#: inc/targetticket.class.php:1500 +#, php-format +msgid "Cannot export an empty object: %s" +msgstr "" + +#: inc/condition.class.php:268 +msgid "Conditions" +msgstr "" + +#: inc/linker.class.php:78 +msgid "Importing" +msgstr "" + +#: inc/linker.class.php:80 +msgid "Import in progress" +msgstr "" + +#: inc/issue.class.php:43 +msgid "Issue" +msgid_plural "Issues" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: inc/issue.class.php:56 +msgid "Update issue data from tickets and form answers" +msgstr "" + +#: inc/issue.class.php:393 +msgid "Satisfaction survey expired" +msgstr "" + +#: inc/issue.class.php:531 inc/form_language.class.php:229 +#: inc/form.class.php:2208 entrée standard:52 standard:49 standard:57 +#: standard:38 standard:39 standard:105 standard:46 +msgid "Name" +msgstr "" + +#: inc/issue.class.php:543 inc/formanswer.class.php:229 +#: inc/formanswer.class.php:320 inc/targetproblem.class.php:610 +#: inc/form.class.php:142 inc/targetchange.class.php:335 +#: inc/section.class.php:95 inc/question.class.php:178 +#: inc/targetticket.class.php:180 entrée standard:45 +msgid "ID" +msgstr "" + +#: inc/issue.class.php:552 inc/form.class.php:2217 entrée standard:111 +#: standard:65 standard:104 standard:4 +msgid "Type" +msgid_plural "Types" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: inc/issue.class.php:565 inc/formanswer.class.php:307 +msgid "Status" +msgstr "" + +#: inc/issue.class.php:577 +msgid "Opening date" +msgstr "" + +#: inc/issue.class.php:586 +msgid "Last update" +msgstr "" + +#: inc/issue.class.php:595 inc/abstracttarget.class.php:517 +msgid "Entity" +msgid_plural "Entities" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: inc/issue.class.php:605 inc/notificationtargetformanswer.class.php:76 +#: inc/notificationtargetformanswer.class.php:96 +#: inc/target_actor.class.php:101 inc/formanswer.class.php:248 +#: inc/formanswer.class.php:762 inc/abstractitiltarget.class.php:1804 entrée +#: standard:48 +msgid "Requester" +msgid_plural "Requesters" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: inc/issue.class.php:619 inc/formanswer.class.php:258 +msgid "Form approver" +msgstr "" + +#: inc/issue.class.php:651 inc/formanswer.class.php:691 +#: inc/formanswer.class.php:698 inc/formanswer.class.php:777 +#: inc/form_language.class.php:243 +msgid "Comment" +msgstr "" + +#: inc/issue.class.php:663 +msgid "Ticket approver" +msgstr "" + +#: inc/issue.class.php:736 +msgid "Technician" +msgstr "" + +#: inc/issue.class.php:767 +msgid "Technician group" +msgstr "" + +#: inc/issue.class.php:799 inc/formanswer.class.php:287 +msgid "Form approver group" +msgstr "" + +#: inc/issue.class.php:829 +msgid "Ticket approver group" +msgstr "" + +#: inc/issue.class.php:863 inc/abstractitiltarget.class.php:787 entrée +#: standard:108 +msgid "Time to resolve" +msgstr "" + +#: inc/issue.class.php:874 +msgid "Time to resolve + Progress" +msgstr "" + +#: inc/issue.class.php:884 +msgid "Internal time to resolve" +msgstr "" + +#: inc/issue.class.php:895 +msgid "Internal time to resolve + Progress" +msgstr "" + +#: inc/issue.class.php:905 +msgid "Resolution date" +msgstr "" + +#: inc/issue.class.php:914 +msgid "Internal time to own" +msgstr "" + +#: inc/issue.class.php:925 +msgid "Internal time to own + Progress" +msgstr "" + +#: inc/issue.class.php:935 entrée standard:109 +msgid "Time to own" +msgstr "" + +#: inc/issue.class.php:946 +msgid "Time to own + Progress" +msgstr "" + +#: inc/issue.class.php:958 +msgid "Approver substitute" +msgstr "" + +#: inc/issue.class.php:1022 +msgid "Substitute of a member of approver group" +msgstr "" + +#: inc/issue.class.php:1095 +msgid "Form approver substitute" +msgstr "" + +#: inc/issue.class.php:1163 +msgid "Current form approver group" +msgstr "" + +#: inc/issue.class.php:1193 +msgid "Current form approver" +msgstr "" + +#: inc/issue.class.php:1227 +msgid "Ticket requester" +msgstr "" + +#: inc/issue.class.php:1274 +msgid "Ticket observer" +msgstr "" + +#: inc/issue.class.php:1322 +msgid "Ticket technician" +msgstr "" + +#: inc/issue.class.php:1469 +#, php-format +msgid "%1$s %2$s" +msgstr "" + +#: inc/issue.class.php:1727 inc/filter/itilcategoryfilter.class.php:56 +#: hook.php:766 +msgid "All" +msgstr "" + +#: inc/issue.class.php:1733 hook.php:767 +msgid "New" +msgstr "" + +#: inc/issue.class.php:1739 hook.php:768 +msgid "Assigned" +msgstr "" + +#: inc/issue.class.php:1745 inc/formanswer.class.php:78 +#: inc/form_validator.class.php:70 hook.php:769 +msgid "Waiting" +msgstr "" + +#: inc/issue.class.php:1751 hook.php:770 +msgid "To validate" +msgstr "" + +#: inc/issue.class.php:1757 hook.php:771 +msgid "Solved" +msgstr "" + +#: inc/issue.class.php:1763 hook.php:772 +msgid "Closed" +msgstr "" + +#: inc/category.class.php:50 hook.php:72 +msgid "Form category" +msgid_plural "Form categories" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: inc/category.class.php:80 +msgid "Knowbase category" +msgstr "" + +#: inc/category.class.php:86 +msgid "As child of" +msgstr "" + +#: inc/category.class.php:92 inc/form.class.php:247 entrée standard:65 +msgid "Icon" +msgstr "" + +#: inc/category.class.php:98 inc/form.class.php:255 entrée standard:67 +msgid "Icon color" +msgstr "" + +#: inc/category.class.php:104 inc/form.class.php:263 entrée standard:80 +msgid "Background color" +msgstr "" + +#: inc/formlist.class.php:46 inc/entityconfig.class.php:93 +#: inc/form.class.php:111 inc/form.class.php:516 inc/form.class.php:2015 +#: entrée standard:47 +msgid "Form" +msgid_plural "Forms" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: inc/notificationtargetformanswer.class.php:43 +msgid "The form as been saved" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:44 +msgid "A form need to be validate" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:45 install/install.php:490 +msgid "The form is refused" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:46 install/install.php:496 +msgid "The form is accepted" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:47 install/install.php:502 +msgid "The form is deleted" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:74 +msgid "Form ID" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:75 +#: inc/notificationtargetformanswer.class.php:95 +msgid "Form name" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:77 +#: inc/form_validator.class.php:91 +msgid "Validator" +msgid_plural "Validators" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: inc/notificationtargetformanswer.class.php:78 +#: inc/notificationtargetformanswer.class.php:98 inc/formanswer.class.php:278 +#: entrée standard:49 +msgid "Creation date" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:79 +#: inc/notificationtargetformanswer.class.php:99 +msgid "Full form answers" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:80 +msgid "Validation comment" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:81 +#: inc/notificationtargetformanswer.class.php:101 +msgid "Validation link" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:82 +msgid "Request ID" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:94 +msgid "Form #" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:97 +msgctxt "tag" +msgid "Validator" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:100 +msgid "Refused comment" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:102 +msgid "Request #" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:114 +msgid "Author" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:115 +#: inc/abstractitiltarget.class.php:1374 +msgid "Approver" +msgstr "" + +#: inc/target_actor.class.php:70 inc/abstractitiltarget.class.php:2141 +msgid "Form author" +msgstr "" + +#: inc/target_actor.class.php:71 inc/abstractitiltarget.class.php:2144 +msgid "Form validator" +msgstr "" + +#: inc/target_actor.class.php:72 +msgid "Specific person" +msgstr "" + +#: inc/target_actor.class.php:73 inc/abstractitiltarget.class.php:2154 +msgid "Person from the question" +msgstr "" + +#: inc/target_actor.class.php:74 +msgid "Specific group" +msgstr "" + +#: inc/target_actor.class.php:75 inc/abstractitiltarget.class.php:2165 +msgid "Group from the question" +msgstr "" + +#: inc/target_actor.class.php:76 +msgid "Group from an object" +msgstr "" + +#: inc/target_actor.class.php:77 +msgid "Tech group from an object" +msgstr "" + +#: inc/target_actor.class.php:78 +msgid "Specific supplier" +msgstr "" + +#: inc/target_actor.class.php:79 inc/abstractitiltarget.class.php:2194 +msgid "Supplier from the question" +msgstr "" + +#: inc/target_actor.class.php:80 inc/abstractitiltarget.class.php:2183 +msgid "Actors from the question" +msgstr "" + +#: inc/target_actor.class.php:81 inc/abstractitiltarget.class.php:2198 +msgid "Form author's supervisor" +msgstr "" + +#: inc/target_actor.class.php:102 +msgid "Observer" +msgstr "" + +#: inc/target_actor.class.php:103 inc/abstractitiltarget.class.php:1818 +msgid "Assigned to" +msgstr "" + +#: inc/target_actor.class.php:109 +msgid "Target actor" +msgid_plural "Target actors" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: inc/target_actor.class.php:115 inc/target_actor.class.php:131 +#: inc/target_actor.class.php:140 +msgid "Bad request while adding an actor." +msgstr "" + +#: inc/target_actor.class.php:197 +#, php-format +msgid "Failed to find a user: %1$s" +msgstr "" + +#: inc/target_actor.class.php:206 +#, php-format +msgid "Failed to find a group: %1$s" +msgstr "" + +#: inc/target_actor.class.php:215 +#, php-format +msgid "Failed to find a supplier: %1$s" +msgstr "" + +#: inc/formanswer.class.php:79 inc/form_validator.class.php:72 +msgid "Refused" +msgstr "" + +#: inc/formanswer.class.php:80 inc/form_validator.class.php:71 +msgid "Accepted" +msgstr "" + +#: inc/formanswer.class.php:214 +msgid "Form answer" +msgid_plural "Form answers" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: inc/formanswer.class.php:676 +msgid "Print this form" +msgstr "" + +#: inc/formanswer.class.php:701 +msgid "Form accepted by validator." +msgstr "" + +#: inc/formanswer.class.php:703 +msgid "Form successfully saved." +msgstr "" + +#: inc/formanswer.class.php:770 +msgid "Save" +msgstr "" + +#: inc/formanswer.class.php:782 +msgid "Required if refused" +msgstr "" + +#: inc/formanswer.class.php:788 +msgid "Refuse" +msgstr "" + +#: inc/formanswer.class.php:796 +msgid "Edit answers" +msgstr "" + +#: inc/formanswer.class.php:802 +msgid "Cancel edition" +msgstr "" + +#: inc/formanswer.class.php:809 +msgid "Accept" +msgstr "" + +#: inc/formanswer.class.php:828 +msgid "Refused comment is required!" +msgstr "" + +#: inc/formanswer.class.php:882 inc/formanswer.class.php:899 +msgid "" +"An internal error occured when verifying your answers. Please report it to " +"your administrator." +msgstr "" + +#: inc/formanswer.class.php:933 +msgid "You are not the validator of these answers" +msgstr "" + +#: inc/formanswer.class.php:1083 +#, php-format +msgid "Item sucessfully added: %1$s (%2$s: %3$s)" +msgstr "" + +#: inc/formanswer.class.php:1166 inc/formanswer.class.php:1168 +msgid "Form data" +msgstr "" + +#: inc/formanswer.class.php:1301 +msgid "" +"You are a validator of the form, then your approval hs been added " +"automatically." +msgstr "" + +#: inc/formanswer.class.php:1310 inc/formanswer.class.php:1363 +msgid "Cannot generate targets!" +msgstr "" + +#: inc/formanswer.class.php:1511 +msgid "No captcha set." +msgstr "" + +#: inc/formanswer.class.php:1517 +msgid "You failed the captcha test." +msgstr "" + +#: inc/formanswer.class.php:1540 +msgid "You must select validator!" +msgstr "" + +#: inc/common.class.php:229 +msgid "You cannot delete this issue. Maybe it is taken into account." +msgstr "" + +#: inc/common.class.php:234 +msgid "Failed to delete this issue. An internal error occured." +msgstr "" + +#: inc/common.class.php:745 +msgid "Seek assistance" +msgstr "" + +#: inc/common.class.php:751 inc/common.class.php:755 +msgid "My requests for assistance" +msgstr "" + +#: inc/common.class.php:791 +msgid "Consult reminders" +msgstr "" + +#: inc/common.class.php:811 +msgid "Consult feeds" +msgstr "" + +#: inc/abstractfield.class.php:89 inc/question.class.php:758 +msgid "Apply" +msgstr "" + +#: inc/formaccesstype.class.php:41 entrée standard:39 +msgid "Access type" +msgid_plural "Access types" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: inc/form_language.class.php:51 +msgid "Form language" +msgid_plural "Form languages" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: inc/form_language.class.php:78 inc/form_language.class.php:364 +msgid "Translation" +msgid_plural "Translations" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: inc/form_language.class.php:119 +msgid "The name cannot be empty." +msgstr "" + +#: inc/form_language.class.php:127 +msgid "The language must be associated to a form." +msgstr "" + +#: inc/form_language.class.php:135 +msgid "The specified language is not available." +msgstr "" + +#: inc/form_language.class.php:265 +msgid "Add a translation" +msgstr "" + +#: inc/form_language.class.php:299 js/scripts.js:1214 +msgid "Update a translation" +msgstr "" + +#: inc/form_language.class.php:329 inc/form_language.class.php:331 +msgid "New translation" +msgstr "" + +#: inc/form_language.class.php:334 +msgid "Filter list" +msgstr "" + +#: inc/form_language.class.php:339 inc/form_language.class.php:438 +msgid "No translation found" +msgstr "" + +#: inc/form_language.class.php:344 +msgid "Do you want to delete the selected items?" +msgstr "" + +#: inc/form_language.class.php:353 inc/form_language.class.php:401 +#: inc/abstractitiltarget.class.php:1710 entrée standard:124 standard:31 +msgid "Delete" +msgstr "" + +#: inc/form_language.class.php:363 +msgid "Original string" +msgstr "" + +#: inc/form_language.class.php:424 +msgid "Add a new language" +msgstr "" + +#: inc/form_language.class.php:457 inc/form_language.class.php:489 +#: inc/form.class.php:178 entrée standard:72 +msgid "Language" +msgstr "" + +#: inc/form_validator.class.php:69 inc/targetticket.class.php:99 +#: inc/abstractitiltarget.class.php:186 +msgid "None" +msgstr "" + +#: inc/form_validator.class.php:78 inc/abstractitiltarget.class.php:2552 +msgid "No" +msgstr "" + +#: inc/form_validator.class.php:81 +msgid "Supervisor of the requester" +msgstr "" + +#: inc/form_validator.class.php:116 inc/translation.class.php:221 +msgid "Form not found." +msgstr "" + +#: inc/form_validator.class.php:121 inc/form_validator.class.php:129 +#: inc/form_validator.class.php:138 +msgid "Invalid validator." +msgstr "" + +#: inc/form_validator.class.php:147 +#, php-format +msgid "Only level 1 is allowed for %s." +msgstr "" + +#: inc/form_validator.class.php:156 +msgid "Invalid validator type." +msgstr "" + +#: inc/form_validator.class.php:194 entrée standard:103 +msgid "Level" +msgstr "" + +#: inc/form_validator.class.php:592 inc/abstractitiltarget.class.php:1354 +msgid "Validation" +msgstr "" + +#: inc/form_validator.class.php:594 +msgid "Choose a validator" +msgstr "" + +#: inc/profile.class.php:62 inc/targetproblem.class.php:147 +#: inc/entityconfig.class.php:520 inc/targetchange.class.php:484 +#: inc/targetticket.class.php:323 inc/targetticket.class.php:358 +#: inc/abstractitiltarget.class.php:2124 +msgctxt "button" +msgid "Save" +msgstr "" + +#: inc/targetproblem.class.php:43 entrée standard:43 +msgid "Target problem" +msgid_plural "Target problems" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: inc/targetproblem.class.php:109 inc/targetproblem.class.php:565 +#: inc/targetchange.class.php:105 inc/targetchange.class.php:441 +#: inc/targetticket.class.php:135 inc/targetticket.class.php:238 +msgid "Properties" +msgstr "" + +#: inc/targetproblem.class.php:509 inc/targetchange.class.php:286 +#: inc/targetticket.class.php:1443 +#, php-format +msgid "" +"Failed to add or update the %1$s %2$s: a question is missing and is used in " +"a parameter of the target" +msgstr "" + +#: inc/targetproblem.class.php:566 inc/targetchange.class.php:106 +#: inc/targetticket.class.php:136 inc/abstractitiltarget.class.php:1216 +msgid "Actors" +msgstr "" + +#: inc/targetproblem.class.php:619 entrée standard:48 +msgid "Problem title" +msgstr "" + +#: inc/targetproblem.class.php:629 inc/targetchange.class.php:354 +#: inc/targetticket.class.php:199 +msgid "Content" +msgstr "" + +#: inc/targetproblem.class.php:639 inc/targetchange.class.php:364 +msgid "Impact" +msgstr "" + +#: inc/targetproblem.class.php:649 entrée standard:56 +msgid "Cause" +msgstr "" + +#: inc/targetproblem.class.php:659 entrée standard:58 +msgid "Symptom" +msgstr "" + +#: inc/entityconfig.class.php:101 inc/entityconfig.class.php:110 +#: inc/entityconfig.class.php:118 inc/entityconfig.class.php:126 +#: inc/entityconfig.class.php:134 inc/entityconfig.class.php:142 +#: inc/entityconfig.class.php:150 inc/entityconfig.class.php:158 +#: inc/entityconfig.class.php:166 inc/entityconfig.class.php:180 +#: inc/entityconfig.class.php:188 inc/entityconfig.class.php:196 +msgid "Inheritance of the parent entity" +msgstr "" + +#: inc/entityconfig.class.php:102 +msgid "GLPi's helpdesk" +msgstr "" + +#: inc/entityconfig.class.php:103 +msgid "Service catalog simplified" +msgstr "" + +#: inc/entityconfig.class.php:104 +msgid "Service catalog extended" +msgstr "" + +#: inc/entityconfig.class.php:111 +msgid "All available forms" +msgstr "" + +#: inc/entityconfig.class.php:112 +msgid "Only default forms" +msgstr "" + +#: inc/entityconfig.class.php:119 +msgid "Popularity sort" +msgstr "" + +#: inc/entityconfig.class.php:120 +msgid "Alphabetic sort" +msgstr "" + +#: inc/entityconfig.class.php:127 +msgid "Merged with Forms" +msgstr "" + +#: inc/entityconfig.class.php:128 +msgid "Distinct menu entry" +msgstr "" + +#: inc/entityconfig.class.php:135 inc/entityconfig.class.php:143 +#: inc/entityconfig.class.php:151 inc/entityconfig.class.php:159 +#: inc/entityconfig.class.php:189 inc/form.class.php:271 entrée standard:100 +msgid "Visible" +msgstr "" + +#: inc/entityconfig.class.php:136 inc/entityconfig.class.php:144 +#: inc/entityconfig.class.php:152 inc/entityconfig.class.php:160 +#: inc/entityconfig.class.php:190 +msgid "Hidden" +msgstr "" + +#: inc/entityconfig.class.php:167 +msgid "Variable height" +msgstr "" + +#: inc/entityconfig.class.php:168 +msgid "Uniform height" +msgstr "" + +#: inc/entityconfig.class.php:173 +msgid "Search for assistance" +msgstr "" + +#: inc/entityconfig.class.php:174 +msgid "User's assistance requests" +msgstr "" + +#: inc/entityconfig.class.php:181 +msgid "Only forms" +msgstr "" + +#: inc/entityconfig.class.php:182 +msgid "Forms and list of requests" +msgstr "" + +#: inc/entityconfig.class.php:197 +msgid "Folded" +msgstr "" + +#: inc/entityconfig.class.php:198 +msgid "Unfolded" +msgstr "" + +#: inc/entityconfig.class.php:298 +msgid "Helpdesk" +msgstr "" + +#: inc/entityconfig.class.php:306 inc/entityconfig.class.php:534 entrée +#: standard:44 +msgid "Helpdesk mode" +msgstr "" + +#: inc/entityconfig.class.php:317 inc/entityconfig.class.php:604 +msgid "Default Form list mode" +msgstr "" + +#: inc/entityconfig.class.php:335 inc/entityconfig.class.php:544 +msgid "Sort order" +msgstr "" + +#: inc/entityconfig.class.php:351 inc/entityconfig.class.php:554 +msgid "Knowledge base" +msgstr "" + +#: inc/entityconfig.class.php:366 +msgid "Search" +msgstr "" + +#: inc/entityconfig.class.php:382 inc/entityconfig.class.php:614 +msgid "Counters dashboard" +msgstr "" + +#: inc/entityconfig.class.php:398 +msgid "Header message" +msgstr "" + +#: inc/entityconfig.class.php:414 inc/entityconfig.class.php:624 +msgid "Search issue" +msgstr "" + +#: inc/entityconfig.class.php:430 inc/entityconfig.class.php:594 +msgid "Service catalog home page" +msgstr "" + +#: inc/entityconfig.class.php:446 inc/entityconfig.class.php:634 +msgid "Tile design" +msgstr "" + +#: inc/entityconfig.class.php:462 +msgid "Home page" +msgstr "" + +#: inc/entityconfig.class.php:494 +msgid "Menu visibility (only for vertical menu)" +msgstr "" + +#: inc/entityconfig.class.php:506 inc/entityconfig.class.php:584 +#: inc/form.class.php:225 entrée standard:84 +msgid "Header" +msgid_plural "Headers" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: inc/entityconfig.class.php:564 +msgid "Display search field" +msgstr "" + +#: inc/entityconfig.class.php:574 +msgid "Display header" +msgstr "" + +#: inc/questionrange.class.php:52 inc/questionparameter/range.class.php:56 +msgid "Question range" +msgid_plural "Question ranges" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: inc/questionrange.class.php:62 inc/questionparameter/range.class.php:66 +msgid "Minimum range" +msgstr "" + +#: inc/questionrange.class.php:71 inc/questionparameter/range.class.php:75 +msgid "maximum range" +msgstr "" + +#: inc/form.class.php:66 inc/form.class.php:429 +msgid "Public access" +msgstr "" + +#: inc/form.class.php:67 inc/form.class.php:433 +msgid "Private access" +msgstr "" + +#: inc/form.class.php:68 inc/form.class.php:437 +msgid "Restricted access" +msgstr "" + +#: inc/form.class.php:122 +msgid "Answers waiting for validation" +msgstr "" + +#: inc/form.class.php:124 inc/form.class.php:1663 inc/form.class.php:1689 +msgid "Import forms" +msgstr "" + +#: inc/form.class.php:169 +msgid "Recursive" +msgstr "" + +#: inc/form.class.php:190 +msgid "Homepage" +msgstr "" + +#: inc/form.class.php:203 +msgid "Access" +msgstr "" + +#: inc/form.class.php:234 inc/form.class.php:327 inc/form.class.php:394 entrée +#: standard:54 +msgid "Active" +msgstr "" + +#: inc/form.class.php:286 inc/form.class.php:338 inc/form.class.php:413 +msgid "Default form" +msgstr "" + +#: inc/form.class.php:296 entrée standard:106 +msgid "Next form" +msgstr "" + +#: inc/form.class.php:326 inc/form.class.php:391 +msgid "Inactive" +msgstr "" + +#: inc/form.class.php:337 inc/form.class.php:410 +msgid "Not default form" +msgstr "" + +#: inc/form.class.php:361 inc/form.class.php:445 entrée standard:75 +msgid "All languages" +msgstr "" + +#: inc/form.class.php:508 entrée standard:3 +msgid "Target" +msgid_plural "Targets" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: inc/form.class.php:511 +msgid "Preview" +msgstr "" + +#: inc/form.class.php:512 +msgid "Form answer properties" +msgstr "" + +#: inc/form.class.php:854 +msgid "What are you looking for?" +msgstr "" + +#: inc/form.class.php:993 inc/form.class.php:1156 +#: inc/abstracttarget.class.php:162 inc/abstractitiltarget.class.php:1625 +msgid "The name cannot be empty!" +msgstr "" + +#: inc/form.class.php:1026 inc/form.class.php:1191 +msgid "A loop is generated!" +msgstr "" + +#: inc/form.class.php:1167 +msgid "Cannot use empty name for form answers. Keeping the previous value." +msgstr "" + +#: inc/form.class.php:1303 +#, php-format +msgid "The question %s is not compatible with public forms" +msgstr "" + +#: inc/form.class.php:1386 +msgid "Errored duplicate" +msgstr "" + +#: inc/form.class.php:1397 entrée standard:23 +msgid "Duplicate" +msgstr "" + +#: inc/form.class.php:1442 inc/form.class.php:1452 +msgctxt "button" +msgid "Post" +msgstr "" + +#: inc/form.class.php:1475 +#, php-format +msgid "Form duplicated: %s" +msgstr "" + +#: inc/form.class.php:1491 +#, php-format +msgid "Form Transfered: %s" +msgstr "" + +#: inc/form.class.php:1515 +msgid "Back" +msgstr "" + +#: inc/form.class.php:1526 +#, php-format +msgid "Form updated: %s" +msgstr "" + +#: inc/form.class.php:1636 +msgid "Upload of JSON files not allowed." +msgstr "" + +#: inc/form.class.php:1639 +msgid "You may allow JSON files right now." +msgstr "" + +#: inc/form.class.php:1640 +msgctxt "button" +msgid "Create" +msgstr "" + +#: inc/form.class.php:1643 inc/form.class.php:1654 +msgid "Please contact your GLPI administrator." +msgstr "" + +#: inc/form.class.php:1644 inc/form.class.php:1655 +msgctxt "button" +msgid "Back" +msgstr "" + +#: inc/form.class.php:1647 +msgid "Upload of JSON files not enabled." +msgstr "" + +#: inc/form.class.php:1650 inc/form.class.php:1653 +msgid "You may enable JSON files right now." +msgstr "" + +#: inc/form.class.php:1651 +msgctxt "button" +msgid "Enable" +msgstr "" + +#: inc/form.class.php:1698 +msgctxt "button" +msgid "Send" +msgstr "" + +#: inc/form.class.php:1717 +msgid "Forms import impossible, the file is empty" +msgstr "" + +#: inc/form.class.php:1721 inc/form.class.php:1725 +msgid "Forms import impossible, the file seems corrupt" +msgstr "" + +#: inc/form.class.php:1731 +msgid "Forms import impossible, the file was generated with another version" +msgstr "" + +#: inc/form.class.php:1738 +msgid "" +"The file does not specifies the schema version. It was probably generated " +"with a version older than 2.10. Giving up." +msgstr "" + +#: inc/form.class.php:1764 +#, php-format +msgid "Failed to import %s" +msgstr "" + +#: inc/form.class.php:1769 +#, php-format +msgid "Forms successfully imported from %s" +msgstr "" + +#: inc/form.class.php:1832 +#, php-format +msgid "The form %1$s already exists and is in an unmodifiable entity." +msgstr "" + +#: inc/form.class.php:1840 +#, php-format +msgid "You don't have right to update the entity %1$s." +msgstr "" + +#: inc/form.class.php:1850 +#, php-format +msgid "The entity %1$s is required for the form %2$s." +msgstr "" + +#: inc/form.class.php:1952 +msgid "Failed to create JSON document type" +msgstr "" + +#: inc/form.class.php:1959 +msgid "JSON document type not found" +msgstr "" + +#: inc/form.class.php:1966 +msgid "Failed to update JSON document type" +msgstr "" + +#: inc/form.class.php:1986 +msgid "Forms without category" +msgstr "" + +#: inc/form.class.php:2007 +msgid "No form available" +msgstr "" + +#: inc/form.class.php:2205 entrée standard:47 +msgid "Add a target" +msgstr "" + +#: inc/form.class.php:2236 inc/targetticket.class.php:398 +#: inc/abstractitiltarget.class.php:1828 inc/abstractitiltarget.class.php:2124 +#: entrée standard:92 standard:94 +msgid "Add" +msgstr "" + +#: inc/form.class.php:2254 inc/form.class.php:2277 inc/form.class.php:2299 +msgid "Unsupported target type." +msgstr "" + +#: inc/form.class.php:2333 +msgid "plugin_formcreator_load_check" +msgstr "" + +#: inc/targetchange.class.php:44 entrée standard:43 +msgid "Target change" +msgid_plural "Target changes" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: inc/targetchange.class.php:344 entrée standard:48 +msgid "Change title" +msgstr "" + +#: inc/targetchange.class.php:374 entrée standard:56 +msgid "Control list" +msgstr "" + +#: inc/targetchange.class.php:384 entrée standard:58 +msgid "Deployment plan" +msgstr "" + +#: inc/targetchange.class.php:394 entrée standard:60 +msgid "Backup plan" +msgstr "" + +#: inc/targetchange.class.php:404 +msgid "Check list" +msgstr "" + +#: inc/questionfilter.class.php:52 +msgid "Question filter" +msgid_plural "Question filters" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: inc/section.class.php:71 entrée standard:53 standard:44 +msgid "Section" +msgid_plural "Sections" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: inc/section.class.php:123 inc/section.class.php:166 +#: inc/question.class.php:348 +msgid "The title is required" +msgstr "" + +#: inc/section.class.php:553 inc/question.class.php:234 entrée standard:37 +msgid "Count of conditions" +msgstr "" + +#: inc/restrictedformcriteria.class.php:179 +#, php-format +msgid "Failed to find %1$s %2$s" +msgstr "" + +#: inc/question.class.php:73 inc/abstractitiltarget.class.php:1127 entrée +#: standard:41 +msgid "Question" +msgid_plural "Questions" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: inc/question.class.php:197 entrée standard:43 standard:50 standard:44 +#: standard:49 standard:79 +msgid "Required" +msgstr "" + +#: inc/question.class.php:355 +msgid "The section is required" +msgstr "" + +#: inc/question.class.php:365 +#, php-format +msgid "Field type %1$s is not available for question %2$s." +msgstr "" + +#: inc/question.class.php:379 +msgid "This type of question is not compatible with public forms." +msgstr "" + +#: inc/question.class.php:469 +msgid "The field type cannot be changed. Delete then recreate the question." +msgstr "" + +#: inc/question.class.php:1184 +msgid "Service levels" +msgstr "" + +#: inc/question.class.php:1185 inc/abstractitiltarget.class.php:851 +msgid "SLA" +msgstr "" + +#: inc/question.class.php:1186 inc/abstractitiltarget.class.php:924 +msgid "OLA" +msgstr "" + +#: inc/question.class.php:1205 inc/question.class.php:1248 +#: inc/question.class.php:1251 +msgid "Assets" +msgstr "" + +#: inc/question.class.php:1219 hook.php:780 hook.php:797 +msgid "Assistance" +msgstr "" + +#: inc/question.class.php:1225 +msgid "Management" +msgstr "" + +#: inc/question.class.php:1236 +msgid "Tools" +msgstr "" + +#: inc/question.class.php:1237 +msgid "Notes" +msgstr "" + +#: inc/question.class.php:1238 +msgid "RSS feed" +msgstr "" + +#: inc/question.class.php:1240 +msgid "Administration" +msgstr "" + +#: inc/question.class.php:1248 inc/question.class.php:1251 +msgid "Plugin" +msgid_plural "Plugins" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: inc/abstractquestionparameter.class.php:98 +msgid "Parameter" +msgstr "" + +#: inc/abstractquestionparameter.class.php:105 +msgid "Field name" +msgstr "" + +#: inc/abstracttarget.class.php:97 +msgid "Current active entity" +msgstr "" + +#: inc/abstracttarget.class.php:98 +msgid "Default requester user's entity" +msgstr "" + +#: inc/abstracttarget.class.php:99 +msgid "First dynamic requester user's entity (alphabetical)" +msgstr "" + +#: inc/abstracttarget.class.php:100 +msgid "Last dynamic requester user's entity (alphabetical)" +msgstr "" + +#: inc/abstracttarget.class.php:101 +msgid "The form entity" +msgstr "" + +#: inc/abstracttarget.class.php:102 +msgid "Default entity of the validator" +msgstr "" + +#: inc/abstracttarget.class.php:103 +msgid "Specific entity" +msgstr "" + +#: inc/abstracttarget.class.php:104 +msgid "Default entity of a user type question answer" +msgstr "" + +#: inc/abstracttarget.class.php:105 +msgid "From a GLPI object > Entity type question answer" +msgstr "" + +#: inc/abstracttarget.class.php:116 +msgid "Always generated" +msgstr "" + +#: inc/abstracttarget.class.php:117 +msgid "Disabled unless" +msgstr "" + +#: inc/abstracttarget.class.php:118 +msgid "Generated unless" +msgstr "" + +#: inc/abstracttarget.class.php:129 +msgid "A target must be associated to a form." +msgstr "" + +#: inc/abstracttarget.class.php:134 +msgid "A target must be associated to an existing form." +msgstr "" + +#: inc/abstracttarget.class.php:139 +msgid "Name is required." +msgstr "" + +#: inc/abstracttarget.class.php:502 +msgid "Destination entity" +msgstr "" + +#: inc/abstracttarget.class.php:518 +msgid "User type question" +msgstr "" + +#: inc/abstracttarget.class.php:519 +msgid "Entity type question" +msgstr "" + +#: inc/command/cleanticketscommand.class.php:53 +msgid "Searching for invalid items..." +msgstr "" + +#: inc/command/cleanticketscommand.class.php:61 +msgid "Done." +msgstr "" + +#: inc/command/cleanticketscommand.class.php:135 +msgid "Step 1: double encoded < and > signs." +msgstr "" + +#: inc/command/cleanticketscommand.class.php:146 +#: inc/command/cleanticketscommand.class.php:196 +#: inc/command/cleanticketscommand.class.php:260 +msgid "No invalid items found." +msgstr "" + +#: inc/command/cleanticketscommand.class.php:187 +msgid "Step 2: literal BR tag." +msgstr "" + +#: inc/command/cleanticketscommand.class.php:251 +msgid "Step 3: litteral > sign." +msgstr "" + +#: inc/filter/itilcategoryfilter.class.php:52 +#: inc/filter/itilcategoryfilter.class.php:54 +msgid "Request categories" +msgstr "" + +#: inc/filter/itilcategoryfilter.class.php:53 +#: inc/filter/itilcategoryfilter.class.php:54 +msgid "Incident categories" +msgstr "" + +#: inc/filter/itilcategoryfilter.class.php:55 +msgid "Change categories" +msgstr "" + +#: inc/supervisorvalidator.class.php:44 +msgid "Requester supervisor" +msgid_plural "Requester supervisors" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: inc/supervisorvalidator.class.php:52 +msgid "My supervisor" +msgstr "" + +#: inc/questionregex.class.php:52 +msgid "Question regular expression" +msgid_plural "Question regular expressions" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: inc/questiondependency.class.php:66 +msgid "Question dependency" +msgid_plural "Question dependencies" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: inc/answer.class.php:66 entrée standard:43 +msgid "Answer" +msgid_plural "Answers" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: inc/item_targetticket.class.php:52 +msgid "Composite ticket relation" +msgid_plural "Composite ticket relations" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: inc/targetticket.class.php:57 entrée standard:43 +msgid "Target ticket" +msgid_plural "Target tickets" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: inc/targetticket.class.php:100 +msgid "Specific asset" +msgstr "" + +#: inc/targetticket.class.php:101 inc/targetticket.class.php:117 +#: inc/abstractitiltarget.class.php:207 inc/abstractitiltarget.class.php:215 +#: inc/abstractitiltarget.class.php:223 inc/abstractitiltarget.class.php:231 +#: inc/abstractitiltarget.class.php:240 inc/abstractitiltarget.class.php:249 +msgid "Equals to the answer to the question" +msgstr "" + +#: inc/targetticket.class.php:102 inc/abstractitiltarget.class.php:232 +#: inc/abstractitiltarget.class.php:241 inc/abstractitiltarget.class.php:250 +msgid "Last valid answer" +msgstr "" + +#: inc/targetticket.class.php:108 +msgid "Source from template or user default or GLPI default" +msgstr "" + +#: inc/targetticket.class.php:109 +msgid "Formcreator" +msgstr "" + +#: inc/targetticket.class.php:115 +msgid "Default or from a template" +msgstr "" + +#: inc/targetticket.class.php:116 +msgid "Specific type" +msgstr "" + +#: inc/targetticket.class.php:189 entrée standard:48 +msgid "Ticket title" +msgstr "" + +#: inc/targetticket.class.php:307 +msgid "Add validation message as first ticket followup" +msgstr "" + +#: inc/targetticket.class.php:341 +msgid "Add a field" +msgstr "" + +#: inc/targetticket.class.php:369 +msgid "Managed fields" +msgstr "" + +#: inc/targetticket.class.php:376 +msgid "No managed field" +msgstr "" + +#: inc/targetticket.class.php:396 +msgid "Link to an other ticket" +msgstr "" + +#: inc/targetticket.class.php:405 +msgid "An other destination of this form" +msgstr "" + +#: inc/targetticket.class.php:406 +msgid "An existing ticket" +msgstr "" + +#: inc/targetticket.class.php:407 +msgid "A ticket from an answer to a question" +msgstr "" + +#: inc/targetticket.class.php:488 +msgctxt "button" +msgid "Delete permanently" +msgstr "" + +#: inc/targetticket.class.php:743 +msgid "Invalid link type" +msgstr "" + +#: inc/targetticket.class.php:763 +msgid "Invalid linked item type" +msgstr "" + +#: inc/targetticket.class.php:776 +msgid "Linked item does not exists" +msgstr "" + +#: inc/targetticket.class.php:789 +msgid "Failed to link the item" +msgstr "" + +#: inc/targetticket.class.php:905 install/install.php:497 +msgid "Your form has been accepted by the validator" +msgstr "" + +#: inc/targetticket.class.php:1137 +msgid "Request source" +msgstr "" + +#: inc/targetticket.class.php:1162 +msgid "Type " +msgstr "" + +#: inc/targetticket.class.php:1190 +msgid "Associated elements" +msgstr "" + +#: inc/targetticket.class.php:1201 +msgid "Item " +msgstr "" + +#: inc/translation.class.php:153 +msgid "No more string to translate" +msgstr "" + +#: inc/translation.class.php:164 +msgid "Internal error: translatable string not found." +msgstr "" + +#: inc/translation.class.php:216 +msgid "Language not found." +msgstr "" + +#: inc/translation.class.php:236 +msgid "Failed to add the translation." +msgstr "" + +#: inc/abstractitiltarget.class.php:187 +msgid "Tags from questions" +msgstr "" + +#: inc/abstractitiltarget.class.php:188 +msgid "Specific tags" +msgstr "" + +#: inc/abstractitiltarget.class.php:189 +msgid "Tags from questions and specific tags" +msgstr "" + +#: inc/abstractitiltarget.class.php:190 +msgid "Tags from questions or specific tags" +msgstr "" + +#: inc/abstractitiltarget.class.php:196 +msgid "TTR from template or none" +msgstr "" + +#: inc/abstractitiltarget.class.php:197 +msgid "equals to the answer to the question" +msgstr "" + +#: inc/abstractitiltarget.class.php:198 +msgid "calculated from the ticket creation date" +msgstr "" + +#: inc/abstractitiltarget.class.php:199 +msgid "calculated from the answer to the question" +msgstr "" + +#: inc/abstractitiltarget.class.php:205 +msgid "SLA from template or none" +msgstr "" + +#: inc/abstractitiltarget.class.php:206 +msgid "Specific SLA" +msgstr "" + +#: inc/abstractitiltarget.class.php:213 +msgid "OLA from template or none" +msgstr "" + +#: inc/abstractitiltarget.class.php:214 +msgid "Specific OLA" +msgstr "" + +#: inc/abstractitiltarget.class.php:221 +msgid "Urgency from template or Medium" +msgstr "" + +#: inc/abstractitiltarget.class.php:222 +msgid "Specific urgency" +msgstr "" + +#: inc/abstractitiltarget.class.php:229 +msgid "Category from template or none" +msgstr "" + +#: inc/abstractitiltarget.class.php:230 +msgid "Specific category" +msgstr "" + +#: inc/abstractitiltarget.class.php:238 +msgid "Location from template or none" +msgstr "" + +#: inc/abstractitiltarget.class.php:239 +msgid "Specific location" +msgstr "" + +#: inc/abstractitiltarget.class.php:247 +msgid "Contract from template or none" +msgstr "" + +#: inc/abstractitiltarget.class.php:248 +msgid "Specific contract" +msgstr "" + +#: inc/abstractitiltarget.class.php:256 +msgid "No validation" +msgstr "" + +#: inc/abstractitiltarget.class.php:257 +msgid "Specific user or group" +msgstr "" + +#: inc/abstractitiltarget.class.php:258 +msgid "User from question answer" +msgstr "" + +#: inc/abstractitiltarget.class.php:259 +msgid "Group from question answer" +msgstr "" + +#: inc/abstractitiltarget.class.php:839 +msgid "Minute" +msgid_plural "Minutes" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: inc/abstractitiltarget.class.php:840 +msgid "Hour" +msgid_plural "Hours" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: inc/abstractitiltarget.class.php:841 +msgid "Day" +msgid_plural "Days" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: inc/abstractitiltarget.class.php:842 +msgid "Month" +msgid_plural "Months" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: inc/abstractitiltarget.class.php:874 +msgid "SLA (TTO/TTR)" +msgstr "" + +#: inc/abstractitiltarget.class.php:875 inc/abstractitiltarget.class.php:948 +msgid "Question (TTO/TTR)" +msgstr "" + +#: inc/abstractitiltarget.class.php:947 +msgid "OLA (TTO/TTR)" +msgstr "" + +#: inc/abstractitiltarget.class.php:1051 +msgid "Urgency " +msgstr "" + +#: inc/abstractitiltarget.class.php:1080 +msgid "Ticket tags" +msgstr "" + +#: inc/abstractitiltarget.class.php:1128 +msgid "Tags" +msgstr "" + +#: inc/abstractitiltarget.class.php:1247 +msgid "Location" +msgstr "" + +#: inc/abstractitiltarget.class.php:1259 +msgid "Location " +msgstr "" + +#: inc/abstractitiltarget.class.php:1312 +msgid "Contract" +msgstr "" + +#: inc/abstractitiltarget.class.php:1324 +msgid "Contract " +msgstr "" + +#: inc/abstractitiltarget.class.php:1635 +msgid "The description cannot be empty!" +msgstr "" + +#: inc/abstractitiltarget.class.php:1811 +msgid "Watcher" +msgid_plural "Watchers" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: inc/abstractitiltarget.class.php:1830 +msgid "Cancel" +msgstr "" + +#: inc/abstractitiltarget.class.php:2118 inc/abstractitiltarget.class.php:2548 +#: inc/abstractitiltarget.class.php:2552 +msgid "Email followup" +msgstr "" + +#: inc/abstractitiltarget.class.php:2149 inc/abstractitiltarget.class.php:2536 +msgid "User" +msgstr "" + +#: inc/abstractitiltarget.class.php:2160 inc/abstractitiltarget.class.php:2540 +msgid "Group" +msgstr "" + +#: inc/abstractitiltarget.class.php:2171 +msgid "Group from the object" +msgstr "" + +#: inc/abstractitiltarget.class.php:2177 +msgid "Tech group from the object" +msgstr "" + +#: inc/abstractitiltarget.class.php:2189 inc/abstractitiltarget.class.php:2544 +msgid "Supplier" +msgstr "" + +#: inc/abstractitiltarget.class.php:2548 +msgid "Yes" +msgstr "" + +#: install/install.php:163 +#, php-format +msgid "Upgrade tables to innoDB; run %s" +msgstr "" + +#: install/install.php:199 +#, php-format +msgid "" +"The database schema is not consistent with the previous version of " +"Formcreator %s. To see the logs run the command %s" +msgstr "" + +#: install/install.php:208 +#, php-format +msgid "To ignore the inconsistencies and upgrade anyway run %s" +msgstr "" + +#: install/install.php:225 +msgid "" +"Upgrade from version older than 2.5.0 is no longer supported. Please upgrade" +" to GLPI 9.5.7, upgrade Formcreator to version 2.12.5, then upgrade again to" +" GLPI 10 or later and Formcreator 2.13 or later." +msgstr "" + +#: install/install.php:251 +#, php-format +msgid "" +"A fatal error occured in the upgrade from %s! Upgrade aborted. Please check " +"logs to fix the problem then try again." +msgstr "" + +#: install/install.php:294 +#, php-format +msgid "" +"The database schema is not consistent with the current version of " +"Formcreator %s. To see the logs enable the plugin and run the command %s" +msgstr "" + +#: install/install.php:305 +msgid "The tables of the plugin passed the schema integrity check." +msgstr "" + +#: install/install.php:478 +msgid "A form has been created" +msgstr "" + +#: install/install.php:479 +msgid "Your request has been saved" +msgstr "" + +#: install/install.php:480 +msgid "" +"Hi,\\nYour request from GLPI has been successfully saved with number " +"##formcreator.request_id## and transmitted to the helpdesk team.\\nYou can " +"see your answers onto the following link:\\n##formcreator.validation_link##" +msgstr "" + +#: install/install.php:484 +msgid "A form need validation" +msgstr "" + +#: install/install.php:485 +msgid "A form from GLPI need to be validated" +msgstr "" + +#: install/install.php:486 +msgid "" +"Hi,\\nA form from GLPI need to be validated and you have been choosen as the" +" validator.\\nYou can access it by clicking onto this " +"link:\\n##formcreator.validation_link##" +msgstr "" + +#: install/install.php:491 +msgid "Your form has been refused by the validator" +msgstr "" + +#: install/install.php:492 +msgid "" +"Hi,\\nWe are sorry to inform you that your form has been refused by the " +"validator for the reason " +"below:\\n##formcreator.validation_comment##\\n\\nYou can still modify and " +"resubmit it by clicking onto this link:\\n##formcreator.validation_link##" +msgstr "" + +#: install/install.php:498 +msgid "" +"Hi,\\nWe are pleased to inform you that your form has been accepted by the " +"validator.\\nYour request will be considered soon." +msgstr "" + +#: install/install.php:503 +msgid "Your form has been deleted by an administrator" +msgstr "" + +#: install/install.php:504 +msgid "" +"Hi,\\nWe are sorry to inform you that your request cannot be considered and " +"has been deleted by an administrator." +msgstr "" + +#: install/install.php:732 +msgid "Formcreator - Sync service catalog issues" +msgstr "" + +#: install/install.php:945 +msgid "Failed to check the sanity of the tables!" +msgstr "" + +#: install/install.php:959 +#, php-format +msgid "Table schema differs for table \"%s\"." +msgstr "" + +#: install/install.php:962 +#, php-format +msgid "Table \"%s\" is missing." +msgstr "" + +#: install/install.php:965 +#, php-format +msgid "Unknown table \"%s\" has been found in database." +msgstr "" + +#: hook.php:439 +msgctxt "button" +msgid "Duplicate" +msgstr "" + +#: hook.php:440 +msgid "Transfer" +msgstr "" + +#: hook.php:441 +msgctxt "button" +msgid "Export" +msgstr "" + +#: hook.php:442 +msgctxt "button" +msgid "Access rights" +msgstr "" + +#: hook.php:756 +msgid "Cancel my ticket" +msgstr "" + +#: hook.php:774 +msgid "Old" +msgstr "" + +#: hook.php:781 +#, php-format +msgid "Number of %s" +msgstr "" + +#: hook.php:798 +msgid "Issues summary" +msgstr "" + +#: hook.php:843 +msgid "" +"Formcreator's mini dashboard not usable as default. This Setting has been " +"ignored." +msgstr "" + +#: js/scripts.js:300 +msgid "No form found. Please choose a form below instead." +msgstr "" + +#: js/scripts.js:302 +msgid "No form found." +msgstr "" + +#: js/scripts.js:306 +msgid "No FAQ item found." +msgstr "" + +#: js/scripts.js:707 +msgid "Are you sure you want to delete this question?" +msgstr "" + +#: js/scripts.js:917 +msgid "Are you sure you want to delete this section?" +msgstr "" + +#: js/scripts.js:1161 +msgid "Add translations" +msgstr "" + +#: js/scripts.js:1300 js/scripts.js:1324 +msgid "An error occured while querying forms" +msgstr "" + +#: js/scripts.js:1416 entrée standard:139 +msgid "Send" +msgstr "" + +#: js/scripts.js:1425 +msgid "An internal error occurred. Please report it to administrator." +msgstr "" + +#: js/scripts.js:1468 +msgid "Are you sure you want to delete this validator ?" +msgstr "" + +#: js/scripts.js:1520 +msgid "Are you sure you want to duplicate this target?" +msgstr "" + +#: js/scripts.js:1537 +msgid "Are you sure you want to delete this target?" +msgstr "" + +#: entrée standard:57 standard:61 standard:60 standard:59 standard:43 +#: standard:69 standard:52 standard:76 +msgid "Default values" +msgstr "" + +#: entrée standard:52 standard:59 standard:58 +msgid "Show empty" +msgstr "" + +#: entrée standard:39 +msgid "LDAP directory" +msgid_plural "LDAP directories" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: entrée standard:78 +msgid "Attribute" +msgstr "" + +#: entrée standard:70 standard:68 +msgid "Values" +msgstr "" + +#: entrée standard:90 +msgid "Show ticket categories" +msgstr "" + +#: entrée standard:146 standard:118 +msgid "Selectable root" +msgstr "" + +#: entrée standard:38 +msgid "GLPI object" +msgid_plural "GLPI objects" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: entrée standard:63 +msgid "Direct access on homepage" +msgstr "" + +#: entrée standard:86 +msgid "Default form in service catalog" +msgstr "" + +#: entrée standard:113 standard:114 +msgid "Are you a robot ?" +msgstr "" + +#: entrée standard:64 +msgid "Condition to show the section" +msgstr "" + +#: entrée standard:40 +msgid "Condition to generate the target" +msgstr "" + +#: entrée standard:40 +msgid "General" +msgstr "" + +#: entrée standard:45 +msgid "validation percent" +msgstr "" + +#: entrée standard:52 +msgid "Add a validator" +msgstr "" + +#: entrée standard:57 standard:36 +msgid "Validation level" +msgstr "" + +#: entrée standard:73 +msgid "Validator type" +msgstr "" + +#: entrée standard:98 +msgid "Validators" +msgstr "" + +#: entrée standard:106 standard:5 +msgid "Actions" +msgstr "" + +#: entrée standard:54 +msgid "Impacts" +msgstr "" + +#: entrée standard:62 +msgid "Checklist" +msgstr "" + +#: entrée standard:36 +msgid "Answers title" +msgstr "" + +#: entrée standard:45 +msgid "Add a section" +msgstr "" + +#: entrée standard:55 +msgid "Condition to show the submit button" +msgstr "" + +#: entrée standard:33 +msgid "No form answer yet" +msgstr "" + +#: entrée standard:38 +#, php-format +msgid "%s latest items" +msgstr "" + +#: entrée standard:54 +msgid "Please activate the form to view the link" +msgstr "" + +#: entrée standard:63 +msgid "Enable captcha" +msgstr "" + +#: entrée standard:79 +msgid "Restricted to" +msgstr "" + +#: entrée standard:83 +msgid "Add a question" +msgstr "" + +#: entrée standard:39 +msgid "List of available tags" +msgstr "" + +#: entrée standard:42 +msgid "Title" +msgstr "" + +#: entrée standard:47 +msgid "Full form" +msgstr "" + +#: entrée standard:37 +msgid "Validation status" +msgstr "" + +#: entrée standard:36 +#, php-format +msgid "My %1$d last forms (requester)" +msgstr "" + +#: entrée standard:39 +msgid "No form posted yet" +msgstr "" + +#: entrée standard:63 +msgid "All my forms (requester)" +msgstr "" + +#: entrée standard:36 +#, php-format +msgid "My %1$d last forms (validator)" +msgstr "" + +#: entrée standard:63 +msgid "All my forms (validator)" +msgstr "" + +#: entrée standard:42 +msgid "Min" +msgstr "" + +#: entrée standard:53 +msgid "Max" +msgstr "" diff --git a/locales/sk_SK.mo b/locales/sk_SK.mo index eada38b99..d97149f33 100644 Binary files a/locales/sk_SK.mo and b/locales/sk_SK.mo differ diff --git a/locales/sk_SK.po b/locales/sk_SK.po index 662ef320f..e8c3fe88c 100644 --- a/locales/sk_SK.po +++ b/locales/sk_SK.po @@ -4,17 +4,29 @@ # FIRST AUTHOR , YEAR. # # Translators: -# Miroslav Hlohovsky, 2022 +<<<<<<< HEAD # Radoslav Koren, 2023 +# Miroslav Hlohovsky, 2023 +======= +# Miroslav Hlohovsky, 2022 +# Radoslav Koren, 2022 +# Thierry Bugier , 2023 +>>>>>>> support/2.13.0 +# feonsu , 2023 # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-30 14:13+0200\n" +<<<<<<< HEAD +"POT-Creation-Date: 2023-05-31 16:21+0200\n" "PO-Revision-Date: 2022-06-15 12:10+0000\n" -"Last-Translator: Radoslav Koren, 2023\n" +======= +"POT-Creation-Date: 2023-11-13 14:56+0100\n" +"PO-Revision-Date: 2021-08-30 07:22+0000\n" +>>>>>>> support/2.13.0 +"Last-Translator: feonsu , 2023\n" "Language-Team: Slovak (Slovakia) (https://app.transifex.com/teclib/teams/28042/sk_SK/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -181,16 +193,15 @@ msgid "Textarea" msgstr "Textové pole" #: inc/field/textareafield.class.php:249 inc/field/dropdownfield.class.php:594 -#: inc/field/ldapselectfield.class.php:115 inc/field/textfield.class.php:126 +#: inc/field/ldapselectfield.class.php:115 #: inc/field/urgencyfield.class.php:166 inc/field/tagfield.class.php:166 #: inc/field/timefield.class.php:114 inc/field/fieldsfield.class.php:489 #: inc/field/requesttypefield.class.php:161 msgid "A required field is empty:" msgstr "Povinné pole je prázdne:" -#: inc/field/textareafield.class.php:267 inc/field/textfield.class.php:179 -#: inc/field/integerfield.class.php:112 inc/field/floatfield.class.php:194 -#: inc/conditionnabletrait.class.php:70 +#: inc/field/textareafield.class.php:267 inc/field/integerfield.class.php:112 +#: inc/field/floatfield.class.php:194 inc/conditionnabletrait.class.php:70 msgid "The regular expression is invalid" msgstr "Bežný výraz je neplatný" @@ -253,47 +264,59 @@ msgstr "LDAP adresár nie je definovaný!" msgid "LDAP directory not found!" msgstr "LDAP adresár nebol nájdený!" -#: inc/field/textfield.class.php:147 inc/field/integerfield.class.php:71 -#: inc/field/floatfield.class.php:156 +<<<<<<< HEAD +======= +#: inc/field/ldapselectfield.class.php:154 +msgid "LDAP attribute is required!" +msgstr "LDAP atribút je požadovaný!" + +#: inc/field/textfield.class.php:146 inc/field/floatfield.class.php:156 #, php-format msgid "Specific format does not match: %s" msgstr "Špecifický formát sa nezhoduje: %s" -#: inc/field/textfield.class.php:156 +#: inc/field/textfield.class.php:155 #, php-format msgid "The text is too short (minimum %d characters): %s" msgstr "Text je príliš krátky (minimum %d znakov): %s" -#: inc/field/textfield.class.php:161 +#: inc/field/textfield.class.php:160 #, php-format msgid "The text is too long (maximum %d characters): %s" msgstr "Text je príliš dlhý (maximum %d znakov): %s" -#: inc/field/textfield.class.php:169 +#: inc/field/textfield.class.php:168 msgid "Text" msgstr "Text" -#: inc/field/textfield.class.php:218 inc/field/floatfield.class.php:235 +#: inc/field/textfield.class.php:217 inc/field/floatfield.class.php:238 #: inc/questionregex.class.php:62 entrée standard:42 msgid "Regular expression" msgstr "Všeobecný výraz" -#: inc/field/textfield.class.php:223 inc/field/floatfield.class.php:240 +#: inc/field/textfield.class.php:222 inc/field/floatfield.class.php:243 msgid "Range" msgstr "Rozsah" -#: inc/field/textfield.class.php:229 inc/field/floatfield.class.php:246 +#: inc/field/textfield.class.php:228 inc/field/floatfield.class.php:249 msgid "Additional validation" msgstr "Dodatočné overenie" +>>>>>>> support/2.13.0 #: inc/field/radiosfield.class.php:108 msgid "Radios" msgstr "Tlačidlá predvoľby" -#: inc/field/radiosfield.class.php:114 inc/field/glpiselectfield.class.php:112 -#: inc/field/fieldsfield.class.php:513 inc/field/checkboxesfield.class.php:245 +<<<<<<< HEAD +#: inc/field/radiosfield.class.php:114 inc/field/fieldsfield.class.php:513 +#: inc/field/checkboxesfield.class.php:245 msgid "The field value is required:" msgstr "Hodnota poľa je povinná:" +======= +#: inc/field/radiosfield.class.php:116 inc/field/checkboxesfield.class.php:256 +msgid "The field value is required." +msgstr "Hodnota poľa je povinná." +>>>>>>> support/2.13.0 #: inc/field/radiosfield.class.php:192 inc/field/selectfield.class.php:104 #: inc/field/datetimefield.class.php:119 inc/field/actorfield.class.php:258 @@ -308,6 +331,11 @@ msgstr "Povinné pole je prázdne: %s" msgid "This is not an integer: %s" msgstr "Toto nie je číslo: %s" +#: inc/field/integerfield.class.php:71 inc/field/floatfield.class.php:156 +#, php-format +msgid "Specific format does not match: %s" +msgstr "Špecifický formát sa nezhoduje: %s" + #: inc/field/integerfield.class.php:85 inc/field/floatfield.class.php:167 #, php-format msgid "The following number must be greater than %d: %s" @@ -365,7 +393,11 @@ msgstr "Veľmi nízka" #: inc/field/tagfield.class.php:52 msgid "Warning: Tag plugin is disabled or missing" +<<<<<<< HEAD msgstr "Upozornenie: Doplnok značky je zakázaný alebo chýba" +======= +msgstr "Upozornenie: plugin Tag je vypnutý alebo chýba" +>>>>>>> support/2.13.0 #: inc/field/tagfield.class.php:200 msgid "Tag" @@ -375,14 +407,6 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: inc/field/glpiselectfield.class.php:97 entrée standard:38 -msgid "GLPI object" -msgid_plural "GLPI objects" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" - #: inc/field/hostnamefield.class.php:116 msgid "Hostname" msgid_plural "Hostnames" @@ -458,7 +482,11 @@ msgstr "Viacnásobný výber" #: inc/field/fieldsfield.class.php:154 msgid "Warning: Additional Fields plugin is disabled or missing" +<<<<<<< HEAD msgstr "Upozornenie: Ďalšie polia pluginu sú zakázané alebo chýbajú" +======= +msgstr "Upozornenie: plugin Dodatočné polia (fields) je vypnutý alebo chýba" +>>>>>>> support/2.13.0 #: inc/field/fieldsfield.class.php:168 msgid "Block" @@ -526,6 +554,19 @@ msgstr "Toto nie je číslo: %s" msgid "Decimal number" msgstr "" +#: inc/field/floatfield.class.php:235 inc/questionregex.class.php:62 entrée +#: standard:42 +msgid "Regular expression" +msgstr "Všeobecný výraz" + +#: inc/field/floatfield.class.php:240 +msgid "Range" +msgstr "Rozsah" + +#: inc/field/floatfield.class.php:246 +msgid "Additional validation" +msgstr "Dodatočné overenie" + #: inc/field/datefield.class.php:137 msgid "Date" msgstr "Dátum" @@ -585,7 +626,7 @@ msgstr "Zobrazené pokiaľ" #: inc/form.class.php:1908 inc/targetchange.class.php:304 #: inc/questionfilter.class.php:222 inc/section.class.php:381 #: inc/restrictedformcriteria.class.php:200 inc/question.class.php:867 -#: inc/questionparameter/range.class.php:202 inc/questionregex.class.php:188 +#: inc/questionparameter/range.class.php:198 inc/questionregex.class.php:188 #: inc/questiondependency.class.php:196 inc/item_targetticket.class.php:154 #: inc/targetticket.class.php:1461 #, php-format @@ -598,7 +639,7 @@ msgstr "Nepodarilo sa pridať alebo aktualizovať %1$s %2$s" #: inc/form.class.php:1569 inc/targetchange.class.php:149 #: inc/questionfilter.class.php:154 inc/section.class.php:406 #: inc/restrictedformcriteria.class.php:226 inc/question.class.php:894 -#: inc/questionparameter/range.class.php:137 inc/questionregex.class.php:120 +#: inc/questionparameter/range.class.php:133 inc/questionregex.class.php:120 #: inc/questiondependency.class.php:211 inc/item_targetticket.class.php:64 #: inc/targetticket.class.php:1500 #, php-format @@ -683,10 +724,10 @@ msgstr[3] "" #: standard:48 msgid "Requester" msgid_plural "Requesters" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" +msgstr[0] "Žiadateľ" +msgstr[1] "Žiadatelia" +msgstr[2] "Žiadatelia" +msgstr[3] "Žiadatelia" #: inc/issue.class.php:619 inc/formanswer.class.php:258 msgid "Form approver" @@ -787,40 +828,40 @@ msgstr "" msgid "Ticket technician" msgstr "" -#: inc/issue.class.php:1465 +#: inc/issue.class.php:1469 #, php-format msgid "%1$s %2$s" msgstr "%1$s %2$s" -#: inc/issue.class.php:1723 inc/filter/itilcategoryfilter.class.php:56 +#: inc/issue.class.php:1727 inc/filter/itilcategoryfilter.class.php:56 #: hook.php:766 msgid "All" -msgstr "Všetci" +msgstr "Všetko" -#: inc/issue.class.php:1729 hook.php:767 +#: inc/issue.class.php:1733 hook.php:767 msgid "New" -msgstr "Nový" +msgstr "Nové" -#: inc/issue.class.php:1735 hook.php:768 +#: inc/issue.class.php:1739 hook.php:768 msgid "Assigned" -msgstr "Pridelený" +msgstr "Priradené" -#: inc/issue.class.php:1741 inc/formanswer.class.php:78 +#: inc/issue.class.php:1745 inc/formanswer.class.php:78 #: inc/form_validator.class.php:70 hook.php:769 msgid "Waiting" msgstr "Čakanie" -#: inc/issue.class.php:1747 hook.php:770 +#: inc/issue.class.php:1751 hook.php:770 msgid "To validate" msgstr "Na overenie" -#: inc/issue.class.php:1753 hook.php:771 +#: inc/issue.class.php:1757 hook.php:771 msgid "Solved" msgstr "Vyriešené" -#: inc/issue.class.php:1759 hook.php:772 +#: inc/issue.class.php:1763 hook.php:772 msgid "Closed" -msgstr "Uzavretý" +msgstr "Uzavreté" #: inc/category.class.php:50 hook.php:72 msgid "Form category" @@ -855,10 +896,10 @@ msgstr "Farba pozadia" #: entrée standard:47 msgid "Form" msgid_plural "Forms" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" +msgstr[0] "Formulár" +msgstr[1] "Formuláre" +msgstr[2] "Formuláre" +msgstr[3] "Formuláre" #: inc/notificationtargetformanswer.class.php:43 msgid "The form as been saved" @@ -1117,15 +1158,15 @@ msgstr "" msgid "Cannot generate targets!" msgstr "Nie je možné generovať ciele!" -#: inc/formanswer.class.php:1512 +#: inc/formanswer.class.php:1511 msgid "No captcha set." msgstr "" -#: inc/formanswer.class.php:1518 +#: inc/formanswer.class.php:1517 msgid "You failed the captcha test." msgstr "" -#: inc/formanswer.class.php:1541 +#: inc/formanswer.class.php:1540 msgid "You must select validator!" msgstr "Musíte vybrať overenie!" @@ -1143,7 +1184,7 @@ msgstr "Vyhľadajte pomoc" #: inc/common.class.php:751 inc/common.class.php:755 msgid "My requests for assistance" -msgstr "Moja požiadavka o pomoc" +msgstr "Moje požiadavky o pomoc" #: inc/common.class.php:791 msgid "Consult reminders" @@ -1160,10 +1201,33 @@ msgstr "" #: inc/formaccesstype.class.php:41 entrée standard:39 msgid "Access type" msgid_plural "Access types" +<<<<<<< HEAD msgstr[0] "" msgstr[1] "" msgstr[2] "" msgstr[3] "" +======= +msgstr[0] "Typ prístupu" +msgstr[1] "Typy prístupov" +msgstr[2] "Typy prístupov" +msgstr[3] "Typy prístupov" + +#: inc/formaccesstype.class.php:79 +msgid "Link to the form" +msgstr "Odkaz na formulár" + +#: inc/formaccesstype.class.php:92 +msgid "Please activate the form to view the link" +msgstr "Pre zobrazenie odkazu prosím aktivujte formulár" + +#: inc/formaccesstype.class.php:100 inc/form.class.php:1505 +msgid "Enable captcha" +msgstr "Povoliť captcha" + +#: inc/formaccesstype.class.php:112 +msgid "Restricted to" +msgstr "Obmedzený na" +>>>>>>> support/2.13.0 #: inc/form_language.class.php:51 msgid "Form language" @@ -1571,10 +1635,17 @@ msgstr "Všetky jazyky" #: inc/form.class.php:508 entrée standard:3 msgid "Target" msgid_plural "Targets" +<<<<<<< HEAD msgstr[0] "" msgstr[1] "" msgstr[2] "" msgstr[3] "" +======= +msgstr[0] "Cieľ" +msgstr[1] "Ciele" +msgstr[2] "Ciele" +msgstr[3] "Ciele" +>>>>>>> support/2.13.0 #: inc/form.class.php:511 msgid "Preview" @@ -1664,7 +1735,7 @@ msgstr "Späť" #: inc/form.class.php:1647 msgid "Upload of JSON files not enabled." -msgstr "Nahrávanie súborov JSON nie je povolené." +msgstr "Nahrávanie súborov JSON nie je zapnuté." #: inc/form.class.php:1650 inc/form.class.php:1653 msgid "You may enable JSON files right now." @@ -1802,10 +1873,10 @@ msgstr[3] "" #: inc/section.class.php:71 entrée standard:53 standard:44 msgid "Section" msgid_plural "Sections" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" +msgstr[0] "Sekcia" +msgstr[1] "Sekcie" +msgstr[2] "Sekcie" +msgstr[3] "Sekcie" #: inc/section.class.php:123 inc/section.class.php:166 #: inc/question.class.php:348 @@ -2416,7 +2487,7 @@ msgstr "Áno" #: install/install.php:163 #, php-format msgid "Upgrade tables to innoDB; run %s" -msgstr "Aktualizujte tabuľky na innoDB; beží %s" +msgstr "Aktualizujte tabuľky na innoDB; spustite %s" #: install/install.php:199 #, php-format @@ -2456,7 +2527,7 @@ msgstr "" #: install/install.php:305 msgid "The tables of the plugin passed the schema integrity check." -msgstr "Plugin prešiel kontrolou integrity." +msgstr "Tabuľky pluginu prešli kontrolou integrity schémy." #: install/install.php:478 msgid "A form has been created" @@ -2640,7 +2711,7 @@ msgstr "" #: js/scripts.js:1537 msgid "Are you sure you want to delete this target?" -msgstr "" +msgstr "Naozaj chcete odstrániť tento cieľ?" #: entrée standard:57 standard:61 standard:60 standard:59 standard:43 #: standard:69 standard:52 standard:76 @@ -2675,6 +2746,14 @@ msgstr "Zobraziť kategórie tiketov" msgid "Selectable root" msgstr "Selectable root" +#: entrée standard:38 +msgid "GLPI object" +msgid_plural "GLPI objects" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + #: entrée standard:63 msgid "Direct access on homepage" msgstr "Priamy prístup na domovskú stránku" diff --git a/locales/sr_RS.mo b/locales/sr_RS.mo index 5a02770e7..235a90e69 100644 Binary files a/locales/sr_RS.mo and b/locales/sr_RS.mo differ diff --git a/locales/sr_RS.po b/locales/sr_RS.po new file mode 100644 index 000000000..ae64159bb --- /dev/null +++ b/locales/sr_RS.po @@ -0,0 +1,2738 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +# Translators: +# Sinisa R , 2022 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-05-31 16:21+0200\n" +"PO-Revision-Date: 2022-06-15 12:10+0000\n" +"Last-Translator: Sinisa R , 2022\n" +"Language-Team: Serbian (Serbia) (https://app.transifex.com/teclib/teams/28042/sr_RS/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: sr_RS\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#: ajax/question_update.php:38 ajax/section_update.php:37 +msgid "Bad request" +msgstr "" + +#: ajax/question_update.php:47 ajax/question_move.php:45 +#: ajax/question_delete.php:42 ajax/question_toggle_required.php:49 +msgid "Question not found" +msgstr "" + +#: ajax/question_update.php:53 ajax/question_duplicate.php:49 +#: ajax/question_move.php:50 ajax/section_add.php:38 +#: ajax/section_delete.php:50 ajax/section_move.php:55 +#: ajax/section_duplicate.php:50 ajax/question_delete.php:49 +#: ajax/question_toggle_required.php:55 ajax/section_update.php:44 +msgid "You don't have right for this action" +msgstr "" + +#: ajax/question_duplicate.php:43 +msgid "Source question not found" +msgstr "" + +#: ajax/question_move.php:73 +msgid "Could not move some questions" +msgstr "" + +#: ajax/section_add.php:44 +msgid "Could not add the section" +msgstr "" + +#: ajax/commontree.php:55 entrée standard:128 standard:100 +msgid "Subtree root" +msgstr "" + +#: ajax/commontree.php:59 +msgid "Selectable" +msgstr "" + +#: ajax/commontree.php:74 entrée standard:137 standard:109 +msgid "Limit subtree depth" +msgstr "" + +#: ajax/commontree.php:84 +msgid "No limit" +msgstr "" + +#: ajax/section_delete.php:44 ajax/section_move.php:49 +#: ajax/section_duplicate.php:44 +msgid "Source section not found" +msgstr "" + +#: ajax/section_delete.php:56 +msgid "Could not delete the section" +msgstr "" + +#: ajax/question_add.php:45 +msgid "Could not add the question" +msgstr "" + +#: ajax/section_move.php:66 +msgid "Could not move the section" +msgstr "" + +#: ajax/target_actor.php:51 +msgid "Failed to add the actor" +msgstr "" + +#: ajax/target_actor.php:62 +msgid "Failed to delete the actor" +msgstr "" + +#: ajax/section_duplicate.php:56 +msgid "Could not duplicate the section" +msgstr "" + +#: ajax/section_update.php:50 +msgid "Could not update the section" +msgstr "" + +#: front/knowbaseitem.php:42 front/knowbaseitem.php:47 +#: front/wizardreminders.php:49 front/wizardreminders.php:51 +#: front/wizard.php:45 front/wizard.php:50 front/wizardfeeds.php:49 +#: front/wizardfeeds.php:51 front/issue.php:44 front/issue.php:50 +#: front/formanswer.php:44 front/reservation.php:46 front/reservation.php:48 +#: front/knowbaseitem.form.php:48 front/knowbaseitem.form.php:50 +#: front/reservationitem.php:42 front/reservationitem.php:44 +#: front/formanswer.form.php:74 front/reservation.form.php:46 +#: front/reservation.form.php:48 +msgid "Service catalog" +msgstr "Katalog servisa" + +#: front/issue.form.php:46 +msgid "Item not found" +msgstr "" + +#: front/targetticket.form.php:46 front/targetticket.form.php:56 +#: front/targetticket.form.php:81 front/targetchange.form.php:46 +#: front/targetproblem.form.php:46 +msgid "No right to update this item." +msgstr "" + +#: front/targetticket.form.php:75 +msgid "Bad request while deleting an actor." +msgstr "" + +#: front/targetticket.form.php:95 front/targetchange.form.php:81 +#: front/formanswer.php:47 front/targetproblem.form.php:81 +#: front/formanswer.form.php:77 front/form.php:43 inc/common.class.php:654 +#: inc/common.class.php:661 +msgid "Form Creator" +msgstr "Kreiranje obrazaca" + +#: front/targetticket.form.php:105 front/targetchange.form.php:90 +#: front/targetproblem.form.php:90 +#, php-format +msgid "%1$s = %2$s" +msgstr "" + +#: front/formlist.php:46 front/formlist.php:52 inc/common.class.php:648 +msgid "Form list" +msgstr "Lista obrazaca" + +#: front/formdisplay.php:90 inc/formanswer.class.php:1077 +#: inc/formanswer.class.php:1325 inc/formanswer.class.php:1376 +msgid "The form has been successfully saved!" +msgstr "Obrazac snimljen" + +#. TRANS: %s is the user login +#: front/reservation.form.php:71 +#, php-format +msgid "%1$s purges the reservation for item %2$s" +msgstr "" + +#: front/reservation.form.php:124 +#, php-format +msgid "%1$s adds the reservation %2$s for item %3$s" +msgstr "" + +#: inc/knowbase.class.php:60 inc/entityconfig.class.php:478 +#: inc/form.class.php:611 +msgid "Category" +msgid_plural "Categories" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/knowbase.class.php:62 inc/form.class.php:614 entrée standard:39 +msgid "See all" +msgstr "" + +#: inc/knowbase.class.php:83 +msgid "Please, describe your need here" +msgstr "Molim, opišite ovdje Vašu potrebu" + +#: inc/field/textareafield.class.php:186 +msgid "Textarea" +msgstr "Tekstaulna zona" + +#: inc/field/textareafield.class.php:249 inc/field/dropdownfield.class.php:594 +#: inc/field/ldapselectfield.class.php:115 +#: inc/field/urgencyfield.class.php:166 inc/field/tagfield.class.php:166 +#: inc/field/timefield.class.php:114 inc/field/fieldsfield.class.php:489 +#: inc/field/requesttypefield.class.php:161 +msgid "A required field is empty:" +msgstr "Obavezno polje je prazno:" + +#: inc/field/textareafield.class.php:267 inc/field/integerfield.class.php:112 +#: inc/field/floatfield.class.php:194 inc/conditionnabletrait.class.php:70 +msgid "The regular expression is invalid" +msgstr "" + +#: inc/field/dropdownfield.class.php:81 inc/filter/entityfilter.class.php:48 +msgid "User and form" +msgstr "" + +#: inc/field/dropdownfield.class.php:87 +msgid "Search filter" +msgstr "" + +#: inc/field/dropdownfield.class.php:585 entrée standard:38 +msgid "Dropdown" +msgid_plural "Dropdowns" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/field/dropdownfield.class.php:616 +msgid "Invalid value for " +msgstr "" + +#: inc/field/dropdownfield.class.php:628 +#, php-format +msgid "The itemtype field is required: %s" +msgstr "" + +#: inc/field/dropdownfield.class.php:644 +#, php-format +msgid "Invalid dropdown type: %s" +msgstr "" + +#: inc/field/dropdownfield.class.php:704 inc/questionfilter.class.php:62 +#: entrée standard:68 +msgid "Filter" +msgstr "Filter" + +#: inc/field/dropdownfield.class.php:987 entrée standard:162 standard:134 +msgid "Entity restriction" +msgstr "" + +#: inc/field/dropdownfield.class.php:996 +msgid "" +"To respect the GLPI entity system, \"Form\" should be selected. Others " +"settings will break the entity restrictions" +msgstr "" + +#: inc/field/ldapselectfield.class.php:96 +msgid "LDAP Select" +msgstr "Izbor LDAP-a" + +#: inc/field/ldapselectfield.class.php:140 +msgid "LDAP directory not defined!" +msgstr "" + +#: inc/field/ldapselectfield.class.php:147 +msgid "LDAP directory not found!" +msgstr "" + +#: inc/field/radiosfield.class.php:108 +msgid "Radios" +msgstr "Radios" + +#: inc/field/radiosfield.class.php:114 inc/field/fieldsfield.class.php:513 +#: inc/field/checkboxesfield.class.php:245 +msgid "The field value is required:" +msgstr "Vrijednost polja je obavezna:" + +#: inc/field/radiosfield.class.php:192 inc/field/selectfield.class.php:104 +#: inc/field/datetimefield.class.php:119 inc/field/actorfield.class.php:258 +#: inc/field/checkboxesfield.class.php:191 inc/field/floatfield.class.php:125 +#: inc/field/datefield.class.php:116 +#, php-format +msgid "A required field is empty: %s" +msgstr "" + +#: inc/field/integerfield.class.php:59 +#, php-format +msgid "This is not an integer: %s" +msgstr "" + +#: inc/field/integerfield.class.php:71 inc/field/floatfield.class.php:156 +#, php-format +msgid "Specific format does not match: %s" +msgstr "" + +#: inc/field/integerfield.class.php:85 inc/field/floatfield.class.php:167 +#, php-format +msgid "The following number must be greater than %d: %s" +msgstr "" + +#: inc/field/integerfield.class.php:91 inc/field/floatfield.class.php:173 +#, php-format +msgid "The following number must be lower than %d: %s" +msgstr "" + +#: inc/field/integerfield.class.php:101 +msgid "Integer" +msgstr "Integer" + +#: inc/field/undefinedfield.class.php:44 +msgid "Undefined" +msgstr "" + +#: inc/field/ipfield.class.php:123 +msgid "IP address" +msgid_plural "IP addresses" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/field/urgencyfield.class.php:86 inc/abstractitiltarget.class.php:1040 +msgid "Urgency" +msgstr "" + +#: inc/field/urgencyfield.class.php:120 +msgctxt "urgency" +msgid "Very high" +msgstr "" + +#: inc/field/urgencyfield.class.php:121 +msgctxt "urgency" +msgid "High" +msgstr "" + +#: inc/field/urgencyfield.class.php:122 +msgctxt "urgency" +msgid "Medium" +msgstr "" + +#: inc/field/urgencyfield.class.php:123 +msgctxt "urgency" +msgid "Low" +msgstr "" + +#: inc/field/urgencyfield.class.php:124 +msgctxt "urgency" +msgid "Very low" +msgstr "" + +#: inc/field/tagfield.class.php:52 +msgid "Warning: Tag plugin is disabled or missing" +msgstr "" + +#: inc/field/tagfield.class.php:200 +msgid "Tag" +msgid_plural "Tags" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/field/hostnamefield.class.php:116 +msgid "Hostname" +msgid_plural "Hostnames" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/field/timefield.class.php:130 +msgid "Time" +msgstr "" + +#: inc/field/emailfield.class.php:89 +#, php-format +msgid "This is not a valid e-mail: %s" +msgstr "" + +#: inc/field/emailfield.class.php:100 +msgid "Email" +msgid_plural "Emails" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/field/selectfield.class.php:97 +msgid "Select" +msgstr "Izbor" + +#: inc/field/datetimefield.class.php:140 +msgid "Date & time" +msgstr "" + +#: inc/field/actorfield.class.php:84 +msgid "Actor" +msgid_plural "Actors" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/field/actorfield.class.php:268 +#, php-format +msgid "Invalid value: %s" +msgstr "" + +#: inc/field/actorfield.class.php:291 +#, php-format +msgid "User not found or invalid email address: %s" +msgstr "" + +#: inc/field/filefield.class.php:124 +msgid "No attached document" +msgstr "" + +#: inc/field/filefield.class.php:133 inc/field/filefield.class.php:254 +#: inc/field/filefield.class.php:261 +msgid "Attached document" +msgstr "" + +#: inc/field/filefield.class.php:175 +#, php-format +msgid "A required file is missing: %s" +msgstr "" + +#: inc/field/filefield.class.php:192 +msgid "File" +msgstr "" + +#: inc/field/multiselectfield.class.php:86 +msgid "Multiselect" +msgstr "Višestruki" + +#: inc/field/fieldsfield.class.php:154 +msgid "Warning: Additional Fields plugin is disabled or missing" +msgstr "" + +#: inc/field/fieldsfield.class.php:168 +msgid "Block" +msgstr "" + +#: inc/field/fieldsfield.class.php:172 inc/targetticket.class.php:346 +msgid "Field" +msgstr "" + +#: inc/field/fieldsfield.class.php:254 +msgid "show" +msgstr "" + +#: inc/field/fieldsfield.class.php:390 +#, php-format +msgid "Field '%1$s' type not implemented yet!" +msgstr "" + +#: inc/field/fieldsfield.class.php:467 +msgid "Some numeric fields contains non numeric values" +msgstr "" + +#: inc/field/fieldsfield.class.php:472 +msgid "Some URL fields contains invalid links" +msgstr "" + +#: inc/field/fieldsfield.class.php:566 +msgid "Additionnal fields" +msgstr "" + +#: inc/field/checkboxesfield.class.php:133 +msgid "Checkboxes" +msgstr "Polja za potvrdu" + +#: inc/field/checkboxesfield.class.php:227 +#, php-format +msgid "The following question needs at least %d answers: %s" +msgstr "" + +#: inc/field/checkboxesfield.class.php:233 +#, php-format +msgid "The following question does not accept more than %d answers: %s" +msgstr "" + +#: inc/field/checkboxesfield.class.php:305 +msgid "Range min" +msgstr "" + +#: inc/field/checkboxesfield.class.php:306 +msgid "Range max" +msgstr "" + +#: inc/field/requesttypefield.class.php:87 inc/targetticket.class.php:1150 +msgid "Request type" +msgstr "" + +#: inc/field/floatfield.class.php:142 +#, php-format +msgid "This is not a number: %s" +msgstr "" + +#: inc/field/floatfield.class.php:183 +msgid "Decimal number" +msgstr "" + +#: inc/field/floatfield.class.php:235 inc/questionregex.class.php:62 entrée +#: standard:42 +msgid "Regular expression" +msgstr "Regularan izraz" + +#: inc/field/floatfield.class.php:240 +msgid "Range" +msgstr "Opseg" + +#: inc/field/floatfield.class.php:246 +msgid "Additional validation" +msgstr "Dodatna potvrda" + +#: inc/field/datefield.class.php:137 +msgid "Date" +msgstr "" + +#: inc/field/descriptionfield.class.php:106 inc/form.class.php:151 +#: inc/question.class.php:188 entrée standard:82 standard:52 standard:114 +msgid "Description" +msgstr "Opis" + +#: inc/field/descriptionfield.class.php:113 +msgid "A description field should have a description:" +msgstr "Polje opisa bi trebalo da ima opis:" + +#: inc/field/hiddenfield.class.php:96 +msgid "Hidden field" +msgid_plural "Hidden fields" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/condition.class.php:65 +msgid "Condition" +msgid_plural "Conditions" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/condition.class.php:103 +msgid "is visible" +msgstr "" + +#: inc/condition.class.php:104 +msgid "is not visible" +msgstr "" + +#: inc/condition.class.php:105 +msgid "regular expression matches" +msgstr "" + +#: inc/condition.class.php:116 +msgid "Always displayed" +msgstr "Uvijek prikazano" + +#: inc/condition.class.php:117 +msgid "Hidden unless" +msgstr "Skriveno sve dok" + +#: inc/condition.class.php:118 +msgid "Displayed unless" +msgstr "Prikazano sve dok" + +#: inc/condition.class.php:178 inc/target_actor.class.php:233 +#: inc/form_language.class.php:565 inc/form_validator.class.php:248 +#: inc/targetproblem.class.php:527 inc/questionrange.class.php:199 +#: inc/form.class.php:1908 inc/targetchange.class.php:304 +#: inc/questionfilter.class.php:222 inc/section.class.php:381 +#: inc/restrictedformcriteria.class.php:200 inc/question.class.php:867 +#: inc/questionparameter/range.class.php:198 inc/questionregex.class.php:188 +#: inc/questiondependency.class.php:196 inc/item_targetticket.class.php:154 +#: inc/targetticket.class.php:1461 +#, php-format +msgid "Failed to add or update the %1$s %2$s" +msgstr "" + +#: inc/condition.class.php:200 inc/target_actor.class.php:254 +#: inc/form_language.class.php:581 inc/form_validator.class.php:288 +#: inc/targetproblem.class.php:362 inc/questionrange.class.php:131 +#: inc/form.class.php:1569 inc/targetchange.class.php:149 +#: inc/questionfilter.class.php:154 inc/section.class.php:406 +#: inc/restrictedformcriteria.class.php:226 inc/question.class.php:894 +#: inc/questionparameter/range.class.php:133 inc/questionregex.class.php:120 +#: inc/questiondependency.class.php:211 inc/item_targetticket.class.php:64 +#: inc/targetticket.class.php:1500 +#, php-format +msgid "Cannot export an empty object: %s" +msgstr "" + +#: inc/condition.class.php:268 +msgid "Conditions" +msgstr "" + +#: inc/linker.class.php:78 +msgid "Importing" +msgstr "" + +#: inc/linker.class.php:80 +msgid "Import in progress" +msgstr "" + +#: inc/issue.class.php:43 +msgid "Issue" +msgid_plural "Issues" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/issue.class.php:56 +msgid "Update issue data from tickets and form answers" +msgstr "" + +#: inc/issue.class.php:393 +msgid "Satisfaction survey expired" +msgstr "" + +#: inc/issue.class.php:531 inc/form_language.class.php:229 +#: inc/form.class.php:2208 entrée standard:52 standard:49 standard:57 +#: standard:38 standard:39 standard:105 standard:46 +msgid "Name" +msgstr "" + +#: inc/issue.class.php:543 inc/formanswer.class.php:229 +#: inc/formanswer.class.php:320 inc/targetproblem.class.php:610 +#: inc/form.class.php:142 inc/targetchange.class.php:335 +#: inc/section.class.php:95 inc/question.class.php:178 +#: inc/targetticket.class.php:180 entrée standard:45 +msgid "ID" +msgstr "" + +#: inc/issue.class.php:552 inc/form.class.php:2217 entrée standard:111 +#: standard:65 standard:104 standard:4 +msgid "Type" +msgid_plural "Types" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/issue.class.php:565 inc/formanswer.class.php:307 +msgid "Status" +msgstr "" + +#: inc/issue.class.php:577 +msgid "Opening date" +msgstr "" + +#: inc/issue.class.php:586 +msgid "Last update" +msgstr "" + +#: inc/issue.class.php:595 inc/abstracttarget.class.php:517 +msgid "Entity" +msgid_plural "Entities" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/issue.class.php:605 inc/notificationtargetformanswer.class.php:76 +#: inc/notificationtargetformanswer.class.php:96 +#: inc/target_actor.class.php:101 inc/formanswer.class.php:248 +#: inc/formanswer.class.php:762 inc/abstractitiltarget.class.php:1804 entrée +#: standard:48 +msgid "Requester" +msgid_plural "Requesters" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/issue.class.php:619 inc/formanswer.class.php:258 +msgid "Form approver" +msgstr "" + +#: inc/issue.class.php:651 inc/formanswer.class.php:691 +#: inc/formanswer.class.php:698 inc/formanswer.class.php:777 +#: inc/form_language.class.php:243 +msgid "Comment" +msgstr "Komentar" + +#: inc/issue.class.php:663 +msgid "Ticket approver" +msgstr "" + +#: inc/issue.class.php:736 +msgid "Technician" +msgstr "" + +#: inc/issue.class.php:767 +msgid "Technician group" +msgstr "" + +#: inc/issue.class.php:799 inc/formanswer.class.php:287 +msgid "Form approver group" +msgstr "" + +#: inc/issue.class.php:829 +msgid "Ticket approver group" +msgstr "" + +#: inc/issue.class.php:863 inc/abstractitiltarget.class.php:787 entrée +#: standard:108 +msgid "Time to resolve" +msgstr "" + +#: inc/issue.class.php:874 +msgid "Time to resolve + Progress" +msgstr "" + +#: inc/issue.class.php:884 +msgid "Internal time to resolve" +msgstr "" + +#: inc/issue.class.php:895 +msgid "Internal time to resolve + Progress" +msgstr "" + +#: inc/issue.class.php:905 +msgid "Resolution date" +msgstr "" + +#: inc/issue.class.php:914 +msgid "Internal time to own" +msgstr "" + +#: inc/issue.class.php:925 +msgid "Internal time to own + Progress" +msgstr "" + +#: inc/issue.class.php:935 entrée standard:109 +msgid "Time to own" +msgstr "" + +#: inc/issue.class.php:946 +msgid "Time to own + Progress" +msgstr "" + +#: inc/issue.class.php:958 +msgid "Approver substitute" +msgstr "" + +#: inc/issue.class.php:1022 +msgid "Substitute of a member of approver group" +msgstr "" + +#: inc/issue.class.php:1095 +msgid "Form approver substitute" +msgstr "" + +#: inc/issue.class.php:1163 +msgid "Current form approver group" +msgstr "" + +#: inc/issue.class.php:1193 +msgid "Current form approver" +msgstr "" + +#: inc/issue.class.php:1227 +msgid "Ticket requester" +msgstr "" + +#: inc/issue.class.php:1274 +msgid "Ticket observer" +msgstr "" + +#: inc/issue.class.php:1322 +msgid "Ticket technician" +msgstr "" + +#: inc/issue.class.php:1469 +#, php-format +msgid "%1$s %2$s" +msgstr "" + +#: inc/issue.class.php:1727 inc/filter/itilcategoryfilter.class.php:56 +#: hook.php:766 +msgid "All" +msgstr "" + +#: inc/issue.class.php:1733 hook.php:767 +msgid "New" +msgstr "" + +#: inc/issue.class.php:1739 hook.php:768 +msgid "Assigned" +msgstr "" + +#: inc/issue.class.php:1745 inc/formanswer.class.php:78 +#: inc/form_validator.class.php:70 hook.php:769 +msgid "Waiting" +msgstr "" + +#: inc/issue.class.php:1751 hook.php:770 +msgid "To validate" +msgstr "Na potvrdu " + +#: inc/issue.class.php:1757 hook.php:771 +msgid "Solved" +msgstr "" + +#: inc/issue.class.php:1763 hook.php:772 +msgid "Closed" +msgstr "Zatvoreno" + +#: inc/category.class.php:50 hook.php:72 +msgid "Form category" +msgid_plural "Form categories" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/category.class.php:80 +msgid "Knowbase category" +msgstr "Kategorija baze znanja" + +#: inc/category.class.php:86 +msgid "As child of" +msgstr "" + +#: inc/category.class.php:92 inc/form.class.php:247 entrée standard:65 +msgid "Icon" +msgstr "" + +#: inc/category.class.php:98 inc/form.class.php:255 entrée standard:67 +msgid "Icon color" +msgstr "" + +#: inc/category.class.php:104 inc/form.class.php:263 entrée standard:80 +msgid "Background color" +msgstr "" + +#: inc/formlist.class.php:46 inc/entityconfig.class.php:93 +#: inc/form.class.php:111 inc/form.class.php:516 inc/form.class.php:2015 +#: entrée standard:47 +msgid "Form" +msgid_plural "Forms" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/notificationtargetformanswer.class.php:43 +msgid "The form as been saved" +msgstr "Obrazac snimljen" + +#: inc/notificationtargetformanswer.class.php:44 +msgid "A form need to be validate" +msgstr "Obrazac potrebno odobriti" + +#: inc/notificationtargetformanswer.class.php:45 install/install.php:490 +msgid "The form is refused" +msgstr "Obrazac je odbijen" + +#: inc/notificationtargetformanswer.class.php:46 install/install.php:496 +msgid "The form is accepted" +msgstr "Obrazac prihvaćen" + +#: inc/notificationtargetformanswer.class.php:47 install/install.php:502 +msgid "The form is deleted" +msgstr "Obrazac obrisan" + +#: inc/notificationtargetformanswer.class.php:74 +msgid "Form ID" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:75 +#: inc/notificationtargetformanswer.class.php:95 +msgid "Form name" +msgstr "Ime obrasca" + +#: inc/notificationtargetformanswer.class.php:77 +#: inc/form_validator.class.php:91 +msgid "Validator" +msgid_plural "Validators" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/notificationtargetformanswer.class.php:78 +#: inc/notificationtargetformanswer.class.php:98 inc/formanswer.class.php:278 +#: entrée standard:49 +msgid "Creation date" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:79 +#: inc/notificationtargetformanswer.class.php:99 +msgid "Full form answers" +msgstr "Svi odgovori u potpunosti" + +#: inc/notificationtargetformanswer.class.php:80 +msgid "Validation comment" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:81 +#: inc/notificationtargetformanswer.class.php:101 +msgid "Validation link" +msgstr "Veza odobravanja" + +#: inc/notificationtargetformanswer.class.php:82 +msgid "Request ID" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:94 +msgid "Form #" +msgstr "Obrazac #" + +#: inc/notificationtargetformanswer.class.php:97 +msgctxt "tag" +msgid "Validator" +msgstr "Validator" + +#: inc/notificationtargetformanswer.class.php:100 +msgid "Refused comment" +msgstr "Obrazloženje odbijanja" + +#: inc/notificationtargetformanswer.class.php:102 +msgid "Request #" +msgstr "Zahtjev #" + +#: inc/notificationtargetformanswer.class.php:114 +msgid "Author" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:115 +#: inc/abstractitiltarget.class.php:1374 +msgid "Approver" +msgstr "" + +#: inc/target_actor.class.php:70 inc/abstractitiltarget.class.php:2141 +msgid "Form author" +msgstr "" + +#: inc/target_actor.class.php:71 inc/abstractitiltarget.class.php:2144 +msgid "Form validator" +msgstr "Validator obrasca" + +#: inc/target_actor.class.php:72 +msgid "Specific person" +msgstr "Određena osoba" + +#: inc/target_actor.class.php:73 inc/abstractitiltarget.class.php:2154 +msgid "Person from the question" +msgstr "Osoba iz pitanja" + +#: inc/target_actor.class.php:74 +msgid "Specific group" +msgstr "Određena grupa" + +#: inc/target_actor.class.php:75 inc/abstractitiltarget.class.php:2165 +msgid "Group from the question" +msgstr "Grupa iz pitanja" + +#: inc/target_actor.class.php:76 +msgid "Group from an object" +msgstr "" + +#: inc/target_actor.class.php:77 +msgid "Tech group from an object" +msgstr "" + +#: inc/target_actor.class.php:78 +msgid "Specific supplier" +msgstr "" + +#: inc/target_actor.class.php:79 inc/abstractitiltarget.class.php:2194 +msgid "Supplier from the question" +msgstr "Dobavljač iz pitanja" + +#: inc/target_actor.class.php:80 inc/abstractitiltarget.class.php:2183 +msgid "Actors from the question" +msgstr "Učesnici iz pitanja" + +#: inc/target_actor.class.php:81 inc/abstractitiltarget.class.php:2198 +msgid "Form author's supervisor" +msgstr "" + +#: inc/target_actor.class.php:102 +msgid "Observer" +msgstr "" + +#: inc/target_actor.class.php:103 inc/abstractitiltarget.class.php:1818 +msgid "Assigned to" +msgstr "" + +#: inc/target_actor.class.php:109 +msgid "Target actor" +msgid_plural "Target actors" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/target_actor.class.php:115 inc/target_actor.class.php:131 +#: inc/target_actor.class.php:140 +msgid "Bad request while adding an actor." +msgstr "" + +#: inc/target_actor.class.php:197 +#, php-format +msgid "Failed to find a user: %1$s" +msgstr "" + +#: inc/target_actor.class.php:206 +#, php-format +msgid "Failed to find a group: %1$s" +msgstr "" + +#: inc/target_actor.class.php:215 +#, php-format +msgid "Failed to find a supplier: %1$s" +msgstr "" + +#: inc/formanswer.class.php:79 inc/form_validator.class.php:72 +msgid "Refused" +msgstr "" + +#: inc/formanswer.class.php:80 inc/form_validator.class.php:71 +msgid "Accepted" +msgstr "" + +#: inc/formanswer.class.php:214 +msgid "Form answer" +msgid_plural "Form answers" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/formanswer.class.php:676 +msgid "Print this form" +msgstr "" + +#: inc/formanswer.class.php:701 +msgid "Form accepted by validator." +msgstr "Obrazac odobren od validatora." + +#: inc/formanswer.class.php:703 +msgid "Form successfully saved." +msgstr "Obrazac snimljen." + +#: inc/formanswer.class.php:770 +msgid "Save" +msgstr "" + +#: inc/formanswer.class.php:782 +msgid "Required if refused" +msgstr "Obavezno ako je odbijen" + +#: inc/formanswer.class.php:788 +msgid "Refuse" +msgstr "Odbiti" + +#: inc/formanswer.class.php:796 +msgid "Edit answers" +msgstr "" + +#: inc/formanswer.class.php:802 +msgid "Cancel edition" +msgstr "" + +#: inc/formanswer.class.php:809 +msgid "Accept" +msgstr "Prihvatiti" + +#: inc/formanswer.class.php:828 +msgid "Refused comment is required!" +msgstr "Komentar obavezan ako je odbijeno!" + +#: inc/formanswer.class.php:882 inc/formanswer.class.php:899 +msgid "" +"An internal error occured when verifying your answers. Please report it to " +"your administrator." +msgstr "" + +#: inc/formanswer.class.php:933 +msgid "You are not the validator of these answers" +msgstr "Vi niste validator za ove odgovore" + +#: inc/formanswer.class.php:1083 +#, php-format +msgid "Item sucessfully added: %1$s (%2$s: %3$s)" +msgstr "" + +#: inc/formanswer.class.php:1166 inc/formanswer.class.php:1168 +msgid "Form data" +msgstr "Podaci na obrascu" + +#: inc/formanswer.class.php:1301 +msgid "" +"You are a validator of the form, then your approval hs been added " +"automatically." +msgstr "" + +#: inc/formanswer.class.php:1310 inc/formanswer.class.php:1363 +msgid "Cannot generate targets!" +msgstr "Ne mogu se generisati ciljevi!" + +#: inc/formanswer.class.php:1511 +msgid "No captcha set." +msgstr "" + +#: inc/formanswer.class.php:1517 +msgid "You failed the captcha test." +msgstr "" + +#: inc/formanswer.class.php:1540 +msgid "You must select validator!" +msgstr "" + +#: inc/common.class.php:229 +msgid "You cannot delete this issue. Maybe it is taken into account." +msgstr "" + +#: inc/common.class.php:234 +msgid "Failed to delete this issue. An internal error occured." +msgstr "" + +#: inc/common.class.php:745 +msgid "Seek assistance" +msgstr "Traži pomoć" + +#: inc/common.class.php:751 inc/common.class.php:755 +msgid "My requests for assistance" +msgstr "Moji zahtjevi za pomoć" + +#: inc/common.class.php:791 +msgid "Consult reminders" +msgstr "" + +#: inc/common.class.php:811 +msgid "Consult feeds" +msgstr "Konsultuj agregator " + +#: inc/abstractfield.class.php:89 inc/question.class.php:758 +msgid "Apply" +msgstr "" + +#: inc/formaccesstype.class.php:41 entrée standard:39 +msgid "Access type" +msgid_plural "Access types" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/form_language.class.php:51 +msgid "Form language" +msgid_plural "Form languages" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/form_language.class.php:78 inc/form_language.class.php:364 +msgid "Translation" +msgid_plural "Translations" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/form_language.class.php:119 +msgid "The name cannot be empty." +msgstr "" + +#: inc/form_language.class.php:127 +msgid "The language must be associated to a form." +msgstr "" + +#: inc/form_language.class.php:135 +msgid "The specified language is not available." +msgstr "" + +#: inc/form_language.class.php:265 +msgid "Add a translation" +msgstr "" + +#: inc/form_language.class.php:299 js/scripts.js:1214 +msgid "Update a translation" +msgstr "" + +#: inc/form_language.class.php:329 inc/form_language.class.php:331 +msgid "New translation" +msgstr "" + +#: inc/form_language.class.php:334 +msgid "Filter list" +msgstr "" + +#: inc/form_language.class.php:339 inc/form_language.class.php:438 +msgid "No translation found" +msgstr "" + +#: inc/form_language.class.php:344 +msgid "Do you want to delete the selected items?" +msgstr "" + +#: inc/form_language.class.php:353 inc/form_language.class.php:401 +#: inc/abstractitiltarget.class.php:1710 entrée standard:124 standard:31 +msgid "Delete" +msgstr "Obrisati" + +#: inc/form_language.class.php:363 +msgid "Original string" +msgstr "" + +#: inc/form_language.class.php:424 +msgid "Add a new language" +msgstr "" + +#: inc/form_language.class.php:457 inc/form_language.class.php:489 +#: inc/form.class.php:178 entrée standard:72 +msgid "Language" +msgstr "" + +#: inc/form_validator.class.php:69 inc/targetticket.class.php:99 +#: inc/abstractitiltarget.class.php:186 +msgid "None" +msgstr "" + +#: inc/form_validator.class.php:78 inc/abstractitiltarget.class.php:2552 +msgid "No" +msgstr "" + +#: inc/form_validator.class.php:81 +msgid "Supervisor of the requester" +msgstr "" + +#: inc/form_validator.class.php:116 inc/translation.class.php:221 +msgid "Form not found." +msgstr "" + +#: inc/form_validator.class.php:121 inc/form_validator.class.php:129 +#: inc/form_validator.class.php:138 +msgid "Invalid validator." +msgstr "" + +#: inc/form_validator.class.php:147 +#, php-format +msgid "Only level 1 is allowed for %s." +msgstr "" + +#: inc/form_validator.class.php:156 +msgid "Invalid validator type." +msgstr "" + +#: inc/form_validator.class.php:194 entrée standard:103 +msgid "Level" +msgstr "" + +#: inc/form_validator.class.php:592 inc/abstractitiltarget.class.php:1354 +msgid "Validation" +msgstr "" + +#: inc/form_validator.class.php:594 +msgid "Choose a validator" +msgstr "Izaberi validatora" + +#: inc/profile.class.php:62 inc/targetproblem.class.php:147 +#: inc/entityconfig.class.php:520 inc/targetchange.class.php:484 +#: inc/targetticket.class.php:323 inc/targetticket.class.php:358 +#: inc/abstractitiltarget.class.php:2124 +msgctxt "button" +msgid "Save" +msgstr "" + +#: inc/targetproblem.class.php:43 entrée standard:43 +msgid "Target problem" +msgid_plural "Target problems" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/targetproblem.class.php:109 inc/targetproblem.class.php:565 +#: inc/targetchange.class.php:105 inc/targetchange.class.php:441 +#: inc/targetticket.class.php:135 inc/targetticket.class.php:238 +msgid "Properties" +msgstr "" + +#: inc/targetproblem.class.php:509 inc/targetchange.class.php:286 +#: inc/targetticket.class.php:1443 +#, php-format +msgid "" +"Failed to add or update the %1$s %2$s: a question is missing and is used in " +"a parameter of the target" +msgstr "" + +#: inc/targetproblem.class.php:566 inc/targetchange.class.php:106 +#: inc/targetticket.class.php:136 inc/abstractitiltarget.class.php:1216 +msgid "Actors" +msgstr "Učesnici" + +#: inc/targetproblem.class.php:619 entrée standard:48 +msgid "Problem title" +msgstr "" + +#: inc/targetproblem.class.php:629 inc/targetchange.class.php:354 +#: inc/targetticket.class.php:199 +msgid "Content" +msgstr "" + +#: inc/targetproblem.class.php:639 inc/targetchange.class.php:364 +msgid "Impact" +msgstr "" + +#: inc/targetproblem.class.php:649 entrée standard:56 +msgid "Cause" +msgstr "" + +#: inc/targetproblem.class.php:659 entrée standard:58 +msgid "Symptom" +msgstr "" + +#: inc/entityconfig.class.php:101 inc/entityconfig.class.php:110 +#: inc/entityconfig.class.php:118 inc/entityconfig.class.php:126 +#: inc/entityconfig.class.php:134 inc/entityconfig.class.php:142 +#: inc/entityconfig.class.php:150 inc/entityconfig.class.php:158 +#: inc/entityconfig.class.php:166 inc/entityconfig.class.php:180 +#: inc/entityconfig.class.php:188 inc/entityconfig.class.php:196 +msgid "Inheritance of the parent entity" +msgstr "" + +#: inc/entityconfig.class.php:102 +msgid "GLPi's helpdesk" +msgstr "GLPI Helpdesk" + +#: inc/entityconfig.class.php:103 +msgid "Service catalog simplified" +msgstr "Pojednostavljeni katalog servisa" + +#: inc/entityconfig.class.php:104 +msgid "Service catalog extended" +msgstr "Prošireni katalog servisa" + +#: inc/entityconfig.class.php:111 +msgid "All available forms" +msgstr "" + +#: inc/entityconfig.class.php:112 +msgid "Only default forms" +msgstr "" + +#: inc/entityconfig.class.php:119 +msgid "Popularity sort" +msgstr "Sortiraj po popularnosti" + +#: inc/entityconfig.class.php:120 +msgid "Alphabetic sort" +msgstr "Sortiraj abecedno" + +#: inc/entityconfig.class.php:127 +msgid "Merged with Forms" +msgstr "" + +#: inc/entityconfig.class.php:128 +msgid "Distinct menu entry" +msgstr "" + +#: inc/entityconfig.class.php:135 inc/entityconfig.class.php:143 +#: inc/entityconfig.class.php:151 inc/entityconfig.class.php:159 +#: inc/entityconfig.class.php:189 inc/form.class.php:271 entrée standard:100 +msgid "Visible" +msgstr "" + +#: inc/entityconfig.class.php:136 inc/entityconfig.class.php:144 +#: inc/entityconfig.class.php:152 inc/entityconfig.class.php:160 +#: inc/entityconfig.class.php:190 +msgid "Hidden" +msgstr "" + +#: inc/entityconfig.class.php:167 +msgid "Variable height" +msgstr "" + +#: inc/entityconfig.class.php:168 +msgid "Uniform height" +msgstr "" + +#: inc/entityconfig.class.php:173 +msgid "Search for assistance" +msgstr "" + +#: inc/entityconfig.class.php:174 +msgid "User's assistance requests" +msgstr "" + +#: inc/entityconfig.class.php:181 +msgid "Only forms" +msgstr "" + +#: inc/entityconfig.class.php:182 +msgid "Forms and list of requests" +msgstr "" + +#: inc/entityconfig.class.php:197 +msgid "Folded" +msgstr "" + +#: inc/entityconfig.class.php:198 +msgid "Unfolded" +msgstr "" + +#: inc/entityconfig.class.php:298 +msgid "Helpdesk" +msgstr "Helpdesk" + +#: inc/entityconfig.class.php:306 inc/entityconfig.class.php:534 entrée +#: standard:44 +msgid "Helpdesk mode" +msgstr "Helpdesk mod" + +#: inc/entityconfig.class.php:317 inc/entityconfig.class.php:604 +msgid "Default Form list mode" +msgstr "" + +#: inc/entityconfig.class.php:335 inc/entityconfig.class.php:544 +msgid "Sort order" +msgstr "" + +#: inc/entityconfig.class.php:351 inc/entityconfig.class.php:554 +msgid "Knowledge base" +msgstr "" + +#: inc/entityconfig.class.php:366 +msgid "Search" +msgstr "" + +#: inc/entityconfig.class.php:382 inc/entityconfig.class.php:614 +msgid "Counters dashboard" +msgstr "" + +#: inc/entityconfig.class.php:398 +msgid "Header message" +msgstr "" + +#: inc/entityconfig.class.php:414 inc/entityconfig.class.php:624 +msgid "Search issue" +msgstr "" + +#: inc/entityconfig.class.php:430 inc/entityconfig.class.php:594 +msgid "Service catalog home page" +msgstr "" + +#: inc/entityconfig.class.php:446 inc/entityconfig.class.php:634 +msgid "Tile design" +msgstr "" + +#: inc/entityconfig.class.php:462 +msgid "Home page" +msgstr "" + +#: inc/entityconfig.class.php:494 +msgid "Menu visibility (only for vertical menu)" +msgstr "" + +#: inc/entityconfig.class.php:506 inc/entityconfig.class.php:584 +#: inc/form.class.php:225 entrée standard:84 +msgid "Header" +msgid_plural "Headers" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/entityconfig.class.php:564 +msgid "Display search field" +msgstr "" + +#: inc/entityconfig.class.php:574 +msgid "Display header" +msgstr "" + +#: inc/questionrange.class.php:52 inc/questionparameter/range.class.php:56 +msgid "Question range" +msgid_plural "Question ranges" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/questionrange.class.php:62 inc/questionparameter/range.class.php:66 +msgid "Minimum range" +msgstr "" + +#: inc/questionrange.class.php:71 inc/questionparameter/range.class.php:75 +msgid "maximum range" +msgstr "" + +#: inc/form.class.php:66 inc/form.class.php:429 +msgid "Public access" +msgstr "Javni pristup" + +#: inc/form.class.php:67 inc/form.class.php:433 +msgid "Private access" +msgstr "Privatni pristup" + +#: inc/form.class.php:68 inc/form.class.php:437 +msgid "Restricted access" +msgstr "Ograničeni pristup" + +#: inc/form.class.php:122 +msgid "Answers waiting for validation" +msgstr "" + +#: inc/form.class.php:124 inc/form.class.php:1663 inc/form.class.php:1689 +msgid "Import forms" +msgstr "Uvezi obrasce!" + +#: inc/form.class.php:169 +msgid "Recursive" +msgstr "" + +#: inc/form.class.php:190 +msgid "Homepage" +msgstr "Početna strana" + +#: inc/form.class.php:203 +msgid "Access" +msgstr "Pristup" + +#: inc/form.class.php:234 inc/form.class.php:327 inc/form.class.php:394 entrée +#: standard:54 +msgid "Active" +msgstr "" + +#: inc/form.class.php:286 inc/form.class.php:338 inc/form.class.php:413 +msgid "Default form" +msgstr "" + +#: inc/form.class.php:296 entrée standard:106 +msgid "Next form" +msgstr "" + +#: inc/form.class.php:326 inc/form.class.php:391 +msgid "Inactive" +msgstr "" + +#: inc/form.class.php:337 inc/form.class.php:410 +msgid "Not default form" +msgstr "" + +#: inc/form.class.php:361 inc/form.class.php:445 entrée standard:75 +msgid "All languages" +msgstr "" + +#: inc/form.class.php:508 entrée standard:3 +msgid "Target" +msgid_plural "Targets" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/form.class.php:511 +msgid "Preview" +msgstr "" + +#: inc/form.class.php:512 +msgid "Form answer properties" +msgstr "" + +#: inc/form.class.php:854 +msgid "What are you looking for?" +msgstr "" + +#: inc/form.class.php:993 inc/form.class.php:1156 +#: inc/abstracttarget.class.php:162 inc/abstractitiltarget.class.php:1625 +msgid "The name cannot be empty!" +msgstr "Ime ne može biti prazno" + +#: inc/form.class.php:1026 inc/form.class.php:1191 +msgid "A loop is generated!" +msgstr "" + +#: inc/form.class.php:1167 +msgid "Cannot use empty name for form answers. Keeping the previous value." +msgstr "" + +#: inc/form.class.php:1303 +#, php-format +msgid "The question %s is not compatible with public forms" +msgstr "" + +#: inc/form.class.php:1386 +msgid "Errored duplicate" +msgstr "" + +#: inc/form.class.php:1397 entrée standard:23 +msgid "Duplicate" +msgstr "Duplikat" + +#: inc/form.class.php:1442 inc/form.class.php:1452 +msgctxt "button" +msgid "Post" +msgstr "" + +#: inc/form.class.php:1475 +#, php-format +msgid "Form duplicated: %s" +msgstr "Dupli obrazac: %s" + +#: inc/form.class.php:1491 +#, php-format +msgid "Form Transfered: %s" +msgstr "Obrazac proslijeđen: %s" + +#: inc/form.class.php:1515 +msgid "Back" +msgstr "" + +#: inc/form.class.php:1526 +#, php-format +msgid "Form updated: %s" +msgstr "" + +#: inc/form.class.php:1636 +msgid "Upload of JSON files not allowed." +msgstr "" + +#: inc/form.class.php:1639 +msgid "You may allow JSON files right now." +msgstr "" + +#: inc/form.class.php:1640 +msgctxt "button" +msgid "Create" +msgstr "" + +#: inc/form.class.php:1643 inc/form.class.php:1654 +msgid "Please contact your GLPI administrator." +msgstr "" + +#: inc/form.class.php:1644 inc/form.class.php:1655 +msgctxt "button" +msgid "Back" +msgstr "" + +#: inc/form.class.php:1647 +msgid "Upload of JSON files not enabled." +msgstr "" + +#: inc/form.class.php:1650 inc/form.class.php:1653 +msgid "You may enable JSON files right now." +msgstr "" + +#: inc/form.class.php:1651 +msgctxt "button" +msgid "Enable" +msgstr "" + +#: inc/form.class.php:1698 +msgctxt "button" +msgid "Send" +msgstr "" + +#: inc/form.class.php:1717 +msgid "Forms import impossible, the file is empty" +msgstr "" + +#: inc/form.class.php:1721 inc/form.class.php:1725 +msgid "Forms import impossible, the file seems corrupt" +msgstr "" + +#: inc/form.class.php:1731 +msgid "Forms import impossible, the file was generated with another version" +msgstr "" + +#: inc/form.class.php:1738 +msgid "" +"The file does not specifies the schema version. It was probably generated " +"with a version older than 2.10. Giving up." +msgstr "" + +#: inc/form.class.php:1764 +#, php-format +msgid "Failed to import %s" +msgstr "" + +#: inc/form.class.php:1769 +#, php-format +msgid "Forms successfully imported from %s" +msgstr "Obrasci uspješno uvezeni iz %s" + +#: inc/form.class.php:1832 +#, php-format +msgid "The form %1$s already exists and is in an unmodifiable entity." +msgstr "" + +#: inc/form.class.php:1840 +#, php-format +msgid "You don't have right to update the entity %1$s." +msgstr "" + +#: inc/form.class.php:1850 +#, php-format +msgid "The entity %1$s is required for the form %2$s." +msgstr "" + +#: inc/form.class.php:1952 +msgid "Failed to create JSON document type" +msgstr "" + +#: inc/form.class.php:1959 +msgid "JSON document type not found" +msgstr "" + +#: inc/form.class.php:1966 +msgid "Failed to update JSON document type" +msgstr "" + +#: inc/form.class.php:1986 +msgid "Forms without category" +msgstr "Obrasci bez kategorije" + +#: inc/form.class.php:2007 +msgid "No form available" +msgstr "" + +#: inc/form.class.php:2205 entrée standard:47 +msgid "Add a target" +msgstr "" + +#: inc/form.class.php:2236 inc/targetticket.class.php:398 +#: inc/abstractitiltarget.class.php:1828 inc/abstractitiltarget.class.php:2124 +#: entrée standard:92 standard:94 +msgid "Add" +msgstr "" + +#: inc/form.class.php:2254 inc/form.class.php:2277 inc/form.class.php:2299 +msgid "Unsupported target type." +msgstr "" + +#: inc/form.class.php:2333 +msgid "plugin_formcreator_load_check" +msgstr "" + +#: inc/targetchange.class.php:44 entrée standard:43 +msgid "Target change" +msgid_plural "Target changes" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/targetchange.class.php:344 entrée standard:48 +msgid "Change title" +msgstr "" + +#: inc/targetchange.class.php:374 entrée standard:56 +msgid "Control list" +msgstr "" + +#: inc/targetchange.class.php:384 entrée standard:58 +msgid "Deployment plan" +msgstr "" + +#: inc/targetchange.class.php:394 entrée standard:60 +msgid "Backup plan" +msgstr "" + +#: inc/targetchange.class.php:404 +msgid "Check list" +msgstr "" + +#: inc/questionfilter.class.php:52 +msgid "Question filter" +msgid_plural "Question filters" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/section.class.php:71 entrée standard:53 standard:44 +msgid "Section" +msgid_plural "Sections" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/section.class.php:123 inc/section.class.php:166 +#: inc/question.class.php:348 +msgid "The title is required" +msgstr "Naslov je obavezan" + +#: inc/section.class.php:553 inc/question.class.php:234 entrée standard:37 +msgid "Count of conditions" +msgstr "" + +#: inc/restrictedformcriteria.class.php:179 +#, php-format +msgid "Failed to find %1$s %2$s" +msgstr "" + +#: inc/question.class.php:73 inc/abstractitiltarget.class.php:1127 entrée +#: standard:41 +msgid "Question" +msgid_plural "Questions" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/question.class.php:197 entrée standard:43 standard:50 standard:44 +#: standard:49 standard:79 +msgid "Required" +msgstr "Obavezno" + +#: inc/question.class.php:355 +msgid "The section is required" +msgstr "Sekcija je obavezna" + +#: inc/question.class.php:365 +#, php-format +msgid "Field type %1$s is not available for question %2$s." +msgstr "" + +#: inc/question.class.php:379 +msgid "This type of question is not compatible with public forms." +msgstr "" + +#: inc/question.class.php:469 +msgid "The field type cannot be changed. Delete then recreate the question." +msgstr "" + +#: inc/question.class.php:1184 +msgid "Service levels" +msgstr "" + +#: inc/question.class.php:1185 inc/abstractitiltarget.class.php:851 +msgid "SLA" +msgstr "" + +#: inc/question.class.php:1186 inc/abstractitiltarget.class.php:924 +msgid "OLA" +msgstr "" + +#: inc/question.class.php:1205 inc/question.class.php:1248 +#: inc/question.class.php:1251 +msgid "Assets" +msgstr "" + +#: inc/question.class.php:1219 hook.php:780 hook.php:797 +msgid "Assistance" +msgstr "" + +#: inc/question.class.php:1225 +msgid "Management" +msgstr "" + +#: inc/question.class.php:1236 +msgid "Tools" +msgstr "" + +#: inc/question.class.php:1237 +msgid "Notes" +msgstr "" + +#: inc/question.class.php:1238 +msgid "RSS feed" +msgstr "" + +#: inc/question.class.php:1240 +msgid "Administration" +msgstr "" + +#: inc/question.class.php:1248 inc/question.class.php:1251 +msgid "Plugin" +msgid_plural "Plugins" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/abstractquestionparameter.class.php:98 +msgid "Parameter" +msgstr "" + +#: inc/abstractquestionparameter.class.php:105 +msgid "Field name" +msgstr "" + +#: inc/abstracttarget.class.php:97 +msgid "Current active entity" +msgstr "Trenutno aktivan entitet" + +#: inc/abstracttarget.class.php:98 +msgid "Default requester user's entity" +msgstr "Podrazumijevani entitet podnosioca zahtjeva" + +#: inc/abstracttarget.class.php:99 +msgid "First dynamic requester user's entity (alphabetical)" +msgstr "Prvi dinamički entitet podnosiova zahtjeva (abecedno)" + +#: inc/abstracttarget.class.php:100 +msgid "Last dynamic requester user's entity (alphabetical)" +msgstr "Poslednji dinamički entitet podnosioca zahtjeva (abecedno)" + +#: inc/abstracttarget.class.php:101 +msgid "The form entity" +msgstr "Entitet obrasca" + +#: inc/abstracttarget.class.php:102 +msgid "Default entity of the validator" +msgstr "Podrazumjevani entitet validatora" + +#: inc/abstracttarget.class.php:103 +msgid "Specific entity" +msgstr "Odreeđeni entitet" + +#: inc/abstracttarget.class.php:104 +msgid "Default entity of a user type question answer" +msgstr "Podrazumijevani entitet korisnikovih pitanja odgovora " + +#: inc/abstracttarget.class.php:105 +msgid "From a GLPI object > Entity type question answer" +msgstr "Od GLPI objekta > Vrsta pitanja odgovora entiteta" + +#: inc/abstracttarget.class.php:116 +msgid "Always generated" +msgstr "" + +#: inc/abstracttarget.class.php:117 +msgid "Disabled unless" +msgstr "" + +#: inc/abstracttarget.class.php:118 +msgid "Generated unless" +msgstr "" + +#: inc/abstracttarget.class.php:129 +msgid "A target must be associated to a form." +msgstr "" + +#: inc/abstracttarget.class.php:134 +msgid "A target must be associated to an existing form." +msgstr "" + +#: inc/abstracttarget.class.php:139 +msgid "Name is required." +msgstr "" + +#: inc/abstracttarget.class.php:502 +msgid "Destination entity" +msgstr "" + +#: inc/abstracttarget.class.php:518 +msgid "User type question" +msgstr "Vrsta pitanja korisnik" + +#: inc/abstracttarget.class.php:519 +msgid "Entity type question" +msgstr "Vrsta pitanja entitet" + +#: inc/command/cleanticketscommand.class.php:53 +msgid "Searching for invalid items..." +msgstr "" + +#: inc/command/cleanticketscommand.class.php:61 +msgid "Done." +msgstr "" + +#: inc/command/cleanticketscommand.class.php:135 +msgid "Step 1: double encoded < and > signs." +msgstr "" + +#: inc/command/cleanticketscommand.class.php:146 +#: inc/command/cleanticketscommand.class.php:196 +#: inc/command/cleanticketscommand.class.php:260 +msgid "No invalid items found." +msgstr "" + +#: inc/command/cleanticketscommand.class.php:187 +msgid "Step 2: literal BR tag." +msgstr "" + +#: inc/command/cleanticketscommand.class.php:251 +msgid "Step 3: litteral > sign." +msgstr "" + +#: inc/filter/itilcategoryfilter.class.php:52 +#: inc/filter/itilcategoryfilter.class.php:54 +msgid "Request categories" +msgstr "" + +#: inc/filter/itilcategoryfilter.class.php:53 +#: inc/filter/itilcategoryfilter.class.php:54 +msgid "Incident categories" +msgstr "" + +#: inc/filter/itilcategoryfilter.class.php:55 +msgid "Change categories" +msgstr "" + +#: inc/supervisorvalidator.class.php:44 +msgid "Requester supervisor" +msgid_plural "Requester supervisors" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/supervisorvalidator.class.php:52 +msgid "My supervisor" +msgstr "" + +#: inc/questionregex.class.php:52 +msgid "Question regular expression" +msgid_plural "Question regular expressions" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/questiondependency.class.php:66 +msgid "Question dependency" +msgid_plural "Question dependencies" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/answer.class.php:66 entrée standard:43 +msgid "Answer" +msgid_plural "Answers" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/item_targetticket.class.php:52 +msgid "Composite ticket relation" +msgid_plural "Composite ticket relations" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/targetticket.class.php:57 entrée standard:43 +msgid "Target ticket" +msgid_plural "Target tickets" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/targetticket.class.php:100 +msgid "Specific asset" +msgstr "" + +#: inc/targetticket.class.php:101 inc/targetticket.class.php:117 +#: inc/abstractitiltarget.class.php:207 inc/abstractitiltarget.class.php:215 +#: inc/abstractitiltarget.class.php:223 inc/abstractitiltarget.class.php:231 +#: inc/abstractitiltarget.class.php:240 inc/abstractitiltarget.class.php:249 +msgid "Equals to the answer to the question" +msgstr "Jednako odgovoru na pitanje" + +#: inc/targetticket.class.php:102 inc/abstractitiltarget.class.php:232 +#: inc/abstractitiltarget.class.php:241 inc/abstractitiltarget.class.php:250 +msgid "Last valid answer" +msgstr "" + +#: inc/targetticket.class.php:108 +msgid "Source from template or user default or GLPI default" +msgstr "" + +#: inc/targetticket.class.php:109 +msgid "Formcreator" +msgstr "" + +#: inc/targetticket.class.php:115 +msgid "Default or from a template" +msgstr "" + +#: inc/targetticket.class.php:116 +msgid "Specific type" +msgstr "" + +#: inc/targetticket.class.php:189 entrée standard:48 +msgid "Ticket title" +msgstr "Naslov tiketa" + +#: inc/targetticket.class.php:307 +msgid "Add validation message as first ticket followup" +msgstr "Dodaj poruku o potvrdi zahtjeva kao prvo praćenje tiketa" + +#: inc/targetticket.class.php:341 +msgid "Add a field" +msgstr "" + +#: inc/targetticket.class.php:369 +msgid "Managed fields" +msgstr "" + +#: inc/targetticket.class.php:376 +msgid "No managed field" +msgstr "" + +#: inc/targetticket.class.php:396 +msgid "Link to an other ticket" +msgstr "" + +#: inc/targetticket.class.php:405 +msgid "An other destination of this form" +msgstr "" + +#: inc/targetticket.class.php:406 +msgid "An existing ticket" +msgstr "" + +#: inc/targetticket.class.php:407 +msgid "A ticket from an answer to a question" +msgstr "" + +#: inc/targetticket.class.php:488 +msgctxt "button" +msgid "Delete permanently" +msgstr "" + +#: inc/targetticket.class.php:743 +msgid "Invalid link type" +msgstr "" + +#: inc/targetticket.class.php:763 +msgid "Invalid linked item type" +msgstr "" + +#: inc/targetticket.class.php:776 +msgid "Linked item does not exists" +msgstr "" + +#: inc/targetticket.class.php:789 +msgid "Failed to link the item" +msgstr "" + +#: inc/targetticket.class.php:905 install/install.php:497 +msgid "Your form has been accepted by the validator" +msgstr "Validator prihvatio obrazac" + +#: inc/targetticket.class.php:1137 +msgid "Request source" +msgstr "" + +#: inc/targetticket.class.php:1162 +msgid "Type " +msgstr "" + +#: inc/targetticket.class.php:1190 +msgid "Associated elements" +msgstr "" + +#: inc/targetticket.class.php:1201 +msgid "Item " +msgstr "" + +#: inc/translation.class.php:153 +msgid "No more string to translate" +msgstr "" + +#: inc/translation.class.php:164 +msgid "Internal error: translatable string not found." +msgstr "" + +#: inc/translation.class.php:216 +msgid "Language not found." +msgstr "" + +#: inc/translation.class.php:236 +msgid "Failed to add the translation." +msgstr "" + +#: inc/abstractitiltarget.class.php:187 +msgid "Tags from questions" +msgstr "Tagovi od pitanja" + +#: inc/abstractitiltarget.class.php:188 +msgid "Specific tags" +msgstr "Određeni tagovi" + +#: inc/abstractitiltarget.class.php:189 +msgid "Tags from questions and specific tags" +msgstr "Tagovi od pitanja i određenih tagova" + +#: inc/abstractitiltarget.class.php:190 +msgid "Tags from questions or specific tags" +msgstr "Tagovi od pitanja ili određenih tagova" + +#: inc/abstractitiltarget.class.php:196 +msgid "TTR from template or none" +msgstr "" + +#: inc/abstractitiltarget.class.php:197 +msgid "equals to the answer to the question" +msgstr "jednako odgovoru na pitanje" + +#: inc/abstractitiltarget.class.php:198 +msgid "calculated from the ticket creation date" +msgstr "izračunato od datuma kreiranja tiketa" + +#: inc/abstractitiltarget.class.php:199 +msgid "calculated from the answer to the question" +msgstr "izračunato od odgovora na pitanje" + +#: inc/abstractitiltarget.class.php:205 +msgid "SLA from template or none" +msgstr "" + +#: inc/abstractitiltarget.class.php:206 +msgid "Specific SLA" +msgstr "" + +#: inc/abstractitiltarget.class.php:213 +msgid "OLA from template or none" +msgstr "" + +#: inc/abstractitiltarget.class.php:214 +msgid "Specific OLA" +msgstr "" + +#: inc/abstractitiltarget.class.php:221 +msgid "Urgency from template or Medium" +msgstr "Hitnost od šablona ili Srednje" + +#: inc/abstractitiltarget.class.php:222 +msgid "Specific urgency" +msgstr "" + +#: inc/abstractitiltarget.class.php:229 +msgid "Category from template or none" +msgstr "" + +#: inc/abstractitiltarget.class.php:230 +msgid "Specific category" +msgstr "" + +#: inc/abstractitiltarget.class.php:238 +msgid "Location from template or none" +msgstr "" + +#: inc/abstractitiltarget.class.php:239 +msgid "Specific location" +msgstr "" + +#: inc/abstractitiltarget.class.php:247 +msgid "Contract from template or none" +msgstr "" + +#: inc/abstractitiltarget.class.php:248 +msgid "Specific contract" +msgstr "" + +#: inc/abstractitiltarget.class.php:256 +msgid "No validation" +msgstr "" + +#: inc/abstractitiltarget.class.php:257 +msgid "Specific user or group" +msgstr "" + +#: inc/abstractitiltarget.class.php:258 +msgid "User from question answer" +msgstr "" + +#: inc/abstractitiltarget.class.php:259 +msgid "Group from question answer" +msgstr "" + +#: inc/abstractitiltarget.class.php:839 +msgid "Minute" +msgid_plural "Minutes" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/abstractitiltarget.class.php:840 +msgid "Hour" +msgid_plural "Hours" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/abstractitiltarget.class.php:841 +msgid "Day" +msgid_plural "Days" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/abstractitiltarget.class.php:842 +msgid "Month" +msgid_plural "Months" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/abstractitiltarget.class.php:874 +msgid "SLA (TTO/TTR)" +msgstr "" + +#: inc/abstractitiltarget.class.php:875 inc/abstractitiltarget.class.php:948 +msgid "Question (TTO/TTR)" +msgstr "" + +#: inc/abstractitiltarget.class.php:947 +msgid "OLA (TTO/TTR)" +msgstr "" + +#: inc/abstractitiltarget.class.php:1051 +msgid "Urgency " +msgstr "" + +#: inc/abstractitiltarget.class.php:1080 +msgid "Ticket tags" +msgstr "Tiket tagovi" + +#: inc/abstractitiltarget.class.php:1128 +msgid "Tags" +msgstr "Tagovi" + +#: inc/abstractitiltarget.class.php:1247 +msgid "Location" +msgstr "" + +#: inc/abstractitiltarget.class.php:1259 +msgid "Location " +msgstr "" + +#: inc/abstractitiltarget.class.php:1312 +msgid "Contract" +msgstr "" + +#: inc/abstractitiltarget.class.php:1324 +msgid "Contract " +msgstr "" + +#: inc/abstractitiltarget.class.php:1635 +msgid "The description cannot be empty!" +msgstr "Opis ne može biti prazan!" + +#: inc/abstractitiltarget.class.php:1811 +msgid "Watcher" +msgid_plural "Watchers" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: inc/abstractitiltarget.class.php:1830 +msgid "Cancel" +msgstr "Otkaži" + +#: inc/abstractitiltarget.class.php:2118 inc/abstractitiltarget.class.php:2548 +#: inc/abstractitiltarget.class.php:2552 +msgid "Email followup" +msgstr "" + +#: inc/abstractitiltarget.class.php:2149 inc/abstractitiltarget.class.php:2536 +msgid "User" +msgstr "" + +#: inc/abstractitiltarget.class.php:2160 inc/abstractitiltarget.class.php:2540 +msgid "Group" +msgstr "" + +#: inc/abstractitiltarget.class.php:2171 +msgid "Group from the object" +msgstr "" + +#: inc/abstractitiltarget.class.php:2177 +msgid "Tech group from the object" +msgstr "" + +#: inc/abstractitiltarget.class.php:2189 inc/abstractitiltarget.class.php:2544 +msgid "Supplier" +msgstr "" + +#: inc/abstractitiltarget.class.php:2548 +msgid "Yes" +msgstr "" + +#: install/install.php:163 +#, php-format +msgid "Upgrade tables to innoDB; run %s" +msgstr "" + +#: install/install.php:199 +#, php-format +msgid "" +"The database schema is not consistent with the previous version of " +"Formcreator %s. To see the logs run the command %s" +msgstr "" + +#: install/install.php:208 +#, php-format +msgid "To ignore the inconsistencies and upgrade anyway run %s" +msgstr "" + +#: install/install.php:225 +msgid "" +"Upgrade from version older than 2.5.0 is no longer supported. Please upgrade" +" to GLPI 9.5.7, upgrade Formcreator to version 2.12.5, then upgrade again to" +" GLPI 10 or later and Formcreator 2.13 or later." +msgstr "" + +#: install/install.php:251 +#, php-format +msgid "" +"A fatal error occured in the upgrade from %s! Upgrade aborted. Please check " +"logs to fix the problem then try again." +msgstr "" + +#: install/install.php:294 +#, php-format +msgid "" +"The database schema is not consistent with the current version of " +"Formcreator %s. To see the logs enable the plugin and run the command %s" +msgstr "" + +#: install/install.php:305 +msgid "The tables of the plugin passed the schema integrity check." +msgstr "" + +#: install/install.php:478 +msgid "A form has been created" +msgstr "Obrazac kreiran" + +#: install/install.php:479 +msgid "Your request has been saved" +msgstr "Vaš zahtjev snimljen" + +#: install/install.php:480 +msgid "" +"Hi,\\nYour request from GLPI has been successfully saved with number " +"##formcreator.request_id## and transmitted to the helpdesk team.\\nYou can " +"see your answers onto the following link:\\n##formcreator.validation_link##" +msgstr "" +"Pozdrav,\\nVaš zahtjev je snimljen sa brojem ##formcreator.request_id## i " +"proslijeđen helpdesku.\\nVaše odgovore možete vidjeti na sledećem " +"linku:\\n##formcreator.validation_link##" + +#: install/install.php:484 +msgid "A form need validation" +msgstr "" + +#: install/install.php:485 +msgid "A form from GLPI need to be validated" +msgstr "" + +#: install/install.php:486 +msgid "" +"Hi,\\nA form from GLPI need to be validated and you have been choosen as the" +" validator.\\nYou can access it by clicking onto this " +"link:\\n##formcreator.validation_link##" +msgstr "" + +#: install/install.php:491 +msgid "Your form has been refused by the validator" +msgstr "Validator je odbio Vaš obrazac" + +#: install/install.php:492 +msgid "" +"Hi,\\nWe are sorry to inform you that your form has been refused by the " +"validator for the reason " +"below:\\n##formcreator.validation_comment##\\n\\nYou can still modify and " +"resubmit it by clicking onto this link:\\n##formcreator.validation_link##" +msgstr "" +"Pozdrav,\\nObavještamo vas da je validator odbio Vaš obrazac " +"zbog:\\n##formcreator.validation_comment##\\n\\nJoš uvijek ga moćete " +"izmijeniti i ponovo poslati na odobrenje preko " +"linka:\\n##formcreator.validation_link##" + +#: install/install.php:498 +msgid "" +"Hi,\\nWe are pleased to inform you that your form has been accepted by the " +"validator.\\nYour request will be considered soon." +msgstr "" +"Pozdrav,\\nObavještavamo vas da je validator prihvatio Vaš " +"obrazac.\\nZahtjev će uskoro biti razmotren." + +#: install/install.php:503 +msgid "Your form has been deleted by an administrator" +msgstr "Administrator je obrisao obrazac" + +#: install/install.php:504 +msgid "" +"Hi,\\nWe are sorry to inform you that your request cannot be considered and " +"has been deleted by an administrator." +msgstr "" +"Pozdrav,\\nMoramo Vas informisati da Vaš zahtjev ne možemo uzeti u " +"razmatranje i da ga je administrator obrisao." + +#: install/install.php:732 +msgid "Formcreator - Sync service catalog issues" +msgstr "" + +#: install/install.php:945 +msgid "Failed to check the sanity of the tables!" +msgstr "" + +#: install/install.php:959 +#, php-format +msgid "Table schema differs for table \"%s\"." +msgstr "" + +#: install/install.php:962 +#, php-format +msgid "Table \"%s\" is missing." +msgstr "" + +#: install/install.php:965 +#, php-format +msgid "Unknown table \"%s\" has been found in database." +msgstr "" + +#: hook.php:439 +msgctxt "button" +msgid "Duplicate" +msgstr "Duplikat" + +#: hook.php:440 +msgid "Transfer" +msgstr "" + +#: hook.php:441 +msgctxt "button" +msgid "Export" +msgstr "" + +#: hook.php:442 +msgctxt "button" +msgid "Access rights" +msgstr "" + +#: hook.php:756 +msgid "Cancel my ticket" +msgstr "" + +#: hook.php:774 +msgid "Old" +msgstr "" + +#: hook.php:781 +#, php-format +msgid "Number of %s" +msgstr "" + +#: hook.php:798 +msgid "Issues summary" +msgstr "" + +#: hook.php:843 +msgid "" +"Formcreator's mini dashboard not usable as default. This Setting has been " +"ignored." +msgstr "" + +#: js/scripts.js:300 +msgid "No form found. Please choose a form below instead." +msgstr "" + +#: js/scripts.js:302 +msgid "No form found." +msgstr "" + +#: js/scripts.js:306 +msgid "No FAQ item found." +msgstr "" + +#: js/scripts.js:707 +msgid "Are you sure you want to delete this question?" +msgstr "Da li ste sigurni da želite da obrišete ovo pitanje?" + +#: js/scripts.js:917 +msgid "Are you sure you want to delete this section?" +msgstr "Da li ste sigurni da želite da obrišete ovu sekciju?" + +#: js/scripts.js:1161 +msgid "Add translations" +msgstr "" + +#: js/scripts.js:1300 js/scripts.js:1324 +msgid "An error occured while querying forms" +msgstr "Desila se greška prilikom učitavanja obrasca" + +#: js/scripts.js:1416 entrée standard:139 +msgid "Send" +msgstr "" + +#: js/scripts.js:1425 +msgid "An internal error occurred. Please report it to administrator." +msgstr "" + +#: js/scripts.js:1468 +msgid "Are you sure you want to delete this validator ?" +msgstr "" + +#: js/scripts.js:1520 +msgid "Are you sure you want to duplicate this target?" +msgstr "" + +#: js/scripts.js:1537 +msgid "Are you sure you want to delete this target?" +msgstr "" + +#: entrée standard:57 standard:61 standard:60 standard:59 standard:43 +#: standard:69 standard:52 standard:76 +msgid "Default values" +msgstr "" + +#: entrée standard:52 standard:59 standard:58 +msgid "Show empty" +msgstr "Prikaz praznih" + +#: entrée standard:39 +msgid "LDAP directory" +msgid_plural "LDAP directories" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: entrée standard:78 +msgid "Attribute" +msgstr "Pridjev" + +#: entrée standard:70 standard:68 +msgid "Values" +msgstr "Vrijednosti" + +#: entrée standard:90 +msgid "Show ticket categories" +msgstr "" + +#: entrée standard:146 standard:118 +msgid "Selectable root" +msgstr "" + +#: entrée standard:38 +msgid "GLPI object" +msgid_plural "GLPI objects" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: entrée standard:63 +msgid "Direct access on homepage" +msgstr " Direktan pristup na početnoj stranici" + +#: entrée standard:86 +msgid "Default form in service catalog" +msgstr "Podrazumijevani obrazac u katalogu servisa" + +#: entrée standard:113 standard:114 +msgid "Are you a robot ?" +msgstr "" + +#: entrée standard:64 +msgid "Condition to show the section" +msgstr "" + +#: entrée standard:40 +msgid "Condition to generate the target" +msgstr "" + +#: entrée standard:40 +msgid "General" +msgstr "" + +#: entrée standard:45 +msgid "validation percent" +msgstr "" + +#: entrée standard:52 +msgid "Add a validator" +msgstr "" + +#: entrée standard:57 standard:36 +msgid "Validation level" +msgstr "" + +#: entrée standard:73 +msgid "Validator type" +msgstr "" + +#: entrée standard:98 +msgid "Validators" +msgstr "" + +#: entrée standard:106 standard:5 +msgid "Actions" +msgstr "" + +#: entrée standard:54 +msgid "Impacts" +msgstr "" + +#: entrée standard:62 +msgid "Checklist" +msgstr "" + +#: entrée standard:36 +msgid "Answers title" +msgstr "" + +#: entrée standard:45 +msgid "Add a section" +msgstr "Dodaj sekciju" + +#: entrée standard:55 +msgid "Condition to show the submit button" +msgstr "" + +#: entrée standard:33 +msgid "No form answer yet" +msgstr "" + +#: entrée standard:38 +#, php-format +msgid "%s latest items" +msgstr "" + +#: entrée standard:54 +msgid "Please activate the form to view the link" +msgstr "" + +#: entrée standard:63 +msgid "Enable captcha" +msgstr "" + +#: entrée standard:79 +msgid "Restricted to" +msgstr "" + +#: entrée standard:83 +msgid "Add a question" +msgstr "Dodaj pitanje" + +#: entrée standard:39 +msgid "List of available tags" +msgstr "" + +#: entrée standard:42 +msgid "Title" +msgstr "" + +#: entrée standard:47 +msgid "Full form" +msgstr "Puni oblik" + +#: entrée standard:37 +msgid "Validation status" +msgstr "" + +#: entrée standard:36 +#, php-format +msgid "My %1$d last forms (requester)" +msgstr "" + +#: entrée standard:39 +msgid "No form posted yet" +msgstr "Nijedan obrazac još nije objavljen" + +#: entrée standard:63 +msgid "All my forms (requester)" +msgstr "Svi moji obrasci (podnosilac zahtjeva)" + +#: entrée standard:36 +#, php-format +msgid "My %1$d last forms (validator)" +msgstr "" + +#: entrée standard:63 +msgid "All my forms (validator)" +msgstr "Svi moji obrasci (validator)" + +#: entrée standard:42 +msgid "Min" +msgstr "Min" + +#: entrée standard:53 +msgid "Max" +msgstr "Max" diff --git a/locales/tr_TR.mo b/locales/tr_TR.mo index d8d384aba..7186363d2 100644 Binary files a/locales/tr_TR.mo and b/locales/tr_TR.mo differ diff --git a/locales/tr_TR.po b/locales/tr_TR.po index 4fa7c6fc0..a8be2fd8a 100644 --- a/locales/tr_TR.po +++ b/locales/tr_TR.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-30 14:13+0200\n" +"POT-Creation-Date: 2023-05-31 16:21+0200\n" "PO-Revision-Date: 2022-06-15 12:10+0000\n" "Last-Translator: Kaya Zeren , 2023\n" "Language-Team: Turkish (Turkey) (https://app.transifex.com/teclib/teams/28042/tr_TR/)\n" @@ -179,16 +179,15 @@ msgid "Textarea" msgstr "Metin alanı" #: inc/field/textareafield.class.php:249 inc/field/dropdownfield.class.php:594 -#: inc/field/ldapselectfield.class.php:115 inc/field/textfield.class.php:126 +#: inc/field/ldapselectfield.class.php:115 #: inc/field/urgencyfield.class.php:166 inc/field/tagfield.class.php:166 #: inc/field/timefield.class.php:114 inc/field/fieldsfield.class.php:489 #: inc/field/requesttypefield.class.php:161 msgid "A required field is empty:" msgstr "Zorunlu bir alan boş bırakılmış:" -#: inc/field/textareafield.class.php:267 inc/field/textfield.class.php:179 -#: inc/field/integerfield.class.php:112 inc/field/floatfield.class.php:194 -#: inc/conditionnabletrait.class.php:70 +#: inc/field/textareafield.class.php:267 inc/field/integerfield.class.php:112 +#: inc/field/floatfield.class.php:194 inc/conditionnabletrait.class.php:70 msgid "The regular expression is invalid" msgstr "Kurallı ifade geçersiz" @@ -249,45 +248,12 @@ msgstr "LDAP dizini belirtilmemiş!" msgid "LDAP directory not found!" msgstr "LDAP dizini bulunamadı!" -#: inc/field/textfield.class.php:147 inc/field/integerfield.class.php:71 -#: inc/field/floatfield.class.php:156 -#, php-format -msgid "Specific format does not match: %s" -msgstr "Özel biçim eşleşmiyor: %s" - -#: inc/field/textfield.class.php:156 -#, php-format -msgid "The text is too short (minimum %d characters): %s" -msgstr "Metin çok kısa (en az %d karakter olmalı): %s" - -#: inc/field/textfield.class.php:161 -#, php-format -msgid "The text is too long (maximum %d characters): %s" -msgstr "Metin çok uzun (en fazla %d karakter olmalı): %s" - -#: inc/field/textfield.class.php:169 -msgid "Text" -msgstr "Metin" - -#: inc/field/textfield.class.php:218 inc/field/floatfield.class.php:235 -#: inc/questionregex.class.php:62 entrée standard:42 -msgid "Regular expression" -msgstr "Kurallı ifade" - -#: inc/field/textfield.class.php:223 inc/field/floatfield.class.php:240 -msgid "Range" -msgstr "Aralık" - -#: inc/field/textfield.class.php:229 inc/field/floatfield.class.php:246 -msgid "Additional validation" -msgstr "Ek değerlendirme" - #: inc/field/radiosfield.class.php:108 msgid "Radios" msgstr "Radyo düğmeleri" -#: inc/field/radiosfield.class.php:114 inc/field/glpiselectfield.class.php:112 -#: inc/field/fieldsfield.class.php:513 inc/field/checkboxesfield.class.php:245 +#: inc/field/radiosfield.class.php:114 inc/field/fieldsfield.class.php:513 +#: inc/field/checkboxesfield.class.php:245 msgid "The field value is required:" msgstr "Alan değeri zorunludur:" @@ -304,6 +270,11 @@ msgstr "Zorunlu bir alan boş bırakılmış: %s" msgid "This is not an integer: %s" msgstr "Bu bir tamsayı değil: %s" +#: inc/field/integerfield.class.php:71 inc/field/floatfield.class.php:156 +#, php-format +msgid "Specific format does not match: %s" +msgstr "Özel biçim eşleşmiyor: %s" + #: inc/field/integerfield.class.php:85 inc/field/floatfield.class.php:167 #, php-format msgid "The following number must be greater than %d: %s" @@ -367,12 +338,6 @@ msgid_plural "Tags" msgstr[0] "Etiket" msgstr[1] "Etiketler" -#: inc/field/glpiselectfield.class.php:97 entrée standard:38 -msgid "GLPI object" -msgid_plural "GLPI objects" -msgstr[0] "GLPI nesnesi" -msgstr[1] "GLPI nesneleri" - #: inc/field/hostnamefield.class.php:116 msgid "Hostname" msgid_plural "Hostnames" @@ -508,6 +473,19 @@ msgstr "Bu bir sayı değil: %s" msgid "Decimal number" msgstr "Ondalık sayı" +#: inc/field/floatfield.class.php:235 inc/questionregex.class.php:62 entrée +#: standard:42 +msgid "Regular expression" +msgstr "Kurallı ifade" + +#: inc/field/floatfield.class.php:240 +msgid "Range" +msgstr "Aralık" + +#: inc/field/floatfield.class.php:246 +msgid "Additional validation" +msgstr "Ek değerlendirme" + #: inc/field/datefield.class.php:137 msgid "Date" msgstr "Tarih" @@ -563,7 +541,7 @@ msgstr "Şu olmadan görüntülensin" #: inc/form.class.php:1908 inc/targetchange.class.php:304 #: inc/questionfilter.class.php:222 inc/section.class.php:381 #: inc/restrictedformcriteria.class.php:200 inc/question.class.php:867 -#: inc/questionparameter/range.class.php:202 inc/questionregex.class.php:188 +#: inc/questionparameter/range.class.php:198 inc/questionregex.class.php:188 #: inc/questiondependency.class.php:196 inc/item_targetticket.class.php:154 #: inc/targetticket.class.php:1461 #, php-format @@ -576,7 +554,7 @@ msgstr "%1$s%2$s eklenemedi ya da güncellenemedi" #: inc/form.class.php:1569 inc/targetchange.class.php:149 #: inc/questionfilter.class.php:154 inc/section.class.php:406 #: inc/restrictedformcriteria.class.php:226 inc/question.class.php:894 -#: inc/questionparameter/range.class.php:137 inc/questionregex.class.php:120 +#: inc/questionparameter/range.class.php:133 inc/questionregex.class.php:120 #: inc/questiondependency.class.php:211 inc/item_targetticket.class.php:64 #: inc/targetticket.class.php:1500 #, php-format @@ -757,38 +735,38 @@ msgstr "Destek kaydını izleyen" msgid "Ticket technician" msgstr "Destek kaydı teknisyeni" -#: inc/issue.class.php:1465 +#: inc/issue.class.php:1469 #, php-format msgid "%1$s %2$s" msgstr "%1$s %2$s" -#: inc/issue.class.php:1723 inc/filter/itilcategoryfilter.class.php:56 +#: inc/issue.class.php:1727 inc/filter/itilcategoryfilter.class.php:56 #: hook.php:766 msgid "All" msgstr "Tümü" -#: inc/issue.class.php:1729 hook.php:767 +#: inc/issue.class.php:1733 hook.php:767 msgid "New" msgstr "Ekle" -#: inc/issue.class.php:1735 hook.php:768 +#: inc/issue.class.php:1739 hook.php:768 msgid "Assigned" msgstr "Atanmış" -#: inc/issue.class.php:1741 inc/formanswer.class.php:78 +#: inc/issue.class.php:1745 inc/formanswer.class.php:78 #: inc/form_validator.class.php:70 hook.php:769 msgid "Waiting" msgstr "Bekliyor" -#: inc/issue.class.php:1747 hook.php:770 +#: inc/issue.class.php:1751 hook.php:770 msgid "To validate" msgstr "Değerlendirilecek" -#: inc/issue.class.php:1753 hook.php:771 +#: inc/issue.class.php:1757 hook.php:771 msgid "Solved" msgstr "Çözümlenmiş" -#: inc/issue.class.php:1759 hook.php:772 +#: inc/issue.class.php:1763 hook.php:772 msgid "Closed" msgstr "Kapalı" @@ -1080,15 +1058,15 @@ msgstr "" msgid "Cannot generate targets!" msgstr "Hedefler oluşturulamadı!" -#: inc/formanswer.class.php:1512 +#: inc/formanswer.class.php:1511 msgid "No captcha set." msgstr "Herhangi bir güvenlik kodu ayarlanmamış." -#: inc/formanswer.class.php:1518 +#: inc/formanswer.class.php:1517 msgid "You failed the captcha test." msgstr "Güvenlik kodu sınamasını geçemediniz." -#: inc/formanswer.class.php:1541 +#: inc/formanswer.class.php:1540 msgid "You must select validator!" msgstr "Bir değerlendiren seçmelisiniz!" @@ -2338,7 +2316,7 @@ msgid "" "The database schema is not consistent with the previous version of " "Formcreator %s. To see the logs run the command %s" msgstr "" -"Veritabanı şeması önceki Formcreator %s uygulama eki ile uyumlu değil. " +"Veri tabanı şeması önceki Formcreator %s uygulama eki ile uyumlu değil. " "Günlük kayıtlarını görüntülemek için şu komutu yürütün %s" #: install/install.php:208 @@ -2375,7 +2353,7 @@ msgid "" "The database schema is not consistent with the current version of " "Formcreator %s. To see the logs enable the plugin and run the command %s" msgstr "" -"Veritabanı şeması güncel Formcreator %s sürümü ile uyumlu değil. Günlük " +"Veri tabanı şeması güncel Formcreator %s sürümü ile uyumlu değil. Günlük " "kayıtlarını görüntülemek için uygulama ekini etkinleştirin ve şu komutu " "yürütün %s" @@ -2476,7 +2454,7 @@ msgstr "\"%s\" tablosu eksik." #: install/install.php:965 #, php-format msgid "Unknown table \"%s\" has been found in database." -msgstr "Veritabanında ne olduğu bilinmeyen \"%s\" tablosu bulundu." +msgstr "Veri tabanında ne olduğu bilinmeyen \"%s\" tablosu bulundu." #: hook.php:439 msgctxt "button" @@ -2601,6 +2579,12 @@ msgstr "Destek kaydı kategorilerini görüntüle" msgid "Selectable root" msgstr "Seçilebilir kök" +#: entrée standard:38 +msgid "GLPI object" +msgid_plural "GLPI objects" +msgstr[0] "GLPI nesnesi" +msgstr[1] "GLPI nesneleri" + #: entrée standard:63 msgid "Direct access on homepage" msgstr "Açılışa doğrudan erişim" diff --git a/locales/uk_UA.mo b/locales/uk_UA.mo index 49e913843..225962ad4 100644 Binary files a/locales/uk_UA.mo and b/locales/uk_UA.mo differ diff --git a/locales/uk_UA.po b/locales/uk_UA.po new file mode 100644 index 000000000..6fee0fd47 --- /dev/null +++ b/locales/uk_UA.po @@ -0,0 +1,2786 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +# Translators: +# Thierry Bugier , 2022 +# Andriy Smilyanets , 2022 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-05-31 16:21+0200\n" +"PO-Revision-Date: 2022-06-15 12:10+0000\n" +"Last-Translator: Andriy Smilyanets , 2022\n" +"Language-Team: Ukrainian (Ukraine) (https://app.transifex.com/teclib/teams/28042/uk_UA/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: uk_UA\n" +"Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);\n" + +#: ajax/question_update.php:38 ajax/section_update.php:37 +msgid "Bad request" +msgstr "Невірний запит" + +#: ajax/question_update.php:47 ajax/question_move.php:45 +#: ajax/question_delete.php:42 ajax/question_toggle_required.php:49 +msgid "Question not found" +msgstr "Запитання не знайдено" + +#: ajax/question_update.php:53 ajax/question_duplicate.php:49 +#: ajax/question_move.php:50 ajax/section_add.php:38 +#: ajax/section_delete.php:50 ajax/section_move.php:55 +#: ajax/section_duplicate.php:50 ajax/question_delete.php:49 +#: ajax/question_toggle_required.php:55 ajax/section_update.php:44 +msgid "You don't have right for this action" +msgstr "Ви не маєте права на цю дію" + +#: ajax/question_duplicate.php:43 +msgid "Source question not found" +msgstr "Вихідне запитання не знайдено" + +#: ajax/question_move.php:73 +msgid "Could not move some questions" +msgstr "Не вдалося перенести деякі запитання" + +#: ajax/section_add.php:44 +msgid "Could not add the section" +msgstr "Не вдалося додати розділ" + +#: ajax/commontree.php:55 entrée standard:128 standard:100 +msgid "Subtree root" +msgstr "Категорії заявок" + +#: ajax/commontree.php:59 +msgid "Selectable" +msgstr "Вибір" + +#: ajax/commontree.php:74 entrée standard:137 standard:109 +msgid "Limit subtree depth" +msgstr "Обмеження висоти категорії заявки" + +#: ajax/commontree.php:84 +msgid "No limit" +msgstr "Без обмежень" + +#: ajax/section_delete.php:44 ajax/section_move.php:49 +#: ajax/section_duplicate.php:44 +msgid "Source section not found" +msgstr "Розділ джерела не знайдено" + +#: ajax/section_delete.php:56 +msgid "Could not delete the section" +msgstr "Не вдалося видалити розділ" + +#: ajax/question_add.php:45 +msgid "Could not add the question" +msgstr "" + +#: ajax/section_move.php:66 +msgid "Could not move the section" +msgstr "Не вдалося перемістити розділ" + +#: ajax/target_actor.php:51 +msgid "Failed to add the actor" +msgstr "" + +#: ajax/target_actor.php:62 +msgid "Failed to delete the actor" +msgstr "" + +#: ajax/section_duplicate.php:56 +msgid "Could not duplicate the section" +msgstr "Не вдалося продублювати розділ" + +#: ajax/section_update.php:50 +msgid "Could not update the section" +msgstr "Не вдалось оновити розділ" + +#: front/knowbaseitem.php:42 front/knowbaseitem.php:47 +#: front/wizardreminders.php:49 front/wizardreminders.php:51 +#: front/wizard.php:45 front/wizard.php:50 front/wizardfeeds.php:49 +#: front/wizardfeeds.php:51 front/issue.php:44 front/issue.php:50 +#: front/formanswer.php:44 front/reservation.php:46 front/reservation.php:48 +#: front/knowbaseitem.form.php:48 front/knowbaseitem.form.php:50 +#: front/reservationitem.php:42 front/reservationitem.php:44 +#: front/formanswer.form.php:74 front/reservation.form.php:46 +#: front/reservation.form.php:48 +msgid "Service catalog" +msgstr "Каталог сервісів" + +#: front/issue.form.php:46 +msgid "Item not found" +msgstr "" + +#: front/targetticket.form.php:46 front/targetticket.form.php:56 +#: front/targetticket.form.php:81 front/targetchange.form.php:46 +#: front/targetproblem.form.php:46 +msgid "No right to update this item." +msgstr "" + +#: front/targetticket.form.php:75 +msgid "Bad request while deleting an actor." +msgstr "" + +#: front/targetticket.form.php:95 front/targetchange.form.php:81 +#: front/formanswer.php:47 front/targetproblem.form.php:81 +#: front/formanswer.form.php:77 front/form.php:43 inc/common.class.php:654 +#: inc/common.class.php:661 +msgid "Form Creator" +msgstr "Редактор Замовлень" + +#: front/targetticket.form.php:105 front/targetchange.form.php:90 +#: front/targetproblem.form.php:90 +#, php-format +msgid "%1$s = %2$s" +msgstr "" + +#: front/formlist.php:46 front/formlist.php:52 inc/common.class.php:648 +msgid "Form list" +msgstr "Список Замовлення" + +#: front/formdisplay.php:90 inc/formanswer.class.php:1077 +#: inc/formanswer.class.php:1325 inc/formanswer.class.php:1376 +msgid "The form has been successfully saved!" +msgstr "Замовлення збережено успішно!" + +#. TRANS: %s is the user login +#: front/reservation.form.php:71 +#, php-format +msgid "%1$s purges the reservation for item %2$s" +msgstr "" + +#: front/reservation.form.php:124 +#, php-format +msgid "%1$s adds the reservation %2$s for item %3$s" +msgstr "" + +#: inc/knowbase.class.php:60 inc/entityconfig.class.php:478 +#: inc/form.class.php:611 +msgid "Category" +msgid_plural "Categories" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: inc/knowbase.class.php:62 inc/form.class.php:614 entrée standard:39 +msgid "See all" +msgstr "" + +#: inc/knowbase.class.php:83 +msgid "Please, describe your need here" +msgstr "Будь ласка, опишіть тут свою потребу" + +#: inc/field/textareafield.class.php:186 +msgid "Textarea" +msgstr "Область тексту" + +#: inc/field/textareafield.class.php:249 inc/field/dropdownfield.class.php:594 +#: inc/field/ldapselectfield.class.php:115 +#: inc/field/urgencyfield.class.php:166 inc/field/tagfield.class.php:166 +#: inc/field/timefield.class.php:114 inc/field/fieldsfield.class.php:489 +#: inc/field/requesttypefield.class.php:161 +msgid "A required field is empty:" +msgstr "Обов'язкове поле порожнє:" + +#: inc/field/textareafield.class.php:267 inc/field/integerfield.class.php:112 +#: inc/field/floatfield.class.php:194 inc/conditionnabletrait.class.php:70 +msgid "The regular expression is invalid" +msgstr "Регулярний вираз недійсний" + +#: inc/field/dropdownfield.class.php:81 inc/filter/entityfilter.class.php:48 +msgid "User and form" +msgstr "" + +#: inc/field/dropdownfield.class.php:87 +msgid "Search filter" +msgstr "" + +#: inc/field/dropdownfield.class.php:585 entrée standard:38 +msgid "Dropdown" +msgid_plural "Dropdowns" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: inc/field/dropdownfield.class.php:616 +msgid "Invalid value for " +msgstr "Недійсне значення для " + +#: inc/field/dropdownfield.class.php:628 +#, php-format +msgid "The itemtype field is required: %s" +msgstr "" + +#: inc/field/dropdownfield.class.php:644 +#, php-format +msgid "Invalid dropdown type: %s" +msgstr "Недійсний тип випадаючого списку: %s" + +#: inc/field/dropdownfield.class.php:704 inc/questionfilter.class.php:62 +#: entrée standard:68 +msgid "Filter" +msgstr "Фільтр" + +#: inc/field/dropdownfield.class.php:987 entrée standard:162 standard:134 +msgid "Entity restriction" +msgstr "" + +#: inc/field/dropdownfield.class.php:996 +msgid "" +"To respect the GLPI entity system, \"Form\" should be selected. Others " +"settings will break the entity restrictions" +msgstr "" + +#: inc/field/ldapselectfield.class.php:96 +msgid "LDAP Select" +msgstr "Виберіть LDAP" + +#: inc/field/ldapselectfield.class.php:140 +msgid "LDAP directory not defined!" +msgstr "Каталог LDAP не визначено!" + +#: inc/field/ldapselectfield.class.php:147 +msgid "LDAP directory not found!" +msgstr "Каталог LDAP не знайдено!" + +#: inc/field/radiosfield.class.php:108 +msgid "Radios" +msgstr "Радіо" + +#: inc/field/radiosfield.class.php:114 inc/field/fieldsfield.class.php:513 +#: inc/field/checkboxesfield.class.php:245 +msgid "The field value is required:" +msgstr "Значення поля є обов'язковим:" + +#: inc/field/radiosfield.class.php:192 inc/field/selectfield.class.php:104 +#: inc/field/datetimefield.class.php:119 inc/field/actorfield.class.php:258 +#: inc/field/checkboxesfield.class.php:191 inc/field/floatfield.class.php:125 +#: inc/field/datefield.class.php:116 +#, php-format +msgid "A required field is empty: %s" +msgstr "Обов’язкове поле порожнє: %s" + +#: inc/field/integerfield.class.php:59 +#, php-format +msgid "This is not an integer: %s" +msgstr "Це не ціле число: %s" + +#: inc/field/integerfield.class.php:71 inc/field/floatfield.class.php:156 +#, php-format +msgid "Specific format does not match: %s" +msgstr "Конкретний формат не відповідає: %s" + +#: inc/field/integerfield.class.php:85 inc/field/floatfield.class.php:167 +#, php-format +msgid "The following number must be greater than %d: %s" +msgstr "Наступне число повинне перевищувати %d: %s" + +#: inc/field/integerfield.class.php:91 inc/field/floatfield.class.php:173 +#, php-format +msgid "The following number must be lower than %d: %s" +msgstr "Наступне число має бути меншим за %d: %s" + +#: inc/field/integerfield.class.php:101 +msgid "Integer" +msgstr "Ціле число" + +#: inc/field/undefinedfield.class.php:44 +msgid "Undefined" +msgstr "" + +#: inc/field/ipfield.class.php:123 +msgid "IP address" +msgid_plural "IP addresses" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: inc/field/urgencyfield.class.php:86 inc/abstractitiltarget.class.php:1040 +msgid "Urgency" +msgstr "" + +#: inc/field/urgencyfield.class.php:120 +msgctxt "urgency" +msgid "Very high" +msgstr "" + +#: inc/field/urgencyfield.class.php:121 +msgctxt "urgency" +msgid "High" +msgstr "" + +#: inc/field/urgencyfield.class.php:122 +msgctxt "urgency" +msgid "Medium" +msgstr "" + +#: inc/field/urgencyfield.class.php:123 +msgctxt "urgency" +msgid "Low" +msgstr "" + +#: inc/field/urgencyfield.class.php:124 +msgctxt "urgency" +msgid "Very low" +msgstr "" + +#: inc/field/tagfield.class.php:52 +msgid "Warning: Tag plugin is disabled or missing" +msgstr "" + +#: inc/field/tagfield.class.php:200 +msgid "Tag" +msgid_plural "Tags" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: inc/field/hostnamefield.class.php:116 +msgid "Hostname" +msgid_plural "Hostnames" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: inc/field/timefield.class.php:130 +msgid "Time" +msgstr "Час" + +#: inc/field/emailfield.class.php:89 +#, php-format +msgid "This is not a valid e-mail: %s" +msgstr "Це не дійсний електронний лист: %s" + +#: inc/field/emailfield.class.php:100 +msgid "Email" +msgid_plural "Emails" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: inc/field/selectfield.class.php:97 +msgid "Select" +msgstr "Виберіть" + +#: inc/field/datetimefield.class.php:140 +msgid "Date & time" +msgstr "Дата & час" + +#: inc/field/actorfield.class.php:84 +msgid "Actor" +msgid_plural "Actors" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: inc/field/actorfield.class.php:268 +#, php-format +msgid "Invalid value: %s" +msgstr "Недійсне значення: %s" + +#: inc/field/actorfield.class.php:291 +#, php-format +msgid "User not found or invalid email address: %s" +msgstr "Користувача не знайдено або недійсна електронна адреса: %s" + +#: inc/field/filefield.class.php:124 +msgid "No attached document" +msgstr "Прикріпленого документа немає" + +#: inc/field/filefield.class.php:133 inc/field/filefield.class.php:254 +#: inc/field/filefield.class.php:261 +msgid "Attached document" +msgstr "Доданий документ" + +#: inc/field/filefield.class.php:175 +#, php-format +msgid "A required file is missing: %s" +msgstr "Необхідний файл відсутній: %s" + +#: inc/field/filefield.class.php:192 +msgid "File" +msgstr "" + +#: inc/field/multiselectfield.class.php:86 +msgid "Multiselect" +msgstr "Багатовибір" + +#: inc/field/fieldsfield.class.php:154 +msgid "Warning: Additional Fields plugin is disabled or missing" +msgstr "" + +#: inc/field/fieldsfield.class.php:168 +msgid "Block" +msgstr "" + +#: inc/field/fieldsfield.class.php:172 inc/targetticket.class.php:346 +msgid "Field" +msgstr "" + +#: inc/field/fieldsfield.class.php:254 +msgid "show" +msgstr "" + +#: inc/field/fieldsfield.class.php:390 +#, php-format +msgid "Field '%1$s' type not implemented yet!" +msgstr "" + +#: inc/field/fieldsfield.class.php:467 +msgid "Some numeric fields contains non numeric values" +msgstr "" + +#: inc/field/fieldsfield.class.php:472 +msgid "Some URL fields contains invalid links" +msgstr "" + +#: inc/field/fieldsfield.class.php:566 +msgid "Additionnal fields" +msgstr "" + +#: inc/field/checkboxesfield.class.php:133 +msgid "Checkboxes" +msgstr "Прапорці" + +#: inc/field/checkboxesfield.class.php:227 +#, php-format +msgid "The following question needs at least %d answers: %s" +msgstr "" + +#: inc/field/checkboxesfield.class.php:233 +#, php-format +msgid "The following question does not accept more than %d answers: %s" +msgstr "" + +#: inc/field/checkboxesfield.class.php:305 +msgid "Range min" +msgstr "" + +#: inc/field/checkboxesfield.class.php:306 +msgid "Range max" +msgstr "" + +#: inc/field/requesttypefield.class.php:87 inc/targetticket.class.php:1150 +msgid "Request type" +msgstr "Тип запиту" + +#: inc/field/floatfield.class.php:142 +#, php-format +msgid "This is not a number: %s" +msgstr "Це не число: %s" + +#: inc/field/floatfield.class.php:183 +msgid "Decimal number" +msgstr "" + +#: inc/field/floatfield.class.php:235 inc/questionregex.class.php:62 entrée +#: standard:42 +msgid "Regular expression" +msgstr "Регулярний вираз" + +#: inc/field/floatfield.class.php:240 +msgid "Range" +msgstr "Інтервал" + +#: inc/field/floatfield.class.php:246 +msgid "Additional validation" +msgstr "Додаткова перевірка" + +#: inc/field/datefield.class.php:137 +msgid "Date" +msgstr "" + +#: inc/field/descriptionfield.class.php:106 inc/form.class.php:151 +#: inc/question.class.php:188 entrée standard:82 standard:52 standard:114 +msgid "Description" +msgstr "Опис" + +#: inc/field/descriptionfield.class.php:113 +msgid "A description field should have a description:" +msgstr "Поле опису повинне містити опис:" + +#: inc/field/hiddenfield.class.php:96 +msgid "Hidden field" +msgid_plural "Hidden fields" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: inc/condition.class.php:65 +msgid "Condition" +msgid_plural "Conditions" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: inc/condition.class.php:103 +msgid "is visible" +msgstr "Видимі" + +#: inc/condition.class.php:104 +msgid "is not visible" +msgstr "не видиме" + +#: inc/condition.class.php:105 +msgid "regular expression matches" +msgstr "збіги регулярних виразів" + +#: inc/condition.class.php:116 +msgid "Always displayed" +msgstr "Завжди видимі" + +#: inc/condition.class.php:117 +msgid "Hidden unless" +msgstr "Приховане доки" + +#: inc/condition.class.php:118 +msgid "Displayed unless" +msgstr "Видимі доки" + +#: inc/condition.class.php:178 inc/target_actor.class.php:233 +#: inc/form_language.class.php:565 inc/form_validator.class.php:248 +#: inc/targetproblem.class.php:527 inc/questionrange.class.php:199 +#: inc/form.class.php:1908 inc/targetchange.class.php:304 +#: inc/questionfilter.class.php:222 inc/section.class.php:381 +#: inc/restrictedformcriteria.class.php:200 inc/question.class.php:867 +#: inc/questionparameter/range.class.php:198 inc/questionregex.class.php:188 +#: inc/questiondependency.class.php:196 inc/item_targetticket.class.php:154 +#: inc/targetticket.class.php:1461 +#, php-format +msgid "Failed to add or update the %1$s %2$s" +msgstr "Не вдалося додати або оновити %1$s %2$s" + +#: inc/condition.class.php:200 inc/target_actor.class.php:254 +#: inc/form_language.class.php:581 inc/form_validator.class.php:288 +#: inc/targetproblem.class.php:362 inc/questionrange.class.php:131 +#: inc/form.class.php:1569 inc/targetchange.class.php:149 +#: inc/questionfilter.class.php:154 inc/section.class.php:406 +#: inc/restrictedformcriteria.class.php:226 inc/question.class.php:894 +#: inc/questionparameter/range.class.php:133 inc/questionregex.class.php:120 +#: inc/questiondependency.class.php:211 inc/item_targetticket.class.php:64 +#: inc/targetticket.class.php:1500 +#, php-format +msgid "Cannot export an empty object: %s" +msgstr "Неможливо експортувати порожній об'єкт: %s" + +#: inc/condition.class.php:268 +msgid "Conditions" +msgstr "Умови" + +#: inc/linker.class.php:78 +msgid "Importing" +msgstr "Імпортування" + +#: inc/linker.class.php:80 +msgid "Import in progress" +msgstr "" + +#: inc/issue.class.php:43 +msgid "Issue" +msgid_plural "Issues" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: inc/issue.class.php:56 +msgid "Update issue data from tickets and form answers" +msgstr "Оновіть дані про випуск із тікетів та формуйте відповіді" + +#: inc/issue.class.php:393 +msgid "Satisfaction survey expired" +msgstr "" + +#: inc/issue.class.php:531 inc/form_language.class.php:229 +#: inc/form.class.php:2208 entrée standard:52 standard:49 standard:57 +#: standard:38 standard:39 standard:105 standard:46 +msgid "Name" +msgstr "" + +#: inc/issue.class.php:543 inc/formanswer.class.php:229 +#: inc/formanswer.class.php:320 inc/targetproblem.class.php:610 +#: inc/form.class.php:142 inc/targetchange.class.php:335 +#: inc/section.class.php:95 inc/question.class.php:178 +#: inc/targetticket.class.php:180 entrée standard:45 +msgid "ID" +msgstr "" + +#: inc/issue.class.php:552 inc/form.class.php:2217 entrée standard:111 +#: standard:65 standard:104 standard:4 +msgid "Type" +msgid_plural "Types" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: inc/issue.class.php:565 inc/formanswer.class.php:307 +msgid "Status" +msgstr "" + +#: inc/issue.class.php:577 +msgid "Opening date" +msgstr "" + +#: inc/issue.class.php:586 +msgid "Last update" +msgstr "" + +#: inc/issue.class.php:595 inc/abstracttarget.class.php:517 +msgid "Entity" +msgid_plural "Entities" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: inc/issue.class.php:605 inc/notificationtargetformanswer.class.php:76 +#: inc/notificationtargetformanswer.class.php:96 +#: inc/target_actor.class.php:101 inc/formanswer.class.php:248 +#: inc/formanswer.class.php:762 inc/abstractitiltarget.class.php:1804 entrée +#: standard:48 +msgid "Requester" +msgid_plural "Requesters" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: inc/issue.class.php:619 inc/formanswer.class.php:258 +msgid "Form approver" +msgstr "Затверджувач форми" + +#: inc/issue.class.php:651 inc/formanswer.class.php:691 +#: inc/formanswer.class.php:698 inc/formanswer.class.php:777 +#: inc/form_language.class.php:243 +msgid "Comment" +msgstr "Пояснення" + +#: inc/issue.class.php:663 +msgid "Ticket approver" +msgstr "Затверджувач тікетів" + +#: inc/issue.class.php:736 +msgid "Technician" +msgstr "" + +#: inc/issue.class.php:767 +msgid "Technician group" +msgstr "" + +#: inc/issue.class.php:799 inc/formanswer.class.php:287 +msgid "Form approver group" +msgstr "Група затверджувачів форм" + +#: inc/issue.class.php:829 +msgid "Ticket approver group" +msgstr "" + +#: inc/issue.class.php:863 inc/abstractitiltarget.class.php:787 entrée +#: standard:108 +msgid "Time to resolve" +msgstr "Час для вирішення" + +#: inc/issue.class.php:874 +msgid "Time to resolve + Progress" +msgstr "" + +#: inc/issue.class.php:884 +msgid "Internal time to resolve" +msgstr "" + +#: inc/issue.class.php:895 +msgid "Internal time to resolve + Progress" +msgstr "" + +#: inc/issue.class.php:905 +msgid "Resolution date" +msgstr "" + +#: inc/issue.class.php:914 +msgid "Internal time to own" +msgstr "" + +#: inc/issue.class.php:925 +msgid "Internal time to own + Progress" +msgstr "" + +#: inc/issue.class.php:935 entrée standard:109 +msgid "Time to own" +msgstr "Час для володіння" + +#: inc/issue.class.php:946 +msgid "Time to own + Progress" +msgstr "" + +#: inc/issue.class.php:958 +msgid "Approver substitute" +msgstr "" + +#: inc/issue.class.php:1022 +msgid "Substitute of a member of approver group" +msgstr "" + +#: inc/issue.class.php:1095 +msgid "Form approver substitute" +msgstr "" + +#: inc/issue.class.php:1163 +msgid "Current form approver group" +msgstr "" + +#: inc/issue.class.php:1193 +msgid "Current form approver" +msgstr "" + +#: inc/issue.class.php:1227 +msgid "Ticket requester" +msgstr "" + +#: inc/issue.class.php:1274 +msgid "Ticket observer" +msgstr "" + +#: inc/issue.class.php:1322 +msgid "Ticket technician" +msgstr "" + +#: inc/issue.class.php:1469 +#, php-format +msgid "%1$s %2$s" +msgstr "" + +#: inc/issue.class.php:1727 inc/filter/itilcategoryfilter.class.php:56 +#: hook.php:766 +msgid "All" +msgstr "" + +#: inc/issue.class.php:1733 hook.php:767 +msgid "New" +msgstr "" + +#: inc/issue.class.php:1739 hook.php:768 +msgid "Assigned" +msgstr "" + +#: inc/issue.class.php:1745 inc/formanswer.class.php:78 +#: inc/form_validator.class.php:70 hook.php:769 +msgid "Waiting" +msgstr "Очікування" + +#: inc/issue.class.php:1751 hook.php:770 +msgid "To validate" +msgstr "Для схвалення" + +#: inc/issue.class.php:1757 hook.php:771 +msgid "Solved" +msgstr "" + +#: inc/issue.class.php:1763 hook.php:772 +msgid "Closed" +msgstr "Закрито" + +#: inc/category.class.php:50 hook.php:72 +msgid "Form category" +msgid_plural "Form categories" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: inc/category.class.php:80 +msgid "Knowbase category" +msgstr "Категорія бази знань" + +#: inc/category.class.php:86 +msgid "As child of" +msgstr "" + +#: inc/category.class.php:92 inc/form.class.php:247 entrée standard:65 +msgid "Icon" +msgstr "Значок" + +#: inc/category.class.php:98 inc/form.class.php:255 entrée standard:67 +msgid "Icon color" +msgstr "Колір значка" + +#: inc/category.class.php:104 inc/form.class.php:263 entrée standard:80 +msgid "Background color" +msgstr "Колір фону" + +#: inc/formlist.class.php:46 inc/entityconfig.class.php:93 +#: inc/form.class.php:111 inc/form.class.php:516 inc/form.class.php:2015 +#: entrée standard:47 +msgid "Form" +msgid_plural "Forms" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: inc/notificationtargetformanswer.class.php:43 +msgid "The form as been saved" +msgstr "Замовлення збережено" + +#: inc/notificationtargetformanswer.class.php:44 +msgid "A form need to be validate" +msgstr "Замовлення має бути перевірене контролером" + +#: inc/notificationtargetformanswer.class.php:45 install/install.php:490 +msgid "The form is refused" +msgstr "Замовлення відхилено" + +#: inc/notificationtargetformanswer.class.php:46 install/install.php:496 +msgid "The form is accepted" +msgstr "Замовлення ухвалене" + +#: inc/notificationtargetformanswer.class.php:47 install/install.php:502 +msgid "The form is deleted" +msgstr "Замовлення видалено" + +#: inc/notificationtargetformanswer.class.php:74 +msgid "Form ID" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:75 +#: inc/notificationtargetformanswer.class.php:95 +msgid "Form name" +msgstr "Назва Замовлення" + +#: inc/notificationtargetformanswer.class.php:77 +#: inc/form_validator.class.php:91 +msgid "Validator" +msgid_plural "Validators" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: inc/notificationtargetformanswer.class.php:78 +#: inc/notificationtargetformanswer.class.php:98 inc/formanswer.class.php:278 +#: entrée standard:49 +msgid "Creation date" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:79 +#: inc/notificationtargetformanswer.class.php:99 +msgid "Full form answers" +msgstr "Повні відповіді Замовлення" + +#: inc/notificationtargetformanswer.class.php:80 +msgid "Validation comment" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:81 +#: inc/notificationtargetformanswer.class.php:101 +msgid "Validation link" +msgstr "Посилання контролю" + +#: inc/notificationtargetformanswer.class.php:82 +msgid "Request ID" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:94 +msgid "Form #" +msgstr "Замовлення №" + +#: inc/notificationtargetformanswer.class.php:97 +msgctxt "tag" +msgid "Validator" +msgstr "Контролер" + +#: inc/notificationtargetformanswer.class.php:100 +msgid "Refused comment" +msgstr "Пояснення відхилення" + +#: inc/notificationtargetformanswer.class.php:102 +msgid "Request #" +msgstr "Запит №" + +#: inc/notificationtargetformanswer.class.php:114 +msgid "Author" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:115 +#: inc/abstractitiltarget.class.php:1374 +msgid "Approver" +msgstr "" + +#: inc/target_actor.class.php:70 inc/abstractitiltarget.class.php:2141 +msgid "Form author" +msgstr "Учасник форми" + +#: inc/target_actor.class.php:71 inc/abstractitiltarget.class.php:2144 +msgid "Form validator" +msgstr "Контролер Замовлення" + +#: inc/target_actor.class.php:72 +msgid "Specific person" +msgstr "Вказана персона" + +#: inc/target_actor.class.php:73 inc/abstractitiltarget.class.php:2154 +msgid "Person from the question" +msgstr "Персона з запитання" + +#: inc/target_actor.class.php:74 +msgid "Specific group" +msgstr "Вказана група" + +#: inc/target_actor.class.php:75 inc/abstractitiltarget.class.php:2165 +msgid "Group from the question" +msgstr "Група з запитання" + +#: inc/target_actor.class.php:76 +msgid "Group from an object" +msgstr "Вказана група" + +#: inc/target_actor.class.php:77 +msgid "Tech group from an object" +msgstr "Технічна група з об'єкта" + +#: inc/target_actor.class.php:78 +msgid "Specific supplier" +msgstr "Вказаний постачальник" + +#: inc/target_actor.class.php:79 inc/abstractitiltarget.class.php:2194 +msgid "Supplier from the question" +msgstr "Постачальник з запитання" + +#: inc/target_actor.class.php:80 inc/abstractitiltarget.class.php:2183 +msgid "Actors from the question" +msgstr "Учасники з питання" + +#: inc/target_actor.class.php:81 inc/abstractitiltarget.class.php:2198 +msgid "Form author's supervisor" +msgstr "" + +#: inc/target_actor.class.php:102 +msgid "Observer" +msgstr "" + +#: inc/target_actor.class.php:103 inc/abstractitiltarget.class.php:1818 +msgid "Assigned to" +msgstr "" + +#: inc/target_actor.class.php:109 +msgid "Target actor" +msgid_plural "Target actors" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: inc/target_actor.class.php:115 inc/target_actor.class.php:131 +#: inc/target_actor.class.php:140 +msgid "Bad request while adding an actor." +msgstr "" + +#: inc/target_actor.class.php:197 +#, php-format +msgid "Failed to find a user: %1$s" +msgstr "" + +#: inc/target_actor.class.php:206 +#, php-format +msgid "Failed to find a group: %1$s" +msgstr "" + +#: inc/target_actor.class.php:215 +#, php-format +msgid "Failed to find a supplier: %1$s" +msgstr "" + +#: inc/formanswer.class.php:79 inc/form_validator.class.php:72 +msgid "Refused" +msgstr "Відхилено" + +#: inc/formanswer.class.php:80 inc/form_validator.class.php:71 +msgid "Accepted" +msgstr "Ухвалено" + +#: inc/formanswer.class.php:214 +msgid "Form answer" +msgid_plural "Form answers" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: inc/formanswer.class.php:676 +msgid "Print this form" +msgstr "Надрукувати цю форму" + +#: inc/formanswer.class.php:701 +msgid "Form accepted by validator." +msgstr "Замовлення ухвалене контролером." + +#: inc/formanswer.class.php:703 +msgid "Form successfully saved." +msgstr "Замовлення успішно збережено." + +#: inc/formanswer.class.php:770 +msgid "Save" +msgstr "" + +#: inc/formanswer.class.php:782 +msgid "Required if refused" +msgstr "Обов'язково для відхилення" + +#: inc/formanswer.class.php:788 +msgid "Refuse" +msgstr "Відхилити" + +#: inc/formanswer.class.php:796 +msgid "Edit answers" +msgstr "Редагувати відповіді" + +#: inc/formanswer.class.php:802 +msgid "Cancel edition" +msgstr "Скасувати редагування" + +#: inc/formanswer.class.php:809 +msgid "Accept" +msgstr "Ухвалити" + +#: inc/formanswer.class.php:828 +msgid "Refused comment is required!" +msgstr "Пояснення відхилення обов'язкове!" + +#: inc/formanswer.class.php:882 inc/formanswer.class.php:899 +msgid "" +"An internal error occured when verifying your answers. Please report it to " +"your administrator." +msgstr "" + +#: inc/formanswer.class.php:933 +msgid "You are not the validator of these answers" +msgstr "Ви не є контролером цих відповідей." + +#: inc/formanswer.class.php:1083 +#, php-format +msgid "Item sucessfully added: %1$s (%2$s: %3$s)" +msgstr "" + +#: inc/formanswer.class.php:1166 inc/formanswer.class.php:1168 +msgid "Form data" +msgstr "Інформація Замовлення" + +#: inc/formanswer.class.php:1301 +msgid "" +"You are a validator of the form, then your approval hs been added " +"automatically." +msgstr "" + +#: inc/formanswer.class.php:1310 inc/formanswer.class.php:1363 +msgid "Cannot generate targets!" +msgstr "Неможливо згенерувати призначення!" + +#: inc/formanswer.class.php:1511 +msgid "No captcha set." +msgstr "" + +#: inc/formanswer.class.php:1517 +msgid "You failed the captcha test." +msgstr "" + +#: inc/formanswer.class.php:1540 +msgid "You must select validator!" +msgstr "Слід вибрати узгоджувача!" + +#: inc/common.class.php:229 +msgid "You cannot delete this issue. Maybe it is taken into account." +msgstr "Ви не можете видалити цю проблему. Можливо, це враховано." + +#: inc/common.class.php:234 +msgid "Failed to delete this issue. An internal error occured." +msgstr "Не вдалося видалити цю проблему. Сталася внутрішня помилка." + +#: inc/common.class.php:745 +msgid "Seek assistance" +msgstr "Шукати допомогу" + +#: inc/common.class.php:751 inc/common.class.php:755 +msgid "My requests for assistance" +msgstr "Мої запити допомоги" + +#: inc/common.class.php:791 +msgid "Consult reminders" +msgstr "" + +#: inc/common.class.php:811 +msgid "Consult feeds" +msgstr "Канали консультації" + +#: inc/abstractfield.class.php:89 inc/question.class.php:758 +msgid "Apply" +msgstr "" + +#: inc/formaccesstype.class.php:41 entrée standard:39 +msgid "Access type" +msgid_plural "Access types" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: inc/form_language.class.php:51 +msgid "Form language" +msgid_plural "Form languages" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: inc/form_language.class.php:78 inc/form_language.class.php:364 +msgid "Translation" +msgid_plural "Translations" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: inc/form_language.class.php:119 +msgid "The name cannot be empty." +msgstr "" + +#: inc/form_language.class.php:127 +msgid "The language must be associated to a form." +msgstr "" + +#: inc/form_language.class.php:135 +msgid "The specified language is not available." +msgstr "" + +#: inc/form_language.class.php:265 +msgid "Add a translation" +msgstr "Додайте переклад" + +#: inc/form_language.class.php:299 js/scripts.js:1214 +msgid "Update a translation" +msgstr "" + +#: inc/form_language.class.php:329 inc/form_language.class.php:331 +msgid "New translation" +msgstr "Новий переклад" + +#: inc/form_language.class.php:334 +msgid "Filter list" +msgstr "Список фільтрів" + +#: inc/form_language.class.php:339 inc/form_language.class.php:438 +msgid "No translation found" +msgstr "Немає перекладів" + +#: inc/form_language.class.php:344 +msgid "Do you want to delete the selected items?" +msgstr "Видалити вибрані елементи?" + +#: inc/form_language.class.php:353 inc/form_language.class.php:401 +#: inc/abstractitiltarget.class.php:1710 entrée standard:124 standard:31 +msgid "Delete" +msgstr "Видалити" + +#: inc/form_language.class.php:363 +msgid "Original string" +msgstr "Оригінальний рядок" + +#: inc/form_language.class.php:424 +msgid "Add a new language" +msgstr "" + +#: inc/form_language.class.php:457 inc/form_language.class.php:489 +#: inc/form.class.php:178 entrée standard:72 +msgid "Language" +msgstr "" + +#: inc/form_validator.class.php:69 inc/targetticket.class.php:99 +#: inc/abstractitiltarget.class.php:186 +msgid "None" +msgstr "Жоден" + +#: inc/form_validator.class.php:78 inc/abstractitiltarget.class.php:2552 +msgid "No" +msgstr "" + +#: inc/form_validator.class.php:81 +msgid "Supervisor of the requester" +msgstr "" + +#: inc/form_validator.class.php:116 inc/translation.class.php:221 +msgid "Form not found." +msgstr "Форму не знайдено." + +#: inc/form_validator.class.php:121 inc/form_validator.class.php:129 +#: inc/form_validator.class.php:138 +msgid "Invalid validator." +msgstr "" + +#: inc/form_validator.class.php:147 +#, php-format +msgid "Only level 1 is allowed for %s." +msgstr "" + +#: inc/form_validator.class.php:156 +msgid "Invalid validator type." +msgstr "" + +#: inc/form_validator.class.php:194 entrée standard:103 +msgid "Level" +msgstr "" + +#: inc/form_validator.class.php:592 inc/abstractitiltarget.class.php:1354 +msgid "Validation" +msgstr "Перевірка" + +#: inc/form_validator.class.php:594 +msgid "Choose a validator" +msgstr "Обрати контролера" + +#: inc/profile.class.php:62 inc/targetproblem.class.php:147 +#: inc/entityconfig.class.php:520 inc/targetchange.class.php:484 +#: inc/targetticket.class.php:323 inc/targetticket.class.php:358 +#: inc/abstractitiltarget.class.php:2124 +msgctxt "button" +msgid "Save" +msgstr "" + +#: inc/targetproblem.class.php:43 entrée standard:43 +msgid "Target problem" +msgid_plural "Target problems" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: inc/targetproblem.class.php:109 inc/targetproblem.class.php:565 +#: inc/targetchange.class.php:105 inc/targetchange.class.php:441 +#: inc/targetticket.class.php:135 inc/targetticket.class.php:238 +msgid "Properties" +msgstr "" + +#: inc/targetproblem.class.php:509 inc/targetchange.class.php:286 +#: inc/targetticket.class.php:1443 +#, php-format +msgid "" +"Failed to add or update the %1$s %2$s: a question is missing and is used in " +"a parameter of the target" +msgstr "" +"Не вдалося додати або оновити %1$s %2$s: питання відсутнє і використовується" +" в параметрі цілі" + +#: inc/targetproblem.class.php:566 inc/targetchange.class.php:106 +#: inc/targetticket.class.php:136 inc/abstractitiltarget.class.php:1216 +msgid "Actors" +msgstr "Учасники" + +#: inc/targetproblem.class.php:619 entrée standard:48 +msgid "Problem title" +msgstr "" + +#: inc/targetproblem.class.php:629 inc/targetchange.class.php:354 +#: inc/targetticket.class.php:199 +msgid "Content" +msgstr "Зміст" + +#: inc/targetproblem.class.php:639 inc/targetchange.class.php:364 +msgid "Impact" +msgstr "Вплив" + +#: inc/targetproblem.class.php:649 entrée standard:56 +msgid "Cause" +msgstr "" + +#: inc/targetproblem.class.php:659 entrée standard:58 +msgid "Symptom" +msgstr "" + +#: inc/entityconfig.class.php:101 inc/entityconfig.class.php:110 +#: inc/entityconfig.class.php:118 inc/entityconfig.class.php:126 +#: inc/entityconfig.class.php:134 inc/entityconfig.class.php:142 +#: inc/entityconfig.class.php:150 inc/entityconfig.class.php:158 +#: inc/entityconfig.class.php:166 inc/entityconfig.class.php:180 +#: inc/entityconfig.class.php:188 inc/entityconfig.class.php:196 +msgid "Inheritance of the parent entity" +msgstr "" + +#: inc/entityconfig.class.php:102 +msgid "GLPi's helpdesk" +msgstr "Сервіс-деск GLPi" + +#: inc/entityconfig.class.php:103 +msgid "Service catalog simplified" +msgstr "Спрощений каталог сервісів" + +#: inc/entityconfig.class.php:104 +msgid "Service catalog extended" +msgstr "Розширений каталог сервісів" + +#: inc/entityconfig.class.php:111 +msgid "All available forms" +msgstr "" + +#: inc/entityconfig.class.php:112 +msgid "Only default forms" +msgstr "" + +#: inc/entityconfig.class.php:119 +msgid "Popularity sort" +msgstr "Сортувати за популярністю" + +#: inc/entityconfig.class.php:120 +msgid "Alphabetic sort" +msgstr "Сортувати за абеткою" + +#: inc/entityconfig.class.php:127 +msgid "Merged with Forms" +msgstr "Об’єднано з формами" + +#: inc/entityconfig.class.php:128 +msgid "Distinct menu entry" +msgstr "Окремий запис у меню" + +#: inc/entityconfig.class.php:135 inc/entityconfig.class.php:143 +#: inc/entityconfig.class.php:151 inc/entityconfig.class.php:159 +#: inc/entityconfig.class.php:189 inc/form.class.php:271 entrée standard:100 +msgid "Visible" +msgstr "Видимий" + +#: inc/entityconfig.class.php:136 inc/entityconfig.class.php:144 +#: inc/entityconfig.class.php:152 inc/entityconfig.class.php:160 +#: inc/entityconfig.class.php:190 +msgid "Hidden" +msgstr "Прихований" + +#: inc/entityconfig.class.php:167 +msgid "Variable height" +msgstr "" + +#: inc/entityconfig.class.php:168 +msgid "Uniform height" +msgstr "" + +#: inc/entityconfig.class.php:173 +msgid "Search for assistance" +msgstr "" + +#: inc/entityconfig.class.php:174 +msgid "User's assistance requests" +msgstr "" + +#: inc/entityconfig.class.php:181 +msgid "Only forms" +msgstr "" + +#: inc/entityconfig.class.php:182 +msgid "Forms and list of requests" +msgstr "" + +#: inc/entityconfig.class.php:197 +msgid "Folded" +msgstr "" + +#: inc/entityconfig.class.php:198 +msgid "Unfolded" +msgstr "" + +#: inc/entityconfig.class.php:298 +msgid "Helpdesk" +msgstr "Сервіс-деск" + +#: inc/entityconfig.class.php:306 inc/entityconfig.class.php:534 entrée +#: standard:44 +msgid "Helpdesk mode" +msgstr "Режим Сервіс-деску" + +#: inc/entityconfig.class.php:317 inc/entityconfig.class.php:604 +msgid "Default Form list mode" +msgstr "" + +#: inc/entityconfig.class.php:335 inc/entityconfig.class.php:544 +msgid "Sort order" +msgstr "Порядок сортування" + +#: inc/entityconfig.class.php:351 inc/entityconfig.class.php:554 +msgid "Knowledge base" +msgstr "База знань" + +#: inc/entityconfig.class.php:366 +msgid "Search" +msgstr "Пошук" + +#: inc/entityconfig.class.php:382 inc/entityconfig.class.php:614 +msgid "Counters dashboard" +msgstr "" + +#: inc/entityconfig.class.php:398 +msgid "Header message" +msgstr "Тема повідомлення" + +#: inc/entityconfig.class.php:414 inc/entityconfig.class.php:624 +msgid "Search issue" +msgstr "" + +#: inc/entityconfig.class.php:430 inc/entityconfig.class.php:594 +msgid "Service catalog home page" +msgstr "" + +#: inc/entityconfig.class.php:446 inc/entityconfig.class.php:634 +msgid "Tile design" +msgstr "" + +#: inc/entityconfig.class.php:462 +msgid "Home page" +msgstr "" + +#: inc/entityconfig.class.php:494 +msgid "Menu visibility (only for vertical menu)" +msgstr "" + +#: inc/entityconfig.class.php:506 inc/entityconfig.class.php:584 +#: inc/form.class.php:225 entrée standard:84 +msgid "Header" +msgid_plural "Headers" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: inc/entityconfig.class.php:564 +msgid "Display search field" +msgstr "Відобразити поле пошуку" + +#: inc/entityconfig.class.php:574 +msgid "Display header" +msgstr "Відображення заголовка" + +#: inc/questionrange.class.php:52 inc/questionparameter/range.class.php:56 +msgid "Question range" +msgid_plural "Question ranges" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: inc/questionrange.class.php:62 inc/questionparameter/range.class.php:66 +msgid "Minimum range" +msgstr "Мінімальний діапазон" + +#: inc/questionrange.class.php:71 inc/questionparameter/range.class.php:75 +msgid "maximum range" +msgstr "максимальний діапазон" + +#: inc/form.class.php:66 inc/form.class.php:429 +msgid "Public access" +msgstr "Публічний доступ" + +#: inc/form.class.php:67 inc/form.class.php:433 +msgid "Private access" +msgstr "Приватний доступ" + +#: inc/form.class.php:68 inc/form.class.php:437 +msgid "Restricted access" +msgstr "Обмежений доступ" + +#: inc/form.class.php:122 +msgid "Answers waiting for validation" +msgstr "" + +#: inc/form.class.php:124 inc/form.class.php:1663 inc/form.class.php:1689 +msgid "Import forms" +msgstr "Імпорт Замовлень" + +#: inc/form.class.php:169 +msgid "Recursive" +msgstr "" + +#: inc/form.class.php:190 +msgid "Homepage" +msgstr "Головна сторінка" + +#: inc/form.class.php:203 +msgid "Access" +msgstr "Доступ" + +#: inc/form.class.php:234 inc/form.class.php:327 inc/form.class.php:394 entrée +#: standard:54 +msgid "Active" +msgstr "" + +#: inc/form.class.php:286 inc/form.class.php:338 inc/form.class.php:413 +msgid "Default form" +msgstr "" + +#: inc/form.class.php:296 entrée standard:106 +msgid "Next form" +msgstr "" + +#: inc/form.class.php:326 inc/form.class.php:391 +msgid "Inactive" +msgstr "" + +#: inc/form.class.php:337 inc/form.class.php:410 +msgid "Not default form" +msgstr "" + +#: inc/form.class.php:361 inc/form.class.php:445 entrée standard:75 +msgid "All languages" +msgstr "" + +#: inc/form.class.php:508 entrée standard:3 +msgid "Target" +msgid_plural "Targets" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: inc/form.class.php:511 +msgid "Preview" +msgstr "" + +#: inc/form.class.php:512 +msgid "Form answer properties" +msgstr "" + +#: inc/form.class.php:854 +msgid "What are you looking for?" +msgstr "Що Ви шукаєте?" + +#: inc/form.class.php:993 inc/form.class.php:1156 +#: inc/abstracttarget.class.php:162 inc/abstractitiltarget.class.php:1625 +msgid "The name cannot be empty!" +msgstr "Ім'я не може бути порожнім!" + +#: inc/form.class.php:1026 inc/form.class.php:1191 +msgid "A loop is generated!" +msgstr "" + +#: inc/form.class.php:1167 +msgid "Cannot use empty name for form answers. Keeping the previous value." +msgstr "" + +#: inc/form.class.php:1303 +#, php-format +msgid "The question %s is not compatible with public forms" +msgstr "Питання %s не сумісне з публічними формами" + +#: inc/form.class.php:1386 +msgid "Errored duplicate" +msgstr "Помилковий дублікат" + +#: inc/form.class.php:1397 entrée standard:23 +msgid "Duplicate" +msgstr "Дублювати" + +#: inc/form.class.php:1442 inc/form.class.php:1452 +msgctxt "button" +msgid "Post" +msgstr "" + +#: inc/form.class.php:1475 +#, php-format +msgid "Form duplicated: %s" +msgstr "Замовлення продубльовано: %s" + +#: inc/form.class.php:1491 +#, php-format +msgid "Form Transfered: %s" +msgstr "Замовлення перенесено: %s" + +#: inc/form.class.php:1515 +msgid "Back" +msgstr "Назад" + +#: inc/form.class.php:1526 +#, php-format +msgid "Form updated: %s" +msgstr "" + +#: inc/form.class.php:1636 +msgid "Upload of JSON files not allowed." +msgstr "Завантаження файлів JSON заборонено." + +#: inc/form.class.php:1639 +msgid "You may allow JSON files right now." +msgstr "Ви можете дозволити JSON файли прямо зараз." + +#: inc/form.class.php:1640 +msgctxt "button" +msgid "Create" +msgstr "Створити" + +#: inc/form.class.php:1643 inc/form.class.php:1654 +msgid "Please contact your GLPI administrator." +msgstr "Зверніться до адміністратора GLPI." + +#: inc/form.class.php:1644 inc/form.class.php:1655 +msgctxt "button" +msgid "Back" +msgstr "Назад" + +#: inc/form.class.php:1647 +msgid "Upload of JSON files not enabled." +msgstr "Завантаження файлів JSON не ввімкнуто." + +#: inc/form.class.php:1650 inc/form.class.php:1653 +msgid "You may enable JSON files right now." +msgstr "Ви можете ввімкнути файли JSON прямо зараз." + +#: inc/form.class.php:1651 +msgctxt "button" +msgid "Enable" +msgstr "Активувати" + +#: inc/form.class.php:1698 +msgctxt "button" +msgid "Send" +msgstr "" + +#: inc/form.class.php:1717 +msgid "Forms import impossible, the file is empty" +msgstr "Імпорт форм неможливий, файл порожній" + +#: inc/form.class.php:1721 inc/form.class.php:1725 +msgid "Forms import impossible, the file seems corrupt" +msgstr "Імпорт форм неможливий, файл здається пошкодженим" + +#: inc/form.class.php:1731 +msgid "Forms import impossible, the file was generated with another version" +msgstr "Імпорт форм неможливий, файл створено з іншою версією" + +#: inc/form.class.php:1738 +msgid "" +"The file does not specifies the schema version. It was probably generated " +"with a version older than 2.10. Giving up." +msgstr "" +"У файлі не вказана версія схеми. Ймовірно, його було створено з версією, " +"старшою за 2.10. Покинути." + +#: inc/form.class.php:1764 +#, php-format +msgid "Failed to import %s" +msgstr "Не вдалося імпортувати %s" + +#: inc/form.class.php:1769 +#, php-format +msgid "Forms successfully imported from %s" +msgstr "Замовлення з %s успішно імпортовані" + +#: inc/form.class.php:1832 +#, php-format +msgid "The form %1$s already exists and is in an unmodifiable entity." +msgstr "Форма %1$s існує та має немодифіфікувану сутність." + +#: inc/form.class.php:1840 +#, php-format +msgid "You don't have right to update the entity %1$s." +msgstr "" + +#: inc/form.class.php:1850 +#, php-format +msgid "The entity %1$s is required for the form %2$s." +msgstr "Сутність %1$s потрібна для форми %2$s." + +#: inc/form.class.php:1952 +msgid "Failed to create JSON document type" +msgstr "Не вдалося створити тип документа JSON" + +#: inc/form.class.php:1959 +msgid "JSON document type not found" +msgstr "Тип документа JSON не знайдено" + +#: inc/form.class.php:1966 +msgid "Failed to update JSON document type" +msgstr "Не вдалося оновити тип документа JSON" + +#: inc/form.class.php:1986 +msgid "Forms without category" +msgstr "Замовлення без категорії" + +#: inc/form.class.php:2007 +msgid "No form available" +msgstr "Немає доступних форм" + +#: inc/form.class.php:2205 entrée standard:47 +msgid "Add a target" +msgstr "Додати ціль" + +#: inc/form.class.php:2236 inc/targetticket.class.php:398 +#: inc/abstractitiltarget.class.php:1828 inc/abstractitiltarget.class.php:2124 +#: entrée standard:92 standard:94 +msgid "Add" +msgstr "Додати" + +#: inc/form.class.php:2254 inc/form.class.php:2277 inc/form.class.php:2299 +msgid "Unsupported target type." +msgstr "Непідтримуваний тип цілі." + +#: inc/form.class.php:2333 +msgid "plugin_formcreator_load_check" +msgstr "plugin_formcreator_load_check" + +#: inc/targetchange.class.php:44 entrée standard:43 +msgid "Target change" +msgid_plural "Target changes" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: inc/targetchange.class.php:344 entrée standard:48 +msgid "Change title" +msgstr "Змінити заголовок" + +#: inc/targetchange.class.php:374 entrée standard:56 +msgid "Control list" +msgstr "Контрольний список" + +#: inc/targetchange.class.php:384 entrée standard:58 +msgid "Deployment plan" +msgstr "" + +#: inc/targetchange.class.php:394 entrée standard:60 +msgid "Backup plan" +msgstr "План резервування" + +#: inc/targetchange.class.php:404 +msgid "Check list" +msgstr "Контрольний список" + +#: inc/questionfilter.class.php:52 +msgid "Question filter" +msgid_plural "Question filters" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: inc/section.class.php:71 entrée standard:53 standard:44 +msgid "Section" +msgid_plural "Sections" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: inc/section.class.php:123 inc/section.class.php:166 +#: inc/question.class.php:348 +msgid "The title is required" +msgstr "Назва є обов'язковою" + +#: inc/section.class.php:553 inc/question.class.php:234 entrée standard:37 +msgid "Count of conditions" +msgstr "Кількість умов" + +#: inc/restrictedformcriteria.class.php:179 +#, php-format +msgid "Failed to find %1$s %2$s" +msgstr "" + +#: inc/question.class.php:73 inc/abstractitiltarget.class.php:1127 entrée +#: standard:41 +msgid "Question" +msgid_plural "Questions" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: inc/question.class.php:197 entrée standard:43 standard:50 standard:44 +#: standard:49 standard:79 +msgid "Required" +msgstr "Обов'язкове" + +#: inc/question.class.php:355 +msgid "The section is required" +msgstr "Розділ є обов'язковим" + +#: inc/question.class.php:365 +#, php-format +msgid "Field type %1$s is not available for question %2$s." +msgstr "Тип поля %1$s недоступний для запитання %2$s." + +#: inc/question.class.php:379 +msgid "This type of question is not compatible with public forms." +msgstr "Цей тип питань несумісний із загальнодоступними формами." + +#: inc/question.class.php:469 +msgid "The field type cannot be changed. Delete then recreate the question." +msgstr "" + +#: inc/question.class.php:1184 +msgid "Service levels" +msgstr "" + +#: inc/question.class.php:1185 inc/abstractitiltarget.class.php:851 +msgid "SLA" +msgstr "SLA" + +#: inc/question.class.php:1186 inc/abstractitiltarget.class.php:924 +msgid "OLA" +msgstr "OLA" + +#: inc/question.class.php:1205 inc/question.class.php:1248 +#: inc/question.class.php:1251 +msgid "Assets" +msgstr "" + +#: inc/question.class.php:1219 hook.php:780 hook.php:797 +msgid "Assistance" +msgstr "" + +#: inc/question.class.php:1225 +msgid "Management" +msgstr "" + +#: inc/question.class.php:1236 +msgid "Tools" +msgstr "" + +#: inc/question.class.php:1237 +msgid "Notes" +msgstr "" + +#: inc/question.class.php:1238 +msgid "RSS feed" +msgstr "" + +#: inc/question.class.php:1240 +msgid "Administration" +msgstr "" + +#: inc/question.class.php:1248 inc/question.class.php:1251 +msgid "Plugin" +msgid_plural "Plugins" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: inc/abstractquestionparameter.class.php:98 +msgid "Parameter" +msgstr "Параметр" + +#: inc/abstractquestionparameter.class.php:105 +msgid "Field name" +msgstr "Назва поля" + +#: inc/abstracttarget.class.php:97 +msgid "Current active entity" +msgstr "Поточний активний підрозділ" + +#: inc/abstracttarget.class.php:98 +msgid "Default requester user's entity" +msgstr "Типовий підрозділ замовника" + +#: inc/abstracttarget.class.php:99 +msgid "First dynamic requester user's entity (alphabetical)" +msgstr "Перший динамічний підрозділ замовника (за абеткою)" + +#: inc/abstracttarget.class.php:100 +msgid "Last dynamic requester user's entity (alphabetical)" +msgstr "Останній динамічний підрозділ замовника (за абеткою)" + +#: inc/abstracttarget.class.php:101 +msgid "The form entity" +msgstr "Підрозділ Замовлення" + +#: inc/abstracttarget.class.php:102 +msgid "Default entity of the validator" +msgstr "Типовий підрозділ контролера" + +#: inc/abstracttarget.class.php:103 +msgid "Specific entity" +msgstr "Вказаний підрозділ" + +#: inc/abstracttarget.class.php:104 +msgid "Default entity of a user type question answer" +msgstr "Відповідь для питання типу Типовий підрозділ користувача" + +#: inc/abstracttarget.class.php:105 +msgid "From a GLPI object > Entity type question answer" +msgstr "З об'єкту GLPI > Відповідь для питання типу Підрозділ" + +#: inc/abstracttarget.class.php:116 +msgid "Always generated" +msgstr "" + +#: inc/abstracttarget.class.php:117 +msgid "Disabled unless" +msgstr "" + +#: inc/abstracttarget.class.php:118 +msgid "Generated unless" +msgstr "" + +#: inc/abstracttarget.class.php:129 +msgid "A target must be associated to a form." +msgstr "Ціль має бути пов'язана з формою." + +#: inc/abstracttarget.class.php:134 +msgid "A target must be associated to an existing form." +msgstr "Ціль має бути пов'язана з існуючою формою." + +#: inc/abstracttarget.class.php:139 +msgid "Name is required." +msgstr "Потрібно вказати ім’я." + +#: inc/abstracttarget.class.php:502 +msgid "Destination entity" +msgstr "" + +#: inc/abstracttarget.class.php:518 +msgid "User type question" +msgstr "Запитання типу користувача" + +#: inc/abstracttarget.class.php:519 +msgid "Entity type question" +msgstr "Запитання типу підрозділу" + +#: inc/command/cleanticketscommand.class.php:53 +msgid "Searching for invalid items..." +msgstr "" + +#: inc/command/cleanticketscommand.class.php:61 +msgid "Done." +msgstr "" + +#: inc/command/cleanticketscommand.class.php:135 +msgid "Step 1: double encoded < and > signs." +msgstr "" + +#: inc/command/cleanticketscommand.class.php:146 +#: inc/command/cleanticketscommand.class.php:196 +#: inc/command/cleanticketscommand.class.php:260 +msgid "No invalid items found." +msgstr "" + +#: inc/command/cleanticketscommand.class.php:187 +msgid "Step 2: literal BR tag." +msgstr "" + +#: inc/command/cleanticketscommand.class.php:251 +msgid "Step 3: litteral > sign." +msgstr "" + +#: inc/filter/itilcategoryfilter.class.php:52 +#: inc/filter/itilcategoryfilter.class.php:54 +msgid "Request categories" +msgstr "Категорії запитів" + +#: inc/filter/itilcategoryfilter.class.php:53 +#: inc/filter/itilcategoryfilter.class.php:54 +msgid "Incident categories" +msgstr "Категорії інцидентів" + +#: inc/filter/itilcategoryfilter.class.php:55 +msgid "Change categories" +msgstr "Змінити категорії" + +#: inc/supervisorvalidator.class.php:44 +msgid "Requester supervisor" +msgid_plural "Requester supervisors" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: inc/supervisorvalidator.class.php:52 +msgid "My supervisor" +msgstr "" + +#: inc/questionregex.class.php:52 +msgid "Question regular expression" +msgid_plural "Question regular expressions" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: inc/questiondependency.class.php:66 +msgid "Question dependency" +msgid_plural "Question dependencies" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: inc/answer.class.php:66 entrée standard:43 +msgid "Answer" +msgid_plural "Answers" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: inc/item_targetticket.class.php:52 +msgid "Composite ticket relation" +msgid_plural "Composite ticket relations" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: inc/targetticket.class.php:57 entrée standard:43 +msgid "Target ticket" +msgid_plural "Target tickets" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: inc/targetticket.class.php:100 +msgid "Specific asset" +msgstr "Конкретний актив" + +#: inc/targetticket.class.php:101 inc/targetticket.class.php:117 +#: inc/abstractitiltarget.class.php:207 inc/abstractitiltarget.class.php:215 +#: inc/abstractitiltarget.class.php:223 inc/abstractitiltarget.class.php:231 +#: inc/abstractitiltarget.class.php:240 inc/abstractitiltarget.class.php:249 +msgid "Equals to the answer to the question" +msgstr "Дорівнює відповіді на запитання" + +#: inc/targetticket.class.php:102 inc/abstractitiltarget.class.php:232 +#: inc/abstractitiltarget.class.php:241 inc/abstractitiltarget.class.php:250 +msgid "Last valid answer" +msgstr "Остання дійсна відповідь" + +#: inc/targetticket.class.php:108 +msgid "Source from template or user default or GLPI default" +msgstr "" + +#: inc/targetticket.class.php:109 +msgid "Formcreator" +msgstr "" + +#: inc/targetticket.class.php:115 +msgid "Default or from a template" +msgstr "За замовчуванням або з шаблону" + +#: inc/targetticket.class.php:116 +msgid "Specific type" +msgstr "Конкретний тип" + +#: inc/targetticket.class.php:189 entrée standard:48 +msgid "Ticket title" +msgstr "Назва заявки" + +#: inc/targetticket.class.php:307 +msgid "Add validation message as first ticket followup" +msgstr "Додати повідомлення перевірки як першу відповідь заявки" + +#: inc/targetticket.class.php:341 +msgid "Add a field" +msgstr "" + +#: inc/targetticket.class.php:369 +msgid "Managed fields" +msgstr "" + +#: inc/targetticket.class.php:376 +msgid "No managed field" +msgstr "" + +#: inc/targetticket.class.php:396 +msgid "Link to an other ticket" +msgstr "Посилання на інший тікет" + +#: inc/targetticket.class.php:405 +msgid "An other destination of this form" +msgstr "Інший пункт призначення цієї форми" + +#: inc/targetticket.class.php:406 +msgid "An existing ticket" +msgstr "Існуючий тікет" + +#: inc/targetticket.class.php:407 +msgid "A ticket from an answer to a question" +msgstr "" + +#: inc/targetticket.class.php:488 +msgctxt "button" +msgid "Delete permanently" +msgstr "" + +#: inc/targetticket.class.php:743 +msgid "Invalid link type" +msgstr "Недійсний тип посилання" + +#: inc/targetticket.class.php:763 +msgid "Invalid linked item type" +msgstr "Недійсний тип зв’язаного елемента" + +#: inc/targetticket.class.php:776 +msgid "Linked item does not exists" +msgstr "Пов’язаний елемент не існує" + +#: inc/targetticket.class.php:789 +msgid "Failed to link the item" +msgstr "Не вдалося зв’язати елемент" + +#: inc/targetticket.class.php:905 install/install.php:497 +msgid "Your form has been accepted by the validator" +msgstr "Ваше Замовлення схвалене контролером" + +#: inc/targetticket.class.php:1137 +msgid "Request source" +msgstr "" + +#: inc/targetticket.class.php:1162 +msgid "Type " +msgstr "Тип " + +#: inc/targetticket.class.php:1190 +msgid "Associated elements" +msgstr "" + +#: inc/targetticket.class.php:1201 +msgid "Item " +msgstr "Елемент " + +#: inc/translation.class.php:153 +msgid "No more string to translate" +msgstr "Немає більше рядка для перекладу" + +#: inc/translation.class.php:164 +msgid "Internal error: translatable string not found." +msgstr "" + +#: inc/translation.class.php:216 +msgid "Language not found." +msgstr "Мова не знайдена." + +#: inc/translation.class.php:236 +msgid "Failed to add the translation." +msgstr "Не вдалося додати переклад." + +#: inc/abstractitiltarget.class.php:187 +msgid "Tags from questions" +msgstr "Тег з запитань" + +#: inc/abstractitiltarget.class.php:188 +msgid "Specific tags" +msgstr "Визначені теги" + +#: inc/abstractitiltarget.class.php:189 +msgid "Tags from questions and specific tags" +msgstr "Теги з запитань та визначених тегів" + +#: inc/abstractitiltarget.class.php:190 +msgid "Tags from questions or specific tags" +msgstr "Теги з запитань або визначених тегів" + +#: inc/abstractitiltarget.class.php:196 +msgid "TTR from template or none" +msgstr "" + +#: inc/abstractitiltarget.class.php:197 +msgid "equals to the answer to the question" +msgstr "дорівнює відповіді на запитання" + +#: inc/abstractitiltarget.class.php:198 +msgid "calculated from the ticket creation date" +msgstr "обраховується з дати створення заявки" + +#: inc/abstractitiltarget.class.php:199 +msgid "calculated from the answer to the question" +msgstr "обраховується з відповіді на запитання" + +#: inc/abstractitiltarget.class.php:205 +msgid "SLA from template or none" +msgstr "SLA із шаблону або жодного" + +#: inc/abstractitiltarget.class.php:206 +msgid "Specific SLA" +msgstr "Конкретна SLA" + +#: inc/abstractitiltarget.class.php:213 +msgid "OLA from template or none" +msgstr "OLA із шаблону або жодного" + +#: inc/abstractitiltarget.class.php:214 +msgid "Specific OLA" +msgstr "Специфічна OLA" + +#: inc/abstractitiltarget.class.php:221 +msgid "Urgency from template or Medium" +msgstr "Терміновість з шаблону або Medium" + +#: inc/abstractitiltarget.class.php:222 +msgid "Specific urgency" +msgstr "Конкретна терміновість" + +#: inc/abstractitiltarget.class.php:229 +msgid "Category from template or none" +msgstr "Категорія за шаблоном або жодна" + +#: inc/abstractitiltarget.class.php:230 +msgid "Specific category" +msgstr "Конкретна категорія" + +#: inc/abstractitiltarget.class.php:238 +msgid "Location from template or none" +msgstr "Розташування за шаблоном або жодне" + +#: inc/abstractitiltarget.class.php:239 +msgid "Specific location" +msgstr "Конкретне розташування" + +#: inc/abstractitiltarget.class.php:247 +msgid "Contract from template or none" +msgstr "" + +#: inc/abstractitiltarget.class.php:248 +msgid "Specific contract" +msgstr "" + +#: inc/abstractitiltarget.class.php:256 +msgid "No validation" +msgstr "" + +#: inc/abstractitiltarget.class.php:257 +msgid "Specific user or group" +msgstr "" + +#: inc/abstractitiltarget.class.php:258 +msgid "User from question answer" +msgstr "" + +#: inc/abstractitiltarget.class.php:259 +msgid "Group from question answer" +msgstr "" + +#: inc/abstractitiltarget.class.php:839 +msgid "Minute" +msgid_plural "Minutes" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: inc/abstractitiltarget.class.php:840 +msgid "Hour" +msgid_plural "Hours" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: inc/abstractitiltarget.class.php:841 +msgid "Day" +msgid_plural "Days" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: inc/abstractitiltarget.class.php:842 +msgid "Month" +msgid_plural "Months" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: inc/abstractitiltarget.class.php:874 +msgid "SLA (TTO/TTR)" +msgstr "SLA (TTO/TTR)" + +#: inc/abstractitiltarget.class.php:875 inc/abstractitiltarget.class.php:948 +msgid "Question (TTO/TTR)" +msgstr "Запитання (TTO / TTR)" + +#: inc/abstractitiltarget.class.php:947 +msgid "OLA (TTO/TTR)" +msgstr "OLA (TTO/TTR)" + +#: inc/abstractitiltarget.class.php:1051 +msgid "Urgency " +msgstr "Терміновість " + +#: inc/abstractitiltarget.class.php:1080 +msgid "Ticket tags" +msgstr "Теги заявки" + +#: inc/abstractitiltarget.class.php:1128 +msgid "Tags" +msgstr "Теги" + +#: inc/abstractitiltarget.class.php:1247 +msgid "Location" +msgstr "" + +#: inc/abstractitiltarget.class.php:1259 +msgid "Location " +msgstr "Місцезнаходження " + +#: inc/abstractitiltarget.class.php:1312 +msgid "Contract" +msgstr "" + +#: inc/abstractitiltarget.class.php:1324 +msgid "Contract " +msgstr "" + +#: inc/abstractitiltarget.class.php:1635 +msgid "The description cannot be empty!" +msgstr "Опис не може бути порожнім!" + +#: inc/abstractitiltarget.class.php:1811 +msgid "Watcher" +msgid_plural "Watchers" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: inc/abstractitiltarget.class.php:1830 +msgid "Cancel" +msgstr "Відміна" + +#: inc/abstractitiltarget.class.php:2118 inc/abstractitiltarget.class.php:2548 +#: inc/abstractitiltarget.class.php:2552 +msgid "Email followup" +msgstr "" + +#: inc/abstractitiltarget.class.php:2149 inc/abstractitiltarget.class.php:2536 +msgid "User" +msgstr "" + +#: inc/abstractitiltarget.class.php:2160 inc/abstractitiltarget.class.php:2540 +msgid "Group" +msgstr "" + +#: inc/abstractitiltarget.class.php:2171 +msgid "Group from the object" +msgstr "Група з об'єкта" + +#: inc/abstractitiltarget.class.php:2177 +msgid "Tech group from the object" +msgstr "Технічна група з об'єкта" + +#: inc/abstractitiltarget.class.php:2189 inc/abstractitiltarget.class.php:2544 +msgid "Supplier" +msgstr "" + +#: inc/abstractitiltarget.class.php:2548 +msgid "Yes" +msgstr "" + +#: install/install.php:163 +#, php-format +msgid "Upgrade tables to innoDB; run %s" +msgstr "" + +#: install/install.php:199 +#, php-format +msgid "" +"The database schema is not consistent with the previous version of " +"Formcreator %s. To see the logs run the command %s" +msgstr "" + +#: install/install.php:208 +#, php-format +msgid "To ignore the inconsistencies and upgrade anyway run %s" +msgstr "" + +#: install/install.php:225 +msgid "" +"Upgrade from version older than 2.5.0 is no longer supported. Please upgrade" +" to GLPI 9.5.7, upgrade Formcreator to version 2.12.5, then upgrade again to" +" GLPI 10 or later and Formcreator 2.13 or later." +msgstr "" + +#: install/install.php:251 +#, php-format +msgid "" +"A fatal error occured in the upgrade from %s! Upgrade aborted. Please check " +"logs to fix the problem then try again." +msgstr "" + +#: install/install.php:294 +#, php-format +msgid "" +"The database schema is not consistent with the current version of " +"Formcreator %s. To see the logs enable the plugin and run the command %s" +msgstr "" + +#: install/install.php:305 +msgid "The tables of the plugin passed the schema integrity check." +msgstr "" + +#: install/install.php:478 +msgid "A form has been created" +msgstr "Замовлення створено" + +#: install/install.php:479 +msgid "Your request has been saved" +msgstr "Ваше Замовлення створено" + +#: install/install.php:480 +msgid "" +"Hi,\\nYour request from GLPI has been successfully saved with number " +"##formcreator.request_id## and transmitted to the helpdesk team.\\nYou can " +"see your answers onto the following link:\\n##formcreator.validation_link##" +msgstr "" +"Вітаємо!\\nВаше Замовлення успішно збережено з номером " +"##formcreator.request_id## і передано команді Сервіс-деску.\\nВи можете " +"спостерігати Замовлення за наступним " +"посиланням:\\n##formcreator.validation_link##" + +#: install/install.php:484 +msgid "A form need validation" +msgstr "" + +#: install/install.php:485 +msgid "A form from GLPI need to be validated" +msgstr "" + +#: install/install.php:486 +msgid "" +"Hi,\\nA form from GLPI need to be validated and you have been choosen as the" +" validator.\\nYou can access it by clicking onto this " +"link:\\n##formcreator.validation_link##" +msgstr "" + +#: install/install.php:491 +msgid "Your form has been refused by the validator" +msgstr "Ваша Замовлення було відхилено контролером" + +#: install/install.php:492 +msgid "" +"Hi,\\nWe are sorry to inform you that your form has been refused by the " +"validator for the reason " +"below:\\n##formcreator.validation_comment##\\n\\nYou can still modify and " +"resubmit it by clicking onto this link:\\n##formcreator.validation_link##" +msgstr "" +"Привіт!\\nНа жаль, Ваше Замовлення відхилене контролером з наступним " +"поясненням:\\n##formcreator.validation_comment##\\n\\nВи можете внести зміни" +" за посиланням:\\n##formcreator.validation_link##" + +#: install/install.php:498 +msgid "" +"Hi,\\nWe are pleased to inform you that your form has been accepted by the " +"validator.\\nYour request will be considered soon." +msgstr "" +"Вітаємо!\\nПовідомляємо, що Ваше Замовлення схвалене контролером та буде " +"розглянуто найближчим часом." + +#: install/install.php:503 +msgid "Your form has been deleted by an administrator" +msgstr "Ваше Замовлення було видалене адміністратором" + +#: install/install.php:504 +msgid "" +"Hi,\\nWe are sorry to inform you that your request cannot be considered and " +"has been deleted by an administrator." +msgstr "" +"Привіт!\\nНа жаль, Ваше Замовлення не може бути розглянуте і було видалене " +"адміністратором." + +#: install/install.php:732 +msgid "Formcreator - Sync service catalog issues" +msgstr "Formcreator - Проблеми з каталогом служби синхронізації" + +#: install/install.php:945 +msgid "Failed to check the sanity of the tables!" +msgstr "" + +#: install/install.php:959 +#, php-format +msgid "Table schema differs for table \"%s\"." +msgstr "" + +#: install/install.php:962 +#, php-format +msgid "Table \"%s\" is missing." +msgstr "" + +#: install/install.php:965 +#, php-format +msgid "Unknown table \"%s\" has been found in database." +msgstr "" + +#: hook.php:439 +msgctxt "button" +msgid "Duplicate" +msgstr "Дублювати" + +#: hook.php:440 +msgid "Transfer" +msgstr "" + +#: hook.php:441 +msgctxt "button" +msgid "Export" +msgstr "" + +#: hook.php:442 +msgctxt "button" +msgid "Access rights" +msgstr "" + +#: hook.php:756 +msgid "Cancel my ticket" +msgstr "Скасувати мій тікет" + +#: hook.php:774 +msgid "Old" +msgstr "" + +#: hook.php:781 +#, php-format +msgid "Number of %s" +msgstr "" + +#: hook.php:798 +msgid "Issues summary" +msgstr "" + +#: hook.php:843 +msgid "" +"Formcreator's mini dashboard not usable as default. This Setting has been " +"ignored." +msgstr "" + +#: js/scripts.js:300 +msgid "No form found. Please choose a form below instead." +msgstr "" + +#: js/scripts.js:302 +msgid "No form found." +msgstr "" + +#: js/scripts.js:306 +msgid "No FAQ item found." +msgstr "" + +#: js/scripts.js:707 +msgid "Are you sure you want to delete this question?" +msgstr "Ви впевнені, що необхідно видалити це запитання?" + +#: js/scripts.js:917 +msgid "Are you sure you want to delete this section?" +msgstr "Ви впевнені, що необхідно видалити цей розділ?" + +#: js/scripts.js:1161 +msgid "Add translations" +msgstr "" + +#: js/scripts.js:1300 js/scripts.js:1324 +msgid "An error occured while querying forms" +msgstr "Під час роботи з Замовленнями виникла помилка" + +#: js/scripts.js:1416 entrée standard:139 +msgid "Send" +msgstr "" + +#: js/scripts.js:1425 +msgid "An internal error occurred. Please report it to administrator." +msgstr "" + +#: js/scripts.js:1468 +msgid "Are you sure you want to delete this validator ?" +msgstr "" + +#: js/scripts.js:1520 +msgid "Are you sure you want to duplicate this target?" +msgstr "" + +#: js/scripts.js:1537 +msgid "Are you sure you want to delete this target?" +msgstr "" + +#: entrée standard:57 standard:61 standard:60 standard:59 standard:43 +#: standard:69 standard:52 standard:76 +msgid "Default values" +msgstr "" + +#: entrée standard:52 standard:59 standard:58 +msgid "Show empty" +msgstr "Показувати порожнє" + +#: entrée standard:39 +msgid "LDAP directory" +msgid_plural "LDAP directories" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: entrée standard:78 +msgid "Attribute" +msgstr "Атрибут" + +#: entrée standard:70 standard:68 +msgid "Values" +msgstr "Значення" + +#: entrée standard:90 +msgid "Show ticket categories" +msgstr "Показати категорії тикетів" + +#: entrée standard:146 standard:118 +msgid "Selectable root" +msgstr "" + +#: entrée standard:38 +msgid "GLPI object" +msgid_plural "GLPI objects" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: entrée standard:63 +msgid "Direct access on homepage" +msgstr "Прямий доступ до головної сторінки" + +#: entrée standard:86 +msgid "Default form in service catalog" +msgstr "Типове Замовлення каталогу сервісів" + +#: entrée standard:113 standard:114 +msgid "Are you a robot ?" +msgstr "Ви робот?" + +#: entrée standard:64 +msgid "Condition to show the section" +msgstr "Умова для показу розділу" + +#: entrée standard:40 +msgid "Condition to generate the target" +msgstr "" + +#: entrée standard:40 +msgid "General" +msgstr "" + +#: entrée standard:45 +msgid "validation percent" +msgstr "" + +#: entrée standard:52 +msgid "Add a validator" +msgstr "" + +#: entrée standard:57 standard:36 +msgid "Validation level" +msgstr "" + +#: entrée standard:73 +msgid "Validator type" +msgstr "" + +#: entrée standard:98 +msgid "Validators" +msgstr "" + +#: entrée standard:106 standard:5 +msgid "Actions" +msgstr "" + +#: entrée standard:54 +msgid "Impacts" +msgstr "" + +#: entrée standard:62 +msgid "Checklist" +msgstr "" + +#: entrée standard:36 +msgid "Answers title" +msgstr "" + +#: entrée standard:45 +msgid "Add a section" +msgstr "Додати розділ" + +#: entrée standard:55 +msgid "Condition to show the submit button" +msgstr "" + +#: entrée standard:33 +msgid "No form answer yet" +msgstr "" + +#: entrée standard:38 +#, php-format +msgid "%s latest items" +msgstr "" + +#: entrée standard:54 +msgid "Please activate the form to view the link" +msgstr "Будь ласка, активуйте форму, щоб переглянути посилання" + +#: entrée standard:63 +msgid "Enable captcha" +msgstr "Увімкнути капчу" + +#: entrée standard:79 +msgid "Restricted to" +msgstr "" + +#: entrée standard:83 +msgid "Add a question" +msgstr "Додати запитання" + +#: entrée standard:39 +msgid "List of available tags" +msgstr "" + +#: entrée standard:42 +msgid "Title" +msgstr "" + +#: entrée standard:47 +msgid "Full form" +msgstr "Повне Замовлення" + +#: entrée standard:37 +msgid "Validation status" +msgstr "" + +#: entrée standard:36 +#, php-format +msgid "My %1$d last forms (requester)" +msgstr "Мої %1$d останні Форми (замовник)" + +#: entrée standard:39 +msgid "No form posted yet" +msgstr "Заповнених Замовлень ще немає" + +#: entrée standard:63 +msgid "All my forms (requester)" +msgstr "Всі мої Замовлення (замовник)" + +#: entrée standard:36 +#, php-format +msgid "My %1$d last forms (validator)" +msgstr "Мої %1$d останні форми (валідатор)" + +#: entrée standard:63 +msgid "All my forms (validator)" +msgstr "Всі мої Замовлення (контролер)" + +#: entrée standard:42 +msgid "Min" +msgstr "Мінімум" + +#: entrée standard:53 +msgid "Max" +msgstr "Максимум" diff --git a/locales/zh_CN.mo b/locales/zh_CN.mo new file mode 100644 index 000000000..b238d30d2 Binary files /dev/null and b/locales/zh_CN.mo differ diff --git a/locales/zh_CN.po b/locales/zh_CN.po new file mode 100644 index 000000000..5f255e32e --- /dev/null +++ b/locales/zh_CN.po @@ -0,0 +1,2644 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +# Translators: +# 李赋 , 2022 +# liAnGjiA , 2022 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-05-31 16:21+0200\n" +"PO-Revision-Date: 2022-06-15 12:10+0000\n" +"Last-Translator: liAnGjiA , 2022\n" +"Language-Team: Chinese (China) (https://app.transifex.com/teclib/teams/28042/zh_CN/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: zh_CN\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: ajax/question_update.php:38 ajax/section_update.php:37 +msgid "Bad request" +msgstr "" + +#: ajax/question_update.php:47 ajax/question_move.php:45 +#: ajax/question_delete.php:42 ajax/question_toggle_required.php:49 +msgid "Question not found" +msgstr "" + +#: ajax/question_update.php:53 ajax/question_duplicate.php:49 +#: ajax/question_move.php:50 ajax/section_add.php:38 +#: ajax/section_delete.php:50 ajax/section_move.php:55 +#: ajax/section_duplicate.php:50 ajax/question_delete.php:49 +#: ajax/question_toggle_required.php:55 ajax/section_update.php:44 +msgid "You don't have right for this action" +msgstr "" + +#: ajax/question_duplicate.php:43 +msgid "Source question not found" +msgstr "" + +#: ajax/question_move.php:73 +msgid "Could not move some questions" +msgstr "" + +#: ajax/section_add.php:44 +msgid "Could not add the section" +msgstr "" + +#: ajax/commontree.php:55 entrée standard:128 standard:100 +msgid "Subtree root" +msgstr "" + +#: ajax/commontree.php:59 +msgid "Selectable" +msgstr "" + +#: ajax/commontree.php:74 entrée standard:137 standard:109 +msgid "Limit subtree depth" +msgstr "" + +#: ajax/commontree.php:84 +msgid "No limit" +msgstr "" + +#: ajax/section_delete.php:44 ajax/section_move.php:49 +#: ajax/section_duplicate.php:44 +msgid "Source section not found" +msgstr "" + +#: ajax/section_delete.php:56 +msgid "Could not delete the section" +msgstr "" + +#: ajax/question_add.php:45 +msgid "Could not add the question" +msgstr "" + +#: ajax/section_move.php:66 +msgid "Could not move the section" +msgstr "" + +#: ajax/target_actor.php:51 +msgid "Failed to add the actor" +msgstr "" + +#: ajax/target_actor.php:62 +msgid "Failed to delete the actor" +msgstr "" + +#: ajax/section_duplicate.php:56 +msgid "Could not duplicate the section" +msgstr "" + +#: ajax/section_update.php:50 +msgid "Could not update the section" +msgstr "" + +#: front/knowbaseitem.php:42 front/knowbaseitem.php:47 +#: front/wizardreminders.php:49 front/wizardreminders.php:51 +#: front/wizard.php:45 front/wizard.php:50 front/wizardfeeds.php:49 +#: front/wizardfeeds.php:51 front/issue.php:44 front/issue.php:50 +#: front/formanswer.php:44 front/reservation.php:46 front/reservation.php:48 +#: front/knowbaseitem.form.php:48 front/knowbaseitem.form.php:50 +#: front/reservationitem.php:42 front/reservationitem.php:44 +#: front/formanswer.form.php:74 front/reservation.form.php:46 +#: front/reservation.form.php:48 +msgid "Service catalog" +msgstr "服务目录" + +#: front/issue.form.php:46 +msgid "Item not found" +msgstr "" + +#: front/targetticket.form.php:46 front/targetticket.form.php:56 +#: front/targetticket.form.php:81 front/targetchange.form.php:46 +#: front/targetproblem.form.php:46 +msgid "No right to update this item." +msgstr "" + +#: front/targetticket.form.php:75 +msgid "Bad request while deleting an actor." +msgstr "" + +#: front/targetticket.form.php:95 front/targetchange.form.php:81 +#: front/formanswer.php:47 front/targetproblem.form.php:81 +#: front/formanswer.form.php:77 front/form.php:43 inc/common.class.php:654 +#: inc/common.class.php:661 +msgid "Form Creator" +msgstr "创建表单" + +#: front/targetticket.form.php:105 front/targetchange.form.php:90 +#: front/targetproblem.form.php:90 +#, php-format +msgid "%1$s = %2$s" +msgstr "" + +#: front/formlist.php:46 front/formlist.php:52 inc/common.class.php:648 +msgid "Form list" +msgstr "表单列表" + +#: front/formdisplay.php:90 inc/formanswer.class.php:1077 +#: inc/formanswer.class.php:1325 inc/formanswer.class.php:1376 +msgid "The form has been successfully saved!" +msgstr "表格已成功保存!" + +#. TRANS: %s is the user login +#: front/reservation.form.php:71 +#, php-format +msgid "%1$s purges the reservation for item %2$s" +msgstr "" + +#: front/reservation.form.php:124 +#, php-format +msgid "%1$s adds the reservation %2$s for item %3$s" +msgstr "" + +#: inc/knowbase.class.php:60 inc/entityconfig.class.php:478 +#: inc/form.class.php:611 +msgid "Category" +msgid_plural "Categories" +msgstr[0] "" + +#: inc/knowbase.class.php:62 inc/form.class.php:614 entrée standard:39 +msgid "See all" +msgstr "" + +#: inc/knowbase.class.php:83 +msgid "Please, describe your need here" +msgstr "请在此描述您的需求" + +#: inc/field/textareafield.class.php:186 +msgid "Textarea" +msgstr "" + +#: inc/field/textareafield.class.php:249 inc/field/dropdownfield.class.php:594 +#: inc/field/ldapselectfield.class.php:115 +#: inc/field/urgencyfield.class.php:166 inc/field/tagfield.class.php:166 +#: inc/field/timefield.class.php:114 inc/field/fieldsfield.class.php:489 +#: inc/field/requesttypefield.class.php:161 +msgid "A required field is empty:" +msgstr "" + +#: inc/field/textareafield.class.php:267 inc/field/integerfield.class.php:112 +#: inc/field/floatfield.class.php:194 inc/conditionnabletrait.class.php:70 +msgid "The regular expression is invalid" +msgstr "" + +#: inc/field/dropdownfield.class.php:81 inc/filter/entityfilter.class.php:48 +msgid "User and form" +msgstr "" + +#: inc/field/dropdownfield.class.php:87 +msgid "Search filter" +msgstr "" + +#: inc/field/dropdownfield.class.php:585 entrée standard:38 +msgid "Dropdown" +msgid_plural "Dropdowns" +msgstr[0] "" + +#: inc/field/dropdownfield.class.php:616 +msgid "Invalid value for " +msgstr "" + +#: inc/field/dropdownfield.class.php:628 +#, php-format +msgid "The itemtype field is required: %s" +msgstr "" + +#: inc/field/dropdownfield.class.php:644 +#, php-format +msgid "Invalid dropdown type: %s" +msgstr "" + +#: inc/field/dropdownfield.class.php:704 inc/questionfilter.class.php:62 +#: entrée standard:68 +msgid "Filter" +msgstr "" + +#: inc/field/dropdownfield.class.php:987 entrée standard:162 standard:134 +msgid "Entity restriction" +msgstr "" + +#: inc/field/dropdownfield.class.php:996 +msgid "" +"To respect the GLPI entity system, \"Form\" should be selected. Others " +"settings will break the entity restrictions" +msgstr "" + +#: inc/field/ldapselectfield.class.php:96 +msgid "LDAP Select" +msgstr "" + +#: inc/field/ldapselectfield.class.php:140 +msgid "LDAP directory not defined!" +msgstr "LDAP目录未定义!" + +#: inc/field/ldapselectfield.class.php:147 +msgid "LDAP directory not found!" +msgstr "" + +#: inc/field/radiosfield.class.php:108 +msgid "Radios" +msgstr "" + +#: inc/field/radiosfield.class.php:114 inc/field/fieldsfield.class.php:513 +#: inc/field/checkboxesfield.class.php:245 +msgid "The field value is required:" +msgstr "" + +#: inc/field/radiosfield.class.php:192 inc/field/selectfield.class.php:104 +#: inc/field/datetimefield.class.php:119 inc/field/actorfield.class.php:258 +#: inc/field/checkboxesfield.class.php:191 inc/field/floatfield.class.php:125 +#: inc/field/datefield.class.php:116 +#, php-format +msgid "A required field is empty: %s" +msgstr "" + +#: inc/field/integerfield.class.php:59 +#, php-format +msgid "This is not an integer: %s" +msgstr "" + +#: inc/field/integerfield.class.php:71 inc/field/floatfield.class.php:156 +#, php-format +msgid "Specific format does not match: %s" +msgstr "" + +#: inc/field/integerfield.class.php:85 inc/field/floatfield.class.php:167 +#, php-format +msgid "The following number must be greater than %d: %s" +msgstr "" + +#: inc/field/integerfield.class.php:91 inc/field/floatfield.class.php:173 +#, php-format +msgid "The following number must be lower than %d: %s" +msgstr "" + +#: inc/field/integerfield.class.php:101 +msgid "Integer" +msgstr "" + +#: inc/field/undefinedfield.class.php:44 +msgid "Undefined" +msgstr "" + +#: inc/field/ipfield.class.php:123 +msgid "IP address" +msgid_plural "IP addresses" +msgstr[0] "" + +#: inc/field/urgencyfield.class.php:86 inc/abstractitiltarget.class.php:1040 +msgid "Urgency" +msgstr "" + +#: inc/field/urgencyfield.class.php:120 +msgctxt "urgency" +msgid "Very high" +msgstr "" + +#: inc/field/urgencyfield.class.php:121 +msgctxt "urgency" +msgid "High" +msgstr "" + +#: inc/field/urgencyfield.class.php:122 +msgctxt "urgency" +msgid "Medium" +msgstr "" + +#: inc/field/urgencyfield.class.php:123 +msgctxt "urgency" +msgid "Low" +msgstr "" + +#: inc/field/urgencyfield.class.php:124 +msgctxt "urgency" +msgid "Very low" +msgstr "" + +#: inc/field/tagfield.class.php:52 +msgid "Warning: Tag plugin is disabled or missing" +msgstr "" + +#: inc/field/tagfield.class.php:200 +msgid "Tag" +msgid_plural "Tags" +msgstr[0] "" + +#: inc/field/hostnamefield.class.php:116 +msgid "Hostname" +msgid_plural "Hostnames" +msgstr[0] "" + +#: inc/field/timefield.class.php:130 +msgid "Time" +msgstr "" + +#: inc/field/emailfield.class.php:89 +#, php-format +msgid "This is not a valid e-mail: %s" +msgstr "" + +#: inc/field/emailfield.class.php:100 +msgid "Email" +msgid_plural "Emails" +msgstr[0] "" + +#: inc/field/selectfield.class.php:97 +msgid "Select" +msgstr "" + +#: inc/field/datetimefield.class.php:140 +msgid "Date & time" +msgstr "" + +#: inc/field/actorfield.class.php:84 +msgid "Actor" +msgid_plural "Actors" +msgstr[0] "" + +#: inc/field/actorfield.class.php:268 +#, php-format +msgid "Invalid value: %s" +msgstr "" + +#: inc/field/actorfield.class.php:291 +#, php-format +msgid "User not found or invalid email address: %s" +msgstr "" + +#: inc/field/filefield.class.php:124 +msgid "No attached document" +msgstr "" + +#: inc/field/filefield.class.php:133 inc/field/filefield.class.php:254 +#: inc/field/filefield.class.php:261 +msgid "Attached document" +msgstr "" + +#: inc/field/filefield.class.php:175 +#, php-format +msgid "A required file is missing: %s" +msgstr "" + +#: inc/field/filefield.class.php:192 +msgid "File" +msgstr "" + +#: inc/field/multiselectfield.class.php:86 +msgid "Multiselect" +msgstr "" + +#: inc/field/fieldsfield.class.php:154 +msgid "Warning: Additional Fields plugin is disabled or missing" +msgstr "" + +#: inc/field/fieldsfield.class.php:168 +msgid "Block" +msgstr "" + +#: inc/field/fieldsfield.class.php:172 inc/targetticket.class.php:346 +msgid "Field" +msgstr "" + +#: inc/field/fieldsfield.class.php:254 +msgid "show" +msgstr "" + +#: inc/field/fieldsfield.class.php:390 +#, php-format +msgid "Field '%1$s' type not implemented yet!" +msgstr "" + +#: inc/field/fieldsfield.class.php:467 +msgid "Some numeric fields contains non numeric values" +msgstr "" + +#: inc/field/fieldsfield.class.php:472 +msgid "Some URL fields contains invalid links" +msgstr "" + +#: inc/field/fieldsfield.class.php:566 +msgid "Additionnal fields" +msgstr "" + +#: inc/field/checkboxesfield.class.php:133 +msgid "Checkboxes" +msgstr "复选框" + +#: inc/field/checkboxesfield.class.php:227 +#, php-format +msgid "The following question needs at least %d answers: %s" +msgstr "" + +#: inc/field/checkboxesfield.class.php:233 +#, php-format +msgid "The following question does not accept more than %d answers: %s" +msgstr "" + +#: inc/field/checkboxesfield.class.php:305 +msgid "Range min" +msgstr "" + +#: inc/field/checkboxesfield.class.php:306 +msgid "Range max" +msgstr "" + +#: inc/field/requesttypefield.class.php:87 inc/targetticket.class.php:1150 +msgid "Request type" +msgstr "" + +#: inc/field/floatfield.class.php:142 +#, php-format +msgid "This is not a number: %s" +msgstr "" + +#: inc/field/floatfield.class.php:183 +msgid "Decimal number" +msgstr "" + +#: inc/field/floatfield.class.php:235 inc/questionregex.class.php:62 entrée +#: standard:42 +msgid "Regular expression" +msgstr "" + +#: inc/field/floatfield.class.php:240 +msgid "Range" +msgstr "" + +#: inc/field/floatfield.class.php:246 +msgid "Additional validation" +msgstr "" + +#: inc/field/datefield.class.php:137 +msgid "Date" +msgstr "" + +#: inc/field/descriptionfield.class.php:106 inc/form.class.php:151 +#: inc/question.class.php:188 entrée standard:82 standard:52 standard:114 +msgid "Description" +msgstr "" + +#: inc/field/descriptionfield.class.php:113 +msgid "A description field should have a description:" +msgstr "" + +#: inc/field/hiddenfield.class.php:96 +msgid "Hidden field" +msgid_plural "Hidden fields" +msgstr[0] "" + +#: inc/condition.class.php:65 +msgid "Condition" +msgid_plural "Conditions" +msgstr[0] "" + +#: inc/condition.class.php:103 +msgid "is visible" +msgstr "" + +#: inc/condition.class.php:104 +msgid "is not visible" +msgstr "" + +#: inc/condition.class.php:105 +msgid "regular expression matches" +msgstr "" + +#: inc/condition.class.php:116 +msgid "Always displayed" +msgstr "" + +#: inc/condition.class.php:117 +msgid "Hidden unless" +msgstr "除非隐藏" + +#: inc/condition.class.php:118 +msgid "Displayed unless" +msgstr "" + +#: inc/condition.class.php:178 inc/target_actor.class.php:233 +#: inc/form_language.class.php:565 inc/form_validator.class.php:248 +#: inc/targetproblem.class.php:527 inc/questionrange.class.php:199 +#: inc/form.class.php:1908 inc/targetchange.class.php:304 +#: inc/questionfilter.class.php:222 inc/section.class.php:381 +#: inc/restrictedformcriteria.class.php:200 inc/question.class.php:867 +#: inc/questionparameter/range.class.php:198 inc/questionregex.class.php:188 +#: inc/questiondependency.class.php:196 inc/item_targetticket.class.php:154 +#: inc/targetticket.class.php:1461 +#, php-format +msgid "Failed to add or update the %1$s %2$s" +msgstr "" + +#: inc/condition.class.php:200 inc/target_actor.class.php:254 +#: inc/form_language.class.php:581 inc/form_validator.class.php:288 +#: inc/targetproblem.class.php:362 inc/questionrange.class.php:131 +#: inc/form.class.php:1569 inc/targetchange.class.php:149 +#: inc/questionfilter.class.php:154 inc/section.class.php:406 +#: inc/restrictedformcriteria.class.php:226 inc/question.class.php:894 +#: inc/questionparameter/range.class.php:133 inc/questionregex.class.php:120 +#: inc/questiondependency.class.php:211 inc/item_targetticket.class.php:64 +#: inc/targetticket.class.php:1500 +#, php-format +msgid "Cannot export an empty object: %s" +msgstr "" + +#: inc/condition.class.php:268 +msgid "Conditions" +msgstr "" + +#: inc/linker.class.php:78 +msgid "Importing" +msgstr "" + +#: inc/linker.class.php:80 +msgid "Import in progress" +msgstr "" + +#: inc/issue.class.php:43 +msgid "Issue" +msgid_plural "Issues" +msgstr[0] "" + +#: inc/issue.class.php:56 +msgid "Update issue data from tickets and form answers" +msgstr "" + +#: inc/issue.class.php:393 +msgid "Satisfaction survey expired" +msgstr "" + +#: inc/issue.class.php:531 inc/form_language.class.php:229 +#: inc/form.class.php:2208 entrée standard:52 standard:49 standard:57 +#: standard:38 standard:39 standard:105 standard:46 +msgid "Name" +msgstr "" + +#: inc/issue.class.php:543 inc/formanswer.class.php:229 +#: inc/formanswer.class.php:320 inc/targetproblem.class.php:610 +#: inc/form.class.php:142 inc/targetchange.class.php:335 +#: inc/section.class.php:95 inc/question.class.php:178 +#: inc/targetticket.class.php:180 entrée standard:45 +msgid "ID" +msgstr "" + +#: inc/issue.class.php:552 inc/form.class.php:2217 entrée standard:111 +#: standard:65 standard:104 standard:4 +msgid "Type" +msgid_plural "Types" +msgstr[0] "" + +#: inc/issue.class.php:565 inc/formanswer.class.php:307 +msgid "Status" +msgstr "" + +#: inc/issue.class.php:577 +msgid "Opening date" +msgstr "" + +#: inc/issue.class.php:586 +msgid "Last update" +msgstr "" + +#: inc/issue.class.php:595 inc/abstracttarget.class.php:517 +msgid "Entity" +msgid_plural "Entities" +msgstr[0] "" + +#: inc/issue.class.php:605 inc/notificationtargetformanswer.class.php:76 +#: inc/notificationtargetformanswer.class.php:96 +#: inc/target_actor.class.php:101 inc/formanswer.class.php:248 +#: inc/formanswer.class.php:762 inc/abstractitiltarget.class.php:1804 entrée +#: standard:48 +msgid "Requester" +msgid_plural "Requesters" +msgstr[0] "" + +#: inc/issue.class.php:619 inc/formanswer.class.php:258 +msgid "Form approver" +msgstr "" + +#: inc/issue.class.php:651 inc/formanswer.class.php:691 +#: inc/formanswer.class.php:698 inc/formanswer.class.php:777 +#: inc/form_language.class.php:243 +msgid "Comment" +msgstr "" + +#: inc/issue.class.php:663 +msgid "Ticket approver" +msgstr "" + +#: inc/issue.class.php:736 +msgid "Technician" +msgstr "" + +#: inc/issue.class.php:767 +msgid "Technician group" +msgstr "" + +#: inc/issue.class.php:799 inc/formanswer.class.php:287 +msgid "Form approver group" +msgstr "" + +#: inc/issue.class.php:829 +msgid "Ticket approver group" +msgstr "" + +#: inc/issue.class.php:863 inc/abstractitiltarget.class.php:787 entrée +#: standard:108 +msgid "Time to resolve" +msgstr "" + +#: inc/issue.class.php:874 +msgid "Time to resolve + Progress" +msgstr "" + +#: inc/issue.class.php:884 +msgid "Internal time to resolve" +msgstr "" + +#: inc/issue.class.php:895 +msgid "Internal time to resolve + Progress" +msgstr "" + +#: inc/issue.class.php:905 +msgid "Resolution date" +msgstr "" + +#: inc/issue.class.php:914 +msgid "Internal time to own" +msgstr "" + +#: inc/issue.class.php:925 +msgid "Internal time to own + Progress" +msgstr "" + +#: inc/issue.class.php:935 entrée standard:109 +msgid "Time to own" +msgstr "" + +#: inc/issue.class.php:946 +msgid "Time to own + Progress" +msgstr "" + +#: inc/issue.class.php:958 +msgid "Approver substitute" +msgstr "" + +#: inc/issue.class.php:1022 +msgid "Substitute of a member of approver group" +msgstr "" + +#: inc/issue.class.php:1095 +msgid "Form approver substitute" +msgstr "" + +#: inc/issue.class.php:1163 +msgid "Current form approver group" +msgstr "" + +#: inc/issue.class.php:1193 +msgid "Current form approver" +msgstr "" + +#: inc/issue.class.php:1227 +msgid "Ticket requester" +msgstr "" + +#: inc/issue.class.php:1274 +msgid "Ticket observer" +msgstr "" + +#: inc/issue.class.php:1322 +msgid "Ticket technician" +msgstr "" + +#: inc/issue.class.php:1469 +#, php-format +msgid "%1$s %2$s" +msgstr "" + +#: inc/issue.class.php:1727 inc/filter/itilcategoryfilter.class.php:56 +#: hook.php:766 +msgid "All" +msgstr "" + +#: inc/issue.class.php:1733 hook.php:767 +msgid "New" +msgstr "" + +#: inc/issue.class.php:1739 hook.php:768 +msgid "Assigned" +msgstr "" + +#: inc/issue.class.php:1745 inc/formanswer.class.php:78 +#: inc/form_validator.class.php:70 hook.php:769 +msgid "Waiting" +msgstr "" + +#: inc/issue.class.php:1751 hook.php:770 +msgid "To validate" +msgstr "" + +#: inc/issue.class.php:1757 hook.php:771 +msgid "Solved" +msgstr "" + +#: inc/issue.class.php:1763 hook.php:772 +msgid "Closed" +msgstr "" + +#: inc/category.class.php:50 hook.php:72 +msgid "Form category" +msgid_plural "Form categories" +msgstr[0] "" + +#: inc/category.class.php:80 +msgid "Knowbase category" +msgstr "" + +#: inc/category.class.php:86 +msgid "As child of" +msgstr "" + +#: inc/category.class.php:92 inc/form.class.php:247 entrée standard:65 +msgid "Icon" +msgstr "" + +#: inc/category.class.php:98 inc/form.class.php:255 entrée standard:67 +msgid "Icon color" +msgstr "" + +#: inc/category.class.php:104 inc/form.class.php:263 entrée standard:80 +msgid "Background color" +msgstr "" + +#: inc/formlist.class.php:46 inc/entityconfig.class.php:93 +#: inc/form.class.php:111 inc/form.class.php:516 inc/form.class.php:2015 +#: entrée standard:47 +msgid "Form" +msgid_plural "Forms" +msgstr[0] "" + +#: inc/notificationtargetformanswer.class.php:43 +msgid "The form as been saved" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:44 +msgid "A form need to be validate" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:45 install/install.php:490 +msgid "The form is refused" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:46 install/install.php:496 +msgid "The form is accepted" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:47 install/install.php:502 +msgid "The form is deleted" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:74 +msgid "Form ID" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:75 +#: inc/notificationtargetformanswer.class.php:95 +msgid "Form name" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:77 +#: inc/form_validator.class.php:91 +msgid "Validator" +msgid_plural "Validators" +msgstr[0] "" + +#: inc/notificationtargetformanswer.class.php:78 +#: inc/notificationtargetformanswer.class.php:98 inc/formanswer.class.php:278 +#: entrée standard:49 +msgid "Creation date" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:79 +#: inc/notificationtargetformanswer.class.php:99 +msgid "Full form answers" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:80 +msgid "Validation comment" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:81 +#: inc/notificationtargetformanswer.class.php:101 +msgid "Validation link" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:82 +msgid "Request ID" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:94 +msgid "Form #" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:97 +msgctxt "tag" +msgid "Validator" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:100 +msgid "Refused comment" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:102 +msgid "Request #" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:114 +msgid "Author" +msgstr "" + +#: inc/notificationtargetformanswer.class.php:115 +#: inc/abstractitiltarget.class.php:1374 +msgid "Approver" +msgstr "" + +#: inc/target_actor.class.php:70 inc/abstractitiltarget.class.php:2141 +msgid "Form author" +msgstr "" + +#: inc/target_actor.class.php:71 inc/abstractitiltarget.class.php:2144 +msgid "Form validator" +msgstr "" + +#: inc/target_actor.class.php:72 +msgid "Specific person" +msgstr "" + +#: inc/target_actor.class.php:73 inc/abstractitiltarget.class.php:2154 +msgid "Person from the question" +msgstr "" + +#: inc/target_actor.class.php:74 +msgid "Specific group" +msgstr "" + +#: inc/target_actor.class.php:75 inc/abstractitiltarget.class.php:2165 +msgid "Group from the question" +msgstr "" + +#: inc/target_actor.class.php:76 +msgid "Group from an object" +msgstr "" + +#: inc/target_actor.class.php:77 +msgid "Tech group from an object" +msgstr "" + +#: inc/target_actor.class.php:78 +msgid "Specific supplier" +msgstr "" + +#: inc/target_actor.class.php:79 inc/abstractitiltarget.class.php:2194 +msgid "Supplier from the question" +msgstr "" + +#: inc/target_actor.class.php:80 inc/abstractitiltarget.class.php:2183 +msgid "Actors from the question" +msgstr "" + +#: inc/target_actor.class.php:81 inc/abstractitiltarget.class.php:2198 +msgid "Form author's supervisor" +msgstr "" + +#: inc/target_actor.class.php:102 +msgid "Observer" +msgstr "" + +#: inc/target_actor.class.php:103 inc/abstractitiltarget.class.php:1818 +msgid "Assigned to" +msgstr "" + +#: inc/target_actor.class.php:109 +msgid "Target actor" +msgid_plural "Target actors" +msgstr[0] "" + +#: inc/target_actor.class.php:115 inc/target_actor.class.php:131 +#: inc/target_actor.class.php:140 +msgid "Bad request while adding an actor." +msgstr "" + +#: inc/target_actor.class.php:197 +#, php-format +msgid "Failed to find a user: %1$s" +msgstr "" + +#: inc/target_actor.class.php:206 +#, php-format +msgid "Failed to find a group: %1$s" +msgstr "" + +#: inc/target_actor.class.php:215 +#, php-format +msgid "Failed to find a supplier: %1$s" +msgstr "" + +#: inc/formanswer.class.php:79 inc/form_validator.class.php:72 +msgid "Refused" +msgstr "拒绝" + +#: inc/formanswer.class.php:80 inc/form_validator.class.php:71 +msgid "Accepted" +msgstr "" + +#: inc/formanswer.class.php:214 +msgid "Form answer" +msgid_plural "Form answers" +msgstr[0] "" + +#: inc/formanswer.class.php:676 +msgid "Print this form" +msgstr "打印此表单" + +#: inc/formanswer.class.php:701 +msgid "Form accepted by validator." +msgstr "" + +#: inc/formanswer.class.php:703 +msgid "Form successfully saved." +msgstr "" + +#: inc/formanswer.class.php:770 +msgid "Save" +msgstr "" + +#: inc/formanswer.class.php:782 +msgid "Required if refused" +msgstr "" + +#: inc/formanswer.class.php:788 +msgid "Refuse" +msgstr "" + +#: inc/formanswer.class.php:796 +msgid "Edit answers" +msgstr "" + +#: inc/formanswer.class.php:802 +msgid "Cancel edition" +msgstr "" + +#: inc/formanswer.class.php:809 +msgid "Accept" +msgstr "" + +#: inc/formanswer.class.php:828 +msgid "Refused comment is required!" +msgstr "" + +#: inc/formanswer.class.php:882 inc/formanswer.class.php:899 +msgid "" +"An internal error occured when verifying your answers. Please report it to " +"your administrator." +msgstr "" + +#: inc/formanswer.class.php:933 +msgid "You are not the validator of these answers" +msgstr "" + +#: inc/formanswer.class.php:1083 +#, php-format +msgid "Item sucessfully added: %1$s (%2$s: %3$s)" +msgstr "" + +#: inc/formanswer.class.php:1166 inc/formanswer.class.php:1168 +msgid "Form data" +msgstr "" + +#: inc/formanswer.class.php:1301 +msgid "" +"You are a validator of the form, then your approval hs been added " +"automatically." +msgstr "" + +#: inc/formanswer.class.php:1310 inc/formanswer.class.php:1363 +msgid "Cannot generate targets!" +msgstr "" + +#: inc/formanswer.class.php:1511 +msgid "No captcha set." +msgstr "" + +#: inc/formanswer.class.php:1517 +msgid "You failed the captcha test." +msgstr "" + +#: inc/formanswer.class.php:1540 +msgid "You must select validator!" +msgstr "" + +#: inc/common.class.php:229 +msgid "You cannot delete this issue. Maybe it is taken into account." +msgstr "" + +#: inc/common.class.php:234 +msgid "Failed to delete this issue. An internal error occured." +msgstr "" + +#: inc/common.class.php:745 +msgid "Seek assistance" +msgstr "" + +#: inc/common.class.php:751 inc/common.class.php:755 +msgid "My requests for assistance" +msgstr "" + +#: inc/common.class.php:791 +msgid "Consult reminders" +msgstr "" + +#: inc/common.class.php:811 +msgid "Consult feeds" +msgstr "" + +#: inc/abstractfield.class.php:89 inc/question.class.php:758 +msgid "Apply" +msgstr "" + +#: inc/formaccesstype.class.php:41 entrée standard:39 +msgid "Access type" +msgid_plural "Access types" +msgstr[0] "" + +#: inc/form_language.class.php:51 +msgid "Form language" +msgid_plural "Form languages" +msgstr[0] "" + +#: inc/form_language.class.php:78 inc/form_language.class.php:364 +msgid "Translation" +msgid_plural "Translations" +msgstr[0] "" + +#: inc/form_language.class.php:119 +msgid "The name cannot be empty." +msgstr "" + +#: inc/form_language.class.php:127 +msgid "The language must be associated to a form." +msgstr "" + +#: inc/form_language.class.php:135 +msgid "The specified language is not available." +msgstr "" + +#: inc/form_language.class.php:265 +msgid "Add a translation" +msgstr "" + +#: inc/form_language.class.php:299 js/scripts.js:1214 +msgid "Update a translation" +msgstr "" + +#: inc/form_language.class.php:329 inc/form_language.class.php:331 +msgid "New translation" +msgstr "" + +#: inc/form_language.class.php:334 +msgid "Filter list" +msgstr "" + +#: inc/form_language.class.php:339 inc/form_language.class.php:438 +msgid "No translation found" +msgstr "" + +#: inc/form_language.class.php:344 +msgid "Do you want to delete the selected items?" +msgstr "" + +#: inc/form_language.class.php:353 inc/form_language.class.php:401 +#: inc/abstractitiltarget.class.php:1710 entrée standard:124 standard:31 +msgid "Delete" +msgstr "删除" + +#: inc/form_language.class.php:363 +msgid "Original string" +msgstr "" + +#: inc/form_language.class.php:424 +msgid "Add a new language" +msgstr "" + +#: inc/form_language.class.php:457 inc/form_language.class.php:489 +#: inc/form.class.php:178 entrée standard:72 +msgid "Language" +msgstr "" + +#: inc/form_validator.class.php:69 inc/targetticket.class.php:99 +#: inc/abstractitiltarget.class.php:186 +msgid "None" +msgstr "" + +#: inc/form_validator.class.php:78 inc/abstractitiltarget.class.php:2552 +msgid "No" +msgstr "" + +#: inc/form_validator.class.php:81 +msgid "Supervisor of the requester" +msgstr "" + +#: inc/form_validator.class.php:116 inc/translation.class.php:221 +msgid "Form not found." +msgstr "" + +#: inc/form_validator.class.php:121 inc/form_validator.class.php:129 +#: inc/form_validator.class.php:138 +msgid "Invalid validator." +msgstr "" + +#: inc/form_validator.class.php:147 +#, php-format +msgid "Only level 1 is allowed for %s." +msgstr "" + +#: inc/form_validator.class.php:156 +msgid "Invalid validator type." +msgstr "" + +#: inc/form_validator.class.php:194 entrée standard:103 +msgid "Level" +msgstr "" + +#: inc/form_validator.class.php:592 inc/abstractitiltarget.class.php:1354 +msgid "Validation" +msgstr "" + +#: inc/form_validator.class.php:594 +msgid "Choose a validator" +msgstr "" + +#: inc/profile.class.php:62 inc/targetproblem.class.php:147 +#: inc/entityconfig.class.php:520 inc/targetchange.class.php:484 +#: inc/targetticket.class.php:323 inc/targetticket.class.php:358 +#: inc/abstractitiltarget.class.php:2124 +msgctxt "button" +msgid "Save" +msgstr "" + +#: inc/targetproblem.class.php:43 entrée standard:43 +msgid "Target problem" +msgid_plural "Target problems" +msgstr[0] "" + +#: inc/targetproblem.class.php:109 inc/targetproblem.class.php:565 +#: inc/targetchange.class.php:105 inc/targetchange.class.php:441 +#: inc/targetticket.class.php:135 inc/targetticket.class.php:238 +msgid "Properties" +msgstr "" + +#: inc/targetproblem.class.php:509 inc/targetchange.class.php:286 +#: inc/targetticket.class.php:1443 +#, php-format +msgid "" +"Failed to add or update the %1$s %2$s: a question is missing and is used in " +"a parameter of the target" +msgstr "" + +#: inc/targetproblem.class.php:566 inc/targetchange.class.php:106 +#: inc/targetticket.class.php:136 inc/abstractitiltarget.class.php:1216 +msgid "Actors" +msgstr "" + +#: inc/targetproblem.class.php:619 entrée standard:48 +msgid "Problem title" +msgstr "" + +#: inc/targetproblem.class.php:629 inc/targetchange.class.php:354 +#: inc/targetticket.class.php:199 +msgid "Content" +msgstr "" + +#: inc/targetproblem.class.php:639 inc/targetchange.class.php:364 +msgid "Impact" +msgstr "" + +#: inc/targetproblem.class.php:649 entrée standard:56 +msgid "Cause" +msgstr "" + +#: inc/targetproblem.class.php:659 entrée standard:58 +msgid "Symptom" +msgstr "" + +#: inc/entityconfig.class.php:101 inc/entityconfig.class.php:110 +#: inc/entityconfig.class.php:118 inc/entityconfig.class.php:126 +#: inc/entityconfig.class.php:134 inc/entityconfig.class.php:142 +#: inc/entityconfig.class.php:150 inc/entityconfig.class.php:158 +#: inc/entityconfig.class.php:166 inc/entityconfig.class.php:180 +#: inc/entityconfig.class.php:188 inc/entityconfig.class.php:196 +msgid "Inheritance of the parent entity" +msgstr "" + +#: inc/entityconfig.class.php:102 +msgid "GLPi's helpdesk" +msgstr "GLPI技术支持" + +#: inc/entityconfig.class.php:103 +msgid "Service catalog simplified" +msgstr "服务目录简化" + +#: inc/entityconfig.class.php:104 +msgid "Service catalog extended" +msgstr "服务目录扩展" + +#: inc/entityconfig.class.php:111 +msgid "All available forms" +msgstr "" + +#: inc/entityconfig.class.php:112 +msgid "Only default forms" +msgstr "" + +#: inc/entityconfig.class.php:119 +msgid "Popularity sort" +msgstr "人气排序" + +#: inc/entityconfig.class.php:120 +msgid "Alphabetic sort" +msgstr "字母排序" + +#: inc/entityconfig.class.php:127 +msgid "Merged with Forms" +msgstr "" + +#: inc/entityconfig.class.php:128 +msgid "Distinct menu entry" +msgstr "" + +#: inc/entityconfig.class.php:135 inc/entityconfig.class.php:143 +#: inc/entityconfig.class.php:151 inc/entityconfig.class.php:159 +#: inc/entityconfig.class.php:189 inc/form.class.php:271 entrée standard:100 +msgid "Visible" +msgstr "" + +#: inc/entityconfig.class.php:136 inc/entityconfig.class.php:144 +#: inc/entityconfig.class.php:152 inc/entityconfig.class.php:160 +#: inc/entityconfig.class.php:190 +msgid "Hidden" +msgstr "" + +#: inc/entityconfig.class.php:167 +msgid "Variable height" +msgstr "" + +#: inc/entityconfig.class.php:168 +msgid "Uniform height" +msgstr "" + +#: inc/entityconfig.class.php:173 +msgid "Search for assistance" +msgstr "" + +#: inc/entityconfig.class.php:174 +msgid "User's assistance requests" +msgstr "" + +#: inc/entityconfig.class.php:181 +msgid "Only forms" +msgstr "" + +#: inc/entityconfig.class.php:182 +msgid "Forms and list of requests" +msgstr "" + +#: inc/entityconfig.class.php:197 +msgid "Folded" +msgstr "" + +#: inc/entityconfig.class.php:198 +msgid "Unfolded" +msgstr "" + +#: inc/entityconfig.class.php:298 +msgid "Helpdesk" +msgstr "技术支持" + +#: inc/entityconfig.class.php:306 inc/entityconfig.class.php:534 entrée +#: standard:44 +msgid "Helpdesk mode" +msgstr "技术支持模式" + +#: inc/entityconfig.class.php:317 inc/entityconfig.class.php:604 +msgid "Default Form list mode" +msgstr "" + +#: inc/entityconfig.class.php:335 inc/entityconfig.class.php:544 +msgid "Sort order" +msgstr "" + +#: inc/entityconfig.class.php:351 inc/entityconfig.class.php:554 +msgid "Knowledge base" +msgstr "" + +#: inc/entityconfig.class.php:366 +msgid "Search" +msgstr "" + +#: inc/entityconfig.class.php:382 inc/entityconfig.class.php:614 +msgid "Counters dashboard" +msgstr "" + +#: inc/entityconfig.class.php:398 +msgid "Header message" +msgstr "" + +#: inc/entityconfig.class.php:414 inc/entityconfig.class.php:624 +msgid "Search issue" +msgstr "" + +#: inc/entityconfig.class.php:430 inc/entityconfig.class.php:594 +msgid "Service catalog home page" +msgstr "" + +#: inc/entityconfig.class.php:446 inc/entityconfig.class.php:634 +msgid "Tile design" +msgstr "" + +#: inc/entityconfig.class.php:462 +msgid "Home page" +msgstr "" + +#: inc/entityconfig.class.php:494 +msgid "Menu visibility (only for vertical menu)" +msgstr "" + +#: inc/entityconfig.class.php:506 inc/entityconfig.class.php:584 +#: inc/form.class.php:225 entrée standard:84 +msgid "Header" +msgid_plural "Headers" +msgstr[0] "" + +#: inc/entityconfig.class.php:564 +msgid "Display search field" +msgstr "" + +#: inc/entityconfig.class.php:574 +msgid "Display header" +msgstr "" + +#: inc/questionrange.class.php:52 inc/questionparameter/range.class.php:56 +msgid "Question range" +msgid_plural "Question ranges" +msgstr[0] "" + +#: inc/questionrange.class.php:62 inc/questionparameter/range.class.php:66 +msgid "Minimum range" +msgstr "" + +#: inc/questionrange.class.php:71 inc/questionparameter/range.class.php:75 +msgid "maximum range" +msgstr "" + +#: inc/form.class.php:66 inc/form.class.php:429 +msgid "Public access" +msgstr "公共访问" + +#: inc/form.class.php:67 inc/form.class.php:433 +msgid "Private access" +msgstr "私人访问" + +#: inc/form.class.php:68 inc/form.class.php:437 +msgid "Restricted access" +msgstr "禁止访问" + +#: inc/form.class.php:122 +msgid "Answers waiting for validation" +msgstr "" + +#: inc/form.class.php:124 inc/form.class.php:1663 inc/form.class.php:1689 +msgid "Import forms" +msgstr "导入表格" + +#: inc/form.class.php:169 +msgid "Recursive" +msgstr "" + +#: inc/form.class.php:190 +msgid "Homepage" +msgstr "主页" + +#: inc/form.class.php:203 +msgid "Access" +msgstr "" + +#: inc/form.class.php:234 inc/form.class.php:327 inc/form.class.php:394 entrée +#: standard:54 +msgid "Active" +msgstr "" + +#: inc/form.class.php:286 inc/form.class.php:338 inc/form.class.php:413 +msgid "Default form" +msgstr "" + +#: inc/form.class.php:296 entrée standard:106 +msgid "Next form" +msgstr "" + +#: inc/form.class.php:326 inc/form.class.php:391 +msgid "Inactive" +msgstr "" + +#: inc/form.class.php:337 inc/form.class.php:410 +msgid "Not default form" +msgstr "" + +#: inc/form.class.php:361 inc/form.class.php:445 entrée standard:75 +msgid "All languages" +msgstr "" + +#: inc/form.class.php:508 entrée standard:3 +msgid "Target" +msgid_plural "Targets" +msgstr[0] "" + +#: inc/form.class.php:511 +msgid "Preview" +msgstr "" + +#: inc/form.class.php:512 +msgid "Form answer properties" +msgstr "" + +#: inc/form.class.php:854 +msgid "What are you looking for?" +msgstr "" + +#: inc/form.class.php:993 inc/form.class.php:1156 +#: inc/abstracttarget.class.php:162 inc/abstractitiltarget.class.php:1625 +msgid "The name cannot be empty!" +msgstr "名字不能为空!" + +#: inc/form.class.php:1026 inc/form.class.php:1191 +msgid "A loop is generated!" +msgstr "" + +#: inc/form.class.php:1167 +msgid "Cannot use empty name for form answers. Keeping the previous value." +msgstr "" + +#: inc/form.class.php:1303 +#, php-format +msgid "The question %s is not compatible with public forms" +msgstr "这个问题 %s 与公共表格不相符" + +#: inc/form.class.php:1386 +msgid "Errored duplicate" +msgstr "" + +#: inc/form.class.php:1397 entrée standard:23 +msgid "Duplicate" +msgstr "重复" + +#: inc/form.class.php:1442 inc/form.class.php:1452 +msgctxt "button" +msgid "Post" +msgstr "" + +#: inc/form.class.php:1475 +#, php-format +msgid "Form duplicated: %s" +msgstr "重复表格: %s" + +#: inc/form.class.php:1491 +#, php-format +msgid "Form Transfered: %s" +msgstr "转移表格: %s" + +#: inc/form.class.php:1515 +msgid "Back" +msgstr "" + +#: inc/form.class.php:1526 +#, php-format +msgid "Form updated: %s" +msgstr "" + +#: inc/form.class.php:1636 +msgid "Upload of JSON files not allowed." +msgstr "不允许上传JSON文件。" + +#: inc/form.class.php:1639 +msgid "You may allow JSON files right now." +msgstr "" + +#: inc/form.class.php:1640 +msgctxt "button" +msgid "Create" +msgstr "创建" + +#: inc/form.class.php:1643 inc/form.class.php:1654 +msgid "Please contact your GLPI administrator." +msgstr "请联系您的GLPI管理员。" + +#: inc/form.class.php:1644 inc/form.class.php:1655 +msgctxt "button" +msgid "Back" +msgstr "" + +#: inc/form.class.php:1647 +msgid "Upload of JSON files not enabled." +msgstr "未启用JSON文件的上传。" + +#: inc/form.class.php:1650 inc/form.class.php:1653 +msgid "You may enable JSON files right now." +msgstr "您可以立即启用JSON文件。" + +#: inc/form.class.php:1651 +msgctxt "button" +msgid "Enable" +msgstr "启用" + +#: inc/form.class.php:1698 +msgctxt "button" +msgid "Send" +msgstr "" + +#: inc/form.class.php:1717 +msgid "Forms import impossible, the file is empty" +msgstr "" + +#: inc/form.class.php:1721 inc/form.class.php:1725 +msgid "Forms import impossible, the file seems corrupt" +msgstr "" + +#: inc/form.class.php:1731 +msgid "Forms import impossible, the file was generated with another version" +msgstr "" + +#: inc/form.class.php:1738 +msgid "" +"The file does not specifies the schema version. It was probably generated " +"with a version older than 2.10. Giving up." +msgstr "" + +#: inc/form.class.php:1764 +#, php-format +msgid "Failed to import %s" +msgstr "" + +#: inc/form.class.php:1769 +#, php-format +msgid "Forms successfully imported from %s" +msgstr "" + +#: inc/form.class.php:1832 +#, php-format +msgid "The form %1$s already exists and is in an unmodifiable entity." +msgstr "" + +#: inc/form.class.php:1840 +#, php-format +msgid "You don't have right to update the entity %1$s." +msgstr "" + +#: inc/form.class.php:1850 +#, php-format +msgid "The entity %1$s is required for the form %2$s." +msgstr "" + +#: inc/form.class.php:1952 +msgid "Failed to create JSON document type" +msgstr "无法创建JSON文档类型" + +#: inc/form.class.php:1959 +msgid "JSON document type not found" +msgstr "找不到JSON文档类型" + +#: inc/form.class.php:1966 +msgid "Failed to update JSON document type" +msgstr "无法更新JSON文档类型" + +#: inc/form.class.php:1986 +msgid "Forms without category" +msgstr "无类别表格" + +#: inc/form.class.php:2007 +msgid "No form available" +msgstr "" + +#: inc/form.class.php:2205 entrée standard:47 +msgid "Add a target" +msgstr "" + +#: inc/form.class.php:2236 inc/targetticket.class.php:398 +#: inc/abstractitiltarget.class.php:1828 inc/abstractitiltarget.class.php:2124 +#: entrée standard:92 standard:94 +msgid "Add" +msgstr "" + +#: inc/form.class.php:2254 inc/form.class.php:2277 inc/form.class.php:2299 +msgid "Unsupported target type." +msgstr "" + +#: inc/form.class.php:2333 +msgid "plugin_formcreator_load_check" +msgstr "" + +#: inc/targetchange.class.php:44 entrée standard:43 +msgid "Target change" +msgid_plural "Target changes" +msgstr[0] "" + +#: inc/targetchange.class.php:344 entrée standard:48 +msgid "Change title" +msgstr "" + +#: inc/targetchange.class.php:374 entrée standard:56 +msgid "Control list" +msgstr "" + +#: inc/targetchange.class.php:384 entrée standard:58 +msgid "Deployment plan" +msgstr "" + +#: inc/targetchange.class.php:394 entrée standard:60 +msgid "Backup plan" +msgstr "" + +#: inc/targetchange.class.php:404 +msgid "Check list" +msgstr "" + +#: inc/questionfilter.class.php:52 +msgid "Question filter" +msgid_plural "Question filters" +msgstr[0] "" + +#: inc/section.class.php:71 entrée standard:53 standard:44 +msgid "Section" +msgid_plural "Sections" +msgstr[0] "" + +#: inc/section.class.php:123 inc/section.class.php:166 +#: inc/question.class.php:348 +msgid "The title is required" +msgstr "" + +#: inc/section.class.php:553 inc/question.class.php:234 entrée standard:37 +msgid "Count of conditions" +msgstr "" + +#: inc/restrictedformcriteria.class.php:179 +#, php-format +msgid "Failed to find %1$s %2$s" +msgstr "" + +#: inc/question.class.php:73 inc/abstractitiltarget.class.php:1127 entrée +#: standard:41 +msgid "Question" +msgid_plural "Questions" +msgstr[0] "" + +#: inc/question.class.php:197 entrée standard:43 standard:50 standard:44 +#: standard:49 standard:79 +msgid "Required" +msgstr "" + +#: inc/question.class.php:355 +msgid "The section is required" +msgstr "" + +#: inc/question.class.php:365 +#, php-format +msgid "Field type %1$s is not available for question %2$s." +msgstr "字段类型 %1$s 不可用于问题 %2$s。" + +#: inc/question.class.php:379 +msgid "This type of question is not compatible with public forms." +msgstr "" + +#: inc/question.class.php:469 +msgid "The field type cannot be changed. Delete then recreate the question." +msgstr "" + +#: inc/question.class.php:1184 +msgid "Service levels" +msgstr "" + +#: inc/question.class.php:1185 inc/abstractitiltarget.class.php:851 +msgid "SLA" +msgstr "" + +#: inc/question.class.php:1186 inc/abstractitiltarget.class.php:924 +msgid "OLA" +msgstr "" + +#: inc/question.class.php:1205 inc/question.class.php:1248 +#: inc/question.class.php:1251 +msgid "Assets" +msgstr "" + +#: inc/question.class.php:1219 hook.php:780 hook.php:797 +msgid "Assistance" +msgstr "" + +#: inc/question.class.php:1225 +msgid "Management" +msgstr "" + +#: inc/question.class.php:1236 +msgid "Tools" +msgstr "" + +#: inc/question.class.php:1237 +msgid "Notes" +msgstr "" + +#: inc/question.class.php:1238 +msgid "RSS feed" +msgstr "" + +#: inc/question.class.php:1240 +msgid "Administration" +msgstr "" + +#: inc/question.class.php:1248 inc/question.class.php:1251 +msgid "Plugin" +msgid_plural "Plugins" +msgstr[0] "" + +#: inc/abstractquestionparameter.class.php:98 +msgid "Parameter" +msgstr "" + +#: inc/abstractquestionparameter.class.php:105 +msgid "Field name" +msgstr "" + +#: inc/abstracttarget.class.php:97 +msgid "Current active entity" +msgstr "" + +#: inc/abstracttarget.class.php:98 +msgid "Default requester user's entity" +msgstr "" + +#: inc/abstracttarget.class.php:99 +msgid "First dynamic requester user's entity (alphabetical)" +msgstr "" + +#: inc/abstracttarget.class.php:100 +msgid "Last dynamic requester user's entity (alphabetical)" +msgstr "最后一个动态请求者用户的实体(按字母顺序排列)" + +#: inc/abstracttarget.class.php:101 +msgid "The form entity" +msgstr "" + +#: inc/abstracttarget.class.php:102 +msgid "Default entity of the validator" +msgstr "" + +#: inc/abstracttarget.class.php:103 +msgid "Specific entity" +msgstr "" + +#: inc/abstracttarget.class.php:104 +msgid "Default entity of a user type question answer" +msgstr "" + +#: inc/abstracttarget.class.php:105 +msgid "From a GLPI object > Entity type question answer" +msgstr "" + +#: inc/abstracttarget.class.php:116 +msgid "Always generated" +msgstr "" + +#: inc/abstracttarget.class.php:117 +msgid "Disabled unless" +msgstr "" + +#: inc/abstracttarget.class.php:118 +msgid "Generated unless" +msgstr "" + +#: inc/abstracttarget.class.php:129 +msgid "A target must be associated to a form." +msgstr "" + +#: inc/abstracttarget.class.php:134 +msgid "A target must be associated to an existing form." +msgstr "" + +#: inc/abstracttarget.class.php:139 +msgid "Name is required." +msgstr "" + +#: inc/abstracttarget.class.php:502 +msgid "Destination entity" +msgstr "" + +#: inc/abstracttarget.class.php:518 +msgid "User type question" +msgstr "" + +#: inc/abstracttarget.class.php:519 +msgid "Entity type question" +msgstr "" + +#: inc/command/cleanticketscommand.class.php:53 +msgid "Searching for invalid items..." +msgstr "" + +#: inc/command/cleanticketscommand.class.php:61 +msgid "Done." +msgstr "" + +#: inc/command/cleanticketscommand.class.php:135 +msgid "Step 1: double encoded < and > signs." +msgstr "" + +#: inc/command/cleanticketscommand.class.php:146 +#: inc/command/cleanticketscommand.class.php:196 +#: inc/command/cleanticketscommand.class.php:260 +msgid "No invalid items found." +msgstr "" + +#: inc/command/cleanticketscommand.class.php:187 +msgid "Step 2: literal BR tag." +msgstr "" + +#: inc/command/cleanticketscommand.class.php:251 +msgid "Step 3: litteral > sign." +msgstr "" + +#: inc/filter/itilcategoryfilter.class.php:52 +#: inc/filter/itilcategoryfilter.class.php:54 +msgid "Request categories" +msgstr "" + +#: inc/filter/itilcategoryfilter.class.php:53 +#: inc/filter/itilcategoryfilter.class.php:54 +msgid "Incident categories" +msgstr "" + +#: inc/filter/itilcategoryfilter.class.php:55 +msgid "Change categories" +msgstr "" + +#: inc/supervisorvalidator.class.php:44 +msgid "Requester supervisor" +msgid_plural "Requester supervisors" +msgstr[0] "" + +#: inc/supervisorvalidator.class.php:52 +msgid "My supervisor" +msgstr "" + +#: inc/questionregex.class.php:52 +msgid "Question regular expression" +msgid_plural "Question regular expressions" +msgstr[0] "" + +#: inc/questiondependency.class.php:66 +msgid "Question dependency" +msgid_plural "Question dependencies" +msgstr[0] "" + +#: inc/answer.class.php:66 entrée standard:43 +msgid "Answer" +msgid_plural "Answers" +msgstr[0] "" + +#: inc/item_targetticket.class.php:52 +msgid "Composite ticket relation" +msgid_plural "Composite ticket relations" +msgstr[0] "" + +#: inc/targetticket.class.php:57 entrée standard:43 +msgid "Target ticket" +msgid_plural "Target tickets" +msgstr[0] "" + +#: inc/targetticket.class.php:100 +msgid "Specific asset" +msgstr "" + +#: inc/targetticket.class.php:101 inc/targetticket.class.php:117 +#: inc/abstractitiltarget.class.php:207 inc/abstractitiltarget.class.php:215 +#: inc/abstractitiltarget.class.php:223 inc/abstractitiltarget.class.php:231 +#: inc/abstractitiltarget.class.php:240 inc/abstractitiltarget.class.php:249 +msgid "Equals to the answer to the question" +msgstr "等于问题的答案" + +#: inc/targetticket.class.php:102 inc/abstractitiltarget.class.php:232 +#: inc/abstractitiltarget.class.php:241 inc/abstractitiltarget.class.php:250 +msgid "Last valid answer" +msgstr "" + +#: inc/targetticket.class.php:108 +msgid "Source from template or user default or GLPI default" +msgstr "" + +#: inc/targetticket.class.php:109 +msgid "Formcreator" +msgstr "" + +#: inc/targetticket.class.php:115 +msgid "Default or from a template" +msgstr "" + +#: inc/targetticket.class.php:116 +msgid "Specific type" +msgstr "" + +#: inc/targetticket.class.php:189 entrée standard:48 +msgid "Ticket title" +msgstr "" + +#: inc/targetticket.class.php:307 +msgid "Add validation message as first ticket followup" +msgstr "" + +#: inc/targetticket.class.php:341 +msgid "Add a field" +msgstr "" + +#: inc/targetticket.class.php:369 +msgid "Managed fields" +msgstr "" + +#: inc/targetticket.class.php:376 +msgid "No managed field" +msgstr "" + +#: inc/targetticket.class.php:396 +msgid "Link to an other ticket" +msgstr "" + +#: inc/targetticket.class.php:405 +msgid "An other destination of this form" +msgstr "" + +#: inc/targetticket.class.php:406 +msgid "An existing ticket" +msgstr "" + +#: inc/targetticket.class.php:407 +msgid "A ticket from an answer to a question" +msgstr "" + +#: inc/targetticket.class.php:488 +msgctxt "button" +msgid "Delete permanently" +msgstr "" + +#: inc/targetticket.class.php:743 +msgid "Invalid link type" +msgstr "链接类型无效" + +#: inc/targetticket.class.php:763 +msgid "Invalid linked item type" +msgstr "链接的项目类型无效" + +#: inc/targetticket.class.php:776 +msgid "Linked item does not exists" +msgstr "" + +#: inc/targetticket.class.php:789 +msgid "Failed to link the item" +msgstr "" + +#: inc/targetticket.class.php:905 install/install.php:497 +msgid "Your form has been accepted by the validator" +msgstr "" + +#: inc/targetticket.class.php:1137 +msgid "Request source" +msgstr "" + +#: inc/targetticket.class.php:1162 +msgid "Type " +msgstr "" + +#: inc/targetticket.class.php:1190 +msgid "Associated elements" +msgstr "" + +#: inc/targetticket.class.php:1201 +msgid "Item " +msgstr "项目" + +#: inc/translation.class.php:153 +msgid "No more string to translate" +msgstr "" + +#: inc/translation.class.php:164 +msgid "Internal error: translatable string not found." +msgstr "" + +#: inc/translation.class.php:216 +msgid "Language not found." +msgstr "" + +#: inc/translation.class.php:236 +msgid "Failed to add the translation." +msgstr "" + +#: inc/abstractitiltarget.class.php:187 +msgid "Tags from questions" +msgstr "" + +#: inc/abstractitiltarget.class.php:188 +msgid "Specific tags" +msgstr "特定标签" + +#: inc/abstractitiltarget.class.php:189 +msgid "Tags from questions and specific tags" +msgstr "" + +#: inc/abstractitiltarget.class.php:190 +msgid "Tags from questions or specific tags" +msgstr "" + +#: inc/abstractitiltarget.class.php:196 +msgid "TTR from template or none" +msgstr "" + +#: inc/abstractitiltarget.class.php:197 +msgid "equals to the answer to the question" +msgstr "" + +#: inc/abstractitiltarget.class.php:198 +msgid "calculated from the ticket creation date" +msgstr "" + +#: inc/abstractitiltarget.class.php:199 +msgid "calculated from the answer to the question" +msgstr "" + +#: inc/abstractitiltarget.class.php:205 +msgid "SLA from template or none" +msgstr "" + +#: inc/abstractitiltarget.class.php:206 +msgid "Specific SLA" +msgstr "" + +#: inc/abstractitiltarget.class.php:213 +msgid "OLA from template or none" +msgstr "" + +#: inc/abstractitiltarget.class.php:214 +msgid "Specific OLA" +msgstr "" + +#: inc/abstractitiltarget.class.php:221 +msgid "Urgency from template or Medium" +msgstr "" + +#: inc/abstractitiltarget.class.php:222 +msgid "Specific urgency" +msgstr "" + +#: inc/abstractitiltarget.class.php:229 +msgid "Category from template or none" +msgstr "模板中的类别或无" + +#: inc/abstractitiltarget.class.php:230 +msgid "Specific category" +msgstr "" + +#: inc/abstractitiltarget.class.php:238 +msgid "Location from template or none" +msgstr "" + +#: inc/abstractitiltarget.class.php:239 +msgid "Specific location" +msgstr "" + +#: inc/abstractitiltarget.class.php:247 +msgid "Contract from template or none" +msgstr "" + +#: inc/abstractitiltarget.class.php:248 +msgid "Specific contract" +msgstr "" + +#: inc/abstractitiltarget.class.php:256 +msgid "No validation" +msgstr "" + +#: inc/abstractitiltarget.class.php:257 +msgid "Specific user or group" +msgstr "" + +#: inc/abstractitiltarget.class.php:258 +msgid "User from question answer" +msgstr "" + +#: inc/abstractitiltarget.class.php:259 +msgid "Group from question answer" +msgstr "" + +#: inc/abstractitiltarget.class.php:839 +msgid "Minute" +msgid_plural "Minutes" +msgstr[0] "" + +#: inc/abstractitiltarget.class.php:840 +msgid "Hour" +msgid_plural "Hours" +msgstr[0] "" + +#: inc/abstractitiltarget.class.php:841 +msgid "Day" +msgid_plural "Days" +msgstr[0] "" + +#: inc/abstractitiltarget.class.php:842 +msgid "Month" +msgid_plural "Months" +msgstr[0] "" + +#: inc/abstractitiltarget.class.php:874 +msgid "SLA (TTO/TTR)" +msgstr "" + +#: inc/abstractitiltarget.class.php:875 inc/abstractitiltarget.class.php:948 +msgid "Question (TTO/TTR)" +msgstr "" + +#: inc/abstractitiltarget.class.php:947 +msgid "OLA (TTO/TTR)" +msgstr "" + +#: inc/abstractitiltarget.class.php:1051 +msgid "Urgency " +msgstr "" + +#: inc/abstractitiltarget.class.php:1080 +msgid "Ticket tags" +msgstr "" + +#: inc/abstractitiltarget.class.php:1128 +msgid "Tags" +msgstr "" + +#: inc/abstractitiltarget.class.php:1247 +msgid "Location" +msgstr "" + +#: inc/abstractitiltarget.class.php:1259 +msgid "Location " +msgstr "" + +#: inc/abstractitiltarget.class.php:1312 +msgid "Contract" +msgstr "" + +#: inc/abstractitiltarget.class.php:1324 +msgid "Contract " +msgstr "" + +#: inc/abstractitiltarget.class.php:1635 +msgid "The description cannot be empty!" +msgstr "" + +#: inc/abstractitiltarget.class.php:1811 +msgid "Watcher" +msgid_plural "Watchers" +msgstr[0] "" + +#: inc/abstractitiltarget.class.php:1830 +msgid "Cancel" +msgstr "取消" + +#: inc/abstractitiltarget.class.php:2118 inc/abstractitiltarget.class.php:2548 +#: inc/abstractitiltarget.class.php:2552 +msgid "Email followup" +msgstr "" + +#: inc/abstractitiltarget.class.php:2149 inc/abstractitiltarget.class.php:2536 +msgid "User" +msgstr "" + +#: inc/abstractitiltarget.class.php:2160 inc/abstractitiltarget.class.php:2540 +msgid "Group" +msgstr "" + +#: inc/abstractitiltarget.class.php:2171 +msgid "Group from the object" +msgstr "" + +#: inc/abstractitiltarget.class.php:2177 +msgid "Tech group from the object" +msgstr "" + +#: inc/abstractitiltarget.class.php:2189 inc/abstractitiltarget.class.php:2544 +msgid "Supplier" +msgstr "" + +#: inc/abstractitiltarget.class.php:2548 +msgid "Yes" +msgstr "" + +#: install/install.php:163 +#, php-format +msgid "Upgrade tables to innoDB; run %s" +msgstr "" + +#: install/install.php:199 +#, php-format +msgid "" +"The database schema is not consistent with the previous version of " +"Formcreator %s. To see the logs run the command %s" +msgstr "" + +#: install/install.php:208 +#, php-format +msgid "To ignore the inconsistencies and upgrade anyway run %s" +msgstr "" + +#: install/install.php:225 +msgid "" +"Upgrade from version older than 2.5.0 is no longer supported. Please upgrade" +" to GLPI 9.5.7, upgrade Formcreator to version 2.12.5, then upgrade again to" +" GLPI 10 or later and Formcreator 2.13 or later." +msgstr "" + +#: install/install.php:251 +#, php-format +msgid "" +"A fatal error occured in the upgrade from %s! Upgrade aborted. Please check " +"logs to fix the problem then try again." +msgstr "" + +#: install/install.php:294 +#, php-format +msgid "" +"The database schema is not consistent with the current version of " +"Formcreator %s. To see the logs enable the plugin and run the command %s" +msgstr "" + +#: install/install.php:305 +msgid "The tables of the plugin passed the schema integrity check." +msgstr "" + +#: install/install.php:478 +msgid "A form has been created" +msgstr "" + +#: install/install.php:479 +msgid "Your request has been saved" +msgstr "" + +#: install/install.php:480 +msgid "" +"Hi,\\nYour request from GLPI has been successfully saved with number " +"##formcreator.request_id## and transmitted to the helpdesk team.\\nYou can " +"see your answers onto the following link:\\n##formcreator.validation_link##" +msgstr "" +"嗨,\\n您的GLPI请求已成功保存编号为 ##formcreator.request_id## " +"并传送给技术支持团队。\\n您可以在以下链接中看到您的答案:\\n##formcreator.validation_link##" + +#: install/install.php:484 +msgid "A form need validation" +msgstr "" + +#: install/install.php:485 +msgid "A form from GLPI need to be validated" +msgstr "" + +#: install/install.php:486 +msgid "" +"Hi,\\nA form from GLPI need to be validated and you have been choosen as the" +" validator.\\nYou can access it by clicking onto this " +"link:\\n##formcreator.validation_link##" +msgstr "" + +#: install/install.php:491 +msgid "Your form has been refused by the validator" +msgstr "" + +#: install/install.php:492 +msgid "" +"Hi,\\nWe are sorry to inform you that your form has been refused by the " +"validator for the reason " +"below:\\n##formcreator.validation_comment##\\n\\nYou can still modify and " +"resubmit it by clicking onto this link:\\n##formcreator.validation_link##" +msgstr "" + +#: install/install.php:498 +msgid "" +"Hi,\\nWe are pleased to inform you that your form has been accepted by the " +"validator.\\nYour request will be considered soon." +msgstr "" + +#: install/install.php:503 +msgid "Your form has been deleted by an administrator" +msgstr "" + +#: install/install.php:504 +msgid "" +"Hi,\\nWe are sorry to inform you that your request cannot be considered and " +"has been deleted by an administrator." +msgstr "" + +#: install/install.php:732 +msgid "Formcreator - Sync service catalog issues" +msgstr "" + +#: install/install.php:945 +msgid "Failed to check the sanity of the tables!" +msgstr "" + +#: install/install.php:959 +#, php-format +msgid "Table schema differs for table \"%s\"." +msgstr "" + +#: install/install.php:962 +#, php-format +msgid "Table \"%s\" is missing." +msgstr "" + +#: install/install.php:965 +#, php-format +msgid "Unknown table \"%s\" has been found in database." +msgstr "" + +#: hook.php:439 +msgctxt "button" +msgid "Duplicate" +msgstr "重复" + +#: hook.php:440 +msgid "Transfer" +msgstr "" + +#: hook.php:441 +msgctxt "button" +msgid "Export" +msgstr "" + +#: hook.php:442 +msgctxt "button" +msgid "Access rights" +msgstr "" + +#: hook.php:756 +msgid "Cancel my ticket" +msgstr "" + +#: hook.php:774 +msgid "Old" +msgstr "" + +#: hook.php:781 +#, php-format +msgid "Number of %s" +msgstr "" + +#: hook.php:798 +msgid "Issues summary" +msgstr "" + +#: hook.php:843 +msgid "" +"Formcreator's mini dashboard not usable as default. This Setting has been " +"ignored." +msgstr "" + +#: js/scripts.js:300 +msgid "No form found. Please choose a form below instead." +msgstr "" + +#: js/scripts.js:302 +msgid "No form found." +msgstr "" + +#: js/scripts.js:306 +msgid "No FAQ item found." +msgstr "" + +#: js/scripts.js:707 +msgid "Are you sure you want to delete this question?" +msgstr "" + +#: js/scripts.js:917 +msgid "Are you sure you want to delete this section?" +msgstr "" + +#: js/scripts.js:1161 +msgid "Add translations" +msgstr "" + +#: js/scripts.js:1300 js/scripts.js:1324 +msgid "An error occured while querying forms" +msgstr "" + +#: js/scripts.js:1416 entrée standard:139 +msgid "Send" +msgstr "" + +#: js/scripts.js:1425 +msgid "An internal error occurred. Please report it to administrator." +msgstr "" + +#: js/scripts.js:1468 +msgid "Are you sure you want to delete this validator ?" +msgstr "" + +#: js/scripts.js:1520 +msgid "Are you sure you want to duplicate this target?" +msgstr "" + +#: js/scripts.js:1537 +msgid "Are you sure you want to delete this target?" +msgstr "" + +#: entrée standard:57 standard:61 standard:60 standard:59 standard:43 +#: standard:69 standard:52 standard:76 +msgid "Default values" +msgstr "" + +#: entrée standard:52 standard:59 standard:58 +msgid "Show empty" +msgstr "" + +#: entrée standard:39 +msgid "LDAP directory" +msgid_plural "LDAP directories" +msgstr[0] "" + +#: entrée standard:78 +msgid "Attribute" +msgstr "" + +#: entrée standard:70 standard:68 +msgid "Values" +msgstr "" + +#: entrée standard:90 +msgid "Show ticket categories" +msgstr "" + +#: entrée standard:146 standard:118 +msgid "Selectable root" +msgstr "" + +#: entrée standard:38 +msgid "GLPI object" +msgid_plural "GLPI objects" +msgstr[0] "" + +#: entrée standard:63 +msgid "Direct access on homepage" +msgstr "直接访问主页" + +#: entrée standard:86 +msgid "Default form in service catalog" +msgstr "服务目录中的默认表单" + +#: entrée standard:113 standard:114 +msgid "Are you a robot ?" +msgstr "" + +#: entrée standard:64 +msgid "Condition to show the section" +msgstr "" + +#: entrée standard:40 +msgid "Condition to generate the target" +msgstr "" + +#: entrée standard:40 +msgid "General" +msgstr "" + +#: entrée standard:45 +msgid "validation percent" +msgstr "" + +#: entrée standard:52 +msgid "Add a validator" +msgstr "" + +#: entrée standard:57 standard:36 +msgid "Validation level" +msgstr "" + +#: entrée standard:73 +msgid "Validator type" +msgstr "" + +#: entrée standard:98 +msgid "Validators" +msgstr "" + +#: entrée standard:106 standard:5 +msgid "Actions" +msgstr "" + +#: entrée standard:54 +msgid "Impacts" +msgstr "" + +#: entrée standard:62 +msgid "Checklist" +msgstr "" + +#: entrée standard:36 +msgid "Answers title" +msgstr "" + +#: entrée standard:45 +msgid "Add a section" +msgstr "" + +#: entrée standard:55 +msgid "Condition to show the submit button" +msgstr "" + +#: entrée standard:33 +msgid "No form answer yet" +msgstr "" + +#: entrée standard:38 +#, php-format +msgid "%s latest items" +msgstr "" + +#: entrée standard:54 +msgid "Please activate the form to view the link" +msgstr "" + +#: entrée standard:63 +msgid "Enable captcha" +msgstr "" + +#: entrée standard:79 +msgid "Restricted to" +msgstr "" + +#: entrée standard:83 +msgid "Add a question" +msgstr "" + +#: entrée standard:39 +msgid "List of available tags" +msgstr "" + +#: entrée standard:42 +msgid "Title" +msgstr "" + +#: entrée standard:47 +msgid "Full form" +msgstr "" + +#: entrée standard:37 +msgid "Validation status" +msgstr "" + +#: entrée standard:36 +#, php-format +msgid "My %1$d last forms (requester)" +msgstr "" + +#: entrée standard:39 +msgid "No form posted yet" +msgstr "尚未发布任何表格" + +#: entrée standard:63 +msgid "All my forms (requester)" +msgstr "我的所有表格(请求者)" + +#: entrée standard:36 +#, php-format +msgid "My %1$d last forms (validator)" +msgstr "" + +#: entrée standard:63 +msgid "All my forms (validator)" +msgstr "我所有的表格(验证员)" + +#: entrée standard:42 +msgid "Min" +msgstr "最小值" + +#: entrée standard:53 +msgid "Max" +msgstr "最大值" diff --git a/plugin.xml b/plugin.xml index 54f0c5822..a4b365002 100644 --- a/plugin.xml +++ b/plugin.xml @@ -58,9 +58,24 @@ Features Teclib' + + 2.13.9 + ~10.0.10 + https://github.com/pluginsGLPI/formcreator/releases/download/2.13.9/glpi-formcreator-2.13.9.tar.bz2 + + + 2.13.8 + ~10.0.10 + https://github.com/pluginsGLPI/formcreator/releases/download/2.13.8/glpi-formcreator-2.13.8.tar.bz2 + + + 2.13.7 + ~10.0.9 + https://github.com/pluginsGLPI/formcreator/releases/download/2.13.7/glpi-formcreator-2.13.7.tar.bz2 + 2.13.6 - ~10.0 + ~10.0.7 https://github.com/pluginsGLPI/formcreator/releases/download/2.13.6/glpi-formcreator-2.13.6.tar.bz2 diff --git a/setup.php b/setup.php index 303d54293..e64770587 100644 --- a/setup.php +++ b/setup.php @@ -37,10 +37,10 @@ // Schema version of this version (major.minor only) define('PLUGIN_FORMCREATOR_SCHEMA_VERSION', '2.14'); // is or is not an official release of the plugin -define('PLUGIN_FORMCREATOR_IS_OFFICIAL_RELEASE', false); +define('PLUGIN_FORMCREATOR_IS_OFFICIAL_RELEASE', true); // Minimal GLPI version, inclusive -define ('PLUGIN_FORMCREATOR_GLPI_MIN_VERSION', '10.0.5'); +define ('PLUGIN_FORMCREATOR_GLPI_MIN_VERSION', '10.0.10'); // Maximum GLPI version, exclusive (ignored if PLUGIN_FORMCREATOR_IS_OFFICIAL_RELEASE == false) define ('PLUGIN_FORMCREATOR_GLPI_MAX_VERSION', '10.2'); @@ -523,7 +523,7 @@ function plugin_formcreator_redirect() { $pages = [ 'front/reservationitem.php' => FORMCREATOR_ROOTDOC . '/front/reservationitem.php', - 'front/helpdesk.faq.php' => FORMCREATOR_ROOTDOC . '/front/wizard.php', + // 'front/helpdesk.faq.php' => FORMCREATOR_ROOTDOC . '/front/wizard.php', 'front/ticket.php' => FORMCREATOR_ROOTDOC . '/front/issue.php', ]; foreach ($pages as $srcPage => $dstPage) { diff --git a/templates/field/glpiselectfield.html.twig b/templates/field/glpiselectfield.html.twig index 0e812c432..9a996ed02 100644 --- a/templates/field/glpiselectfield.html.twig +++ b/templates/field/glpiselectfield.html.twig @@ -72,7 +72,7 @@ {{ fields.dropdownField( item.fields['itemtype'], 'default_values', - default_values, + item.fields['_default_values'], __('Default values'), { label_class: 'col-xxl-4', input_class: 'col-xxl-8', diff --git a/templates/pages/form.formanswer.html.twig b/templates/pages/form.formanswer.html.twig index ff7b6c2b4..d971d1ba5 100644 --- a/templates/pages/form.formanswer.html.twig +++ b/templates/pages/form.formanswer.html.twig @@ -45,7 +45,7 @@ - + diff --git a/tests/2-integration/PluginFormcreatorFormAnswer.php b/tests/2-integration/PluginFormcreatorFormAnswer.php index b8a095f7f..12426a7c1 100644 --- a/tests/2-integration/PluginFormcreatorFormAnswer.php +++ b/tests/2-integration/PluginFormcreatorFormAnswer.php @@ -31,9 +31,11 @@ namespace tests\units; use GlpiPlugin\Formcreator\Tests\CommonTestCase; use PluginFormcreatorForm_Validator; +use PluginFormcreatorIssue; use Search; use Session; use User; +use Ticket; /** * The methods conflict when running in parallel @@ -335,4 +337,172 @@ public function testGetMyLastAnswersAsValidator() { $this->boolean(in_array($id, $formAnswers))->isTrue(); } } + + /** + * Undocumented function + * + * @return void + */ + public function testDeleteTicket() { + $form = $this->getForm(); + + $targetTicket1 = $this->getTargetTicket([ + $form::getForeignKeyField() => $form->getID(), + ]); + $formAnswer = $this->newTestedInstance(); + $formAnswer->add([ + 'plugin_formcreator_forms_id' => $form->getID(), + ]); + $this->boolean($formAnswer->isNewItem())->isFalse(); + $this->array($formAnswer->targetList)->hasSize(1); + /** @var Ticket */ + $ticket = $formAnswer->targetList[0]; + $issue = new PluginFormcreatorIssue(); + $issue->getFromDbByCrit([ + 'itemtype' => $ticket::getType(), + 'items_id' => $ticket->getID(), + ]); + $this->boolean($issue->isNewItem())->isFalse(); + + $ticket->delete([ + 'id' => $ticket->getID(), + ]); + + // Test the issue has been deleted + $issue = new PluginFormcreatorIssue(); + $issue->getFromDbByCrit([ + 'itemtype' => $ticket::getType(), + 'items_id' => $ticket->getID(), + ]); + $this->boolean($issue->isNewItem())->isTrue(); + + // Add a 2nd ttarget ticket to the form + $targetTicket2 = $this->getTargetTicket([ + $form::getForeignKeyField() => $form->getID(), + ]); + + $formAnswer = $this->newTestedInstance(); + $formAnswer->add([ + 'plugin_formcreator_forms_id' => $form->getID(), + ]); + $this->boolean($formAnswer->isNewItem())->isFalse(); + $this->array($formAnswer->targetList)->hasSize(2); + $ticket = $formAnswer->targetList[0]; + $issue = new PluginFormcreatorIssue(); + $issue->getFromDbByCrit([ + 'itemtype' => $formAnswer::getType(), + 'items_id' => $formAnswer->getID(), + ]); + $this->boolean($issue->isNewItem())->isFalse(); + + $ticket->delete([ + 'id' => $ticket->getID(), + ]); + + // Test the issue still exists + $issue = new PluginFormcreatorIssue(); + $issue->getFromDbByCrit([ + 'itemtype' => $formAnswer::getType(), + 'items_id' => $formAnswer->getID(), + ]); + $this->boolean($issue->isNewItem())->isFalse(); + } + + /** + * Undocumented function + * + * @return void + */ + public function testRestoreTicket() { + $form = $this->getForm(); + + $targetTicket = $this->getTargetTicket([ + $form::getForeignKeyField() => $form->getID(), + ]); + $formAnswer = $this->newTestedInstance(); + $formAnswer->add([ + 'plugin_formcreator_forms_id' => $form->getID(), + ]); + $this->boolean($formAnswer->isNewItem())->isFalse(); + $this->array($formAnswer->targetList)->hasSize(1); + /** @var Ticket */ + $ticket = $formAnswer->targetList[0]; + $issue = new PluginFormcreatorIssue(); + $issue->getFromDbByCrit([ + 'itemtype' => $ticket::getType(), + 'items_id' => $ticket->getID(), + ]); + $this->boolean($issue->isNewItem())->isFalse(); + + $ticket->delete([ + 'id' => $ticket->getID(), + ]); + + // Test the issue has been deleted + $issue = new PluginFormcreatorIssue(); + $issue->getFromDbByCrit([ + 'itemtype' => $ticket::getType(), + 'items_id' => $ticket->getID(), + ]); + $this->boolean($issue->isNewItem())->isTrue(); + + // Restore the ticket (triggers plugin's hook) + $ticket->restore([ + 'id' => $ticket->getID(), + ]); + + // Test the issue has been recreated + $issue = new PluginFormcreatorIssue(); + $issue->getFromDbByCrit([ + 'itemtype' => $ticket::getType(), + 'items_id' => $ticket->getID(), + ]); + $this->boolean($issue->isNewItem())->isFalse(); + + // Add a 2nd ttarget ticket to the form + $targetTicket2 = $this->getTargetTicket([ + $form::getForeignKeyField() => $form->getID(), + ]); + + $formAnswer = $this->newTestedInstance(); + $formAnswer->add([ + 'plugin_formcreator_forms_id' => $form->getID(), + ]); + $this->boolean($formAnswer->isNewItem())->isFalse(); + $this->array($formAnswer->targetList)->hasSize(2); + $ticket = $formAnswer->targetList[0]; + $issue = new PluginFormcreatorIssue(); + $issue->getFromDbByCrit([ + 'itemtype' => $formAnswer::getType(), + 'items_id' => $formAnswer->getID(), + ]); + $this->boolean($issue->isNewItem())->isFalse(); + + $ticket->delete([ + 'id' => $ticket->getID(), + ]); + + // Test the issue still exists + $issue = new PluginFormcreatorIssue(); + $issue->getFromDbByCrit([ + 'itemtype' => $formAnswer::getType(), + 'items_id' => $formAnswer->getID(), + ]); + $this->boolean($issue->isNewItem())->isFalse(); + + // Restore the ticket (triggers plugin's hook) + $ticket->restore([ + 'id' => $ticket->getID(), + ]); + + // Test there is still only 1 issue + $issue = new PluginFormcreatorIssue(); + $issue->getFromDbByCrit([ + 'itemtype' => $formAnswer::getType(), + 'items_id' => $formAnswer->getID(), + ]); + // If no issue or several issues matches the previous request, + // then the issue is not populated from DB + $this->boolean($issue->isNewItem())->isFalse(); + } } diff --git a/tests/2-integration/PluginFormcreatorTargetTicket.php b/tests/2-integration/PluginFormcreatorTargetTicket.php index fbfe297dd..1fb861ece 100644 --- a/tests/2-integration/PluginFormcreatorTargetTicket.php +++ b/tests/2-integration/PluginFormcreatorTargetTicket.php @@ -31,6 +31,17 @@ namespace tests\units; use GlpiPlugin\Formcreator\Tests\CommonTestCase; use Entity; +use Group; +use RuleAction; +use User; +use Rule; +use RuleCriteria; +use RuleTicket; +use Session; +use Group_Ticket; +use Group_User; +use CommonITILObject; +use Ticket; /** * @engine inline @@ -172,4 +183,71 @@ public function testUrgency() { } } } + + public function testGenerateTicketAddAssignedByRule() { + $this->isolateInEntity('glpi', 'glpi'); + $currentEntity = Session::getActiveEntity(); + // Add a group and a user to the group + $group = $this->getGlpiCoreItem(Group::class, [ + 'name' => 'test group', + ]); + $login = $this->getUniqueString(); + $this->getGlpiCoreItem(User::class, [ + 'name' => $login, + 'password' => 'superadmin', + 'password2' => 'superadmin', + '_profiles_id' => '4', // super admin profile + '_entities_id' => $currentEntity, + '_is_recursive' => 1, + ]); + $this->getGlpiCoreItem(Group_User::class, [ + 'group' => $group->getID(), + 'users_id' => User::getIdByName($login), + ]); + + $rule = $this->getGlpiCoreItem(Rule::class, [ + 'sub_type' => RuleTicket::class, + 'name' => 'add technicians', + 'match' => 'AND', + 'is_active' => 1, + 'condition' => 1, + 'entities_id' => $currentEntity, + ]); + $ruleCriteria = $this->getGlpiCoreItem(RuleCriteria::class, [ + $rule::getForeignKeyField() => $rule->getID(), + 'criteria' => 'entities_id', + 'condition' => 0, + 'pattern' => $currentEntity, + ]); + $ruleAction = $this->getGlpiCoreItem(RuleAction::class, [ + $rule::getForeignKeyField() => $rule->getID(), + 'action_type' => 'assign', + 'field' => '_groups_id_assign', + 'value' => $group->getID(), + ]); + + $form = $this->getForm([ + 'name' => 'test support 29602', + ]); + + $this->getTargetTicket([ + $form::getForeignKeyField() => $form->getID(), + ]); + + $formAnswer = $this->getFormAnswer([ + $form::getForeignKeyField() => $form->getID(), + ]); + + $targets = $formAnswer->getGeneratedTargets(); + $this->array($targets)->hasSize(1); + $ticket = array_pop($targets); + $this->object($ticket)->isInstanceOf(Ticket::class); + $groupTicket = new Group_Ticket(); + $groupTicket->getFromDBByCrit([ + 'type' => CommonITILObject::ASSIGNED, + $ticket::getForeignKeyField() => $ticket->getID(), + $group::getForeignKeyField() => $group->getID(), + ]); + $this->boolean($groupTicket->isNewItem())->isFalse(); + } } diff --git a/tests/3-unit/GlpiPlugin/Formcreator/Field/CheckboxesField.php b/tests/3-unit/GlpiPlugin/Formcreator/Field/CheckboxesField.php index 247ea52eb..cd1080797 100644 --- a/tests/3-unit/GlpiPlugin/Formcreator/Field/CheckboxesField.php +++ b/tests/3-unit/GlpiPlugin/Formcreator/Field/CheckboxesField.php @@ -234,32 +234,161 @@ public function testDeserializeValue($value, $expected) { $this->string($output)->isEqualTo(implode(', ', $expected)); } - public function testPrepareQuestionInputForSave() { + public function providerPrepareQuestionInputForSave() { + global $DB; + $question = $this->getQuestion([ 'fieldtype' => 'checkboxes', 'name' => 'question', 'required' => '0', - 'default_values' => json_encode(['1', '2', '3', '5', '6']), - 'values' => json_encode(['1', '2', '3', '4', '5', '6']), + 'values' => '1\r\n2\r\n3\r\n4\r\n5\r\n6', + 'default_values' => '1\r\n2\r\n3\r\n5\r\n6', 'order' => '1', 'show_rule' => \PluginFormcreatorCondition::SHOW_RULE_ALWAYS, 'range_min' => 3, 'range_max' => 4, ]); + + yield [ + 'field' => $this->newTestedInstance($question), + 'input' => [ + 'values' => "", + 'name' => 'foo', + ], + 'expected' => [], + 'message' => 'The field value is required.', + ]; + + yield [ + 'field' => $this->newTestedInstance($question), + 'input' => [ + 'values' => 'éè\r\nsomething else', + 'default_values' => 'éè', + ], + 'expected' => [ + 'values' => '[\"éè\",\"something else\"]', + 'default_values' => '[\"éè\"]', + ], + 'message' => '', + ]; + + yield [ + 'field' => $this->newTestedInstance($question), + 'input' => [ + 'values' => ' something \r\n something else ', + 'default_values' => ' something ', + ], + 'expected' => [ + 'values' => '[\"something\",\"something else\"]', + 'default_values' => '[\"something\"]', + ], + 'message' => '', + ]; + + yield 'no default value' => [ + 'field' => $this->newTestedInstance($question), + 'input' => [ + 'values' => 'a\r\nb\r\nc', + 'name' => 'foo', + 'default_values' => '' + ], + 'expected' => [ + 'values' => $DB->escape('["a","b","c"]'), + 'name' => 'foo', + 'default_values' => '', + ], + 'message' => '', + ]; + + yield 'several default values' => [ + 'field' => $this->newTestedInstance($question), + 'input' => [ + 'values' => 'a\r\nb\r\nc', + 'name' => 'foo', + 'default_values' => 'a\r\n\b' + ], + 'expected' => [ + 'values' => $DB->escape('["a","b","c"]'), + 'name' => 'foo', + 'default_values' => $DB->escape('["a","b"]'), + ], + 'message' => '', + ]; + + yield 'one default value' => [ + 'field' => $this->newTestedInstance($question), + 'input' => [ + 'values' => 'a\r\nb\r\nc', + 'name' => 'foo', + 'default_values' => 'b' + ], + 'expected' => [ + 'values' => $DB->escape('["a","b","c"]'), + 'name' => 'foo', + 'default_values' => $DB->escape('["b"]'), + ], + 'message' => '', + ]; + + yield 'invalid default value' => [ + 'field' => $this->newTestedInstance($question), + 'input' => [ + 'values' => 'a\r\nb\r\nc', + 'name' => 'foo', + 'default_values' => 'z' + ], + 'expected' => [], + 'message' => 'The default values are not in the list of available values.', + ]; + } + + /** + * @dataProvider providerPrepareQuestionInputForSave + * + * @return void + */ + public function testPrepareQuestionInputForSave($field, $input, $expected, $message) { + + // Clean error messages + $_SESSION['MESSAGE_AFTER_REDIRECT'] = []; + + $output = $field->prepareQuestionInputForSave($input); + if ($expected === false || is_array($expected) && count($expected) == 0) { + $this->array($output)->hasSize(0); + $this->sessionHasMessage($message, ERROR); + //End of test on expected failure + return; + } + + $this->array($output)->isEqualTo($expected); + + return; + + $question = $this->getQuestion([ + 'fieldtype' => 'checkboxes', + 'name' => 'question', + 'required' => '0', + 'default_values' => json_encode(['1', '2', '3', '5', '6']), + 'values' => json_encode(['1', '2', '3', '4', '5', '6']), + 'order' => '1', + 'show_rule' => \PluginFormcreatorCondition::SHOW_RULE_ALWAYS, + 'range_min' => 3, + 'range_max' => 4, + ]); $fieldInstance = $this->newTestedInstance($question); // Test a value is mandatory $input = [ - 'values' => "", - 'name' => 'foo', + 'values' => "", + 'name' => 'foo', ]; $out = $fieldInstance->prepareQuestionInputForSave($input); $this->integer(count($out))->isEqualTo(0); // Test accented chars are kept $input = [ - 'values' => 'éè\r\nsomething else', - 'default_values' => 'éè', + 'values' => 'éè\r\nsomething else', + 'default_values' => 'éè', ]; $out = $fieldInstance->prepareQuestionInputForSave($input); $this->string($out['values'])->isEqualTo('[\"éè\",\"something else\"]'); @@ -267,8 +396,8 @@ public function testPrepareQuestionInputForSave() { // Test values are trimmed $input = [ - 'values' => ' something \r\n something else ', - 'default_values' => ' something ', + 'values' => ' something \r\n something else ', + 'default_values' => ' something ', ]; $out = $fieldInstance->prepareQuestionInputForSave($input); $this->string($out['values'])->isEqualTo('[\"something\",\"something else\"]'); diff --git a/tests/3-unit/GlpiPlugin/Formcreator/Field/DropdownField.php b/tests/3-unit/GlpiPlugin/Formcreator/Field/DropdownField.php index e165c6eea..762332208 100644 --- a/tests/3-unit/GlpiPlugin/Formcreator/Field/DropdownField.php +++ b/tests/3-unit/GlpiPlugin/Formcreator/Field/DropdownField.php @@ -29,7 +29,10 @@ * --------------------------------------------------------------------- */ namespace GlpiPlugin\Formcreator\Field\tests\units; + use GlpiPlugin\Formcreator\Tests\CommonTestCase; +use Computer; +use ITILCategory; use Location; class DropdownField extends CommonTestCase { public function beforeTestMethod($method) { @@ -52,14 +55,14 @@ public function providerPrepareQuestionInputForSave() { [ 'input' => [ 'name' => $name, - 'itemtype' => \Location::class, + 'itemtype' => Location::class, 'show_tree_depth' => '5', 'show_tree_root' => '0', 'selectable_tree_root' => '0', ], 'expected' => [ 'name' => $name, - 'itemtype' => \Location::class, + 'itemtype' => Location::class, 'values' => json_encode([ 'show_tree_depth' => '5', 'show_tree_root' => '0', @@ -71,7 +74,7 @@ public function providerPrepareQuestionInputForSave() { [ 'input' => [ 'name' => $name, - 'itemtype' => \ITILCategory::class, + 'itemtype' => ITILCategory::class, 'show_ticket_categories' => '2', 'show_tree_depth' => '3', 'default_values' => '', @@ -112,7 +115,7 @@ public function testisPublicFormCompatible() { public function testIsPrerequisites() { $instance = $this->newTestedInstance($this->getQuestion([ - 'itemtype' => \Computer::class + 'itemtype' => Computer::class ])); $output = $instance->isPrerequisites(); $this->boolean($output)->isEqualTo(true); @@ -133,12 +136,13 @@ public function testGetValueForDesign() { } public function testGetDocumentsForTarget() { - $instance = $this->newTestedInstance(new \PluginFormcreatorQuestion()); + $question = $this->getQuestion(); + $instance = $question->getSubField(); $this->array($instance->getDocumentsForTarget())->hasSize(0); } public function providerIsValid() { - $location = new \Location(); + $location = new Location(); $locationId = $location->import([ 'completename' => 'foo', 'entities_id' => $_SESSION['glpiactive_entity'] @@ -148,13 +152,13 @@ public function providerIsValid() { [ 'question' => $this->getQuestion([ 'name' => 'fieldname', - 'itemtype' => \Location::class, + 'itemtype' => Location::class, 'values' => '', 'required' => '0', 'default_values' => '0', ]), 'input' => [ - 'dropdown_values' => \Location::class, + 'dropdown_values' => Location::class, 'dropdown_default_value' => '0', 'show_tree_depth' => '5', 'show_tree_root' => '0', @@ -164,12 +168,12 @@ public function providerIsValid() { [ 'question' => $this->getQuestion([ 'name' => 'fieldname', - 'itemtype' => \Location::class, + 'itemtype' => Location::class, 'values' => '', 'required' => '1', ]), 'input' => [ - 'dropdown_values' => \Location::class, + 'dropdown_values' => Location::class, 'dropdown_default_value' => '0', 'show_tree_depth' => '5', 'show_tree_root' => '0', @@ -179,13 +183,13 @@ public function providerIsValid() { [ 'question' => $this->getQuestion([ 'name' => 'fieldname', - 'itemtype' => \Location::class, + 'itemtype' => Location::class, 'values' => '', 'required' => '1', 'default_values' => '', ]), 'input' => [ - 'dropdown_values' => \Location::class, + 'dropdown_values' => Location::class, 'dropdown_default_value' => '42', 'show_tree_depth' => '5', 'show_tree_root' => '0', @@ -195,13 +199,13 @@ public function providerIsValid() { [ 'question' => $this->getQuestion([ 'name' => 'fieldname', - 'itemtype' => \Location::class, + 'itemtype' => Location::class, 'values' => '', 'required' => '1', 'default_values' => $locationId, ]), 'input' => [ - 'dropdown_values' => \Location::class, + 'dropdown_values' => Location::class, 'dropdown_default_value' => '42', 'show_tree_depth' => '5', 'show_tree_root' => '0', @@ -222,7 +226,7 @@ public function testIsValid($question, $input, $expectedValidity) { } public function providerGetValueForTargetText() { - $location = new \Location(); + $location = new Location(); $location->add([ 'name' => $this->getUniqueString(), ]); @@ -230,10 +234,10 @@ public function providerGetValueForTargetText() { [ 'fields' => $this->getQuestion([ 'name' => 'fieldname', - 'itemtype' => \Location::class, + 'itemtype' => Location::class, 'values' => '', 'required' => '1', - 'dropdown_values' => \Location::class, + 'dropdown_values' => Location::class, 'dropdown_default_value' => '42', ]), 'value' => "", @@ -242,10 +246,10 @@ public function providerGetValueForTargetText() { [ 'fields' => $this->getQuestion([ 'name' => 'fieldname', - 'itemtype' =>\Location::class, + 'itemtype' =>Location::class, 'values' =>'', 'required' => '1', - 'dropdown_values' => \Location::class, + 'dropdown_values' => Location::class, 'dropdown_default_value' => '', ]), 'value' => $location->getID(), @@ -266,8 +270,8 @@ public function testGetValueForTargetText($fields, $value, $expected) { } public function providerEquals() { - $location1 = new \Location(); - $location2 = new \Location(); + $location1 = new Location(); + $location2 = new Location(); $location1Id = $location1->add([ 'name' => $this->getUniqueString() ]); @@ -278,7 +282,7 @@ public function providerEquals() { return [ [ 'fields' => $this->getQuestion([ - 'itemtype' => \Location::class, + 'itemtype' => Location::class, ]), 'value' => $location1->fields['completename'], 'answer' => (string) $location1Id, @@ -286,7 +290,7 @@ public function providerEquals() { ], [ 'fields' => $this->getQuestion([ - 'itemtype' => \Location::class, + 'itemtype' => Location::class, ]), 'value' => $location2->fields['completename'], 'answer' => (string) $location1Id, @@ -305,8 +309,8 @@ public function testEquals($fields, $value, $answer, $expected) { } public function providerNotEquals() { - $location1 = new \Location(); - $location2 = new \Location(); + $location1 = new Location(); + $location2 = new Location(); $location1Id = $location1->add([ 'name' => $this->getUniqueString() ]); @@ -317,7 +321,7 @@ public function providerNotEquals() { return [ [ 'fields' => $this->getQuestion([ - 'itemtype' => \Location::class, + 'itemtype' => Location::class, ]), 'value' => $location1->fields['completename'], 'answer' => (string) $location1Id, @@ -325,7 +329,7 @@ public function providerNotEquals() { ], [ 'fields' => $this->getQuestion([ - 'itemtype' => \Location::class, + 'itemtype' => Location::class, ]), 'value' => $location2->fields['completename'], 'answer' => (string) $location1Id, diff --git a/tests/3-unit/GlpiPlugin/Formcreator/Field/GlpiSelectField.php b/tests/3-unit/GlpiPlugin/Formcreator/Field/GlpiSelectField.php index e402d2555..53b0ae073 100644 --- a/tests/3-unit/GlpiPlugin/Formcreator/Field/GlpiSelectField.php +++ b/tests/3-unit/GlpiPlugin/Formcreator/Field/GlpiSelectField.php @@ -33,6 +33,7 @@ namespace GlpiPlugin\Formcreator\Field\tests\units; use GlpiPlugin\Formcreator\Tests\CommonTestCase; use Computer; +use User; class GlpiselectField extends CommonTestCase { @@ -330,4 +331,43 @@ public function testGetValueForApi($input, $expected) { $output = $instance->getValueForApi(); $this->array($output)->isEqualTo($expected); } + + + public function providerGetRenderedHtml() { + $question = $this->getQuestion([ + 'fieldtype' => 'glpiselect', + 'itemtype' => User::class, + ]); + $field = $question->getSubField(); + + yield [ + 'field' => $field, + 'value' => User::getIdByName('glpi'), + 'expectFunction' => function () use ($field) { + $this->string($field->getRenderedHtml('', false))->isEqualTo('glpi'); + }, + ]; + + $login = $this->getUniqueString(); + $this->getGlpiCoreItem(User::class, [ + 'name' => $login, + 'firstname' => 'Alan', + 'realname' => 'Turing' + ]); + yield [ + 'field' => $field, + 'value' => User::getIdByName($login), + 'expectFunction' => function () use ($field) { + $this->string($field->getRenderedHtml('', false))->isEqualTo('Turing Alan'); + }, + ]; + } + + /** + * @dataProvider providerGetRenderedHtml + */ + public function testGetRenderedHtml($field, $value, $expectFunction) { + $field->deserializeValue($value); + $expectFunction(); + } } diff --git a/tests/3-unit/GlpiPlugin/Formcreator/Field/MultiselectField.php b/tests/3-unit/GlpiPlugin/Formcreator/Field/MultiselectField.php index 1495ec25e..abfd1c5b9 100644 --- a/tests/3-unit/GlpiPlugin/Formcreator/Field/MultiselectField.php +++ b/tests/3-unit/GlpiPlugin/Formcreator/Field/MultiselectField.php @@ -41,8 +41,8 @@ public function provider() { 'name' => 'question', 'required' => '0', 'show_empty' => '0', - 'default_values' => '[]', - 'values' => json_encode(['1', '2', '3', '4', '5', '6']), + 'default_values' => '', + 'values' => '1\r\n2\r\n3\r\n4\r\n5\r\n6', 'order' => '1', 'show_rule' => \PluginFormcreatorCondition::SHOW_RULE_ALWAYS, '_parameters' => [ @@ -63,8 +63,8 @@ public function provider() { 'name' => 'question', 'required' => '0', 'show_empty' => '0', - 'default_values' => '["3"]', - 'values' => json_encode(['1', '2', '3', '4', '5', '6']), + 'default_values' => '3', + 'values' => '1\r\n2\r\n3\r\n4\r\n5\r\n6', 'order' => '1', 'show_rule' => \PluginFormcreatorCondition::SHOW_RULE_ALWAYS, '_parameters' => [ @@ -85,8 +85,8 @@ public function provider() { 'name' => 'question', 'required' => '0', 'show_empty' => '0', - 'default_values' => '[3]', - 'values' => json_encode(['1', '2', '3', '4', '5', '6']), + 'default_values' => '3', + 'values' => '1\r\n2\r\n3\r\n4\r\n5\r\n6', 'order' => '1', 'show_rule' => \PluginFormcreatorCondition::SHOW_RULE_ALWAYS, '_parameters' => [ @@ -107,8 +107,8 @@ public function provider() { 'name' => 'question', 'required' => '0', 'show_empty' => '0', - 'default_values' => json_encode(['3', '4']), - 'values' => json_encode(['1', '2', '3', '4', '5', '6']), + 'default_values' => '3\r\n4', + 'values' => '1\r\n2\r\n3\r\n4\r\n5\r\n6', 'order' => '1', 'show_rule' => \PluginFormcreatorCondition::SHOW_RULE_ALWAYS, '_parameters' => [ @@ -129,8 +129,8 @@ public function provider() { 'name' => 'question', 'required' => '0', 'show_empty' => '0', - 'default_values' => json_encode(['3', '4', '2', '1', '6']), - 'values' => json_encode(['1', '2', '3', '4', '5', '6']), + 'default_values' => '3\r\n4\r\n2\r\n1\r\n6', + 'values' => '1\r\n2\r\n3\r\n4\r\n5\r\n6', 'order' => '1', 'show_rule' => \PluginFormcreatorCondition::SHOW_RULE_ALWAYS, '_parameters' => [ @@ -158,7 +158,7 @@ public function testGetAvailableValues($fields, $expectedValue, $expectedValidit $fieldInstance = $this->newTestedInstance($question); $availableValues = $fieldInstance->getAvailableValues(); - $expectedAvaliableValues = explode("\r\n", $fields['values']); + $expectedAvaliableValues = explode('\r\n', $fields['values']); $this->integer(count($availableValues))->isEqualTo(count($expectedAvaliableValues)); foreach ($expectedAvaliableValues as $expectedValue) { diff --git a/tests/3-unit/GlpiPlugin/Formcreator/Field/RadiosField.php b/tests/3-unit/GlpiPlugin/Formcreator/Field/RadiosField.php index 172ac3343..2977a99ea 100644 --- a/tests/3-unit/GlpiPlugin/Formcreator/Field/RadiosField.php +++ b/tests/3-unit/GlpiPlugin/Formcreator/Field/RadiosField.php @@ -32,47 +32,132 @@ namespace GlpiPlugin\Formcreator\Field\tests\units; use GlpiPlugin\Formcreator\Tests\CommonAbstractFieldTestCase; use PluginFormcreatorFormAnswer; +use PluginFormcreatorCondition; class RadiosField extends CommonAbstractFieldTestCase { - public function testPrepareQuestionInputForSave() { + + public function providerPrepareQuestionInputForSave() { + global $DB; + $question = $this->getQuestion([ 'fieldtype' => 'radios', 'name' => 'question', 'required' => '0', - 'default_values' => '1\r\n2\r\n3\r\n4\r\n5\r\n6', - 'values' => '1\r\n2\r\n3\r\n4\r\n5\r\n6', + 'default_values' => '1', + 'values' => '1', 'order' => '1', - 'show_rule' => \PluginFormcreatorCondition::SHOW_RULE_ALWAYS, + 'show_rule' => PluginFormcreatorCondition::SHOW_RULE_ALWAYS, 'range_min' => 3, 'range_max' => 4, ]); - $fieldInstance = $this->newTestedInstance($question); - // Test a value is mandatory - $input = [ - 'values' => "", - 'name' => 'foo', + yield [ + 'field' => $this->newTestedInstance($question), + 'input' => [ + 'values' => "", + 'name' => 'foo', + ], + 'expected' => [], + 'message' => 'The field value is required.', ]; - $out = $fieldInstance->prepareQuestionInputForSave($input); - $this->integer(count($out))->isEqualTo(0); - // Test accented chars are kept - $input = [ - 'values' => 'éè\r\nsomething else', - 'default_values' => 'éè', + yield [ + 'field' => $this->newTestedInstance($question), + 'input' => [ + 'values' => 'éè\r\nsomething else', + 'default_values' => 'éè', + ], + 'expected' => [ + 'values' => '[\"éè\",\"something else\"]', + 'default_values' => 'éè', + ], + 'message' => '', ]; - $out = $fieldInstance->prepareQuestionInputForSave($input); - $this->string($out['values'])->isEqualTo('[\"éè\",\"something else\"]'); - $this->string($out['default_values'])->isEqualTo("éè"); - - // Test values are trimmed - $input = [ - 'values' => ' something \r\n something else ', - 'default_values' => ' something ', + + yield [ + 'field' => $this->newTestedInstance($question), + 'input' => [ + 'values' => ' something \r\n something else ', + 'default_values' => ' something ', + ], + 'expected' => [ + 'values' => '[\"something\",\"something else\"]', + 'default_values' => 'something', + ], + 'message' => '', + ]; + + yield 'no default value' => [ + 'field' => $this->newTestedInstance($question), + 'input' => [ + 'values' => 'a\r\nb\r\nc', + 'name' => 'foo', + 'default_values' => '' + ], + 'expected' => [ + 'values' => $DB->escape('["a","b","c"]'), + 'name' => 'foo', + 'default_values' => null, + ], + 'message' => '', ]; - $out = $fieldInstance->prepareQuestionInputForSave($input); - $this->string($out['values'])->isEqualTo('[\"something\",\"something else\"]'); - $this->string($out['default_values'])->isEqualTo("something"); + + yield 'several default values not allowed' => [ + 'field' => $this->newTestedInstance($question), + 'input' => [ + 'values' => 'a\r\nb\r\nc', + 'name' => 'foo', + 'default_values' => 'a\r\n\b' + ], + 'expected' => [], + 'message' => 'Only one default value is allowed.', + ]; + + yield 'one default value' => [ + 'field' => $this->newTestedInstance($question), + 'input' => [ + 'values' => 'a\r\nb\r\nc', + 'name' => 'foo', + 'default_values' => 'b' + ], + 'expected' => [ + 'values' => $DB->escape('["a","b","c"]'), + 'name' => 'foo', + 'default_values' => 'b' + ], + 'message' => '', + ]; + + yield 'invalid default value' => [ + 'field' => $this->newTestedInstance($question), + 'input' => [ + 'values' => 'a\r\nb\r\nc', + 'name' => 'foo', + 'default_values' => 'z' + ], + 'expected' => [], + 'message' => 'The default value is not in the list of available values.', + ]; + } + + /** + * @dataProvider providerPrepareQuestionInputForSave + * + * @return void + */ + public function testPrepareQuestionInputForSave($field, $input, $expected, $message) { + // Clean error messages + $_SESSION['MESSAGE_AFTER_REDIRECT'] = []; + + $output = $field->prepareQuestionInputForSave($input); + if ($expected === false || is_array($expected) && count($expected) == 0) { + $this->array($output)->hasSize(0); + $this->sessionHasMessage($message, ERROR); + //End of test on expected failure + return; + } + + $this->array($output)->isEqualTo($expected); } public function testGetName() { diff --git a/tests/3-unit/GlpiPlugin/Formcreator/Field/TextareaField.php b/tests/3-unit/GlpiPlugin/Formcreator/Field/TextareaField.php index 813346869..a7a906555 100644 --- a/tests/3-unit/GlpiPlugin/Formcreator/Field/TextareaField.php +++ b/tests/3-unit/GlpiPlugin/Formcreator/Field/TextareaField.php @@ -31,7 +31,6 @@ namespace GlpiPlugin\Formcreator\Field\tests\units; use GlpiPlugin\Formcreator\Tests\CommonTestCase; use PluginFormcreatorFormAnswer; -use Glpi\Toolbox\Sanitizer; class TextareaField extends CommonTestCase { public function testGetName() { diff --git a/tests/3-unit/PluginFormcreatorCategory.php b/tests/3-unit/PluginFormcreatorCategory.php index 7f4a60934..2034e44be 100644 --- a/tests/3-unit/PluginFormcreatorCategory.php +++ b/tests/3-unit/PluginFormcreatorCategory.php @@ -66,6 +66,7 @@ public function testGetTypeName($nb, $expected) { } public function testDefineTabs() { + $this->login('glpi', 'glpi'); $instance = $this->newTestedInstance(); $output = $instance->defineTabs(); $expected = [ diff --git a/tests/3-unit/PluginFormcreatorEntityConfig.php b/tests/3-unit/PluginFormcreatorEntityConfig.php index b3ecc135f..bb971610e 100644 --- a/tests/3-unit/PluginFormcreatorEntityConfig.php +++ b/tests/3-unit/PluginFormcreatorEntityConfig.php @@ -252,7 +252,7 @@ public function testGetEnumDashboardVisibility() { ]); } - public function testGvetEnumHomePage() { + public function testGetEnumHomePage() { $output = \PluginFormcreatorEntityconfig::getEnumHomePage(); $this->array($output)->isEqualTo([ \PluginFormcreatorEntityconfig::CONFIG_PARENT => __('Inheritance of the parent entity'), diff --git a/tests/3-unit/PluginFormcreatorForm.php b/tests/3-unit/PluginFormcreatorForm.php index 4a21684d4..41e709ea0 100644 --- a/tests/3-unit/PluginFormcreatorForm.php +++ b/tests/3-unit/PluginFormcreatorForm.php @@ -302,6 +302,8 @@ public function testPrepareInputForUpdate($input, $expected, $expectedMessage) { } public function testDefineTabs() { + $this->login('glpi', 'glpi'); + $_SESSION['glpishow_count_on_tabs'] = 0; $instance = $this->newTestedInstance(); $output = $instance->defineTabs(); $expected = [ @@ -314,6 +316,7 @@ public function testDefineTabs() { 'PluginFormcreatorForm$3' => "Form answer properties", 'PluginFormcreatorFormAnswer$1' => "Form answers", 'PluginFormcreatorForm_Language$1' => 'Form languages', + 'Document_Item$1' => "Documents", 'Log$1' => "Historical", ]; $this->array($output) @@ -487,14 +490,11 @@ public function providerCreateValidationNotification() { public function testCreateValidationNotification(User $requester, User $validator, $expectedNotificationCount) { global $DB, $CFG_GLPI; - $form = $this->getForm(); - $formValidator = new PluginFormcreatorForm_Validator(); - $formValidator->add([ - 'plugin_formcreator_forms_id' => $form->getID(), - 'itemtype' => $validator->getType(), - 'items_id' => $validator->getID() + $form = $this->getForm([ + 'name' => 'validation notification', + 'validation_required' => PluginFormcreatorForm_Validator::VALIDATION_USER, + '_validator_users' => [$validator->getID()], ]); - $this->boolean($formValidator->isNewItem())->isFalse(); $testedClasName = $this->getTestedClassName(); $this->getSection([ $testedClasName::getForeignKeyField() => $form->getID(), @@ -758,7 +758,7 @@ public function testImport() { unset($input['uuid']); $this->exception( - function() use($linker, $input, $testedClassName) { + function() use($testedClassName, $linker, $input) { $testedClassName::import($linker, $input); } )->isInstanceOf(\GlpiPlugin\Formcreator\Exception\ImportFailureException::class) diff --git a/tests/3-unit/PluginFormcreatorFormAnswer.php b/tests/3-unit/PluginFormcreatorFormAnswer.php index 51ab58f14..72a7338a8 100644 --- a/tests/3-unit/PluginFormcreatorFormAnswer.php +++ b/tests/3-unit/PluginFormcreatorFormAnswer.php @@ -70,6 +70,7 @@ public function beforeTestMethod($method) { case 'testGetTargets': case 'testGetGeneratedTargets': case 'testGetAggregatedStatus': + case 'testStatus': $this->login('glpi', 'glpi'); } } @@ -647,20 +648,6 @@ public function testGetTargets() { ]); } - public function testUpdateStatus() { - global $CFG_GLPI; - - $CFG_GLPI['use_notifications'] = 0; - - // Prepare test context - $form = $this->getForm(); - - $formAnswer = $this->newTestedInstance(); - $formAnswer->add([ - 'plugin_formcreator_forms_id' => $form->getID(), - ]); - } - public function testGetGeneratedTargets() { $form = $this->getForm(); $targets = []; @@ -754,7 +741,7 @@ public function testGetAggregatedStatus() { 'status' => CommonITILObject::INCOMING, ]); $output = $instance->getAggregatedStatus(); - $this->integer($output)->isEqualTo(CommonITILObject::ASSIGNED); + $this->integer($output)->isEqualTo(CommonITILObject::INCOMING); $tickets[0]->update([ 'id' => $tickets[0]->getID(), diff --git a/tests/3-unit/PluginFormcreatorIssue.php b/tests/3-unit/PluginFormcreatorIssue.php index b3554c487..9c3353f73 100644 --- a/tests/3-unit/PluginFormcreatorIssue.php +++ b/tests/3-unit/PluginFormcreatorIssue.php @@ -36,6 +36,9 @@ use Ticket; use PluginFormcreatorFormAnswer; use PluginFormcreatorForm_Validator as Form_Validator; +use PluginFormcreatorTargetTicket; +use PluginFormcreatorTarget_Actor; +use CommonITILActor; use RuleAction; use User; use Rule; @@ -43,6 +46,7 @@ use Search; use CommonITILObject; use ValidatorSubstitute; +use TicketValidation; class PluginFormcreatorIssue extends CommonTestCase { public function beforeTestMethod($method) { @@ -60,11 +64,11 @@ public function providerGetsyncIssuesRequest_simpleTicket() { $ticket = $this->getGlpiCoreItem(Ticket::class, [ 'name' => 'simple ticket', 'content' => 'foo', - 'status' => \Ticket::INCOMING, + 'status' => Ticket::INCOMING, '_actors' => [ 'requester' => [ - 0 => ['itemtype' => \User::class, - 'items_id' => 2, // glpi + 0 => ['itemtype' => User::class, + 'items_id' => User::getIdByName('glpi'), // glpi 'use_notification' => 1, 'alternative_email' => '', ] @@ -77,11 +81,11 @@ public function providerGetsyncIssuesRequest_simpleTicket() { $ticket2 = $this->getGlpiCoreItem(Ticket::class, [ 'name' => '', 'content' => 'foo', - 'status' => \Ticket::INCOMING, + 'status' => Ticket::INCOMING, '_actors' => [ 'requester' => [ - 0 => ['itemtype' => \User::class, - 'items_id' => 2, // glpi + 0 => ['itemtype' => User::class, + 'items_id' => User::getIdByName('glpi'), // glpi 'use_notification' => 1, 'alternative_email' => '', ] @@ -99,7 +103,7 @@ public function providerGetsyncIssuesRequest_simpleTicket() { 'simpleTicket' => [ 'item' => $ticket, 'expected' => [ - 'itemtype' => \Ticket::getType(), + 'itemtype' => Ticket::getType(), 'items_id' => $ticket->getID(), 'display_id' => 't_' . $ticket->getID(), 'name' => $ticket->fields['name'], @@ -112,7 +116,7 @@ public function providerGetsyncIssuesRequest_simpleTicket() { 'simpleTicket_without_name' => [ 'item' => $ticket2, 'expected' => [ - 'itemtype' => \Ticket::getType(), + 'itemtype' => Ticket::getType(), 'items_id' => $ticket2->getID(), 'display_id' => 't_' . $ticket2->getID(), 'name' => '(' . $ticket2->getID() . ')', @@ -129,7 +133,7 @@ public function providerGetsyncIssuesRequest_simpleFormanswers() { $form = $this->getForm([ 'formanswer_name' => $this->getUniqueString(), ]); - $formAnswer = new \PluginFormcreatorFormAnswer(); + $formAnswer = new PluginFormcreatorFormAnswer(); $formAnswer->add([ 'plugin_formcreator_forms_id' => $form->getID(), ]); @@ -140,7 +144,7 @@ public function providerGetsyncIssuesRequest_simpleFormanswers() { 'simpleFormanswers' => [ 'item' => $formAnswer, 'expected' => [ - 'itemtype' => \PluginFormcreatorFormAnswer::getType(), + 'itemtype' => PluginFormcreatorFormAnswer::getType(), 'items_id' => $formAnswer->getID(), 'display_id' => 'f_' . $formAnswer->getID(), 'name' => $formAnswer->fields['name'], @@ -156,21 +160,21 @@ public function providerGetsyncIssuesRequest_simpleFormanswers() { public function providerGetSyncIssuesRequest_formAnswerWithOneTicket() { // case 1 $form = $this->getForm(); - $targetTicket1 = new \PluginFormcreatorTargetTicket(); + $targetTicket1 = new PluginFormcreatorTargetTicket(); $targetTicket1->add([ 'plugin_formcreator_forms_id' => $form->getID(), 'name' => 'foo', ]); $this->boolean($targetTicket1->isNewItem())->isFalse(); - $formAnswer = new \PluginFormcreatorFormAnswer(); + $formAnswer = new PluginFormcreatorFormAnswer(); $formAnswer->add([ 'plugin_formcreator_forms_id' => $form->getID(), ]); $this->boolean($formAnswer->isNewItem())->isFalse(); $formAnswer->getFromDB($formAnswer->getID()); $ticket = array_shift($formAnswer->targetList); - $this->object($ticket)->isInstanceOf(\Ticket::getType()); + $this->object($ticket)->isInstanceOf(Ticket::getType()); // case 2 // Add business rules to add 2 validators @@ -199,7 +203,7 @@ public function providerGetSyncIssuesRequest_formAnswerWithOneTicket() { 'field' => 'users_id_validate', 'value' => User::getIdByName('normal'), ]); - $formAnswer = new \PluginFormcreatorFormAnswer(); + $formAnswer = new PluginFormcreatorFormAnswer(); $formAnswer->add([ 'plugin_formcreator_forms_id' => $form->getID(), ]); @@ -210,13 +214,13 @@ public function providerGetSyncIssuesRequest_formAnswerWithOneTicket() { $this->boolean($formAnswer->isNewItem())->isFalse(); $formAnswer->getFromDB($formAnswer->getID()); $ticket2 = array_shift($formAnswer->targetList); - $this->object($ticket)->isInstanceOf(\Ticket::getType()); + $this->object($ticket2)->isInstanceOf(Ticket::getType()); return [ 'formAnswerWithOneTicket' => [ 'item' => $ticket, 'expected' => [ - 'itemtype' => \Ticket::getType(), + 'itemtype' => Ticket::getType(), 'items_id' => $ticket->getID(), 'display_id' => 't_' . $ticket->getID(), 'name' => $ticket->fields['name'], @@ -229,7 +233,7 @@ public function providerGetSyncIssuesRequest_formAnswerWithOneTicket() { 'formAnswer With One Ticket Having several validators' => [ 'item' => $ticket2, 'expected' => [ - 'itemtype' => \Ticket::getType(), + 'itemtype' => Ticket::getType(), 'items_id' => $ticket2->getID(), 'display_id' => 't_' . $ticket2->getID(), 'name' => $ticket2->fields['name'], @@ -244,20 +248,20 @@ public function providerGetSyncIssuesRequest_formAnswerWithOneTicket() { public function providerGetSyncIssuesRequest_formAnswerWithSeveralTickets() { $form = $this->getForm(); - $targetTicket1 = new \PluginFormcreatorTargetTicket(); + $targetTicket1 = new PluginFormcreatorTargetTicket(); $targetTicket1->add([ 'plugin_formcreator_forms_id' => $form->getID(), 'name' => 'foo', ]); $this->boolean($targetTicket1->isNewItem())->isFalse(); - $targetTicket2 = new \PluginFormcreatorTargetTicket(); + $targetTicket2 = new PluginFormcreatorTargetTicket(); $targetTicket2->add([ 'plugin_formcreator_forms_id' => $form->getID(), 'name' => 'bar', ]); $this->boolean($targetTicket2->isNewItem())->isFalse(); - $formAnswer = new \PluginFormcreatorFormAnswer(); + $formAnswer = new PluginFormcreatorFormAnswer(); $formAnswer->add([ 'plugin_formcreator_forms_id' => $form->getID(), ]); @@ -267,7 +271,7 @@ public function providerGetSyncIssuesRequest_formAnswerWithSeveralTickets() { 'formAnswerWithSeveralTickets' => [ 'item' => $formAnswer, 'expected' => [ - 'itemtype' => \PluginFormcreatorFormAnswer::getType(), + 'itemtype' => PluginFormcreatorFormAnswer::getType(), 'items_id' => $formAnswer->getID(), 'display_id' => 'f_' . $formAnswer->getID(), 'name' => $formAnswer->fields['name'], @@ -280,42 +284,6 @@ public function providerGetSyncIssuesRequest_formAnswerWithSeveralTickets() { ]; } - public function providerGetSyncIssuesRequest_formAnswerWithOneTickets() { - $form = $this->getForm(); - $targetTicket1 = new \PluginFormcreatorTargetTicket(); - $targetTicket1->add([ - 'plugin_formcreator_forms_id' => $form->getID(), - 'name' => 'foo', - ]); - $this->boolean($targetTicket1->isNewItem())->isFalse(); - - $formAnswer = new \PluginFormcreatorFormAnswer(); - $formAnswer->add([ - 'plugin_formcreator_forms_id' => $form->getID(), - ]); - $this->boolean($formAnswer->isNewItem())->isFalse(); - $formAnswer->getFromDB($formAnswer->getID()); - - /** @var \Ticket */ - $ticket = array_pop($formAnswer->targetList); - $this->object($ticket)->isInstanceOf(\Ticket::class); - return [ - 'formAnswerWithOneTickets' => [ - 'item' => $formAnswer, - 'expected' => [ - 'itemtype' => \PluginFormcreatorFormAnswer::getType(), - 'items_id' => $ticket->getID(), - 'display_id' => 't_' . $ticket->getID(), - 'name' => $formAnswer->fields['name'], - 'status' => $formAnswer->fields['status'], - 'requester_id' => $formAnswer->fields['requester_id'], - 'date_creation' => $formAnswer->fields['request_date'], - 'date_mod' => $formAnswer->fields['request_date'], - ], - ], - ]; - } - public function providerGetSyncIssuesRequest_formanswerUnderValidation() { $form = $this->getForm(); $formValidator = new PluginFormcreatorForm_Validator(); @@ -326,10 +294,10 @@ public function providerGetSyncIssuesRequest_formanswerUnderValidation() { ]); $this->boolean($formValidator->isNewItem())->isFalse(); - $formAnswer = new \PluginFormcreatorFormAnswer(); + $formAnswer = new PluginFormcreatorFormAnswer(); $formAnswer->add([ 'plugin_formcreator_forms_id' => $form->getID(), - 'formcreator_validator' => 4 // Tech + 'formcreator_validator' => User::getIdByName('tech') // Tech ]); $this->boolean($formAnswer->isNewItem())->isFalse(); $formAnswer->getFromDB($formAnswer->getID()); @@ -338,7 +306,7 @@ public function providerGetSyncIssuesRequest_formanswerUnderValidation() { 'formanswerUnderValidation' => [ 'item' => $formAnswer, 'expected' => [ - 'itemtype' => \PluginFormcreatorFormAnswer::getType(), + 'itemtype' => PluginFormcreatorFormAnswer::getType(), 'items_id' => $formAnswer->getID(), 'display_id' => 'f_' . $formAnswer->getID(), 'name' => $formAnswer->fields['name'], @@ -355,14 +323,14 @@ public function providerGetsyncIssuesRequest_ticketUnderValidation() { $ticket = $this->getGlpiCoreItem(Ticket::class, [ 'name' => 'a ticket', 'content' => 'foo', - 'status' => \Ticket::INCOMING, + 'status' => Ticket::INCOMING, '_add_validation' => '0', 'validatortype' => User::class, - 'users_id_validate' => [4], // Tech + 'users_id_validate' => [User::getIdByName('tech')], // Tech '_actors' => [ 'requester' => [ - 0 => ['itemtype' => \User::class, - 'items_id' => 2, // glpi + 0 => ['itemtype' => User::class, + 'items_id' => User::getIdByName('glpi'), // glpi 'use_notification' => 1, 'alternative_email' => '', ] @@ -376,11 +344,11 @@ public function providerGetsyncIssuesRequest_ticketUnderValidation() { 'ticketUnderValidation' => [ 'item' => $ticket, 'expected' => [ - 'itemtype' => \Ticket::getType(), + 'itemtype' => Ticket::getType(), 'items_id' => $ticket->getID(), 'display_id' => 't_' . $ticket->getID(), 'name' => $ticket->fields['name'], - 'status' => \PluginFormcreatorFormAnswer::STATUS_WAITING, + 'status' => PluginFormcreatorFormAnswer::STATUS_WAITING, 'requester_id' => $ticket->fields['users_id_recipient'], 'date_creation' => $ticket->fields['date'], 'date_mod' => $ticket->fields['date_mod'], @@ -393,14 +361,14 @@ public function providerGetsyncIssuesRequest_validatedTicket() { $ticket = $this->getGlpiCoreItem(Ticket::class, [ 'name' => 'a ticket', 'content' => 'foo', - 'status' => \Ticket::INCOMING, + 'status' => Ticket::INCOMING, '_add_validation' => '0', 'validatortype' => User::class, 'users_id_validate' => [4], // Tech '_actors' => [ 'requester' => [ - 0 => ['itemtype' => \User::class, - 'items_id' => 2, // glpi + 0 => ['itemtype' => User::class, + 'items_id' => User::getIdByName('glpi'), // glpi 'use_notification' => 1, 'alternative_email' => '', ] @@ -411,26 +379,26 @@ public function providerGetsyncIssuesRequest_validatedTicket() { $ticket->getFromDB($ticket->getID()); // Validate the ticket - $ticketValidation = new \TicketValidation(); + $ticketValidation = new TicketValidation(); $ticketValidation->getFromDBByCrit([ 'tickets_id' => $ticket->getID(), ]); $this->boolean($ticketValidation->isNewItem())->isFalse(); $ticketValidation->update([ 'id' => $ticketValidation->getID(), - 'status' => \TicketValidation::ACCEPTED + 'status' => TicketValidation::ACCEPTED ]); $ticket2 = $this->getGlpiCoreItem(Ticket::class, [ 'name' => 'a ticket', 'content' => 'foo', - 'status' => \Ticket::INCOMING, + 'status' => Ticket::INCOMING, '_add_validation' => '0', 'validatortype' => User::class, 'users_id_validate' => [User::getIdByName('tech'), User::getIdByName('normal')], // Tech '_actors' => [ 'requester' => [ - 0 => ['itemtype' => \User::class, + 0 => ['itemtype' => User::class, 'items_id' => User::getIdByName('glpi'), // glpi 'use_notification' => 1, 'alternative_email' => '', @@ -445,11 +413,11 @@ public function providerGetsyncIssuesRequest_validatedTicket() { 'validatedTicket' => [ 'item' => $ticket, 'expected' => [ - 'itemtype' => \Ticket::getType(), + 'itemtype' => Ticket::getType(), 'items_id' => $ticket->getID(), 'display_id' => 't_' . $ticket->getID(), 'name' => $ticket->fields['name'], - 'status' => \Ticket::INCOMING, + 'status' => Ticket::INCOMING, 'requester_id' => $ticket->fields['users_id_recipient'], 'date_creation' => $ticket->fields['date'], 'date_mod' => $ticket->fields['date_mod'], @@ -458,7 +426,7 @@ public function providerGetsyncIssuesRequest_validatedTicket() { 'ticket with multiple validators' => [ 'item' => $ticket2, 'expected' => [ - 'itemtype' => \Ticket::getType(), + 'itemtype' => Ticket::getType(), 'items_id' => $ticket2->getID(), 'display_id' => 't_' . $ticket2->getID(), 'name' => $ticket2->fields['name'], @@ -473,35 +441,35 @@ public function providerGetsyncIssuesRequest_validatedTicket() { public function providerGetSyncIssuesRequest_FormAnswerWithSeveralRequesters() { $form = $this->getForm(); - $targetTicket1 = new \PluginFormcreatorTargetTicket(); + $targetTicket1 = new PluginFormcreatorTargetTicket(); $targetTicket1->add([ 'plugin_formcreator_forms_id' => $form->getID(), 'name' => 'foo', ]); $this->boolean($targetTicket1->isNewItem())->isFalse(); - $actor1 = new \PluginFormcreatorTarget_Actor(); + $actor1 = new PluginFormcreatorTarget_Actor(); $actor1->add([ 'itemtype' => $targetTicket1->getType(), 'items_id' => $targetTicket1->getID(), - 'actor_role' => \PluginFormcreatorTarget_Actor::ACTOR_TYPE_PERSON, - 'actor_type' => \CommonITILActor::REQUESTER, - 'actor_value_' . \CommonITILActor::REQUESTER => 3, + 'actor_role' => PluginFormcreatorTarget_Actor::ACTOR_TYPE_PERSON, + 'actor_type' => CommonITILActor::REQUESTER, + 'actor_value_' . CommonITILActor::REQUESTER => 3, 'use_notification' => '1', ]); $this->boolean($actor1->isNewItem())->isFalse(); - $actor2 = new \PluginFormcreatorTarget_Actor(); + $actor2 = new PluginFormcreatorTarget_Actor(); $actor2->add([ 'itemtype' => $targetTicket1->getType(), 'items_id' => $targetTicket1->getID(), - 'actor_role' => \PluginFormcreatorTarget_Actor::ACTOR_TYPE_PERSON, - 'actor_type' => \CommonITILActor::REQUESTER, - 'actor_value_' . \CommonITILActor::REQUESTER => 5, + 'actor_role' => PluginFormcreatorTarget_Actor::ACTOR_TYPE_PERSON, + 'actor_type' => CommonITILActor::REQUESTER, + 'actor_value_' . CommonITILActor::REQUESTER => 5, 'use_notification' => '1', ]); $this->boolean($actor2->isNewItem())->isFalse(); - $formAnswer = new \PluginFormcreatorFormAnswer(); + $formAnswer = new PluginFormcreatorFormAnswer(); $formAnswer->add([ 'plugin_formcreator_forms_id' => $form->getID(), ]); @@ -509,12 +477,12 @@ public function providerGetSyncIssuesRequest_FormAnswerWithSeveralRequesters() { $formAnswer->getFromDB($formAnswer->getID()); $ticket = array_shift($formAnswer->targetList); - $this->object($ticket)->isInstanceOf(\Ticket::getType()); + $this->object($ticket)->isInstanceOf(Ticket::getType()); return [ 'formAnswerWithSeveralRequesters' => [ 'item' => $ticket, 'expected' => [ - 'itemtype' => \Ticket::getType(), + 'itemtype' => Ticket::getType(), 'items_id' => $ticket->getID(), 'display_id' => 't_' . $ticket->getID(), 'name' => $ticket->fields['name'], @@ -568,18 +536,18 @@ public function testGetSyncIssuesRequest($item, $expected) { } // Test there are no other rows matching the form answer or ticket - if ($item->getType() == \Ticket::class) { + if ($item->getType() == Ticket::class) { $unwantedItems = $DB->request([ 'SELECT' => ['items_id'], 'FROM' => \Item_Ticket::getTable(), 'WHERE' => [ - 'itemtype' => \PluginFormcreatorFormAnswer::getType(), + 'itemtype' => PluginFormcreatorFormAnswer::getType(), 'tickets_id' => $item->getID(), ], ]); if (count($unwantedItems) > 0) { $unwantedWhere = [ - 'itemtype' => \PluginFormcreatorFormAnswer::getType(), + 'itemtype' => PluginFormcreatorFormAnswer::getType(), ]; foreach ($unwantedItems as $row) { $unwantedWhere['items_id'][] = $row['items_id']; @@ -592,18 +560,18 @@ public function testGetSyncIssuesRequest($item, $expected) { $this->integer(count($result))->isEqualTo(0); } } - if ($item->getType() == \PluginFormcreatorFormAnswer::class) { + if ($item->getType() == PluginFormcreatorFormAnswer::class) { $unwantedItems = $DB->request([ 'SELECT' => ['tickets_id'], 'FROM' => \Item_Ticket::getTable(), 'WHERE' => [ - 'itemtype' => \PluginFormcreatorFormAnswer::getType(), + 'itemtype' => PluginFormcreatorFormAnswer::getType(), 'items_id' => $item->getID(), ], ]); if (count($unwantedItems) > 0) { $unwantedWhere = [ - 'itemtype' => \Ticket::getType(), + 'itemtype' => Ticket::getType(), ]; foreach ($unwantedItems as $row) { $unwantedWhere['items_id'][] = $row['tickets_id']; @@ -628,7 +596,7 @@ public function testUpdateDateModOnNewFollowup() { $issue = new \PluginFormcreatorISsue(); $issue->getFromDBByCrit([ - 'itemtype' => \Ticket::getType(), + 'itemtype' => Ticket::getType(), 'items_id' => $ticket->getID(), ]); $this->boolean($issue->isNewItem())->isFalse(); @@ -639,12 +607,12 @@ public function testUpdateDateModOnNewFollowup() { $this->login('glpi', 'glpi'); // Needed to update the current datetime in session $followup = new \ITILFollowup(); $followup->add([ - 'itemtype' => \Ticket::getType(), + 'itemtype' => Ticket::getType(), 'items_id' => $ticket->getID(), 'content' => 'bar' ]); $this->boolean($followup->isNewItem())->isFalse(); - $ticket = new \Ticket(); + $ticket = new Ticket(); $ticket->getFromDB($issue->fields['items_id']); $this->boolean($ticket->isNewItem())->isFalse(); $this->string($ticket->fields['date_mod'])->isNotEqualTo($creationDate); @@ -652,7 +620,7 @@ public function testUpdateDateModOnNewFollowup() { $issue = new \PluginFormcreatorISsue(); $issue->getFromDBByCrit([ - 'itemtype' => \Ticket::getType(), + 'itemtype' => Ticket::getType(), 'items_id' => $ticket->getID(), ]); $this->string($issue->fields['date_creation'])->isEqualTo($creationDate); diff --git a/tests/3-unit/PluginFormcreatorTargetChange.php b/tests/3-unit/PluginFormcreatorTargetChange.php index 1a4b0b3ee..422f96d81 100644 --- a/tests/3-unit/PluginFormcreatorTargetChange.php +++ b/tests/3-unit/PluginFormcreatorTargetChange.php @@ -505,6 +505,7 @@ public function testImport() { 'tag_specifics' => '', 'category_rule' => \PluginFormcreatorTargetChange::CATEGORY_RULE_NONE, 'category_question' => '0', + '_changetemplate' => '', 'uuid' => $uuid, ]; diff --git a/tests/3-unit/PluginFormcreatorTargetTicket.php b/tests/3-unit/PluginFormcreatorTargetTicket.php index 68c95fcf4..7d05c8b11 100644 --- a/tests/3-unit/PluginFormcreatorTargetTicket.php +++ b/tests/3-unit/PluginFormcreatorTargetTicket.php @@ -808,6 +808,7 @@ public function testImport() { 'source_question' => 0, 'type_rule' => 1, 'type_question' => 0, + '_tickettemplate' => '', 'uuid' => $uuid, ]; @@ -981,6 +982,59 @@ public function providerSetTargetCategory_noTemplate() { ]; } + public function providerSetTargetCategory_TargetOverridesTemplate() { + // When the target ticket uses a ticket template and specifies a category + $category1 = new ITILCategory(); + $category1Id = $category1->import([ + 'name' => 'category 1', + 'entities_id' => 0, + ]); + + $category2 = new ITILCategory(); + $category2Id = $category2->import([ + 'name' => 'category 2', + 'entities_id' => 0, + ]); + + $ticketTemplate = $this->getGlpiCoreItem( + TicketTemplate::getType(), [ + 'name' => 'template with predefined category to be overriden', + ] + ); + $this->getGlpiCoreItem(TicketTemplatePredefinedField::getType(), [ + 'tickettemplates_id' => $ticketTemplate->getID(), + 'num' => 7, // ITIL category + 'value' => $category1Id + ]); + + $form = $this->getForm(); + + /** @var \PluginFormcreatorTargetTicket */ + $instance1 = $this->newTestedInstance(); + $instance1->add([ + 'name' => 'target ticket', + 'target_name' => 'target ticket', + 'plugin_formcreator_forms_id' => $form->getID(), + 'tickettemplates_id' => $ticketTemplate->getID(), + 'category_rule' => $instance1::CATEGORY_RULE_SPECIFIC, + 'category_question' => $category2Id, + ]); + + $formanswer = new PluginFormcreatorFormAnswer(); + $formanswer->add([ + 'plugin_formcreator_forms_id' => $form->getID(), + ]); + $this->boolean($formanswer->isNewItem())->isFalse(); + + return [ + [ + 'instance' => $instance1, + 'formanswer' => $formanswer, + 'expected' => $category2Id, + ], + ]; + } + /** * Test if a template with a predefined category is properly applied * @@ -1036,7 +1090,8 @@ public function providerSetTargetCategory() { return array_merge( $this->providerSetTargetCategory_nothing(), $this->providerSetTargetCategory_noTemplate(), - $this->providerSetTargetCategory_FromTemplate() + $this->providerSetTargetCategory_FromTemplate(), + $this->providerSetTargetCategory_TargetOverridesTemplate() ); } @@ -1045,8 +1100,7 @@ public function providerSetTargetCategory() { */ public function testSetTargetCategory($instance, $formanswer, $expected) { PluginFormcreatorFields::resetVisibilityCache(); - $data = $this->callPrivateMethod($instance, 'getDefaultData', $formanswer); - $output = $this->callPrivateMethod($instance, 'setTargetCategory', $data, $formanswer); + $output = $this->callPrivateMethod($instance, 'getDefaultData', $formanswer); $this->integer((int) $output['itilcategories_id'])->isEqualTo($expected); } diff --git a/tests/src/CommonTestCase.php b/tests/src/CommonTestCase.php index e96a5e57b..bf5e327b7 100644 --- a/tests/src/CommonTestCase.php +++ b/tests/src/CommonTestCase.php @@ -1,13 +1,25 @@ debugMode = $_SESSION['glpi_use_mode']; } - \Toolbox::setDebugMode(Session::NORMAL_MODE); + Toolbox::setDebugMode(Session::NORMAL_MODE); } protected function restoreDebug() { - \Toolbox::setDebugMode($this->debugMode); + Toolbox::setDebugMode($this->debugMode); } public function afterTestMethod($method) { @@ -145,16 +157,16 @@ protected function getUniqueEmail() { * @param string $password * @param string $profileName * @param integer $entityId - * @return \User + * @return User */ protected function getUser($name, $password = 'p@ssw0rd', $profileName = 'Super-Admin', $entityId = 0) { - $profile = new \Profile(); + $profile = new Profile(); $profile->getFromDBByRequest([ 'name' => $profileName ]); $this->boolean($profile->isNewItem())->isFalse('Profile not found to create a user'); - $user = new \User(); + $user = new User(); $user->add([ 'name' => $name, 'password' => $password, @@ -201,7 +213,7 @@ protected function getForm($input = []) { if (!isset($input['is_active'])) { $input['is_active'] = 1; } - $form = new \PluginFormcreatorForm(); + $form = new PluginFormcreatorForm(); $form->add($input); $this->boolean($form->isNewItem())->isFalse(); $form->getFromDB($form->getID()); @@ -210,7 +222,7 @@ protected function getForm($input = []) { } protected function getSection($input = [], $formInput = []) { - $formFk = \PluginFormcreatorForm::getForeignKeyField(); + $formFk = PluginFormcreatorForm::getForeignKeyField(); if (!isset($input[$formFk])) { $formId = $this->getForm($formInput)->getID(); $input[$formFk] = $formId; @@ -243,7 +255,7 @@ protected function getQuestion($input = [], $sectionInput = [], $formInput = []) 'row' => '0', 'col' => '0', 'width' => '4', - 'show_rule' => \PluginFormcreatorCondition::SHOW_RULE_ALWAYS, + 'show_rule' => PluginFormcreatorCondition::SHOW_RULE_ALWAYS, '_parameters' => [], ]; $input = array_merge($defaultInput, $input); @@ -260,7 +272,7 @@ protected function getQuestion($input = [], $sectionInput = [], $formInput = []) ]; $input['_parameters'] = array_merge($defaultParams, $input['_parameters']); - $question = new \PluginFormcreatorQuestion(); + $question = new PluginFormcreatorQuestion(); $question->add($input); $this->boolean($question->isNewItem())->isFalse(json_encode($_SESSION['MESSAGE_AFTER_REDIRECT'], JSON_PRETTY_PRINT)); $question->getFromDB($question->getID()); @@ -273,12 +285,12 @@ protected function getTargetTicket($input = []) { $input['name'] = $this->getUniqueString(); } - $formFk = \PluginFormcreatorForm::getForeignKeyField(); + $formFk = PluginFormcreatorForm::getForeignKeyField(); if (!isset($input[$formFk])) { $input[$formFk] = $this->getForm()->getID(); } - $targetTicket = new \PluginFormcreatorTargetTicket(); + $targetTicket = new PluginFormcreatorTargetTicket(); $targetTicket->add($input); $this->boolean($targetTicket->isNewItem())->isFalse(); $targetTicket->getFromDB($targetTicket->getID()); @@ -291,12 +303,12 @@ protected function getTargetChange($input = []) { $input['name'] = $this->getUniqueString(); } - $formFk = \PluginFormcreatorForm::getForeignKeyField(); + $formFk = PluginFormcreatorForm::getForeignKeyField(); if (!isset($input[$formFk])) { $input[$formFk] = $this->getForm()->getID(); } - $targetChange = new \PluginFormcreatorTargetChange(); + $targetChange = new PluginFormcreatorTargetChange(); $targetChange->add($input); $this->boolean($targetChange->isNewItem())->isFalse(); $targetChange->getFromDB($targetChange->getID()); @@ -304,10 +316,17 @@ protected function getTargetChange($input = []) { return $targetChange; } - protected function getFormAnswer(array $input): ?\PluginFormcreatorFormAnswer { - $formAnswer = new \PluginFormcreatorFormAnswer(); + /** + * Undocumented function + * + * @param array $input + * @return PluginFormcreatorFormAnswer|null + */ + protected function getFormAnswer(array $input): ?PluginFormcreatorFormAnswer { + $formAnswer = new PluginFormcreatorFormAnswer(); $formAnswer->add($input); $this->boolean($formAnswer->isNewItem())->isFalse(); + $formAnswer->getFromDB($formAnswer->getID()); return $formAnswer; } @@ -317,12 +336,12 @@ protected function getTargetProblem($input = []) { $input['name'] = $this->getUniqueString(); } - $formFk = \PluginFormcreatorForm::getForeignKeyField(); + $formFk = PluginFormcreatorForm::getForeignKeyField(); if (!isset($input[$formFk])) { $input[$formFk] = $this->getForm()->getID(); } - $targetProblem = new \PluginFormcreatorTargetProblem(); + $targetProblem = new PluginFormcreatorTargetProblem(); $targetProblem->add($input); $this->boolean($targetProblem->isNewItem())->isFalse(); $targetProblem->getFromDB($targetProblem->getID()); @@ -378,10 +397,10 @@ protected function getSessionMessage() { * * @param string $itemtype itemtype to create * @param array $input - * @return \CommonDBTM + * @return CommonDBTM */ - protected function getGlpiCoreItem(string $itemtype, array $input = []): \CommonDBTM { - /** @var \CommonDBTM */ + protected function getGlpiCoreItem(string $itemtype, array $input = []): CommonDBTM { + /** @var CommonDBTM */ $item = new $itemtype(); $this->handleDeprecations($itemtype, $input); @@ -392,8 +411,8 @@ protected function getGlpiCoreItem(string $itemtype, array $input = []): \Common if (Session::getLoginUserID(true)) { $entity = Session::getActiveEntity(); } - if (!isset($input[\Entity::getForeignKeyField()])) { - $input[\Entity::getForeignKeyField()] = $entity; + if (!isset($input[Entity::getForeignKeyField()])) { + $input[Entity::getForeignKeyField()] = $entity; } } @@ -421,6 +440,24 @@ protected function getGlpiCoreItem(string $itemtype, array $input = []): \Common return $item; } + /** + * Create an entity and switch to it + * + * @return void + */ + protected function isolateInEntity($login, $password) { + $entity = new Entity(); + $rand = mt_rand(); + $entities_id = $entity->add([ + 'name' => "test formcreator sub entity $rand", + 'entities_id' => 0 + ]); + + $this->login($login, $password); + $success = Session::changeActiveEntities($entities_id); + $this->boolean($success)->isTrue('Failed to change active entity'); + } + /** * Handle deprecations in GLPI * Helps to make unit tests without deprecations warnings, accross 2 version of GLPI @@ -463,7 +500,7 @@ private function handleDeprecations($itemtype, &$input): void { * @return mixed */ protected function callPrivateMethod($instance, string $methodName, ...$args) { - $method = new \ReflectionMethod($instance, $methodName); + $method = new ReflectionMethod($instance, $methodName); $method->setAccessible(true); return $method->invoke($instance, ...$args);
' . _n('Form', 'Forms', 2, 'formcreator') . '' . PluginFormcreatorForm::getTypeName(Session::getPluralNumber()) . '
{{ __('ID') }} {{ __('Name') }} {{ _n('Form', 'Forms', 1, 'formcreator') }}{{ _n('Requester', 'Requesters', 1, 'formcreator') }}{{ _n('Requester', 'Requesters', 1) }} {{ __('Creation date') }}